diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json
index deca9f4be9..ca6fc1d508 100644
--- a/.openpublishing.publish.config.json
+++ b/.openpublishing.publish.config.json
@@ -60,7 +60,7 @@
{
"path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft",
- "branch": "master",
+ "branch": "main",
"branch_mapping": {}
}
],
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityButtonController+AccessibilityButtonCallback.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityButtonController+AccessibilityButtonCallback.xml
index ec20d8e51e..c4cb1f78fb 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityButtonController+AccessibilityButtonCallback.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityButtonController+AccessibilityButtonCallback.xml
@@ -18,14 +18,19 @@
- To be added.
+ Callback for interaction with and changes to state of the accessibility button
+ within the system's navigation area.
- Android platform documentation
+ Java documentation for android.accessibilityservice.AccessibilityButtonController.AccessibilityButtonCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,11 +135,23 @@
- To be added.
- To be added.
- To be added.
+ the controller used to register for this callback
+
+ true if the accessibility button is available to this
+ service, false otherwise
+ Called when the availability of the accessibility button in the system's
+ navigation area has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityButtonController.AccessibilityButtonCallback.onAvailabilityChanged(android.accessibilityservice.AccessibilityButtonController, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -161,10 +178,19 @@
- To be added.
- To be added.
+ the controller used to register for this callback
+ Called when the accessibility button in the system's navigation area is clicked.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityButtonController.AccessibilityButtonCallback.onClicked(android.accessibilityservice.AccessibilityButtonController).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityGestureEvent.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityGestureEvent.xml
index 3e77bfdda0..20be46b1a9 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityGestureEvent.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityGestureEvent.xml
@@ -107,7 +107,7 @@
- [TODO: @inheritDoc]
+ To be added
To be added.
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+GestureResultCallback.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+GestureResultCallback.xml
index 073a0a71ff..af9b8862cc 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+GestureResultCallback.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+GestureResultCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Class used to report status of dispatched gestures
- Android platform documentation
+ Java documentation for android.accessibilityservice.AccessibilityService.GestureResultCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,10 +133,19 @@
- To be added.
- To be added.
+ The description of the gesture that was cancelled.
+ Called when the gesture was cancelled
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.GestureResultCallback.onCancelled(android.accessibilityservice.GestureDescription).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,10 +172,19 @@
- To be added.
- To be added.
+ The description of the gesture that completed.
+ Called when the gesture has completed successfully
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.GestureResultCallback.onCompleted(android.accessibilityservice.GestureDescription).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ITakeScreenshotCallback.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ITakeScreenshotCallback.xml
index 4b64f6525a..e28e6364dd 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ITakeScreenshotCallback.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ITakeScreenshotCallback.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ Interface used to report status of taking screenshot.
+
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.TakeScreenshotCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -52,9 +63,20 @@
- To be added.
- To be added.
- To be added.
+ The error code of this operation.
+ Called when taking screenshot has failed.
+
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.TakeScreenshotCallback.onFailure(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+MagnificationController.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+MagnificationController.xml
index bf0c3ad575..4b245b2f5a 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+MagnificationController.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+MagnificationController.xml
@@ -18,14 +18,18 @@
- To be added.
+ Used to control and query the state of display magnification.
- Android platform documentation
+ Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -111,10 +115,21 @@
System.Single
- To be added.
- To be added.
+ Returns the unscaled screen-relative X coordinate of the focal
+ center of the magnified region.
+ the unscaled screen-relative X coordinate of the center of
+ the magnified region
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.getCenterX().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -138,10 +153,21 @@
System.Single
- To be added.
- To be added.
+ Returns the unscaled screen-relative Y coordinate of the focal
+ center of the magnified region.
+ the unscaled screen-relative Y coordinate of the center of
+ the magnified region
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.getCenterY().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -196,10 +222,20 @@
Android.Graphics.Region
- To be added.
- To be added.
+ Returns the region of the screen currently active for magnification.
+ the region of the screen currently active for magnification, or an empty region
+ if magnification is not active.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.getMagnificationRegion().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -257,11 +293,24 @@
- To be added.
- To be added.
- To be added.
+
+ true to animate from the current scale and
+ center or false to reset the scale and center
+ immediately
+ Resets magnification scale and center to their default (e.
+
+ true on success, false on failure
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.reset(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -285,10 +334,19 @@
System.Single
- To be added.
- To be added.
+ Returns the current magnification scale.
+ the current magnification scale
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.getScale().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -317,13 +375,27 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ the unscaled screen-relative X coordinate on which to
+ center the viewport
+ the unscaled screen-relative Y coordinate on which to
+ center the viewport
+
+ true to animate from the current viewport
+ center or false to set the center immediately
+ Sets the center of the magnified viewport.
+
+ true on success, false on failure
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.MagnificationController.setCenter(float, float, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ScreenshotResult.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ScreenshotResult.xml
index 625d601fa7..7b5ff14e41 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ScreenshotResult.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+ScreenshotResult.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ Can be used to construct a bitmap of the screenshot or any other operations for
+ AccessibilityService#takeScreenshot API.
+
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.ScreenshotResult.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +54,21 @@
Android.Graphics.ColorSpace
- To be added.
- To be added.
- To be added.
+ Gets the ColorSpace identifying a specific organization of colors of the
+ screenshot.
+ the color space
+
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.ScreenshotResult.getColorSpace().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -67,9 +91,20 @@
Android.Hardware.HardwareBuffer
- To be added.
- To be added.
- To be added.
+ Gets the HardwareBuffer representing a memory buffer of the screenshot.
+ the hardware buffer
+
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.ScreenshotResult.getHardwareBuffer().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -179,9 +214,21 @@
System.Int64
- To be added.
- To be added.
- To be added.
+ Gets the timestamp of taking the screenshot.
+ milliseconds of non-sleep uptime before screenshot since boot and it's from
+ SystemClock#uptimeMillis()
+
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.ScreenshotResult.getTimestamp().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+SoftKeyboardController.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+SoftKeyboardController.xml
index a6e527b7d0..1ba9352818 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+SoftKeyboardController.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService+SoftKeyboardController.xml
@@ -18,14 +18,18 @@
- To be added.
+ Used to control, query, and listen for changes to the soft keyboard show mode.
- Android platform documentation
+ Java documentation for android.accessibilityservice.AccessibilityService.SoftKeyboardController.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,11 +187,21 @@
- To be added.
- To be added.
- To be added.
+ the new show mode for the soft keyboard
+ Sets the soft keyboard show mode.
+
+ true on success
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.SoftKeyboardController.setShowMode(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -211,10 +225,19 @@
Android.AccessibilityServices.AccessibilityServiceShowMode
- To be added.
- To be added.
+ Returns the show mode of the soft keyboard.
+ the current soft keyboard show mode
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.SoftKeyboardController.getShowMode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -261,10 +284,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The ID of the input method to make current. This IME must be installed and
+ enabled.
+ Switches the current IME for the user for whom the service is enabled.
+
+ true if the current input method was successfully switched to the input
+ method by imeId,
+ false if the input method specified is not installed, not enabled, or
+ otherwise not available to become the current IME
+
+
+
+ Java documentation for android.accessibilityservice.AccessibilityService.SoftKeyboardController.switchToInputMethod(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceInfo.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceInfo.xml
index e2a55d73ca..ff81a5aaab 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceInfo.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityServiceInfo.xml
@@ -690,7 +690,7 @@
- [TODO: @inheritDoc]
+ To be added
To be added.
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController+FingerprintGestureCallback.xml b/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController+FingerprintGestureCallback.xml
index ce61a5fdaa..bd2aab0d14 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController+FingerprintGestureCallback.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController+FingerprintGestureCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Class that is called back when fingerprint gestures are being used for accessibility.
- Android platform documentation
+ Java documentation for android.accessibilityservice.FingerprintGestureController.FingerprintGestureCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -136,10 +140,20 @@
- To be added.
- To be added.
+ The id of the gesture that was detected. For example,
+ #FINGERPRINT_GESTURE_SWIPE_RIGHT.
+ Called when the fingerprint sensor detects gestures.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.FingerprintGestureController.FingerprintGestureCallback.onGestureDetected(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -166,10 +180,19 @@
- To be added.
- To be added.
+ Whether or not the sensor's gesture detection is now available.
+ Called when the fingerprint sensor's gesture detection becomes available or unavailable.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.FingerprintGestureController.FingerprintGestureCallback.onGestureDetectionAvailabilityChanged(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController.xml b/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController.xml
index d1bf3710b3..eb4eeee70f 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/FingerprintGestureController.xml
@@ -18,14 +18,19 @@
- To be added.
+ An AccessibilityService can capture gestures performed on a device's fingerprint
+ sensor, as long as the device has a sensor capable of detecting gestures.
- Android platform documentation
+ Java documentation for android.accessibilityservice.FingerprintGestureController.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+Builder.xml b/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+Builder.xml
index 0c76d91214..21873a58b0 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+Builder.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for a GestureDescription
- Android platform documentation
+ Java documentation for android.accessibilityservice.GestureDescription.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+StrokeDescription.xml b/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+StrokeDescription.xml
index 5617efab1f..b5fe6669cd 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+StrokeDescription.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/GestureDescription+StrokeDescription.xml
@@ -18,14 +18,18 @@
- To be added.
+ Immutable description of stroke that can be part of a gesture.
- Android platform documentation
+ Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,12 +78,25 @@
- To be added.
- To be added.
- To be added.
+ The path to follow. Must have exactly one contour. The bounds of the path
+ must not be negative. The path must not be empty. If the path has zero length
+ (for example, a single moveTo()), the stroke is a touch that doesn't move.
+ The time, in milliseconds, from the time the gesture starts to the
+ time the stroke should start. Must not be negative.
+ The duration, in milliseconds, the stroke takes to traverse the path.
+ Must be positive.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.GestureDescription$StrokeDescription(android.graphics.Path, long, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -106,13 +123,29 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The path to follow. Must have exactly one contour. The bounds of the path
+ must not be negative. The path must not be empty. If the path has zero length
+ (for example, a single moveTo()), the stroke is a touch that doesn't move.
+ The time, in milliseconds, from the time the gesture starts to the
+ time the stroke should start. Must not be negative.
+ The duration, in milliseconds, the stroke takes to traverse the path.
+ Must be positive.
+
+ true if this stroke will be continued by one in the
+ next gesture false otherwise. Continued strokes keep their pointers down when
+ the gesture completes.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.GestureDescription$StrokeDescription(android.graphics.Path, long, long, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -173,10 +206,19 @@
System.Int64
- To be added.
- To be added.
+ Get the stroke's duration
+ the duration for this stroke
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.getDuration().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -231,10 +273,19 @@
Android.Graphics.Path
- To be added.
- To be added.
+ Retrieve a copy of the path for this stroke
+ A copy of the path
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.getPath().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -258,10 +309,19 @@
System.Int64
- To be added.
- To be added.
+ Get the stroke's start time
+ the start time for this stroke.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.getStartTime().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -348,10 +408,20 @@
- To be added.
- To be added.
+ Check if this stroke is marked to continue in the next gesture.
+
+ true if the stroke is to be continued.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accessibilityservice.GestureDescription.StrokeDescription.willContinue().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Accounts/AuthenticatorDescription.xml b/docs/Mono.Android/en/Android.Accounts/AuthenticatorDescription.xml
index cab2e784c4..32d6cf8828 100644
--- a/docs/Mono.Android/en/Android.Accounts/AuthenticatorDescription.xml
+++ b/docs/Mono.Android/en/Android.Accounts/AuthenticatorDescription.xml
@@ -306,7 +306,16 @@
marshalled representation.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accounts.AuthenticatorDescription.describeContents().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -674,7 +683,16 @@
Flatten this object in to a Parcel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.accounts.AuthenticatorDescription.writeToParcel(android.os.Parcel, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorListener.xml b/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorListener.xml
index b7dcc2e1aa..1865824b35 100644
--- a/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorListener.xml
+++ b/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorListener.xml
@@ -25,15 +25,18 @@
-
-
+ An animation listener receives notifications from an animation.
- Android platform documentation
+ Java documentation for android.animation.Animator.AnimatorListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,12 +64,19 @@
- The animation which was canceled.
-
-
-
+ The animation which was canceled.
+ Notifies the cancellation of the animation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.animation.Animator.AnimatorListener.onAnimationCancel(android.animation.Animator).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -94,12 +104,19 @@
- The animation which reached its end.
-
-
-
+ The animation which reached its end.
+ Notifies the end of the animation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.animation.Animator.AnimatorListener.onAnimationEnd(android.animation.Animator).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,12 +144,19 @@
- The animation which was repeated.
-
-
-
+ The animation which was repeated.
+ Notifies the repetition of the animation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.animation.Animator.AnimatorListener.onAnimationRepeat(android.animation.Animator).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,12 +184,19 @@
- The started animation.
-
-
-
+ The started animation.
+ Notifies the start of the animation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.animation.Animator.AnimatorListener.onAnimationStart(android.animation.Animator).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorPauseListener.xml b/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorPauseListener.xml
index c6ffdecca8..862ae438a4 100644
--- a/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorPauseListener.xml
+++ b/docs/Mono.Android/en/Android.Animation/Animator+IAnimatorPauseListener.xml
@@ -25,14 +25,19 @@
- To be added.
+ A pause listener receives notifications from an animation when the
+ animation is #pause() paused or #resume() resumed.
- Android platform documentation
+ Java documentation for android.animation.Animator.AnimatorPauseListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -59,10 +64,19 @@
- To be added.
- To be added.
+ The animaton being paused.
+ Notifies that the animation was paused.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.animation.Animator.AnimatorPauseListener.onAnimationPause(android.animation.Animator).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -89,10 +103,20 @@
- To be added.
- To be added.
+ The animation being resumed.
+ Notifies that the animation was resumed, after being
+ previously paused.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.animation.Animator.AnimatorPauseListener.onAnimationResume(android.animation.Animator).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Animation/AnimatorListenerAdapter.xml b/docs/Mono.Android/en/Android.Animation/AnimatorListenerAdapter.xml
index 7d321072fe..cc1a51d15c 100644
--- a/docs/Mono.Android/en/Android.Animation/AnimatorListenerAdapter.xml
+++ b/docs/Mono.Android/en/Android.Animation/AnimatorListenerAdapter.xml
@@ -160,7 +160,7 @@
The animation which was canceled.
- [TODO: @inheritDoc]
+ To be added
@@ -204,7 +204,7 @@
The animation which reached its end.
- [TODO: @inheritDoc]
+ To be added
@@ -247,7 +247,7 @@
The animaton being paused.
- [TODO: @inheritDoc]
+ To be added
@@ -290,7 +290,7 @@
The animation which was repeated.
- [TODO: @inheritDoc]
+ To be added
@@ -333,7 +333,7 @@
The animation being resumed.
- [TODO: @inheritDoc]
+ To be added
@@ -376,7 +376,7 @@
The started animation.
- [TODO: @inheritDoc]
+ To be added
diff --git a/docs/Mono.Android/en/Android.Animation/AnimatorSet+Builder.xml b/docs/Mono.Android/en/Android.Animation/AnimatorSet+Builder.xml
index 3a3a1cd7a6..5eca9dc2b1 100644
--- a/docs/Mono.Android/en/Android.Animation/AnimatorSet+Builder.xml
+++ b/docs/Mono.Android/en/Android.Animation/AnimatorSet+Builder.xml
@@ -18,15 +18,19 @@
- The Builder object is a utility class to facilitate adding animations to a
- AnimatorSet along with the relationships between the various animations.
+ The <code>Builder</code> object is a utility class to facilitate adding animations to a
+ <code>AnimatorSet</code> along with the relationships between the various animations.
- Android platform documentation
+ Java documentation for android.animation.AnimatorSet.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Animation/Keyframe.xml b/docs/Mono.Android/en/Android.Animation/Keyframe.xml
index 05e75e31de..dc630ba86c 100644
--- a/docs/Mono.Android/en/Android.Animation/Keyframe.xml
+++ b/docs/Mono.Android/en/Android.Animation/Keyframe.xml
@@ -237,7 +237,7 @@
Gets the optional interpolator for this Keyframe. -or- Sets the optional interpolator for this Keyframe.
- The optional interpolator for this Keyframe.
+ The optional interpolator for this Keyframe.
Property getter documentation:
diff --git a/docs/Mono.Android/en/Android.Animation/LayoutTransition+ITransitionListener.xml b/docs/Mono.Android/en/Android.Animation/LayoutTransition+ITransitionListener.xml
index fcb067f924..24af98db2f 100644
--- a/docs/Mono.Android/en/Android.Animation/LayoutTransition+ITransitionListener.xml
+++ b/docs/Mono.Android/en/Android.Animation/LayoutTransition+ITransitionListener.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.animation.LayoutTransition.TransitionListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,14 +78,22 @@
The ViewGroup on which the transition is playing.
The View object being affected by the transition animation.
The type of transition that is ending,
- ,
- ,
- , or
- .
-
+ android.animation.LayoutTransition#APPEARING,
+ android.animation.LayoutTransition#DISAPPEARING,
+ android.animation.LayoutTransition#CHANGE_APPEARING, or
+ android.animation.LayoutTransition#CHANGE_DISAPPEARING.
This event is sent to listeners when any type of transition animation ends.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.animation.LayoutTransition.TransitionListener.endTransition(android.animation.LayoutTransition, android.view.ViewGroup, android.view.View, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -123,14 +135,22 @@
The ViewGroup on which the transition is playing.
The View object being affected by the transition animation.
The type of transition that is beginning,
- ,
- ,
- , or
- .
-
+ android.animation.LayoutTransition#APPEARING,
+ android.animation.LayoutTransition#DISAPPEARING,
+ android.animation.LayoutTransition#CHANGE_APPEARING, or
+ android.animation.LayoutTransition#CHANGE_DISAPPEARING.
This event is sent to listeners when any type of transition animation begins.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.animation.LayoutTransition.TransitionListener.startTransition(android.animation.LayoutTransition, android.view.ViewGroup, android.view.View, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Animation/PropertyValuesHolder.xml b/docs/Mono.Android/en/Android.Animation/PropertyValuesHolder.xml
index 95e79fd84c..656a68859c 100644
--- a/docs/Mono.Android/en/Android.Animation/PropertyValuesHolder.xml
+++ b/docs/Mono.Android/en/Android.Animation/PropertyValuesHolder.xml
@@ -1235,11 +1235,20 @@
- To be added.
+ evaluator
The TypeEvaluator will be automatically determined based on the type of values
- supplied to PropertyValuesHolder.
+ supplied to PropertyValuesHolder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.animation.PropertyValuesHolder.setEvaluator(android.animation.TypeEvaluator).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Animation/TimeAnimator+ITimeListener.xml b/docs/Mono.Android/en/Android.Animation/TimeAnimator+ITimeListener.xml
index 25262b0506..a3b78c793e 100644
--- a/docs/Mono.Android/en/Android.Animation/TimeAnimator+ITimeListener.xml
+++ b/docs/Mono.Android/en/Android.Animation/TimeAnimator+ITimeListener.xml
@@ -25,14 +25,21 @@
- To be added.
+ Implementors of this interface can set themselves as update listeners
+ to a <code>TimeAnimator</code> instance to receive callbacks on every animation
+ frame to receive the total time since the animator started and the delta time
+ since the last frame.
- Android platform documentation
+ Java documentation for android.animation.TimeAnimator.TimeListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,12 +71,20 @@
The animator sending out the notification.
The total time elapsed since the animator started, in milliseconds.
- The time elapsed since the previous frame, in milliseconds.
-
-
-
+ The time elapsed since the previous frame, in milliseconds.
+ Notifies listeners of the occurrence of another frame of the animation,
+ along with information about the elapsed time.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.animation.TimeAnimator.TimeListener.onTimeUpdate(android.animation.TimeAnimator, long, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Animation/ValueAnimator+IAnimatorUpdateListener.xml b/docs/Mono.Android/en/Android.Animation/ValueAnimator+IAnimatorUpdateListener.xml
index 5ea6dbcc0a..4bc594214c 100644
--- a/docs/Mono.Android/en/Android.Animation/ValueAnimator+IAnimatorUpdateListener.xml
+++ b/docs/Mono.Android/en/Android.Animation/ValueAnimator+IAnimatorUpdateListener.xml
@@ -25,14 +25,21 @@
- To be added.
+ Implementors of this interface can add themselves as update listeners
+ to an <code>ValueAnimator</code> instance to receive callbacks on every animation
+ frame, after the current frame's values have been calculated for that
+ <code>ValueAnimator</code>.
- Android platform documentation
+ Java documentation for android.animation.ValueAnimator.AnimatorUpdateListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -60,12 +67,19 @@
- The animation which was repeated.
-
-
-
+ The animation which was repeated.
+ Notifies the occurrence of another frame of the animation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.animation.ValueAnimator.AnimatorUpdateListener.onAnimationUpdate(android.animation.ValueAnimator).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App.Admin/DeviceAdminReceiver.xml b/docs/Mono.Android/en/Android.App.Admin/DeviceAdminReceiver.xml
index 2e7e2a8678..84a5d41318 100644
--- a/docs/Mono.Android/en/Android.App.Admin/DeviceAdminReceiver.xml
+++ b/docs/Mono.Android/en/Android.App.Admin/DeviceAdminReceiver.xml
@@ -1278,13 +1278,21 @@
- The running context as per .
- The received intent as per .
-
+ The running context as per #onReceive.
+ The received intent as per #onReceive.
Called after the administrator is first enabled, as a result of
- receiving .
+ receiving #ACTION_DEVICE_ADMIN_ENABLED.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.admin.DeviceAdminReceiver.onEnabled(android.content.Context, android.content.Intent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+IOnClearApplicationUserDataListener.xml b/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+IOnClearApplicationUserDataListener.xml
index 957d5b8005..78d99f1c02 100644
--- a/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+IOnClearApplicationUserDataListener.xml
+++ b/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+IOnClearApplicationUserDataListener.xml
@@ -25,8 +25,20 @@
- To be added.
- To be added.
+ Callback used in #clearApplicationUserData
+ to indicate that the clearing of an application's user data is done.
+
+
+
+ Java documentation for android.app.admin.DevicePolicyManager.OnClearApplicationUserDataListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -53,10 +65,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The name of the package which had its user data cleared.
+ Whether the clearing succeeded. Clearing fails for device administrator
+ apps and protected system packages.
+ Method invoked when clearing the application user data has completed.
+
+
+
+ Java documentation for android.app.admin.DevicePolicyManager.OnClearApplicationUserDataListener.onApplicationUserDataCleared(java.lang.String, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+InstallSystemUpdateCallback.xml b/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+InstallSystemUpdateCallback.xml
index dfb60eadb1..5dab705bc4 100644
--- a/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+InstallSystemUpdateCallback.xml
+++ b/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager+InstallSystemUpdateCallback.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ Callback used in #installSystemUpdate to indicate that there was an error while
+ trying to install an update.
+
+
+
+ Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -126,8 +138,19 @@
To be added.
To be added.
- To be added.
- To be added.
+ Method invoked when there was an error while installing an update.
+
+
+
+ Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.onInstallUpdateError(int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -213,8 +236,19 @@
5
- To be added.
- To be added.
+ Represents the battery being too low to apply an update.
+
+
+
+ Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_BATTERY_LOW.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -242,8 +276,19 @@
4
- To be added.
- To be added.
+ Represents that the file could not be found.
+
+
+
+ Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_FILE_NOT_FOUND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -271,8 +316,19 @@
2
- To be added.
- To be added.
+ Represents the update file being intended for different OS version.
+
+
+
+ Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_INCORRECT_OS_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -300,8 +356,19 @@
1
- To be added.
- To be added.
+ Represents an unknown error while trying to install an update.
+
+
+
+ Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_UNKNOWN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -329,8 +396,19 @@
3
- To be added.
- To be added.
+ Represents the update file being wrong; e.
+
+
+
+ Java documentation for android.app.admin.DevicePolicyManager.InstallSystemUpdateCallback.UPDATE_ERROR_UPDATE_FILE_INVALID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.Admin/FactoryResetProtectionPolicy+Builder.xml b/docs/Mono.Android/en/Android.App.Admin/FactoryResetProtectionPolicy+Builder.xml
index d7f76105e0..27b150923c 100644
--- a/docs/Mono.Android/en/Android.App.Admin/FactoryResetProtectionPolicy+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.Admin/FactoryResetProtectionPolicy+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder class for FactoryResetProtectionPolicy objects.
+
+
+
+ Java documentation for android.app.admin.FactoryResetProtectionPolicy.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Initialize a new Builder to construct a FactoryResetProtectionPolicy.
+
+
+
+ Java documentation for android.app.admin.FactoryResetProtectionPolicy.Builder.FactoryResetProtectionPolicy$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -85,9 +107,20 @@
- To be added.
- To be added.
- To be added.
+ Combines all of the attributes that have been set on this Builder
+ a new FactoryResetProtectionPolicy object.
+
+
+
+ Java documentation for android.app.admin.FactoryResetProtectionPolicy.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.Admin/SecurityLog+SecurityEvent.xml b/docs/Mono.Android/en/Android.App.Admin/SecurityLog+SecurityEvent.xml
index 58dc2a5944..0b7afcac67 100644
--- a/docs/Mono.Android/en/Android.App.Admin/SecurityLog+SecurityEvent.xml
+++ b/docs/Mono.Android/en/Android.App.Admin/SecurityLog+SecurityEvent.xml
@@ -31,14 +31,18 @@
- To be added.
+ A class representing a security event log entry.
- Android platform documentation
+ Java documentation for android.app.admin.SecurityLog.SecurityEvent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -89,10 +93,19 @@
Java.Lang.Object
- To be added.
+ Returns the payload contained in this log entry or null if there is no payload.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.admin.SecurityLog.SecurityEvent.getData().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -147,9 +160,20 @@
System.Int64
- To be added.
+ Returns the id of the event, where the id monotonically increases for each event.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.admin.SecurityLog.SecurityEvent.getId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -206,9 +230,20 @@
System.Int32
- To be added.
+ Returns severity level for the event.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.admin.SecurityLog.SecurityEvent.getLogLevel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -231,10 +266,19 @@
Android.App.Admin.SecurityLogTags
- To be added.
+ Returns the tag of this log entry, which specifies entry's semantics.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.admin.SecurityLog.SecurityEvent.getTag().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -320,10 +364,19 @@
System.Int64
- To be added.
+ Returns the timestamp in nano seconds when this event was logged.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.admin.SecurityLog.SecurityEvent.getTimeNanos().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App.Admin/SystemUpdatePolicy+ValidationFailedException.xml b/docs/Mono.Android/en/Android.App.Admin/SystemUpdatePolicy+ValidationFailedException.xml
index 3831f58af9..a247259af5 100644
--- a/docs/Mono.Android/en/Android.App.Admin/SystemUpdatePolicy+ValidationFailedException.xml
+++ b/docs/Mono.Android/en/Android.App.Admin/SystemUpdatePolicy+ValidationFailedException.xml
@@ -31,8 +31,21 @@
- To be added.
- To be added.
+ An exception class that represents various validation errors thrown from
+ SystemUpdatePolicy#setFreezePeriods and
+ DevicePolicyManager#setSystemUpdatePolicy
+
+
+
+ Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -109,9 +122,20 @@
Android.App.Admin.SystemUpdatePolicyErrorCode
- To be added.
+ Returns the type of validation error associated with this exception.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.getErrorCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -142,8 +166,20 @@
6
- To be added.
- To be added.
+ The device has been in a freeze period and some new freeze period to be set is less
+ than 60 days from the end of the last freeze period the device went through.
+
+
+
+ Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_CLOSE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -174,8 +210,20 @@
5
- To be added.
- To be added.
+ The device has been in a freeze period and when combining with the new freeze period
+ to be set, it will result in the total freeze period being longer than 90 days.
+
+
+
+ Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_COMBINED_FREEZE_PERIOD_TOO_LONG.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -206,8 +254,20 @@
2
- To be added.
- To be added.
+ The freeze periods contains duplicates, periods that overlap with each
+ other or periods whose start and end joins.
+
+
+
+ Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_DUPLICATE_OR_OVERLAP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -238,8 +298,20 @@
4
- To be added.
- To be added.
+ There exists some freeze period which starts within 60 days of the preceding period's
+ end time.
+
+
+
+ Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_NEW_FREEZE_PERIOD_TOO_CLOSE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -270,8 +342,19 @@
3
- To be added.
- To be added.
+ There exists at least one freeze period whose length exceeds 90 days.
+
+
+
+ Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_NEW_FREEZE_PERIOD_TOO_LONG.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -302,8 +385,19 @@
1
- To be added.
- To be added.
+ Validation failed with unknown error.
+
+
+
+ Java documentation for android.app.admin.SystemUpdatePolicy.ValidationFailedException.ERROR_UNKNOWN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchBatchResult+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchBatchResult+Builder.xml
index fe22dfd883..450b6ccd56 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchBatchResult+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchBatchResult+Builder.xml
@@ -22,8 +22,21 @@
- To be added.
- To be added.
+ The type of the keys for which the results will be reported.
+ The type of the result objects for successful results.
+ Builder for AppSearchBatchResult objects.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchBatchResult.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,9 +81,20 @@
- To be added.
+ Builds an AppSearchBatchResult object from the contents of this Builder.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchBatchResult.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchManager+SearchContext.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchManager+SearchContext.xml
index e113645a54..3289b6ac5f 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchManager+SearchContext.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchManager+SearchContext.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Contains information about how to create the search session.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchManager.SearchContext.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
System.String
- To be added.
+ Returns the name of the database to create or open.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchManager.SearchContext.getDatabaseName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BooleanPropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BooleanPropertyConfig.xml
index 8508b70f23..f4d2a3add7 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BooleanPropertyConfig.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BooleanPropertyConfig.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Configuration for a property containing a boolean.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.BooleanPropertyConfig.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+Builder.xml
index a6ebd5d0c4..f5f2dd38c8 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for AppSearchSchema objects.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
To be added.
- To be added.
- To be added.
+ Creates a new AppSearchSchema.Builder.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.Builder.AppSearchSchema$Builder(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -97,9 +119,20 @@
- To be added.
+ Constructs a new AppSearchSchema from the contents of this builder.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BytesPropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BytesPropertyConfig.xml
index ad88a584ed..969aaea620 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BytesPropertyConfig.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+BytesPropertyConfig.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Configuration for a property containing a byte array.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.BytesPropertyConfig.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DocumentPropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DocumentPropertyConfig.xml
index 271f18f0ff..575cf15db3 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DocumentPropertyConfig.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DocumentPropertyConfig.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Configuration for a property containing another Document.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.DocumentPropertyConfig.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,9 +82,20 @@
System.String
- To be added.
+ Returns the logical schema-type of the contents of this document property.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.DocumentPropertyConfig.getSchemaType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -97,9 +119,21 @@
- To be added.
+ Returns whether fields in the nested document should be indexed according to that
+ document's schema.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.DocumentPropertyConfig.shouldIndexNestedProperties().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DoublePropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DoublePropertyConfig.xml
index ba734590e5..d6e6fbb3f7 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DoublePropertyConfig.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+DoublePropertyConfig.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Configuration for a property containing a double-precision decimal number.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.DoublePropertyConfig.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+LongPropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+LongPropertyConfig.xml
index 7be5dc605c..91c6194d72 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+LongPropertyConfig.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+LongPropertyConfig.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Configuration for a property containing a 64-bit integer.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.LongPropertyConfig.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+PropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+PropertyConfig.xml
index b6f02ef968..451bd8c07d 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+PropertyConfig.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+PropertyConfig.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Common configuration for a single property (field) in a Document.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.PropertyConfig.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -63,9 +74,20 @@
System.Int32
- To be added.
+ Returns the cardinality of the property (whether it is optional, required or repeated).
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.PropertyConfig.getCardinality().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -93,8 +115,19 @@
2
- To be added.
- To be added.
+ Zero or one value [0,1].
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.PropertyConfig.CARDINALITY_OPTIONAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -122,8 +155,19 @@
1
- To be added.
- To be added.
+ Any number of items (including zero) [0.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.PropertyConfig.CARDINALITY_REPEATED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -151,8 +195,19 @@
3
- To be added.
- To be added.
+ Exactly one value [1].
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.PropertyConfig.CARDINALITY_REQUIRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -204,9 +259,20 @@
System.String
- To be added.
+ Returns the name of this property.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.PropertyConfig.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+StringPropertyConfig.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+StringPropertyConfig.xml
index 3cad16b960..4e096e8862 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+StringPropertyConfig.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSchema+StringPropertyConfig.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Configuration for a property of type String in a Document.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
System.Int32
- To be added.
+ Returns how the property is indexed.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.getIndexingType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -72,8 +94,20 @@
1
- To be added.
- To be added.
+ Content in this property should only be returned for queries matching the exact tokens
+ appearing in this property.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_EXACT_TERMS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -101,8 +135,19 @@
0
- To be added.
- To be added.
+ Content in this property will not be tokenized or indexed.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -130,8 +175,20 @@
2
- To be added.
- To be added.
+ Content in this property should be returned for queries that are either exact matches or
+ query matches of the tokens appearing in this property.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_PREFIXES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -241,9 +298,20 @@
System.Int32
- To be added.
+ Returns how this property is tokenized (split into words).
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.getTokenizerType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -271,8 +339,19 @@
0
- To be added.
- To be added.
+ This value indicates that no tokens should be extracted from this property.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -300,8 +379,19 @@
1
- To be added.
- To be added.
+ Tokenization for plain text.
+
+
+
+ Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_PLAIN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/GenericDocument+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/GenericDocument+Builder.xml
index f3697c04e5..6dc641b581 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/GenericDocument+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/GenericDocument+Builder.xml
@@ -22,8 +22,20 @@
- To be added.
- To be added.
+ Type of subclass who extends this.
+ The builder class for GenericDocument.
+
+
+
+ Java documentation for android.app.appsearch.GenericDocument.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -69,11 +81,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ the namespace to set for the GenericDocument.
+ the unique identifier for the GenericDocument in its namespace.
+ the AppSearchSchema type of the GenericDocument. The
+ provided schemaType must be defined using AppSearchSession#setSchema
+ prior to inserting a document of this schemaType into the AppSearch index
+ using AppSearchSession#put. Otherwise, the document will be rejected by
+ AppSearchSession#put with result code AppSearchResult#RESULT_NOT_FOUND.
+ Creates a new GenericDocument.Builder.
+
+
+
+ Java documentation for android.app.appsearch.GenericDocument.Builder.GenericDocument$Builder(java.lang.String, java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -97,9 +124,20 @@
- To be added.
+ Builds the GenericDocument object.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.GenericDocument.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/GetByDocumentIdRequest+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/GetByDocumentIdRequest+Builder.xml
index d205914858..cd93ad5b3b 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/GetByDocumentIdRequest+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/GetByDocumentIdRequest+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for GetByDocumentIdRequest objects.
+
+
+
+ Java documentation for android.app.appsearch.GetByDocumentIdRequest.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
To be added.
- To be added.
- To be added.
+ Creates a GetByDocumentIdRequest.Builder instance.
+
+
+
+ Java documentation for android.app.appsearch.GetByDocumentIdRequest.Builder.GetByDocumentIdRequest$Builder(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -164,9 +186,20 @@
- To be added.
+ Builds a new GetByDocumentIdRequest.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.GetByDocumentIdRequest.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/GetSchemaResponse+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/GetSchemaResponse+Builder.xml
index ec2619d107..a2cdd47c95 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/GetSchemaResponse+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/GetSchemaResponse+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for GetSchemaResponse objects.
+
+
+
+ Java documentation for android.app.appsearch.GetSchemaResponse.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -93,9 +104,20 @@
- To be added.
+ Builds a GetSchemaResponse object.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.GetSchemaResponse.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/PutDocumentsRequest+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/PutDocumentsRequest+Builder.xml
index f55c43137f..a79bee58d8 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/PutDocumentsRequest+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/PutDocumentsRequest+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for PutDocumentsRequest objects.
+
+
+
+ Java documentation for android.app.appsearch.PutDocumentsRequest.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,9 +140,20 @@
- To be added.
+ Creates a new PutDocumentsRequest object.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.PutDocumentsRequest.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/RemoveByDocumentIdRequest+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/RemoveByDocumentIdRequest+Builder.xml
index f26e8685a0..acb15ba940 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/RemoveByDocumentIdRequest+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/RemoveByDocumentIdRequest+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for RemoveByDocumentIdRequest objects.
+
+
+
+ Java documentation for android.app.appsearch.RemoveByDocumentIdRequest.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
To be added.
- To be added.
- To be added.
+ Creates a RemoveByDocumentIdRequest.Builder instance.
+
+
+
+ Java documentation for android.app.appsearch.RemoveByDocumentIdRequest.Builder.RemoveByDocumentIdRequest$Builder(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -133,9 +155,20 @@
- To be added.
+ Builds a new RemoveByDocumentIdRequest.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.RemoveByDocumentIdRequest.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/ReportSystemUsageRequest+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/ReportSystemUsageRequest+Builder.xml
index 91e0395929..e4e564033e 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/ReportSystemUsageRequest+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/ReportSystemUsageRequest+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for ReportSystemUsageRequest objects.
+
+
+
+ Java documentation for android.app.appsearch.ReportSystemUsageRequest.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -45,12 +56,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The package name of the app which owns the document that was used
+ (e.g. from SearchResult#getPackageName).
+ The database in which the document that was used resides (e.g. from
+ SearchResult#getDatabaseName).
+ The namespace of the document that was used (e.g. from GenericDocument#getNamespace.
+ The ID of document that was used (e.g. from GenericDocument#getId.
+ Creates a ReportSystemUsageRequest.Builder instance.
+
+
+
+ Java documentation for android.app.appsearch.ReportSystemUsageRequest.Builder.ReportSystemUsageRequest$Builder(java.lang.String, java.lang.String, java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -74,9 +98,20 @@
- To be added.
+ Builds a new ReportSystemUsageRequest.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.ReportSystemUsageRequest.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/ReportUsageRequest+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/ReportUsageRequest+Builder.xml
index 488996cb1f..4214ced92d 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/ReportUsageRequest+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/ReportUsageRequest+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for ReportUsageRequest objects.
+
+
+
+ Java documentation for android.app.appsearch.ReportUsageRequest.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,10 +54,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The namespace of the document that was used (e.g. from GenericDocument#getNamespace.
+ The ID of document that was used (e.g. from GenericDocument#getId.
+ Creates a new ReportUsageRequest.Builder instance.
+
+
+
+ Java documentation for android.app.appsearch.ReportUsageRequest.Builder.ReportUsageRequest$Builder(java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -70,9 +92,20 @@
- To be added.
+ Builds a new ReportUsageRequest.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.ReportUsageRequest.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+Builder.xml
index 6d74a74b10..12be3d8c7d 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for SearchResult objects.
+
+
+
+ Java documentation for android.app.appsearch.SearchResult.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,10 +54,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the package name the matched document belongs to
+ the database name the matched document belongs to.
+ Constructs a new builder for SearchResult objects.
+
+
+
+ Java documentation for android.app.appsearch.SearchResult.Builder.SearchResult$Builder(java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,9 +121,20 @@
- To be added.
+ Constructs a new SearchResult.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SearchResult.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchInfo.xml b/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchInfo.xml
index 40712430fe..72a4591823 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchInfo.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchInfo.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This class represents a match objects for any Snippets that might be present in SearchResults from query.
+
+
+
+ Java documentation for android.app.appsearch.SearchResult.MatchInfo.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -61,9 +72,20 @@
Java.Lang.ICharSequence
- To be added.
+ Gets the MatchRange corresponding to the given entry.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SearchResult.MatchInfo.getExactMatch().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -111,9 +133,20 @@
System.String
- To be added.
+ Gets the full text corresponding to the given entry.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SearchResult.MatchInfo.getFullText().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -165,9 +198,20 @@
System.String
- To be added.
+ Gets the property path corresponding to the given entry.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SearchResult.MatchInfo.getPropertyPath().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -209,9 +253,20 @@
Java.Lang.ICharSequence
- To be added.
+ Gets the snippet corresponding to the given entry.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SearchResult.MatchInfo.getSnippet().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchRange.xml b/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchRange.xml
index 3e153ff366..b7ee4e78a8 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchRange.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/SearchResult+MatchRange.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Class providing the position range of matching information.
+
+
+
+ Java documentation for android.app.appsearch.SearchResult.MatchRange.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,10 +54,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The start point (inclusive)
+ The end point (exclusive)
+ Creates a new immutable range.
+
+
+
+ Java documentation for android.app.appsearch.SearchResult.MatchRange.SearchResult$MatchRange(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -69,9 +91,20 @@
System.Int32
- To be added.
+ Gets the end point (exclusive).
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SearchResult.MatchRange.getEnd().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -123,9 +156,20 @@
System.Int32
- To be added.
+ Gets the start point (inclusive).
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SearchResult.MatchRange.getStart().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SearchSpec+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/SearchSpec+Builder.xml
index e275da11c9..09456eb840 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/SearchSpec+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/SearchSpec+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for SearchSpec objects.
+
+
+
+ Java documentation for android.app.appsearch.SearchSpec.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -290,9 +301,20 @@
- To be added.
+ Constructs a new SearchSpec from the contents of this builder.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SearchSpec.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaRequest+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaRequest+Builder.xml
index b961153d77..f02efb945a 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaRequest+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaRequest+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for SetSchemaRequest objects.
+
+
+
+ Java documentation for android.app.appsearch.SetSchemaRequest.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,9 +140,20 @@
- To be added.
+ Builds a new SetSchemaRequest object.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SetSchemaRequest.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+Builder.xml
index 76c1e200c0..f5c7dcd16f 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for SetSchemaResponse objects.
+
+
+
+ Java documentation for android.app.appsearch.SetSchemaResponse.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -296,9 +307,20 @@
- To be added.
+ Builds a SetSchemaResponse object.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SetSchemaResponse.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+MigrationFailure.xml b/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+MigrationFailure.xml
index 2ba5e3de1d..392744033f 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+MigrationFailure.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/SetSchemaResponse+MigrationFailure.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ The class represents a post-migrated GenericDocument that failed to be saved by
+ AppSearchSession#setSchema.
+
+
+
+ Java documentation for android.app.appsearch.SetSchemaResponse.MigrationFailure.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -66,12 +78,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The namespace of the document which failed to be migrated.
+ The id of the document which failed to be migrated.
+ The type of the document which failed to be migrated.
+ The reason why the document failed to be indexed.
+ Constructs a new MigrationFailure.
+
+
+
+ Java documentation for android.app.appsearch.SetSchemaResponse.MigrationFailure.SetSchemaResponse$MigrationFailure(java.lang.String, java.lang.String, java.lang.String, android.app.appsearch.AppSearchResult<?>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -94,9 +117,20 @@
Android.App.AppSearch.AppSearchResult
- To be added.
+ Returns the AppSearchResult that indicates why the post-migration GenericDocument failed to be indexed.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SetSchemaResponse.MigrationFailure.getAppSearchResult().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -119,9 +153,20 @@
System.String
- To be added.
+ Returns the id of the GenericDocument that failed to be migrated.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SetSchemaResponse.MigrationFailure.getDocumentId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -173,9 +218,20 @@
System.String
- To be added.
+ Returns the namespace of the GenericDocument that failed to be migrated.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SetSchemaResponse.MigrationFailure.getNamespace().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -198,9 +254,20 @@
System.String
- To be added.
+ Returns the schema type of the GenericDocument that failed to be migrated.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.SetSchemaResponse.MigrationFailure.getSchemaType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/StorageInfo+Builder.xml b/docs/Mono.Android/en/Android.App.AppSearch/StorageInfo+Builder.xml
index 029823785b..06610386dd 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/StorageInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/StorageInfo+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for StorageInfo objects.
+
+
+
+ Java documentation for android.app.appsearch.StorageInfo.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -64,9 +75,20 @@
- To be added.
+ Builds a StorageInfo object.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.appsearch.StorageInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.Assist/AssistStructure+ViewNode.xml b/docs/Mono.Android/en/Android.App.Assist/AssistStructure+ViewNode.xml
index 462ca26a3f..9c711661d0 100644
--- a/docs/Mono.Android/en/Android.App.Assist/AssistStructure+ViewNode.xml
+++ b/docs/Mono.Android/en/Android.App.Assist/AssistStructure+ViewNode.xml
@@ -18,14 +18,18 @@
- To be added.
+ Describes a single view in the assist data.
- Android platform documentation
+ Java documentation for android.app.assist.AssistStructure.ViewNode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,10 +76,21 @@
System.Single
- To be added.
+ Returns the alpha transformation of the view, used to reduce the overall opacity
+ of the view's contents, as set by ViewStructure#setAlpha
+ ViewStructure.setAlpha(float).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getAlpha().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -99,10 +114,20 @@
Android.Views.Autofill.AutofillId
- To be added.
- To be added.
+ Gets the id that can be used to autofill the view contents.
+ id that can be used to autofill the view contents, or null if the
+ structure was created for assist purposes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getAutofillId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,10 +151,20 @@
Android.Views.AutofillType
- To be added.
- To be added.
+ Gets the type of value that can be used to autofill the view contents.
+ autofill type as defined by View#getAutofillType(),
+ or View#AUTOFILL_TYPE_NONE if the structure was created for assist purposes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getAutofillType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,10 +188,20 @@
Android.Views.Autofill.AutofillValue
- To be added.
- To be added.
+ Gets the value of this view.
+ the autofill value of this view, or null if the structure was created
+ for assist purposes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getAutofillValue().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -180,10 +225,19 @@
System.Int32
- To be added.
+ Return the number of children this node has.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getChildCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -207,10 +261,19 @@
System.String
- To be added.
+ Returns the class name of the node's implementation, indicating its behavior.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getClassName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,10 +318,20 @@
Java.Lang.ICharSequence
- To be added.
+ Returns any content description associated with the node, which semantically describes
+ its purpose for accessibility and other uses.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getContentDescription().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -282,10 +355,21 @@
System.Single
- To be added.
+ Returns the visual elevation of the view, used for shadowing and other visual
+ characterstics, as set by ViewStructure#setElevation
+ ViewStructure.setElevation(float).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getElevation().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -309,10 +393,19 @@
Android.OS.Bundle
- To be added.
+ Return a Bundle containing optional vendor-specific extension information.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getExtras().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -337,10 +430,21 @@
- To be added.
- To be added.
+ Describes the content of a view so that a autofill service can fill in the appropriate
+ data.
+ The autofill hints for this view, or null if the structure was created
+ for assist purposes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getAutofillHints().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -359,10 +463,20 @@
- To be added.
- To be added.
+ Gets the options that can be used to autofill this view.
+ the options that can be used to autofill this view, or null if the
+ structure was created for assist purposes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getAutofillOptions().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -387,10 +501,20 @@
- To be added.
- To be added.
+ Gets the options that can be used to autofill this view.
+ the options that can be used to autofill this view, or null if the
+ structure was created for assist purposes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getAutofillOptions().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,9 +570,20 @@
- To be added.
+ Returns the MIME types accepted by View#performReceiveContent for this view.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getReceiveContentMimeTypes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -472,10 +607,19 @@
- To be added.
+ Return per-line baselines into the text returned by #getText().
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getTextLineBaselines().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -500,10 +644,19 @@
- To be added.
+ Return per-line offsets into the text returned by #getText().
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getTextLineCharOffsets().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -527,10 +680,19 @@
System.Int32
- To be added.
+ Returns the height of this view, in pixels.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getHeight().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -554,10 +716,20 @@
System.String
- To be added.
+ Return additional hint text associated with the node; this is typically used with
+ a node that takes user input, describing to the user what the input means.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getHint().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -581,9 +753,20 @@
System.String
- To be added.
+ Gets the identifier used to set the hint associated with this view.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getHintIdEntry().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -633,10 +816,19 @@
System.Int32
- To be added.
+ Returns the ID associated with this view, as per View#getId() View.getId().
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -660,10 +852,20 @@
System.String
- To be added.
+ If #getId() is a resource identifier, this is the entry name of that
+ identifier.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getIdEntry().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -687,10 +889,20 @@
System.String
- To be added.
+ If #getId() is a resource identifier, this is the package name of that
+ identifier.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getIdPackage().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -714,10 +926,20 @@
System.String
- To be added.
+ If #getId() is a resource identifier, this is the type name of that
+ identifier.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getIdType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -741,9 +963,21 @@
Android.Views.ImportantForAutofill
- To be added.
+ Gets the View#setImportantForAutofill(int) importantForAutofill mode of
+ the view associated with this node.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getImportantForAutofill().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -766,10 +1000,19 @@
Android.Text.InputTypes
- To be added.
- To be added.
+ Gets the android.text.InputType bits of this structure.
+ bits as defined by android.text.InputType.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getInputType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -793,10 +1036,20 @@
System.Boolean
- To be added.
+ Returns true if this node currently had accessibility focus at the time that the
+ structure was collected.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isAccessibilityFocused().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -820,10 +1073,19 @@
System.Boolean
- To be added.
+ Returns true if this node has currently been activated by the user.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isActivated().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -847,10 +1109,19 @@
System.Boolean
- To be added.
+ Returns true if assist data has been blocked starting at this node in the hierarchy.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isAssistBlocked().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -874,10 +1145,19 @@
System.Boolean
- To be added.
+ Returns true if this node represents something that is checkable by the user.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isCheckable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -901,10 +1181,19 @@
System.Boolean
- To be added.
+ Returns true if this node is currently in a checked state.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isChecked().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -928,10 +1217,19 @@
System.Boolean
- To be added.
+ Returns true if this node is clickable by the user.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isClickable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -955,10 +1253,19 @@
System.Boolean
- To be added.
+ Returns true if this node is something the user can perform a context click on.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isContextClickable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -982,10 +1289,19 @@
System.Boolean
- To be added.
+ Returns true if this node is in an enabled state.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isEnabled().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1009,10 +1325,19 @@
System.Boolean
- To be added.
+ Returns true if this node can take input focus.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isFocusable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1036,10 +1361,20 @@
System.Boolean
- To be added.
+ Returns true if this node currently had input focus at the time that the
+ structure was collected.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isFocused().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1063,10 +1398,19 @@
System.Boolean
- To be added.
+ Returns true if this node is something the user can perform a long click/press on.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isLongClickable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1090,10 +1434,19 @@
System.Boolean
- To be added.
+ Returns true if this node is opaque.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isOpaque().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1117,10 +1470,19 @@
System.Boolean
- To be added.
+ Returns true if this node has currently been selected by the user.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.isSelected().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1175,10 +1537,19 @@
System.Int32
- To be added.
+ Returns the left edge of this view, in pixels, relative to the left edge of its parent.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getLeft().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1202,10 +1573,19 @@
Android.OS.LocaleList
- To be added.
+ Returns the list of locales associated with this view.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getLocaleList().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1229,9 +1609,21 @@
System.Int32
- To be added.
+ Returns the maximum width in ems of the text associated with this node, or -1
+ if not supported by the node.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getMaxTextEms().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1254,9 +1646,21 @@
System.Int32
- To be added.
+ Returns the maximum length of the text associated with this node, or -1 if not
+ supported by the node or not set.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getMaxTextLength().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1279,9 +1683,21 @@
System.Int32
- To be added.
+ Returns the minimum width in ems of the text associated with this node, or -1
+ if not supported by the node.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getMinTextEms().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1304,10 +1720,20 @@
System.Int32
- To be added.
+ Returns the current X scroll offset of this view, as per
+ android.view.View#getScrollX() View.getScrollX().
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getScrollX().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1331,10 +1757,20 @@
System.Int32
- To be added.
+ Returns the current Y scroll offset of this view, as per
+ android.view.View#getScrollX() View.getScrollY().
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getScrollY().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1379,10 +1815,20 @@
System.Int32
- To be added.
+ If #getText() is non-null, this is the main text background color associated
+ with it.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getTextBackgroundColor().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1406,10 +1852,19 @@
System.Int32
- To be added.
+ If #getText() is non-null, this is the main text color associated with it.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getTextColor().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1434,9 +1889,19 @@
1
- To be added.
+ Magic value for text color that has not been defined, which is very unlikely
+ to be confused with a real text color.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.TEXT_COLOR_UNDEFINED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1460,10 +1925,20 @@
Java.Lang.ICharSequence
- To be added.
+ Returns any text associated with the node that is displayed to the user, or null
+ if there is none.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getText().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1487,9 +1962,20 @@
System.String
- To be added.
+ Gets the identifier used to set the text associated with this view.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getTextIdEntry().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1512,10 +1998,19 @@
System.Int32
- To be added.
+ If #getText() is non-null, this is where the current selection starts.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getTextSelectionEnd().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1539,10 +2034,19 @@
System.Int32
- To be added.
+ If #getText() is non-null, this is where the current selection starts.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getTextSelectionStart().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1566,10 +2070,20 @@
System.Single
- To be added.
+ If #getText() is non-null, this is the main text size (in pixels) associated
+ with it.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getTextSize().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1593,10 +2107,22 @@
Android.App.Assist.AssistTextStyle
- To be added.
+ If #getText() is non-null, this is the main text style associated
+ with it, containing a bit mask of #TEXT_STYLE_BOLD,
+ #TEXT_STYLE_BOLD, #TEXT_STYLE_STRIKE_THRU, and/or
+ #TEXT_STYLE_UNDERLINE.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getTextStyle().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1682,10 +2208,19 @@
System.Int32
- To be added.
+ Returns the top edge of this view, in pixels, relative to the top edge of its parent.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getTop().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1709,10 +2244,20 @@
Android.Graphics.Matrix
- To be added.
+ Returns the transformation that has been applied to this view, such as a translation
+ or scaling.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getTransformation().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1736,10 +2281,20 @@
Android.Views.ViewStates
- To be added.
+ Returns the visibility mode of this view, as per
+ android.view.View#getVisibility() View.getVisibility().
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getVisibility().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1763,10 +2318,20 @@
System.String
- To be added.
- To be added.
+ Returns the domain of the HTML document represented by this view.
+ domain-only part of the document. For example, if the full URL is
+ https://example.com/login?user=my_user, it returns example.com.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getWebDomain().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1790,9 +2355,21 @@
System.String
- To be added.
- To be added.
- To be added.
+ Returns the scheme of the HTML document represented by this view.
+ scheme-only part of the document. For example, if the full URL is
+ https://example.com/login?user=my_user, it returns https.
+
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getWebScheme().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1815,10 +2392,19 @@
System.Int32
- To be added.
+ Returns the width of this view, in pixels.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.ViewNode.getWidth().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App.Assist/AssistStructure+WindowNode.xml b/docs/Mono.Android/en/Android.App.Assist/AssistStructure+WindowNode.xml
index 32d51ad423..0788fd210d 100644
--- a/docs/Mono.Android/en/Android.App.Assist/AssistStructure+WindowNode.xml
+++ b/docs/Mono.Android/en/Android.App.Assist/AssistStructure+WindowNode.xml
@@ -18,14 +18,18 @@
- To be added.
+ Describes a window in the assist data.
- Android platform documentation
+ Java documentation for android.app.assist.AssistStructure.WindowNode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,10 +76,20 @@
System.Int32
- To be added.
+ Returns the ID of the display this window is on, for use with
+ android.hardware.display.DisplayManager#getDisplay DisplayManager.getDisplay().
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.WindowNode.getDisplayId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -99,10 +113,19 @@
System.Int32
- To be added.
+ Returns the total height of the window in pixels.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.WindowNode.getHeight().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -157,10 +180,20 @@
System.Int32
- To be added.
+ Returns the left edge of the window, in pixels, relative to the left
+ edge of the screen.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.WindowNode.getLeft().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -294,10 +327,19 @@
Java.Lang.ICharSequence
- To be added.
+ Returns the title associated with the window, if it has one.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.WindowNode.getTitle().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -321,10 +363,20 @@
System.Int32
- To be added.
+ Returns the top edge of the window, in pixels, relative to the top
+ edge of the screen.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.WindowNode.getTop().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -348,10 +400,19 @@
System.Int32
- To be added.
+ Returns the total width of the window in pixels.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.assist.AssistStructure.WindowNode.getWidth().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App.Backup/BackupAgent.xml b/docs/Mono.Android/en/Android.App.Backup/BackupAgent.xml
index 8800a3a12b..6dc8d6e645 100644
--- a/docs/Mono.Android/en/Android.App.Backup/BackupAgent.xml
+++ b/docs/Mono.Android/en/Android.App.Backup/BackupAgent.xml
@@ -519,8 +519,7 @@
file descriptor pointing to a full snapshot of the
application's data. The application should consume every
entity represented in this data stream.
- The value of the <a
- href="[TODO: @docRoot]guide/topics/manifest/manifest-element.html#vcode">android:versionCode</a> manifest attribute,
+ The value of the android:versionCode manifest attribute,
from the application that backed up this particular data set. This
makes it possible for an application's agent to distinguish among any
possible older data versions when asked to perform the restore
@@ -638,21 +637,30 @@
A read-only file descriptor from which the agent can read size
- bytes of file data.
+ bytes of file data.
The number of bytes of file content to be restored to the given
- destination. If the file system object being restored is a directory, size
- will be zero.
+ destination. If the file system object being restored is a directory, size
+ will be zero.
The File on disk to be restored with the given data.
The kind of file system object being restored. This will be either
- or .
+ BackupAgent#TYPE_FILE or BackupAgent#TYPE_DIRECTORY.
The access mode to be assigned to the destination after its data is
- written. This is in the standard format used by chmod().
+ written. This is in the standard format used by chmod().
The modification time of the file when it was backed up, suitable to
- be assigned to the file after its data is written.
+ be assigned to the file after its data is written.
Handle the data delivered via the given file descriptor during a full restore
- operation.
+ operation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.backup.BackupAgent.onRestoreFile(android.os.ParcelFileDescriptor, long, java.io.File, int, long, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App.Blob/BlobStoreManager+Session.xml b/docs/Mono.Android/en/Android.App.Blob/BlobStoreManager+Session.xml
index 75696cfe42..e64a60fd9a 100644
--- a/docs/Mono.Android/en/Android.App.Blob/BlobStoreManager+Session.xml
+++ b/docs/Mono.Android/en/Android.App.Blob/BlobStoreManager+Session.xml
@@ -31,8 +31,20 @@
- To be added.
- To be added.
+ Represents an ongoing session of a blob's contribution to the blob store managed by the
+ system.
+
+
+
+ Java documentation for android.app.blob.BlobStoreManager.Session.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -77,8 +89,19 @@
- To be added.
- To be added.
+ Abandon this session and delete any data that was written to this session so far.
+
+
+
+ Java documentation for android.app.blob.BlobStoreManager.Session.abandon().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,10 +128,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the name of the package which should be allowed to access the blob.
+ the input bytes representing a certificate of type
+ android.content.pm.PackageManager#CERT_INPUT_SHA256.
+ Allow packageName with a particular signing certificate to access this blob
+ data once it is committed using a BlobHandle representing the blob.
+
+
+
+ Java documentation for android.app.blob.BlobStoreManager.Session.allowPackageAccess(java.lang.String, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -132,8 +168,20 @@
- To be added.
- To be added.
+ Allow any app on the device to access this blob data once it is committed using
+ a BlobHandle representing the blob.
+
+
+
+ Java documentation for android.app.blob.BlobStoreManager.Session.allowPublicAccess().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -157,8 +205,20 @@
- To be added.
- To be added.
+ Allow packages which are signed with the same certificate as the caller to access this
+ blob data once it is committed using a BlobHandle representing the blob.
+
+
+
+ Java documentation for android.app.blob.BlobStoreManager.Session.allowSameSignatureAccess().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -185,8 +245,19 @@
- To be added.
- To be added.
+ Close this session.
+
+
+
+ Java documentation for android.app.blob.BlobStoreManager.Session.close().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -243,11 +314,24 @@
- To be added.
- To be added.
- To be added.
+ the name of the package to check the access for.
+ the input bytes representing a certificate of type
+ android.content.pm.PackageManager#CERT_INPUT_SHA256.
+ Returns true if access has been allowed for a packageName using either
+ #allowPackageAccess(String, byte[]).
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.blob.BlobStoreManager.Session.isPackageAccessAllowed(java.lang.String, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -270,9 +354,21 @@
System.Boolean
- To be added.
+ Returns true if public access has been allowed by using
+ #allowPublicAccess().
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.blob.BlobStoreManager.Session.isPublicAccessAllowed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -295,9 +391,21 @@
System.Boolean
- To be added.
+ Returns true if access has been allowed for packages signed with the same
+ certificate as the caller by using #allowSameSignatureAccess().
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.blob.BlobStoreManager.Session.isSameSignatureAccessAllowed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -353,9 +461,20 @@
- To be added.
- To be added.
- To be added.
+ Opens a file descriptor to read the blob content already written into this session.
+ a ParcelFileDescriptor for reading from the blob file.
+
+
+
+ Java documentation for android.app.blob.BlobStoreManager.Session.openRead().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -382,11 +501,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ offset into the file to begin writing at, or 0 to
+ start at the beginning of the file.
+ total size of the file being written, used to
+ preallocate the underlying disk space, or -1 if unknown.
+ The system may clear various caches as needed to allocate
+ this space.
+ Opens a file descriptor to write a blob into the session.
+ a ParcelFileDescriptor for writing to the blob file.
+
+
+
+ Java documentation for android.app.blob.BlobStoreManager.Session.openWrite(long, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -409,9 +543,20 @@
System.Int64
- To be added.
- To be added.
- To be added.
+ Gets the size of the blob file that was written to the session so far.
+ the size of the blob file so far.
+
+
+
+ Java documentation for android.app.blob.BlobStoreManager.Session.getSize().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.Job/JobInfo+Builder.xml b/docs/Mono.Android/en/Android.App.Job/JobInfo+Builder.xml
index dfee2c9685..bd5b8bda62 100644
--- a/docs/Mono.Android/en/Android.App.Job/JobInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.Job/JobInfo+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for constructing JobInfo objects.
- Android platform documentation
+ Java documentation for android.app.job.JobInfo.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,11 +54,25 @@
- To be added.
- To be added.
- To be added.
+ Application-provided id for this job. Subsequent calls to cancel, or
+ jobs created with the same jobId, will update the pre-existing job with
+ the same id. This ID must be unique across all clients of the same uid
+ (not just the same package). You will want to make sure this is a stable
+ id across app updates, so probably not based on a resource ID.
+ The endpoint that you implement that will receive the callback from the
+ JobScheduler.
+ Initialize a new Builder to construct a JobInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.job.JobInfo.Builder.JobInfo$Builder(int, android.content.ComponentName).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -111,9 +129,18 @@
To be added.
- To be added.
+ The job object to hand to the JobScheduler. This object is immutable.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.job.JobInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App.Job/JobInfo+TriggerContentUri.xml b/docs/Mono.Android/en/Android.App.Job/JobInfo+TriggerContentUri.xml
index dd48a79926..ec11a85b65 100644
--- a/docs/Mono.Android/en/Android.App.Job/JobInfo+TriggerContentUri.xml
+++ b/docs/Mono.Android/en/Android.App.Job/JobInfo+TriggerContentUri.xml
@@ -31,14 +31,19 @@
- To be added.
+ Information about a content URI modification that a job would like to
+ trigger on.
- Android platform documentation
+ Java documentation for android.app.job.JobInfo.TriggerContentUri.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -70,11 +75,20 @@
- To be added.
- To be added.
- To be added.
+ The URI to observe. Must be non-null.
+ Flags for the observer.
+ Create a new trigger description.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.job.JobInfo.TriggerContentUri.JobInfo$TriggerContentUri(android.net.Uri, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -164,9 +178,18 @@
1
- To be added.
+ Flag for trigger: also trigger if any descendants of the given URI change.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.job.JobInfo.TriggerContentUri.FLAG_NOTIFY_FOR_DESCENDANTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -190,10 +213,19 @@
Android.App.Job.TriggerContentUriFlags
- To be added.
+ Return the flags supplied for the trigger.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.job.JobInfo.TriggerContentUri.getFlags().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -313,10 +345,19 @@
Android.Net.Uri
- To be added.
+ Return the Uri this trigger was created for.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.job.JobInfo.TriggerContentUri.getUri().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App.Job/JobService.xml b/docs/Mono.Android/en/Android.App.Job/JobService.xml
index fede77b2d1..da1dd84eeb 100644
--- a/docs/Mono.Android/en/Android.App.Job/JobService.xml
+++ b/docs/Mono.Android/en/Android.App.Job/JobService.xml
@@ -183,7 +183,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.job.JobService.onBind(android.content.Intent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App.People/ConversationStatus+Builder.xml b/docs/Mono.Android/en/Android.App.People/ConversationStatus+Builder.xml
index 61c98b4e1d..46f71a6af4 100644
--- a/docs/Mono.Android/en/Android.App.People/ConversationStatus+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.People/ConversationStatus+Builder.xml
@@ -43,10 +43,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The unique id for this status
+ The type of status
+ Creates a new builder.
+
+
+
+ Java documentation for android.app.people.ConversationStatus.Builder.ConversationStatus$Builder(java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.Slices/Slice+Builder.xml b/docs/Mono.Android/en/Android.App.Slices/Slice+Builder.xml
index 6f8b30a914..82cdfcec03 100644
--- a/docs/Mono.Android/en/Android.App.Slices/Slice+Builder.xml
+++ b/docs/Mono.Android/en/Android.App.Slices/Slice+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A Builder used to construct Slices
+
+
+
+ Java documentation for android.app.slice.Slice.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,10 +79,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ Uri to tag for this slice.
+ the spec for this slice.
+ Create a builder which will construct a Slice for the given Uri.
+
+
+
+ Java documentation for android.app.slice.Slice.Builder.Slice$Builder(android.net.Uri, android.app.slice.SliceSpec).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -434,9 +456,20 @@
- To be added.
+ Construct the slice.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.slice.Slice.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App.Usage/NetworkStats+Bucket.xml b/docs/Mono.Android/en/Android.App.Usage/NetworkStats+Bucket.xml
index 0a97931b53..649d9616a6 100644
--- a/docs/Mono.Android/en/Android.App.Usage/NetworkStats+Bucket.xml
+++ b/docs/Mono.Android/en/Android.App.Usage/NetworkStats+Bucket.xml
@@ -18,14 +18,18 @@
- To be added.
+ Buckets are the smallest elements of a query result.
- Android platform documentation
+ Java documentation for android.app.usage.NetworkStats.Bucket.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,8 +104,19 @@
-1
- To be added.
- To be added.
+ Combined usage for this network regardless of default network status.
+
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.DEFAULT_NETWORK_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +144,19 @@
1
- To be added.
- To be added.
+ Usage that occurs while this network is not a default network.
+
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.DEFAULT_NETWORK_NO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,9 +179,20 @@
Android.App.Usage.NetworkStatsDefault
- To be added.
+ Default network status.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.getDefaultNetworkStatus().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -183,8 +220,19 @@
2
- To be added.
- To be added.
+ Usage that occurs while this network is a default network.
+
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.DEFAULT_NETWORK_YES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -207,10 +255,19 @@
System.Int64
- To be added.
- To be added.
+ End timestamp of the bucket's time interval.
+ End of interval.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.getEndTimeStamp().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -265,10 +322,19 @@
Android.App.Usage.MeteredStates
- To be added.
+ Metered state.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.getMetered().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,10 +358,19 @@
Android.App.Usage.NetworkUsageRoaming
- To be added.
+ Roaming state.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.getRoaming().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -324,9 +399,18 @@
-1
- To be added.
+ Combined usage across all roaming states.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.ROAMING_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -355,9 +439,18 @@
1
- To be added.
+ Usage that occurs on a home, non-roaming network.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.ROAMING_NO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -386,9 +479,18 @@
2
- To be added.
+ Usage that occurs on a roaming network.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.ROAMING_YES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -412,10 +514,19 @@
System.Int64
- To be added.
- To be added.
+ Number of bytes received during the bucket's time interval.
+ Number of bytes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.getRxBytes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -439,10 +550,19 @@
System.Int64
- To be added.
- To be added.
+ Number of packets received during the bucket's time interval.
+ Number of packets.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.getRxPackets().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -466,10 +586,19 @@
System.Int64
- To be added.
- To be added.
+ Start timestamp of the bucket's time interval.
+ Start of interval.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.getStartTimeStamp().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -493,10 +622,19 @@
Android.App.Usage.NetworkUsageState
- To be added.
- To be added.
+ Usage state.
+ Usage state.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.getState().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -520,10 +658,19 @@
System.Int32
- To be added.
- To be added.
+ Tag of the bucket.
+ Bucket tag.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.getTag().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -548,9 +695,18 @@
0
- To be added.
+ Special TAG value for total data across all tags
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.TAG_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -636,10 +792,19 @@
System.Int64
- To be added.
- To be added.
+ Number of bytes transmitted during the bucket's time interval.
+ Number of bytes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.getTxBytes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -663,10 +828,19 @@
System.Int64
- To be added.
- To be added.
+ Number of packets transmitted during the bucket's time interval.
+ Number of packets.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.getTxPackets().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -690,10 +864,19 @@
System.Int32
- To be added.
- To be added.
+ Key of the bucket.
+ Bucket key.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.getUid().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -718,9 +901,18 @@
-1
- To be added.
+ Special UID value for aggregate/unspecified.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.UID_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -745,9 +937,18 @@
-4
- To be added.
+ Special UID value for removed apps.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.UID_REMOVED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -772,9 +973,18 @@
-5
- To be added.
+ Special UID value for data usage by tethering.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStats.Bucket.UID_TETHERING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App.Usage/NetworkStatsManager+UsageCallback.xml b/docs/Mono.Android/en/Android.App.Usage/NetworkStatsManager+UsageCallback.xml
index 9d3cdf5da5..81a3920d22 100644
--- a/docs/Mono.Android/en/Android.App.Usage/NetworkStatsManager+UsageCallback.xml
+++ b/docs/Mono.Android/en/Android.App.Usage/NetworkStatsManager+UsageCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Base class for usage callbacks.
- Android platform documentation
+ Java documentation for android.app.usage.NetworkStatsManager.UsageCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -139,9 +143,18 @@
To be added.
To be added.
- To be added.
+ Called when data usage has reached the given threshold.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.NetworkStatsManager.UsageCallback.onThresholdReached(int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App.Usage/UsageEvents+Event.xml b/docs/Mono.Android/en/Android.App.Usage/UsageEvents+Event.xml
index df5f7f9b42..39cbc71b12 100644
--- a/docs/Mono.Android/en/Android.App.Usage/UsageEvents+Event.xml
+++ b/docs/Mono.Android/en/Android.App.Usage/UsageEvents+Event.xml
@@ -18,14 +18,18 @@
- To be added.
+ An event representing a state change for a component.
- Android platform documentation
+ Java documentation for android.app.usage.UsageEvents.Event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,9 +76,21 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Returns the standby bucket of the app, if the event is of type
+ #STANDBY_BUCKET_CHANGED, otherwise returns 0.
+ the standby bucket associated with the event.
+
+
+
+ Java documentation for android.app.usage.UsageEvents.Event.getAppStandbyBucket().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -97,10 +113,19 @@
System.String
- To be added.
+ The class name of the source of this event.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.UsageEvents.Event.getClassName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -124,10 +149,20 @@
Android.Content.Res.Configuration
- To be added.
+ Returns a Configuration for this event if the event is of type
+ #CONFIGURATION_CHANGE, otherwise it returns null.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.UsageEvents.Event.getConfiguration().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,10 +186,19 @@
Android.App.Usage.UsageEventType
- To be added.
+ The event type.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.UsageEvents.Event.getEventType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -209,10 +253,19 @@
System.String
- To be added.
+ The package name of the source of this event.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.UsageEvents.Event.getPackageName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -236,10 +289,20 @@
System.String
- To be added.
+ Returns the ID of a android.content.pm.ShortcutInfo for this event
+ if the event is of type #SHORTCUT_INVOCATION, otherwise it returns null.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.UsageEvents.Event.getShortcutId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -325,10 +388,19 @@
System.Int64
- To be added.
+ The time at which this event occurred, measured in milliseconds since the epoch.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.usage.UsageEvents.Event.getTimeStamp().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActionBar+IOnMenuVisibilityListener.xml b/docs/Mono.Android/en/Android.App/ActionBar+IOnMenuVisibilityListener.xml
index 2f3e0992fc..bf4bff7740 100644
--- a/docs/Mono.Android/en/Android.App/ActionBar+IOnMenuVisibilityListener.xml
+++ b/docs/Mono.Android/en/Android.App/ActionBar+IOnMenuVisibilityListener.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.app.ActionBar.OnMenuVisibilityListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,11 +65,19 @@
True if an action bar menu is now visible, false if no action bar
- menus are visible.
-
+ menus are visible.
Called when an action bar menu is shown or hidden.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActionBar.OnMenuVisibilityListener.onMenuVisibilityChanged(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActionBar+IOnNavigationListener.xml b/docs/Mono.Android/en/Android.App/ActionBar+IOnNavigationListener.xml
index ca0cc114b1..133c20359e 100644
--- a/docs/Mono.Android/en/Android.App/ActionBar+IOnNavigationListener.xml
+++ b/docs/Mono.Android/en/Android.App/ActionBar+IOnNavigationListener.xml
@@ -31,7 +31,16 @@
Listener interface for ActionBar navigation events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActionBar.OnNavigationListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -67,10 +76,19 @@
Position of the item clicked.
ID of the item clicked.
This method is called whenever a navigation item in your action bar
- is selected.
- To be added.
+ is selected.
+ True if the event was handled, false otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActionBar.OnNavigationListener.onNavigationItemSelected(int, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActionBar+ITabListener.xml b/docs/Mono.Android/en/Android.App/ActionBar+ITabListener.xml
index 4016dc66b6..00308f0982 100644
--- a/docs/Mono.Android/en/Android.App/ActionBar+ITabListener.xml
+++ b/docs/Mono.Android/en/Android.App/ActionBar+ITabListener.xml
@@ -31,7 +31,16 @@
Callback interface invoked when a tab is focused, unfocused, added, or removed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActionBar.TabListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActionBar+LayoutParams.xml b/docs/Mono.Android/en/Android.App/ActionBar+LayoutParams.xml
index baf2ac2dce..a7b1ff1346 100644
--- a/docs/Mono.Android/en/Android.App/ActionBar+LayoutParams.xml
+++ b/docs/Mono.Android/en/Android.App/ActionBar+LayoutParams.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.app.ActionBar.LayoutParams.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -272,7 +276,16 @@
Gravity for the view associated with these LayoutParams.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActionBar.LayoutParams.gravity.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActionBar+Tab.xml b/docs/Mono.Android/en/Android.App/ActionBar+Tab.xml
index 304b751ebb..1cc1c257e1 100644
--- a/docs/Mono.Android/en/Android.App/ActionBar+Tab.xml
+++ b/docs/Mono.Android/en/Android.App/ActionBar+Tab.xml
@@ -24,7 +24,16 @@
A tab in the action bar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActionBar.Tab.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -215,7 +224,16 @@
An invalid position for a tab.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActionBar.Tab.INVALID_POSITION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -295,6 +313,10 @@
[Android.Runtime.Register("select", "()V", "GetSelectHandler")]
[<Android.Runtime.Register("select", "()V", "GetSelectHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -303,7 +325,16 @@
Select this tab.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActionBar.Tab.select().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -323,6 +354,10 @@
[Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)Landroid/app/ActionBar$Tab;", "GetSetContentDescription_Ljava_lang_CharSequence_Handler")]
[<Android.Runtime.Register("setContentDescription", "(Ljava/lang/CharSequence;)Landroid/app/ActionBar$Tab;", "GetSetContentDescription_Ljava_lang_CharSequence_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.ActionBar+Tab
@@ -357,6 +392,10 @@
[Android.Runtime.Register("setContentDescription", "(I)Landroid/app/ActionBar$Tab;", "GetSetContentDescription_IHandler")]
[<Android.Runtime.Register("setContentDescription", "(I)Landroid/app/ActionBar$Tab;", "GetSetContentDescription_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.ActionBar+Tab
@@ -422,6 +461,10 @@
[Android.Runtime.Register("setCustomView", "(Landroid/view/View;)Landroid/app/ActionBar$Tab;", "GetSetCustomView_Landroid_view_View_Handler")]
[<Android.Runtime.Register("setCustomView", "(Landroid/view/View;)Landroid/app/ActionBar$Tab;", "GetSetCustomView_Landroid_view_View_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.ActionBar+Tab
@@ -454,6 +497,10 @@
[Android.Runtime.Register("setCustomView", "(I)Landroid/app/ActionBar$Tab;", "GetSetCustomView_IHandler")]
[<Android.Runtime.Register("setCustomView", "(I)Landroid/app/ActionBar$Tab;", "GetSetCustomView_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.ActionBar+Tab
@@ -486,6 +533,10 @@
[Android.Runtime.Register("setIcon", "(Landroid/graphics/drawable/Drawable;)Landroid/app/ActionBar$Tab;", "GetSetIcon_Landroid_graphics_drawable_Drawable_Handler")]
[<Android.Runtime.Register("setIcon", "(Landroid/graphics/drawable/Drawable;)Landroid/app/ActionBar$Tab;", "GetSetIcon_Landroid_graphics_drawable_Drawable_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.ActionBar+Tab
@@ -518,6 +569,10 @@
[Android.Runtime.Register("setIcon", "(I)Landroid/app/ActionBar$Tab;", "GetSetIcon_IHandler")]
[<Android.Runtime.Register("setIcon", "(I)Landroid/app/ActionBar$Tab;", "GetSetIcon_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.ActionBar+Tab
@@ -550,6 +605,10 @@
[Android.Runtime.Register("setTabListener", "(Landroid/app/ActionBar$TabListener;)Landroid/app/ActionBar$Tab;", "GetSetTabListener_Landroid_app_ActionBar_TabListener_Handler")]
[<Android.Runtime.Register("setTabListener", "(Landroid/app/ActionBar$TabListener;)Landroid/app/ActionBar$Tab;", "GetSetTabListener_Landroid_app_ActionBar_TabListener_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.ActionBar+Tab
@@ -582,6 +641,10 @@
[Android.Runtime.Register("setTag", "(Ljava/lang/Object;)Landroid/app/ActionBar$Tab;", "GetSetTag_Ljava_lang_Object_Handler")]
[<Android.Runtime.Register("setTag", "(Ljava/lang/Object;)Landroid/app/ActionBar$Tab;", "GetSetTag_Ljava_lang_Object_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.ActionBar+Tab
@@ -614,6 +677,10 @@
[Android.Runtime.Register("setText", "(Ljava/lang/CharSequence;)Landroid/app/ActionBar$Tab;", "GetSetText_Ljava_lang_CharSequence_Handler")]
[<Android.Runtime.Register("setText", "(Ljava/lang/CharSequence;)Landroid/app/ActionBar$Tab;", "GetSetText_Ljava_lang_CharSequence_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.ActionBar+Tab
@@ -646,6 +713,10 @@
[Android.Runtime.Register("setText", "(I)Landroid/app/ActionBar$Tab;", "GetSetText_IHandler")]
[<Android.Runtime.Register("setText", "(I)Landroid/app/ActionBar$Tab;", "GetSetText_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.ActionBar+Tab
diff --git a/docs/Mono.Android/en/Android.App/ActionBar.xml b/docs/Mono.Android/en/Android.App/ActionBar.xml
index 706bdd9fdc..12b7c6581a 100644
--- a/docs/Mono.Android/en/Android.App/ActionBar.xml
+++ b/docs/Mono.Android/en/Android.App/ActionBar.xml
@@ -138,6 +138,10 @@
[Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;)V", "GetAddTab_Landroid_app_ActionBar_Tab_Handler")]
[<Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;)V", "GetAddTab_Landroid_app_ActionBar_Tab_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -178,6 +182,10 @@
[Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;Z)V", "GetAddTab_Landroid_app_ActionBar_Tab_ZHandler")]
[<Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;Z)V", "GetAddTab_Landroid_app_ActionBar_Tab_ZHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -220,6 +228,10 @@
[Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;I)V", "GetAddTab_Landroid_app_ActionBar_Tab_IHandler")]
[<Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;I)V", "GetAddTab_Landroid_app_ActionBar_Tab_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -262,6 +274,10 @@
[Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;IZ)V", "GetAddTab_Landroid_app_ActionBar_Tab_IZHandler")]
[<Android.Runtime.Register("addTab", "(Landroid/app/ActionBar$Tab;IZ)V", "GetAddTab_Landroid_app_ActionBar_Tab_IZHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -420,6 +436,10 @@
[Android.Runtime.Register("getTabAt", "(I)Landroid/app/ActionBar$Tab;", "GetGetTabAt_IHandler")]
[<Android.Runtime.Register("getTabAt", "(I)Landroid/app/ActionBar$Tab;", "GetGetTabAt_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.ActionBar+Tab
@@ -755,6 +775,10 @@
[Android.Runtime.Register("newTab", "()Landroid/app/ActionBar$Tab;", "GetNewTabHandler")]
[<Android.Runtime.Register("newTab", "()Landroid/app/ActionBar$Tab;", "GetNewTabHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.ActionBar+Tab
@@ -785,6 +809,10 @@
[Android.Runtime.Register("removeAllTabs", "()V", "GetRemoveAllTabsHandler")]
[<Android.Runtime.Register("removeAllTabs", "()V", "GetRemoveAllTabsHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -862,6 +890,10 @@
[Android.Runtime.Register("removeTab", "(Landroid/app/ActionBar$Tab;)V", "GetRemoveTab_Landroid_app_ActionBar_Tab_Handler")]
[<Android.Runtime.Register("removeTab", "(Landroid/app/ActionBar$Tab;)V", "GetRemoveTab_Landroid_app_ActionBar_Tab_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -902,6 +934,10 @@
[Android.Runtime.Register("removeTabAt", "(I)V", "GetRemoveTabAt_IHandler")]
[<Android.Runtime.Register("removeTabAt", "(I)V", "GetRemoveTabAt_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -999,6 +1035,10 @@
[Android.Runtime.Register("selectTab", "(Landroid/app/ActionBar$Tab;)V", "GetSelectTab_Landroid_app_ActionBar_Tab_Handler")]
[<Android.Runtime.Register("selectTab", "(Landroid/app/ActionBar$Tab;)V", "GetSelectTab_Landroid_app_ActionBar_Tab_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -1766,6 +1806,10 @@
[Android.Runtime.Register("setListNavigationCallbacks", "(Landroid/widget/SpinnerAdapter;Landroid/app/ActionBar$OnNavigationListener;)V", "GetSetListNavigationCallbacks_Landroid_widget_SpinnerAdapter_Landroid_app_ActionBar_OnNavigationListener_Handler")]
[<Android.Runtime.Register("setListNavigationCallbacks", "(Landroid/widget/SpinnerAdapter;Landroid/app/ActionBar$OnNavigationListener;)V", "GetSetListNavigationCallbacks_Landroid_widget_SpinnerAdapter_Landroid_app_ActionBar_OnNavigationListener_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -1895,6 +1939,10 @@
[Android.Runtime.Register("setSelectedNavigationItem", "(I)V", "GetSetSelectedNavigationItem_IHandler")]
[<Android.Runtime.Register("setSelectedNavigationItem", "(I)V", "GetSetSelectedNavigationItem_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
diff --git a/docs/Mono.Android/en/Android.App/Activity.xml b/docs/Mono.Android/en/Android.App/Activity.xml
index 0c68996a52..ca2d21b93b 100644
--- a/docs/Mono.Android/en/Android.App/Activity.xml
+++ b/docs/Mono.Android/en/Android.App/Activity.xml
@@ -4628,7 +4628,7 @@
The panel that the menu is in.
The menu that is opened.
- [TODO: @inheritDoc]
+ To be added
The default implementation returns true.
@@ -8484,7 +8484,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Activity.setPersistent(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+AppTask.xml b/docs/Mono.Android/en/Android.App/ActivityManager+AppTask.xml
index edad234a87..37920858f7 100644
--- a/docs/Mono.Android/en/Android.App/ActivityManager+AppTask.xml
+++ b/docs/Mono.Android/en/Android.App/ActivityManager+AppTask.xml
@@ -18,14 +18,18 @@
- To be added.
+ The AppTask allows you to manage your own application's tasks.
- Android platform documentation
+ Java documentation for android.app.ActivityManager.AppTask.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,9 +77,18 @@
- To be added.
+ Finishes all activities in this task and removes it from the recent tasks list.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.AppTask.finishAndRemoveTask().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,9 +144,18 @@
- To be added.
+ Bring this task to the foreground.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.AppTask.moveToFront().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,10 +182,21 @@
- To be added.
- To be added.
+ If true, Intent#FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS will
+ be set; otherwise, it will be cleared.
+ Modify the Intent#FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS flag in the root
+ Intent of this AppTask.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.AppTask.setExcludeFromRecents(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -193,11 +226,20 @@
To be added.
- To be added.
- To be added.
- To be added.
+ The Intent describing the new activity to be launched on the task.
+ Optional launch options.
+ Start an activity in this task.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.AppTask.startActivity(android.content.Context, android.content.Intent, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+MemoryInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+MemoryInfo.xml
index 0e6e53763d..da7cf4f3ac 100644
--- a/docs/Mono.Android/en/Android.App/ActivityManager+MemoryInfo.xml
+++ b/docs/Mono.Android/en/Android.App/ActivityManager+MemoryInfo.xml
@@ -32,14 +32,18 @@
Information you can retrieve about the available memory through
- .
+ ActivityManager#getMemoryInfo.
- Android platform documentation
+ Java documentation for android.app.ActivityManager.MemoryInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -115,7 +119,16 @@
The available memory on the system.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.MemoryInfo.availMem.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -237,10 +250,19 @@
Set to true if the system considers itself to currently be in a low
- memory situation.
+ memory situation.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.MemoryInfo.lowMemory.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -297,12 +319,21 @@
System.Int64
- The threshold of at which we consider memory to be
- low and start killing background services and other non-extraneous
- processes.
+ The threshold of #availMem at which we consider memory to be
+ low and start killing background services and other non-extraneous
+ processes.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.MemoryInfo.threshold.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -392,7 +423,16 @@
The total memory accessible by the kernel.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.MemoryInfo.totalMem.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+ProcessErrorStateInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+ProcessErrorStateInfo.xml
index b315701f86..c3b6bd897c 100644
--- a/docs/Mono.Android/en/Android.App/ActivityManager+ProcessErrorStateInfo.xml
+++ b/docs/Mono.Android/en/Android.App/ActivityManager+ProcessErrorStateInfo.xml
@@ -35,10 +35,14 @@
- Android platform documentation
+ Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -114,7 +118,16 @@
The condition that the process is in.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.condition.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,7 +155,16 @@
to be deprecated: This value will always be null.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.crashData.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -302,7 +324,16 @@
A long message describing the error condition.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.longMsg.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -335,10 +366,18 @@
0
- Condition codes
-
+ Condition codes
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.NO_ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -399,11 +438,19 @@
System.Int32
- The pid of this process; 0 if none
-
+ The pid of this process; 0 if none
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.pid.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -431,7 +478,16 @@
The process name in which the crash or error occurred.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.processName.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -491,7 +547,16 @@
A short message describing the error condition.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.shortMsg.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -519,7 +584,16 @@
The stack trace where the error originated.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.stackTrace.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -547,7 +621,16 @@
The activity name associated with the error, if known.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.tag.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -635,11 +718,20 @@
The kernel user-ID that has been assigned to this process;
- currently this is not a unique ID (multiple applications can have
- the same uid).
+ currently this is not a unique ID (multiple applications can have
+ the same uid).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.ProcessErrorStateInfo.uid.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+RecentTaskInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+RecentTaskInfo.xml
index dc9dd07ec6..78c7df77b7 100644
--- a/docs/Mono.Android/en/Android.App/ActivityManager+RecentTaskInfo.xml
+++ b/docs/Mono.Android/en/Android.App/ActivityManager+RecentTaskInfo.xml
@@ -32,14 +32,18 @@
Information you can retrieve about tasks that the user has most recently
- started or visited.
+ started or visited.
- Android platform documentation
+ Java documentation for android.app.ActivityManager.RecentTaskInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,10 +120,19 @@
System.Int32
- To be added.
+ Task affiliation for grouping with other tasks.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RecentTaskInfo.affiliatedTaskId.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -267,7 +280,16 @@
Description of the task's last state.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RecentTaskInfo.description.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -299,7 +321,16 @@
If this task is currently running, this is the identifier for it.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RecentTaskInfo.id.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -420,7 +451,16 @@
The true identifier of this task, valid even if it is not running.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RecentTaskInfo.persistentId.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml
index 851810e56b..584e4899f4 100644
--- a/docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml
+++ b/docs/Mono.Android/en/Android.App/ActivityManager+RunningAppProcessInfo.xml
@@ -35,10 +35,14 @@
- Android platform documentation
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -206,11 +210,19 @@
Android.App.Importance
- The relative importance level that the system places on this
- process.
+ The relative importance level that the system places on this process.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.importance.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -246,7 +258,16 @@
Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process process contains
background code that is expendable.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_BACKGROUND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -279,9 +300,20 @@
400
- To be added.
+ Constant for #importance: This process process contains
+ cached code that is expendable, not actively running any app components
+ we care about.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_CACHED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -313,8 +345,21 @@
350
- To be added.
- To be added.
+ Constant for #importance: This process is running an
+ application that can not save its state, and thus can't be killed
+ while in the background.
+
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_CANT_SAVE_STATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -345,10 +390,19 @@
500
- Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is empty of any
- actively running code.
+ Constant for #importance: This process is empty of any
+ actively running code.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_EMPTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -381,10 +435,20 @@
100
- Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running the
- foreground UI.
+ Constant for #importance: This process is running the
+ foreground UI; that is, it is the thing currently at the top of the screen
+ that the user is interacting with.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -417,9 +481,20 @@
125
- To be added.
+ Constant for #importance: This process is running a foreground
+ service, for example to perform music playback even while the user is
+ not immediately in the app.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_FOREGROUND_SERVICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -451,9 +526,18 @@
1000
- To be added.
+ Constant for #importance: This process does not exist.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_GONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -485,10 +569,19 @@
130
- Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running something
- that is considered to be actively perceptible to the user.
+ Constant for #importance: This process is not something the user
+ is directly aware of, but is otherwise perceptible to them to some degree.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -521,9 +614,19 @@
130
- To be added.
+ Constant for #importance: #IMPORTANCE_PERCEPTIBLE had this wrong value
+ before Build.VERSION_CODES#O.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_PERCEPTIBLE_PRE_26.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -547,10 +650,19 @@
Android.App.ImportanceReason
- The reason for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance, if any.
+ The reason for #importance, if any.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.importanceReasonCode.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -575,11 +687,20 @@
Android.Content.ComponentName
- For the specified values of P:Android.App.ActivityManager+RunningAppProcessInfo.Importance, this
- is the name of the component that is being used in this process.
+ For the specified values of #importanceReasonCode, this
+ is the name of the component that is being used in this process.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.importanceReasonComponent.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -604,12 +725,21 @@
System.Int32
- For the specified values of P:Android.App.ActivityManager+RunningAppProcessInfo.Importance, this
- is the process ID of the other process that is a client of this
- process.
+ For the specified values of #importanceReasonCode, this
+ is the process ID of the other process that is a client of this
+ process.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.importanceReasonPid.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -642,10 +772,19 @@
300
- Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is contains services
- that should remain running.
+ Constant for #importance: This process contains services
+ that should remain running.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_SERVICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -678,9 +817,19 @@
150
- To be added.
+ Constant for #importance: This process is running the foreground
+ UI, but the device is asleep so it is not visible to the user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_TOP_SLEEPING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -713,7 +862,18 @@
150
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_TOP_SLEEPING_PRE_28.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -744,11 +904,20 @@
200
- Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: this process is running something
- that is actively visible to the user, though not in the immediate
- foreground.
+ Constant for #importance: This process is running something
+ that is actively visible to the user, though not in the immediate
+ foreground.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -808,10 +977,20 @@
Last memory trim level reported to the process: corresponds to
- the values supplied to M:Android.App.Application.OnTrimMemory.
+ the values supplied to android.content.ComponentCallbacks2#onTrimMemory(int)
+ ComponentCallbacks2.onTrimMemory(int).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.lastTrimLevel.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -836,10 +1015,21 @@
System.Int32
- To be added.
+ An additional ordering within a particular #importance
+ category, providing finer-grained information about the relative
+ utility of processes within a category.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.lru.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -864,11 +1054,19 @@
System.Int32
- The pid of this process; 0 if none
-
+ The pid of this process; 0 if none
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.pid.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -896,7 +1094,16 @@
All packages that have been loaded into the process.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.pkgList.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -921,11 +1128,19 @@
System.String
- The name of the process that this object is associated with
-
+ The name of the process that this object is associated with
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.processName.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -990,10 +1205,19 @@
1
- Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: one of the application's
- content providers is being used by another process.
+ Constant for #importanceReasonCode: one of the application's
+ content providers is being used by another process.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.REASON_PROVIDER_IN_USE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1026,10 +1250,19 @@
2
- Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: one of the application's
- content providers is being used by another process.
+ Constant for #importanceReasonCode: one of the application's
+ content providers is being used by another process.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.REASON_SERVICE_IN_USE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1062,10 +1295,19 @@
0
- Constant for P:Android.App.ActivityManager+RunningAppProcessInfo.Importance: nothing special has
- been specified for the reason for this level.
+ Constant for #importanceReasonCode: nothing special has
+ been specified for the reason for this level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.REASON_UNKNOWN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1155,7 +1397,16 @@
The user id of this process.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningAppProcessInfo.uid.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+RunningServiceInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+RunningServiceInfo.xml
index d1b836c4a9..2e89d304c9 100644
--- a/docs/Mono.Android/en/Android.App/ActivityManager+RunningServiceInfo.xml
+++ b/docs/Mono.Android/en/Android.App/ActivityManager+RunningServiceInfo.xml
@@ -32,14 +32,18 @@
Information you can retrieve about a particular Service that is
- currently running in the system.
+ currently running in the system.
- Android platform documentation
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -113,10 +117,19 @@
The time when the service was first made active, either by someone
- starting or binding to it.
+ starting or binding to it.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.activeSince.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -144,7 +157,16 @@
Number of clients connected to the service.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.clientCount.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -170,11 +192,20 @@
For special services that are bound to by system code, this is
- a string resource providing a user-visible label for who the
- client is.
+ a string resource providing a user-visible label for who the
+ client is.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.clientLabel.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -200,10 +231,19 @@
For special services that are bound to by system code, this is
- the package that holds the binding.
+ the package that holds the binding.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.clientPackage.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -229,10 +269,19 @@
Number of times the service's process has crashed while the service
- is running.
+ is running.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.crashCount.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -327,10 +376,19 @@
2
- Bit for : set if the service has asked to
- run as a foreground process.
+ Bit for #flags: set if the service has asked to
+ run as a foreground process.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.FLAG_FOREGROUND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -363,10 +421,19 @@
8
- Bit for {@link #flags): set if the service is running in a
- persistent process.
+ Bit for #flags: set if the service is running in a
+ persistent process.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.FLAG_PERSISTENT_PROCESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -394,7 +461,16 @@
Running flags.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.flags.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -427,10 +503,19 @@
1
- Bit for : set if this service has been
- explicitly started.
+ Bit for #flags: set if this service has been
+ explicitly started.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.FLAG_STARTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -463,10 +548,19 @@
4
- Bit for {@link #flags): set if the service is running in a
- core system process.
+ Bit for #flags: set if the service is running in a
+ core system process.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.FLAG_SYSTEM_PROCESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -494,7 +588,16 @@
Set to true if the service has asked to run as a foreground process.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.foreground.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -554,10 +657,19 @@
The time when there was last activity in the service (either
- explicit requests to start it or clients binding to it).
+ explicit requests to start it or clients binding to it).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.lastActivityTime.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,7 +697,16 @@
If non-zero, this is the process the service is running in.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.pid.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -613,7 +734,16 @@
The name of the process this service runs in.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.process.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -671,10 +801,19 @@
If non-zero, this service is not currently running, but scheduled to
- restart at the given time.
+ restart at the given time.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.restarting.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -702,7 +841,16 @@
The service component.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.service.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -730,7 +878,16 @@
Set to true if this service has been explicitly started.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.started.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -820,7 +977,16 @@
The UID that owns this service.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningServiceInfo.uid.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+RunningTaskInfo.xml b/docs/Mono.Android/en/Android.App/ActivityManager+RunningTaskInfo.xml
index 2e67355dcb..20488acafd 100644
--- a/docs/Mono.Android/en/Android.App/ActivityManager+RunningTaskInfo.xml
+++ b/docs/Mono.Android/en/Android.App/ActivityManager+RunningTaskInfo.xml
@@ -32,14 +32,18 @@
Information you can retrieve about a particular task that is currently
- "running" in the system.
+ "running" in the system.
- Android platform documentation
+ Java documentation for android.app.ActivityManager.RunningTaskInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -209,7 +213,16 @@
Description of the task's current state.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningTaskInfo.description.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -241,7 +254,16 @@
A unique identifier for this task.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningTaskInfo.id.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,11 +354,19 @@
System.Int32
- Number of activities that are currently running (not stopped
- and persisted) in this task.
+ Number of activities that are currently running (not stopped and persisted) in this task.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningTaskInfo.numRunning.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,7 +492,16 @@
Thumbnail representation of the task's current state.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.RunningTaskInfo.thumbnail.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActivityManager+TaskDescription.xml b/docs/Mono.Android/en/Android.App/ActivityManager+TaskDescription.xml
index 439d8e96df..103ef56786 100644
--- a/docs/Mono.Android/en/Android.App/ActivityManager+TaskDescription.xml
+++ b/docs/Mono.Android/en/Android.App/ActivityManager+TaskDescription.xml
@@ -31,14 +31,18 @@
- To be added.
+ Information you can set and retrieve about the current activity within the recent task list.
- Android platform documentation
+ Java documentation for android.app.ActivityManager.TaskDescription.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -59,9 +63,18 @@
- To be added.
+ Creates an empty TaskDescription.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.TaskDescription.ActivityManager$TaskDescription().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -112,10 +125,19 @@
- To be added.
- To be added.
+ A label and description of the current state of this activity.
+ Creates the TaskDescription to the specified values.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.TaskDescription.ActivityManager$TaskDescription(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,11 +189,20 @@
- To be added.
- To be added.
- To be added.
+ A label and description of the current state of this activity.
+ An icon that represents the current state of this activity.
+ Creates the TaskDescription to the specified values.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.TaskDescription.ActivityManager$TaskDescription(java.lang.String, android.graphics.Bitmap).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -196,10 +227,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A label and description of the current state of this activity.
+ A drawable resource of an icon that represents the current state of this
+ activity.
+ Creates the TaskDescription to the specified values.
+
+
+
+ Java documentation for android.app.ActivityManager.TaskDescription.ActivityManager$TaskDescription(java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -228,12 +271,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A label and description of the current state of this task.
+ An icon that represents the current state of this task.
+ A color to override the theme's primary color. This color must be
+ opaque.
+ Creates the TaskDescription to the specified values.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.TaskDescription.ActivityManager$TaskDescription(java.lang.String, android.graphics.Bitmap, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -259,11 +312,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ A label and description of the current state of this task.
+ A drawable resource of an icon that represents the current state of this
+ activity.
+ A color to override the theme's primary color. This color must be
+ opaque.
+ Creates the TaskDescription to the specified values.
+
+
+
+ Java documentation for android.app.ActivityManager.TaskDescription.ActivityManager$TaskDescription(java.lang.String, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -349,9 +415,18 @@
To be added.
- To be added.
+ The in-memory or loaded icon that represents the current state of this task.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.TaskDescription.getIcon().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +485,18 @@
To be added.
- To be added.
+ The label and description of the current state of this task.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.TaskDescription.getLabel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -437,9 +521,18 @@
To be added.
- To be added.
+ The color override on the theme's primary color.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.TaskDescription.getPrimaryColor().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ActivityManager.xml b/docs/Mono.Android/en/Android.App/ActivityManager.xml
index c6fe50500c..247873f1df 100644
--- a/docs/Mono.Android/en/Android.App/ActivityManager.xml
+++ b/docs/Mono.Android/en/Android.App/ActivityManager.xml
@@ -211,9 +211,18 @@
Get the list of tasks associated with the calling application.
- To be added.
+ The list of tasks associated with the application making this call.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ActivityManager.getAppTasks().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1435,7 +1444,11 @@
System.String
- <a href="[TODO: @docRoot]guide/topics/manifest/meta-data-element.
+
+
+ <meta-data>
+ name for a 'home' Activity that declares a package that is to be
+ uninstalled in lieu of the declaring one.
diff --git a/docs/Mono.Android/en/Android.App/AlarmManager+AlarmClockInfo.xml b/docs/Mono.Android/en/Android.App/AlarmManager+AlarmClockInfo.xml
index 111bcd66b5..eb6090d78f 100644
--- a/docs/Mono.Android/en/Android.App/AlarmManager+AlarmClockInfo.xml
+++ b/docs/Mono.Android/en/Android.App/AlarmManager+AlarmClockInfo.xml
@@ -31,14 +31,18 @@
- To be added.
+ An immutable description of a scheduled "alarm clock" event.
- Android platform documentation
+ Java documentation for android.app.AlarmManager.AlarmClockInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -63,11 +67,22 @@
- To be added.
- To be added.
- To be added.
+ time at which the underlying alarm is triggered in wall time
+ milliseconds since the epoch
+ an intent that can be used to show or edit details of
+ the alarm clock.
+ Creates a new alarm clock description.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AlarmManager.AlarmClockInfo.AlarmManager$AlarmClockInfo(long, android.app.PendingIntent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,10 +198,20 @@
Android.App.PendingIntent
- To be added.
+ Returns an intent that can be used to show or edit details of the alarm clock in
+ the application that scheduled it.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AlarmManager.AlarmClockInfo.getShowIntent().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -272,10 +297,19 @@
System.Int64
- To be added.
+ Returns the time at which the alarm is going to trigger.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AlarmManager.AlarmClockInfo.getTriggerTime().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/AlarmManager+IOnAlarmListener.xml b/docs/Mono.Android/en/Android.App/AlarmManager+IOnAlarmListener.xml
index e073126123..ad33c9ddf7 100644
--- a/docs/Mono.Android/en/Android.App/AlarmManager+IOnAlarmListener.xml
+++ b/docs/Mono.Android/en/Android.App/AlarmManager+IOnAlarmListener.xml
@@ -25,14 +25,19 @@
- To be added.
+ Direct-notification alarms: the requester must be running continuously from the
+ time the alarm is set to the time it is delivered, or delivery will fail.
- Android platform documentation
+ Java documentation for android.app.AlarmManager.OnAlarmListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -57,9 +62,18 @@
- To be added.
+ Callback method that is invoked by the system when the alarm time is reached.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AlarmManager.OnAlarmListener.onAlarm().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/AlertDialog+Builder.xml b/docs/Mono.Android/en/Android.App/AlertDialog+Builder.xml
index 5fc9cfce09..0b5bc64906 100644
--- a/docs/Mono.Android/en/Android.App/AlertDialog+Builder.xml
+++ b/docs/Mono.Android/en/Android.App/AlertDialog+Builder.xml
@@ -49,10 +49,20 @@
- To be added.
- Constructor using a context for this builder and the it creates.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the parent context
+ Creates a builder for an alert dialog that uses the default alert
+ dialog theme.
+
+
+
+ Java documentation for android.app.AlertDialog.Builder.AlertDialog$Builder(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,12 +88,23 @@
- To be added.
- To be added.
- Constructor using a context and theme for this builder and
- the it creates.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the parent context
+ the resource ID of the theme against which to inflate
+ this dialog, or 0 to use the parent
+ context's default alert dialog theme
+ Creates a builder for an alert dialog that uses an explicit theme
+ resource.
+
+
+
+ Java documentation for android.app.AlertDialog.Builder.AlertDialog$Builder(android.content.Context, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,10 +152,19 @@
Android.Content.Context
- Returns a with the appropriate theme for dialogs created by this Builder.
- To be added.
+ Returns a Context with the appropriate theme for dialogs created by this Builder.
+ A Context for built Dialogs.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AlertDialog.Builder.getContext().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,10 +190,20 @@
- Creates a with the arguments supplied to this builder.
+ Creates an AlertDialog with the arguments supplied to this
+ builder.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AlertDialog.Builder.create().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2301,11 +2341,20 @@
- Creates a with the arguments supplied to this builder and
- 's the dialog.
+ Creates an AlertDialog with the arguments supplied to this
+ builder and immediately displays the dialog.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AlertDialog.Builder.show().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpActiveChangedListener.xml b/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpActiveChangedListener.xml
index 58c20d0d69..42d3c61669 100644
--- a/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpActiveChangedListener.xml
+++ b/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpActiveChangedListener.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ Callback for notification of changes to operation active state.
+
+
+
+ Java documentation for android.app.AppOpsManager.OnOpActiveChangedListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -55,12 +66,23 @@
- To be added.
To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The operation that changed.
+ The package performing the operation.
+ Whether the operation became active or inactive.
+ Called when the active state of an app-op changes.
+
+
+
+ Java documentation for android.app.AppOpsManager.OnOpActiveChangedListener.onOpActiveChanged(java.lang.String, int, java.lang.String, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpChangedListener.xml b/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpChangedListener.xml
index 7773bfc157..9d0507f41d 100644
--- a/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpChangedListener.xml
+++ b/docs/Mono.Android/en/Android.App/AppOpsManager+IOnOpChangedListener.xml
@@ -25,14 +25,18 @@
- To be added.
+ Callback for notification of changes to operation state.
- Android platform documentation
+ Java documentation for android.app.AppOpsManager.OnOpChangedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/AppOpsManager+OnOpNotedCallback.xml b/docs/Mono.Android/en/Android.App/AppOpsManager+OnOpNotedCallback.xml
index 028e1f1e29..24d443d4d1 100644
--- a/docs/Mono.Android/en/Android.App/AppOpsManager+OnOpNotedCallback.xml
+++ b/docs/Mono.Android/en/Android.App/AppOpsManager+OnOpNotedCallback.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ Callback an app can #setOnOpNotedCallback set to monitor the app-ops the
+ system has tracked for it.
+
+
+
+ Java documentation for android.app.AppOpsManager.OnOpNotedCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -116,9 +128,21 @@
- To be added.
- To be added.
- To be added.
+ op noted
+ Called when an app-op was noted for this package which cannot be delivered via the other
+ two mechanisms.
+
+
+
+ Java documentation for android.app.AppOpsManager.OnOpNotedCallback.onAsyncNoted(android.app.AsyncNotedAppOp).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -144,9 +168,21 @@
- To be added.
- To be added.
- To be added.
+ op noted
+ Called when an app-op was #noteOp noted for this package inside of a synchronous
+ API call, i.
+
+
+
+ Java documentation for android.app.AppOpsManager.OnOpNotedCallback.onNoted(android.app.SyncNotedAppOp).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -172,9 +208,20 @@
- To be added.
- To be added.
- To be added.
+ op noted
+ Called when this app noted an app-op for its own package,
+
+
+
+ Java documentation for android.app.AppOpsManager.OnOpNotedCallback.onSelfNoted(android.app.SyncNotedAppOp).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App/Application+IActivityLifecycleCallbacks.xml b/docs/Mono.Android/en/Android.App/Application+IActivityLifecycleCallbacks.xml
index b94ad36b82..0857e2568a 100644
--- a/docs/Mono.Android/en/Android.App/Application+IActivityLifecycleCallbacks.xml
+++ b/docs/Mono.Android/en/Android.App/Application+IActivityLifecycleCallbacks.xml
@@ -62,10 +62,18 @@
To be added.
To be added.
-
-
+ Called when the Activity calls Activity#onCreate super.onCreate().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityCreated(android.app.Activity, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -94,10 +102,18 @@
To be added.
-
-
+ Called when the Activity calls Activity#onDestroy super.onDestroy().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityDestroyed(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,10 +142,18 @@
To be added.
-
-
+ Called when the Activity calls Activity#onPause super.onPause().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPaused(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,8 +184,19 @@
To be added.
To be added.
- To be added.
- To be added.
+ Called as the last step of the Activity being created.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostCreated(android.app.Activity, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -188,8 +223,19 @@
To be added.
- To be added.
- To be added.
+ Called as the last step of the Activity being destroyed.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostDestroyed(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -216,8 +262,19 @@
To be added.
- To be added.
- To be added.
+ Called as the last step of the Activity being paused.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostPaused(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -244,8 +301,19 @@
To be added.
- To be added.
- To be added.
+ Called as the last step of the Activity being resumed.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostResumed(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -274,8 +342,19 @@
To be added.
To be added.
- To be added.
- To be added.
+ Called as the last step of the Activity saving its instance state.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostSaveInstanceState(android.app.Activity, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -302,8 +381,19 @@
To be added.
- To be added.
- To be added.
+ Called as the last step of the Activity being started.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostStarted(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -330,8 +420,19 @@
To be added.
- To be added.
- To be added.
+ Called as the last step of the Activity being stopped.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPostStopped(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -360,8 +461,19 @@
To be added.
To be added.
- To be added.
- To be added.
+ Called as the first step of the Activity being created.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPreCreated(android.app.Activity, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -388,8 +500,19 @@
To be added.
- To be added.
- To be added.
+ Called as the first step of the Activity being destroyed.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPreDestroyed(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -416,8 +539,19 @@
To be added.
- To be added.
- To be added.
+ Called as the first step of the Activity being paused.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPrePaused(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -444,8 +578,19 @@
To be added.
- To be added.
- To be added.
+ Called as the first step of the Activity being resumed.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPreResumed(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -474,8 +619,19 @@
To be added.
To be added.
- To be added.
- To be added.
+ Called as the first step of the Activity saving its instance state.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPreSaveInstanceState(android.app.Activity, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -502,8 +658,19 @@
To be added.
- To be added.
- To be added.
+ Called as the first step of the Activity being started.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPreStarted(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -530,8 +697,19 @@
To be added.
- To be added.
- To be added.
+ Called as the first step of the Activity being stopped.
+
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityPreStopped(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -558,10 +736,18 @@
To be added.
-
-
+ Called when the Activity calls Activity#onResume super.onResume().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityResumed(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -592,10 +778,19 @@
To be added.
To be added.
-
-
+ Called when the Activity calls
+ Activity#onSaveInstanceState super.onSaveInstanceState().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivitySaveInstanceState(android.app.Activity, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -624,10 +819,18 @@
To be added.
-
-
+ Called when the Activity calls Activity#onStart super.onStart().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityStarted(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -656,10 +859,18 @@
To be added.
-
-
+ Called when the Activity calls Activity#onStop super.onStop().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Application.ActivityLifecycleCallbacks.onActivityStopped(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Application+IOnProvideAssistDataListener.xml b/docs/Mono.Android/en/Android.App/Application+IOnProvideAssistDataListener.xml
index 08534cee46..15c2d91fa0 100644
--- a/docs/Mono.Android/en/Android.App/Application+IOnProvideAssistDataListener.xml
+++ b/docs/Mono.Android/en/Android.App/Application+IOnProvideAssistDataListener.xml
@@ -25,15 +25,19 @@
- Callback interface for use with
- and .
+ Callback interface for use with Application#registerOnProvideAssistDataListener
+ and Application#unregisterOnProvideAssistDataListener.
- Android platform documentation
+ Java documentation for android.app.Application.OnProvideAssistDataListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -65,10 +69,19 @@
To be added.
To be added.
This is called when the user is requesting an assist, to build a full
- Intent with all of the context of the current
- application.
+ Intent#ACTION_ASSIST Intent with all of the context of the current
+ application.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Application.OnProvideAssistDataListener.onProvideAssistData(android.app.Activity, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+AnrInfo.xml b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+AnrInfo.xml
index 541832fff9..f569f98519 100644
--- a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+AnrInfo.xml
+++ b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+AnrInfo.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.app.ApplicationErrorReport.AnrInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,7 +53,16 @@
Create an uninitialized instance of AnrInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.AnrInfo.ApplicationErrorReport$AnrInfo().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -77,7 +90,16 @@
To be added.
Create an instance of AnrInfo initialized from a Parcel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.AnrInfo.ApplicationErrorReport$AnrInfo(android.os.Parcel).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -128,7 +150,16 @@
Activity name.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.AnrInfo.activity.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -156,7 +187,16 @@
Description of the operation that timed out.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.AnrInfo.cause.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -189,7 +229,16 @@
To be added.
Dump an AnrInfo instance to a Printer.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.AnrInfo.dump(android.util.Printer, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -217,7 +266,16 @@
Additional info, including CPU stats.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.AnrInfo.info.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -350,7 +408,16 @@
To be added.
Save an AnrInfo instance to a parcel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.AnrInfo.writeToParcel(android.os.Parcel, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+BatteryInfo.xml b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+BatteryInfo.xml
index fa3112d7ee..4ddb95de1c 100644
--- a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+BatteryInfo.xml
+++ b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+BatteryInfo.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.app.ApplicationErrorReport.BatteryInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,7 +53,16 @@
Create an uninitialized instance of BatteryInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.BatteryInfo.ApplicationErrorReport$BatteryInfo().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -77,7 +90,16 @@
To be added.
Create an instance of BatteryInfo initialized from a Parcel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.BatteryInfo.ApplicationErrorReport$BatteryInfo(android.os.Parcel).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -128,7 +150,16 @@
Checkin details.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.BatteryInfo.checkinDetails.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -161,7 +192,16 @@
To be added.
Dump a BatteryInfo instance to a Printer.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.BatteryInfo.dump(android.util.Printer, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -187,10 +227,19 @@
Duration in microseconds over which the process used the above
- percentage of battery.
+ percentage of battery.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.BatteryInfo.durationMicros.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -311,7 +360,16 @@
Dump of various info impacting battery use.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.BatteryInfo.usageDetails.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -339,7 +397,16 @@
Percentage of the battery that was used up by the process.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.BatteryInfo.usagePercent.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -379,7 +446,16 @@
To be added.
Save a BatteryInfo instance to a parcel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.BatteryInfo.writeToParcel(android.os.Parcel, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+CrashInfo.xml b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+CrashInfo.xml
index 990c1cdc87..b97a1b42db 100644
--- a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+CrashInfo.xml
+++ b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+CrashInfo.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,7 +53,16 @@
Create an uninitialized instance of CrashInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.ApplicationErrorReport$CrashInfo().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -77,7 +90,16 @@
To be added.
Create an instance of CrashInfo initialized from a Parcel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.ApplicationErrorReport$CrashInfo(android.os.Parcel).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -105,7 +127,16 @@
To be added.
Create an instance of CrashInfo initialized from an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.ApplicationErrorReport$CrashInfo(java.lang.Throwable).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -161,7 +192,16 @@
To be added.
Dump a CrashInfo instance to a Printer.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.dump(android.util.Printer, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -189,7 +229,16 @@
Class name of the exception that caused the crash.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.exceptionClassName.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -217,7 +266,16 @@
Message stored in the exception.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.exceptionMessage.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -276,7 +334,16 @@
Stack trace.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.stackTrace.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -366,7 +433,16 @@
Class which the exception was thrown from.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.throwClassName.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -394,7 +470,16 @@
File which the exception was thrown from.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.throwFileName.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -422,7 +507,16 @@
Line number the exception was thrown from.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.throwLineNumber.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -450,7 +544,16 @@
Method which the exception was thrown from.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.throwMethodName.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -490,7 +593,16 @@
To be added.
Save a CrashInfo instance to a parcel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.CrashInfo.writeToParcel(android.os.Parcel, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+RunningServiceInfo.xml b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+RunningServiceInfo.xml
index f03898d460..fc9f46411c 100644
--- a/docs/Mono.Android/en/Android.App/ApplicationErrorReport+RunningServiceInfo.xml
+++ b/docs/Mono.Android/en/Android.App/ApplicationErrorReport+RunningServiceInfo.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,7 +53,16 @@
Create an uninitialized instance of RunningServiceInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.ApplicationErrorReport$RunningServiceInfo().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -77,7 +90,16 @@
To be added.
Create an instance of RunningServiceInfo initialized from a Parcel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.ApplicationErrorReport$RunningServiceInfo(android.os.Parcel).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -133,7 +155,16 @@
To be added.
Dump a BatteryInfo instance to a Printer.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.dump(android.util.Printer, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -161,7 +192,16 @@
Duration in milliseconds that the service has been running.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.durationMillis.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -220,7 +260,16 @@
Dump of debug information about the service.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.serviceDetails.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -322,7 +371,16 @@
To be added.
Save a RunningServiceInfo instance to a parcel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ApplicationErrorReport.RunningServiceInfo.writeToParcel(android.os.Parcel, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/DatePickerDialog+IOnDateSetListener.xml b/docs/Mono.Android/en/Android.App/DatePickerDialog+IOnDateSetListener.xml
index 1542c05668..298bea96c4 100644
--- a/docs/Mono.Android/en/Android.App/DatePickerDialog+IOnDateSetListener.xml
+++ b/docs/Mono.Android/en/Android.App/DatePickerDialog+IOnDateSetListener.xml
@@ -25,14 +25,18 @@
- The callback used to indicate the user is done filling in the date.
+ The listener used to indicate the user has finished selecting a date.
- Android platform documentation
+ Java documentation for android.app.DatePickerDialog.OnDateSetListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -63,15 +67,25 @@
- The view associated with this listener.
- The year that was set.
- To be added.
- The day of the month that was set.
-
+ the picker associated with the dialog
+ the selected year
+ the selected month (0-11 for compatibility with
+ Calendar#MONTH)
+ the selected day of the month (1-31, depending on
+ month)
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.DatePickerDialog.OnDateSetListener.onDateSet(android.widget.DatePicker, int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Dialog.xml b/docs/Mono.Android/en/Android.App/Dialog.xml
index 64db190231..4c4406fdba 100644
--- a/docs/Mono.Android/en/Android.App/Dialog.xml
+++ b/docs/Mono.Android/en/Android.App/Dialog.xml
@@ -1138,7 +1138,7 @@
The mode that was just finished.
- [TODO: @inheritDoc]
+ To be added
Note that if you override this method you should always call through
to the superclass implementation by calling super.
@@ -1185,7 +1185,7 @@
The new mode that has just been started.
- [TODO: @inheritDoc]
+ To be added
Note that if you override this method you should always call through
to the superclass implementation by calling super.
diff --git a/docs/Mono.Android/en/Android.App/DirectAction+Builder.xml b/docs/Mono.Android/en/Android.App/DirectAction+Builder.xml
index d0b8c8f749..ab5fa0dd95 100644
--- a/docs/Mono.Android/en/Android.App/DirectAction+Builder.xml
+++ b/docs/Mono.Android/en/Android.App/DirectAction+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for construction of DirectAction.
+
+
+
+ Java documentation for android.app.DirectAction.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,21 @@
- To be added.
- To be added.
- To be added.
+ The mandatory action id which must be unique in the
+ current application state.
+ Creates a new instance.
+
+
+
+ Java documentation for android.app.DirectAction.Builder.DirectAction$Builder(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -69,8 +92,19 @@
To be added.
- To be added.
- To be added.
+ A newly constructed instance.
+
+
+
+ Java documentation for android.app.DirectAction.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App/DownloadManager+Query.xml b/docs/Mono.Android/en/Android.App/DownloadManager+Query.xml
index be1595c71f..bb9a68a2b9 100644
--- a/docs/Mono.Android/en/Android.App/DownloadManager+Query.xml
+++ b/docs/Mono.Android/en/Android.App/DownloadManager+Query.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.app.DownloadManager.Query.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/DownloadManager+Request.xml b/docs/Mono.Android/en/Android.App/DownloadManager+Request.xml
index 88f9aa81ee..64cfe74bc4 100644
--- a/docs/Mono.Android/en/Android.App/DownloadManager+Request.xml
+++ b/docs/Mono.Android/en/Android.App/DownloadManager+Request.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.app.DownloadManager.Request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,11 +54,20 @@
- To be added.
+ the HTTP or HTTPS URI to download.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.DownloadManager.Request.DownloadManager$Request(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +155,18 @@
If the file to be downloaded is to be scanned by MediaScanner, this method
- should be called before is called.
+ should be called before DownloadManager#enqueue(Request) is called.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.DownloadManager.Request.allowScanningByMediaScanner().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -205,10 +227,19 @@
1
- Bit flag for corresponding to
- .
+ Bit flag for #setAllowedNetworkTypes corresponding to
+ ConnectivityManager#TYPE_MOBILE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.DownloadManager.Request.NETWORK_MOBILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -238,10 +269,19 @@
2
- Bit flag for corresponding to
- .
+ Bit flag for #setAllowedNetworkTypes corresponding to
+ ConnectivityManager#TYPE_WIFI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.DownloadManager.Request.NETWORK_WIFI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -877,7 +917,16 @@
This download doesn't show in the UI or in the notifications.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.DownloadManager.Request.VISIBILITY_HIDDEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -908,9 +957,18 @@
0
This download is visible but only shows in the notifications
- while it's in progress.
+ while it's in progress.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.DownloadManager.Request.VISIBILITY_VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -941,9 +999,18 @@
1
This download is visible and shows in the notifications while
- in progress and after completion.
+ in progress and after completion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -975,7 +1042,16 @@
This download shows in the notifications after completion ONLY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_ONLY_COMPLETION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Fragment+InstantiationException.xml b/docs/Mono.Android/en/Android.App/Fragment+InstantiationException.xml
index 616ffaac90..40927fae2f 100644
--- a/docs/Mono.Android/en/Android.App/Fragment+InstantiationException.xml
+++ b/docs/Mono.Android/en/Android.App/Fragment+InstantiationException.xml
@@ -22,15 +22,19 @@
- Thrown by M:Android.App.Fragment.Instantiate(Android.Content.Context,System.String,System.String) when
- there is an instantiation failure.
+ Thrown by Fragment#instantiate(Context, String, Bundle) when
+ there is an instantiation failure.
- Android platform documentation
+ Java documentation for android.app.Fragment.InstantiationException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Fragment+SavedState.xml b/docs/Mono.Android/en/Android.App/Fragment+SavedState.xml
index 1c98dc2e55..2e6bb7beea 100644
--- a/docs/Mono.Android/en/Android.App/Fragment+SavedState.xml
+++ b/docs/Mono.Android/en/Android.App/Fragment+SavedState.xml
@@ -36,14 +36,19 @@
State information that has been retrieved from a fragment instance
- through .
+ through FragmentManager#saveFragmentInstanceState(Fragment)
+ FragmentManager.saveFragmentInstanceState.
- Android platform documentation
+ Java documentation for android.app.Fragment.SavedState.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/FragmentBreadCrumbs+IOnBreadCrumbClickListener.xml b/docs/Mono.Android/en/Android.App/FragmentBreadCrumbs+IOnBreadCrumbClickListener.xml
index 8b30352a16..a3c65f4dfd 100644
--- a/docs/Mono.Android/en/Android.App/FragmentBreadCrumbs+IOnBreadCrumbClickListener.xml
+++ b/docs/Mono.Android/en/Android.App/FragmentBreadCrumbs+IOnBreadCrumbClickListener.xml
@@ -33,10 +33,14 @@
- Android platform documentation
+ Java documentation for android.app.FragmentBreadCrumbs.OnBreadCrumbClickListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/FragmentContainer.xml b/docs/Mono.Android/en/Android.App/FragmentContainer.xml
index b29cdbe93e..afc1699756 100644
--- a/docs/Mono.Android/en/Android.App/FragmentContainer.xml
+++ b/docs/Mono.Android/en/Android.App/FragmentContainer.xml
@@ -133,6 +133,10 @@
[Android.Runtime.Register("onFindViewById", "(I)Landroid/view/View;", "GetOnFindViewById_IHandler", ApiSince=23)]
[<Android.Runtime.Register("onFindViewById", "(I)Landroid/view/View;", "GetOnFindViewById_IHandler", ApiSince=23)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.Views.View
@@ -173,6 +177,10 @@
[Android.Runtime.Register("onHasView", "()Z", "GetOnHasViewHandler", ApiSince=23)]
[<Android.Runtime.Register("onHasView", "()Z", "GetOnHasViewHandler", ApiSince=23)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Boolean
diff --git a/docs/Mono.Android/en/Android.App/FragmentHostCallback.xml b/docs/Mono.Android/en/Android.App/FragmentHostCallback.xml
index 58853715e9..9726107528 100644
--- a/docs/Mono.Android/en/Android.App/FragmentHostCallback.xml
+++ b/docs/Mono.Android/en/Android.App/FragmentHostCallback.xml
@@ -275,6 +275,10 @@
[Android.Runtime.Register("onGetHost", "()Ljava/lang/Object;", "GetOnGetHostHandler", ApiSince=23)]
[<Android.Runtime.Register("onGetHost", "()Ljava/lang/Object;", "GetOnGetHostHandler", ApiSince=23)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Java.Lang.Object
diff --git a/docs/Mono.Android/en/Android.App/FragmentManager+FragmentLifecycleCallbacks.xml b/docs/Mono.Android/en/Android.App/FragmentManager+FragmentLifecycleCallbacks.xml
index 25f5159ddf..a57006811c 100644
--- a/docs/Mono.Android/en/Android.App/FragmentManager+FragmentLifecycleCallbacks.xml
+++ b/docs/Mono.Android/en/Android.App/FragmentManager+FragmentLifecycleCallbacks.xml
@@ -22,14 +22,19 @@
- To be added.
+ Callback interface for listening to fragment state changes that happen
+ within a given FragmentManager.
- Android platform documentation
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -143,12 +148,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Saved instance bundle from a previous instance
+ Called after the fragment has returned from the FragmentManager's call to
+ Fragment#onActivityCreated(Bundle).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentActivityCreated(android.app.FragmentManager, android.app.Fragment, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -181,12 +196,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Context that the Fragment was attached to
+ Called after the fragment has been attached to its host.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentAttached(android.app.FragmentManager, android.app.Fragment, android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -219,12 +243,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Saved instance bundle from a previous instance
+ Called after the fragment has returned from the FragmentManager's call to
+ Fragment#onCreate(Bundle).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentCreated(android.app.FragmentManager, android.app.Fragment, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -256,11 +290,21 @@
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Called after the fragment has returned from the FragmentManager's call to
+ Fragment#onDestroy().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentDestroyed(android.app.FragmentManager, android.app.Fragment).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,11 +336,21 @@
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Called after the fragment has returned from the FragmentManager's call to
+ Fragment#onDetach().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentDetached(android.app.FragmentManager, android.app.Fragment).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -328,11 +382,21 @@
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Called after the fragment has returned from the FragmentManager's call to
+ Fragment#onPause().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentPaused(android.app.FragmentManager, android.app.Fragment).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -365,12 +429,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Context that the Fragment is being attached to
+ Called right before the fragment's Fragment#onAttach(Context) method is called.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentPreAttached(android.app.FragmentManager, android.app.Fragment, android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -403,12 +476,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Saved instance bundle from a previous instance
+ Called right before the fragment's Fragment#onCreate(Bundle) method is called.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentPreCreated(android.app.FragmentManager, android.app.Fragment, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -440,11 +522,21 @@
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Called after the fragment has returned from the FragmentManager's call to
+ Fragment#onResume().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentResumed(android.app.FragmentManager, android.app.Fragment).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -477,12 +569,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Saved state bundle for the fragment
+ Called after the fragment has returned from the FragmentManager's call to
+ Fragment#onSaveInstanceState(Bundle).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentSaveInstanceState(android.app.FragmentManager, android.app.Fragment, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,11 +616,21 @@
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Called after the fragment has returned from the FragmentManager's call to
+ Fragment#onStart().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentStarted(android.app.FragmentManager, android.app.Fragment).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -550,11 +662,21 @@
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Called after the fragment has returned from the FragmentManager's call to
+ Fragment#onStop().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentStopped(android.app.FragmentManager, android.app.Fragment).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -588,13 +710,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment that created and owns the view
+ View returned by the fragment
+ Saved instance bundle from a previous instance
+ Called after the fragment has returned a non-null view from the FragmentManager's
+ request to Fragment#onCreateView(LayoutInflater, ViewGroup, Bundle).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentViewCreated(android.app.FragmentManager, android.app.Fragment, android.view.View, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -626,11 +758,21 @@
- To be added.
- To be added.
- To be added.
+ Host FragmentManager
+ Fragment changing state
+ Called after the fragment has returned from the FragmentManager's call to
+ Fragment#onDestroyView().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.FragmentLifecycleCallbacks.onFragmentViewDestroyed(android.app.FragmentManager, android.app.Fragment).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/FragmentManager+IBackStackEntry.xml b/docs/Mono.Android/en/Android.App/FragmentManager+IBackStackEntry.xml
index 988cdce272..f672b13ae9 100644
--- a/docs/Mono.Android/en/Android.App/FragmentManager+IBackStackEntry.xml
+++ b/docs/Mono.Android/en/Android.App/FragmentManager+IBackStackEntry.xml
@@ -30,14 +30,19 @@
Representation of an entry on the fragment back stack, as created
- with .
+ with FragmentTransaction#addToBackStack(String)
+ FragmentTransaction.addToBackStack().
- Android platform documentation
+ Java documentation for android.app.FragmentManager.BackStackEntry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/FragmentManager+IOnBackStackChangedListener.xml b/docs/Mono.Android/en/Android.App/FragmentManager+IOnBackStackChangedListener.xml
index 5c3e64860f..ac3826b7c7 100644
--- a/docs/Mono.Android/en/Android.App/FragmentManager+IOnBackStackChangedListener.xml
+++ b/docs/Mono.Android/en/Android.App/FragmentManager+IOnBackStackChangedListener.xml
@@ -33,10 +33,14 @@
- Android platform documentation
+ Java documentation for android.app.FragmentManager.OnBackStackChangedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -68,7 +72,16 @@
Called whenever the contents of the back stack change.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.FragmentManager.OnBackStackChangedListener.onBackStackChanged().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/FragmentManager.xml b/docs/Mono.Android/en/Android.App/FragmentManager.xml
index 28a1e07b44..e3a4200497 100644
--- a/docs/Mono.Android/en/Android.App/FragmentManager.xml
+++ b/docs/Mono.Android/en/Android.App/FragmentManager.xml
@@ -107,6 +107,10 @@
[Android.Runtime.Register("addOnBackStackChangedListener", "(Landroid/app/FragmentManager$OnBackStackChangedListener;)V", "GetAddOnBackStackChangedListener_Landroid_app_FragmentManager_OnBackStackChangedListener_Handler")]
[<Android.Runtime.Register("addOnBackStackChangedListener", "(Landroid/app/FragmentManager$OnBackStackChangedListener;)V", "GetAddOnBackStackChangedListener_Landroid_app_FragmentManager_OnBackStackChangedListener_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -195,6 +199,10 @@
[Android.Runtime.Register("beginTransaction", "()Landroid/app/FragmentTransaction;", "GetBeginTransactionHandler")]
[<Android.Runtime.Register("beginTransaction", "()Landroid/app/FragmentTransaction;", "GetBeginTransactionHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -234,6 +242,10 @@
[Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")]
[<Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -325,6 +337,10 @@
[Android.Runtime.Register("executePendingTransactions", "()Z", "GetExecutePendingTransactionsHandler")]
[<Android.Runtime.Register("executePendingTransactions", "()Z", "GetExecutePendingTransactionsHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Boolean
@@ -366,6 +382,10 @@
[Android.Runtime.Register("findFragmentById", "(I)Landroid/app/Fragment;", "GetFindFragmentById_IHandler")]
[<Android.Runtime.Register("findFragmentById", "(I)Landroid/app/Fragment;", "GetFindFragmentById_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.Fragment
@@ -447,6 +467,10 @@
[Android.Runtime.Register("findFragmentByTag", "(Ljava/lang/String;)Landroid/app/Fragment;", "GetFindFragmentByTag_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("findFragmentByTag", "(Ljava/lang/String;)Landroid/app/Fragment;", "GetFindFragmentByTag_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.Fragment
@@ -555,6 +579,10 @@
[Android.Runtime.Register("getBackStackEntryAt", "(I)Landroid/app/FragmentManager$BackStackEntry;", "GetGetBackStackEntryAt_IHandler")]
[<Android.Runtime.Register("getBackStackEntryAt", "(I)Landroid/app/FragmentManager$BackStackEntry;", "GetGetBackStackEntryAt_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentManager+IBackStackEntry
@@ -597,6 +625,10 @@
[Android.Runtime.Register("getFragment", "(Landroid/os/Bundle;Ljava/lang/String;)Landroid/app/Fragment;", "GetGetFragment_Landroid_os_Bundle_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("getFragment", "(Landroid/os/Bundle;Ljava/lang/String;)Landroid/app/Fragment;", "GetGetFragment_Landroid_os_Bundle_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.Fragment
@@ -811,6 +843,10 @@
[Android.Runtime.Register("popBackStack", "()V", "GetPopBackStackHandler")]
[<Android.Runtime.Register("popBackStack", "()V", "GetPopBackStackHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -848,6 +884,10 @@
[Android.Runtime.Register("popBackStack", "(II)V", "GetPopBackStack_IIHandler")]
[<Android.Runtime.Register("popBackStack", "(II)V", "GetPopBackStack_IIHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -902,6 +942,10 @@
[Android.Runtime.Register("popBackStack", "(Ljava/lang/String;I)V", "GetPopBackStack_Ljava_lang_String_IHandler")]
[<Android.Runtime.Register("popBackStack", "(Ljava/lang/String;I)V", "GetPopBackStack_Ljava_lang_String_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -955,6 +999,10 @@
[Android.Runtime.Register("popBackStackImmediate", "()Z", "GetPopBackStackImmediateHandler")]
[<Android.Runtime.Register("popBackStackImmediate", "()Z", "GetPopBackStackImmediateHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Boolean
@@ -994,6 +1042,10 @@
[Android.Runtime.Register("popBackStackImmediate", "(II)Z", "GetPopBackStackImmediate_IIHandler")]
[<Android.Runtime.Register("popBackStackImmediate", "(II)Z", "GetPopBackStackImmediate_IIHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Boolean
@@ -1045,6 +1097,10 @@
[Android.Runtime.Register("popBackStackImmediate", "(Ljava/lang/String;I)Z", "GetPopBackStackImmediate_Ljava_lang_String_IHandler")]
[<Android.Runtime.Register("popBackStackImmediate", "(Ljava/lang/String;I)Z", "GetPopBackStackImmediate_Ljava_lang_String_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Boolean
@@ -1168,6 +1224,10 @@
[Android.Runtime.Register("putFragment", "(Landroid/os/Bundle;Ljava/lang/String;Landroid/app/Fragment;)V", "GetPutFragment_Landroid_os_Bundle_Ljava_lang_String_Landroid_app_Fragment_Handler")]
[<Android.Runtime.Register("putFragment", "(Landroid/os/Bundle;Ljava/lang/String;Landroid/app/Fragment;)V", "GetPutFragment_Landroid_os_Bundle_Ljava_lang_String_Landroid_app_Fragment_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -1212,6 +1272,10 @@
[Android.Runtime.Register("registerFragmentLifecycleCallbacks", "(Landroid/app/FragmentManager$FragmentLifecycleCallbacks;Z)V", "GetRegisterFragmentLifecycleCallbacks_Landroid_app_FragmentManager_FragmentLifecycleCallbacks_ZHandler", ApiSince=26)]
[<Android.Runtime.Register("registerFragmentLifecycleCallbacks", "(Landroid/app/FragmentManager$FragmentLifecycleCallbacks;Z)V", "GetRegisterFragmentLifecycleCallbacks_Landroid_app_FragmentManager_FragmentLifecycleCallbacks_ZHandler", ApiSince=26)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -1254,6 +1318,10 @@
[Android.Runtime.Register("removeOnBackStackChangedListener", "(Landroid/app/FragmentManager$OnBackStackChangedListener;)V", "GetRemoveOnBackStackChangedListener_Landroid_app_FragmentManager_OnBackStackChangedListener_Handler")]
[<Android.Runtime.Register("removeOnBackStackChangedListener", "(Landroid/app/FragmentManager$OnBackStackChangedListener;)V", "GetRemoveOnBackStackChangedListener_Landroid_app_FragmentManager_OnBackStackChangedListener_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -1295,6 +1363,10 @@
[Android.Runtime.Register("saveFragmentInstanceState", "(Landroid/app/Fragment;)Landroid/app/Fragment$SavedState;", "GetSaveFragmentInstanceState_Landroid_app_Fragment_Handler")]
[<Android.Runtime.Register("saveFragmentInstanceState", "(Landroid/app/Fragment;)Landroid/app/Fragment$SavedState;", "GetSaveFragmentInstanceState_Landroid_app_Fragment_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.Fragment+SavedState
@@ -1399,6 +1471,10 @@
[Android.Runtime.Register("unregisterFragmentLifecycleCallbacks", "(Landroid/app/FragmentManager$FragmentLifecycleCallbacks;)V", "GetUnregisterFragmentLifecycleCallbacks_Landroid_app_FragmentManager_FragmentLifecycleCallbacks_Handler", ApiSince=26)]
[<Android.Runtime.Register("unregisterFragmentLifecycleCallbacks", "(Landroid/app/FragmentManager$FragmentLifecycleCallbacks;)V", "GetUnregisterFragmentLifecycleCallbacks_Landroid_app_FragmentManager_FragmentLifecycleCallbacks_Handler", ApiSince=26)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
diff --git a/docs/Mono.Android/en/Android.App/FragmentTransaction.xml b/docs/Mono.Android/en/Android.App/FragmentTransaction.xml
index 03788745f6..718ac9603e 100644
--- a/docs/Mono.Android/en/Android.App/FragmentTransaction.xml
+++ b/docs/Mono.Android/en/Android.App/FragmentTransaction.xml
@@ -105,6 +105,10 @@
[Android.Runtime.Register("add", "(Landroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAdd_Landroid_app_Fragment_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("add", "(Landroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAdd_Landroid_app_Fragment_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -148,6 +152,10 @@
[Android.Runtime.Register("add", "(ILandroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetAdd_ILandroid_app_Fragment_Handler")]
[<Android.Runtime.Register("add", "(ILandroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetAdd_ILandroid_app_Fragment_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -191,6 +199,10 @@
[Android.Runtime.Register("add", "(ILandroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAdd_ILandroid_app_Fragment_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("add", "(ILandroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAdd_ILandroid_app_Fragment_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -240,6 +252,10 @@
[Android.Runtime.Register("addSharedElement", "(Landroid/view/View;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAddSharedElement_Landroid_view_View_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("addSharedElement", "(Landroid/view/View;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAddSharedElement_Landroid_view_View_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -285,6 +301,10 @@
[Android.Runtime.Register("addToBackStack", "(Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAddToBackStack_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("addToBackStack", "(Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetAddToBackStack_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -326,6 +346,10 @@
[Android.Runtime.Register("attach", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetAttach_Landroid_app_Fragment_Handler")]
[<Android.Runtime.Register("attach", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetAttach_Landroid_app_Fragment_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -368,6 +392,10 @@
[Android.Runtime.Register("commit", "()I", "GetCommitHandler")]
[<Android.Runtime.Register("commit", "()I", "GetCommitHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Int32
@@ -408,6 +436,10 @@
[Android.Runtime.Register("commitAllowingStateLoss", "()I", "GetCommitAllowingStateLossHandler")]
[<Android.Runtime.Register("commitAllowingStateLoss", "()I", "GetCommitAllowingStateLossHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Int32
@@ -447,6 +479,10 @@
[Android.Runtime.Register("commitNow", "()V", "GetCommitNowHandler", ApiSince=24)]
[<Android.Runtime.Register("commitNow", "()V", "GetCommitNowHandler", ApiSince=24)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -483,6 +519,10 @@
[Android.Runtime.Register("commitNowAllowingStateLoss", "()V", "GetCommitNowAllowingStateLossHandler", ApiSince=24)]
[<Android.Runtime.Register("commitNowAllowingStateLoss", "()V", "GetCommitNowAllowingStateLossHandler", ApiSince=24)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -520,6 +560,10 @@
[Android.Runtime.Register("detach", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetDetach_Landroid_app_Fragment_Handler")]
[<Android.Runtime.Register("detach", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetDetach_Landroid_app_Fragment_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -561,6 +605,10 @@
[Android.Runtime.Register("disallowAddToBackStack", "()Landroid/app/FragmentTransaction;", "GetDisallowAddToBackStackHandler")]
[<Android.Runtime.Register("disallowAddToBackStack", "()Landroid/app/FragmentTransaction;", "GetDisallowAddToBackStackHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -599,6 +647,10 @@
[Android.Runtime.Register("hide", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetHide_Landroid_app_Fragment_Handler")]
[<Android.Runtime.Register("hide", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetHide_Landroid_app_Fragment_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -729,6 +781,10 @@
[Android.Runtime.Register("remove", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetRemove_Landroid_app_Fragment_Handler")]
[<Android.Runtime.Register("remove", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetRemove_Landroid_app_Fragment_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -770,6 +826,10 @@
[Android.Runtime.Register("replace", "(ILandroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetReplace_ILandroid_app_Fragment_Handler")]
[<Android.Runtime.Register("replace", "(ILandroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetReplace_ILandroid_app_Fragment_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -813,6 +873,10 @@
[Android.Runtime.Register("replace", "(ILandroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetReplace_ILandroid_app_Fragment_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("replace", "(ILandroid/app/Fragment;Ljava/lang/String;)Landroid/app/FragmentTransaction;", "GetReplace_ILandroid_app_Fragment_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -861,6 +925,10 @@
[Android.Runtime.Register("runOnCommit", "(Ljava/lang/Runnable;)Landroid/app/FragmentTransaction;", "GetRunOnCommit_Ljava_lang_Runnable_Handler", ApiSince=26)]
[<Android.Runtime.Register("runOnCommit", "(Ljava/lang/Runnable;)Landroid/app/FragmentTransaction;", "GetRunOnCommit_Ljava_lang_Runnable_Handler", ApiSince=26)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -902,6 +970,10 @@
[Android.Runtime.Register("setBreadCrumbShortTitle", "(Ljava/lang/CharSequence;)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbShortTitle_Ljava_lang_CharSequence_Handler")]
[<Android.Runtime.Register("setBreadCrumbShortTitle", "(Ljava/lang/CharSequence;)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbShortTitle_Ljava_lang_CharSequence_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -945,6 +1017,10 @@
[Android.Runtime.Register("setBreadCrumbShortTitle", "(I)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbShortTitle_IHandler")]
[<Android.Runtime.Register("setBreadCrumbShortTitle", "(I)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbShortTitle_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -1029,6 +1105,10 @@
[Android.Runtime.Register("setBreadCrumbTitle", "(Ljava/lang/CharSequence;)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbTitle_Ljava_lang_CharSequence_Handler")]
[<Android.Runtime.Register("setBreadCrumbTitle", "(Ljava/lang/CharSequence;)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbTitle_Ljava_lang_CharSequence_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -1072,6 +1152,10 @@
[Android.Runtime.Register("setBreadCrumbTitle", "(I)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbTitle_IHandler")]
[<Android.Runtime.Register("setBreadCrumbTitle", "(I)Landroid/app/FragmentTransaction;", "GetSetBreadCrumbTitle_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -1156,6 +1240,10 @@
[Android.Runtime.Register("setCustomAnimations", "(II)Landroid/app/FragmentTransaction;", "GetSetCustomAnimations_IIHandler")]
[<Android.Runtime.Register("setCustomAnimations", "(II)Landroid/app/FragmentTransaction;", "GetSetCustomAnimations_IIHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -1200,6 +1288,10 @@
[Android.Runtime.Register("setCustomAnimations", "(IIII)Landroid/app/FragmentTransaction;", "GetSetCustomAnimations_IIIIHandler")]
[<Android.Runtime.Register("setCustomAnimations", "(IIII)Landroid/app/FragmentTransaction;", "GetSetCustomAnimations_IIIIHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -1248,6 +1340,10 @@
[Android.Runtime.Register("setPrimaryNavigationFragment", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetSetPrimaryNavigationFragment_Landroid_app_Fragment_Handler", ApiSince=26)]
[<Android.Runtime.Register("setPrimaryNavigationFragment", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetSetPrimaryNavigationFragment_Landroid_app_Fragment_Handler", ApiSince=26)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -1288,6 +1384,10 @@
[Android.Runtime.Register("setReorderingAllowed", "(Z)Landroid/app/FragmentTransaction;", "GetSetReorderingAllowed_ZHandler", ApiSince=26)]
[<Android.Runtime.Register("setReorderingAllowed", "(Z)Landroid/app/FragmentTransaction;", "GetSetReorderingAllowed_ZHandler", ApiSince=26)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -1332,6 +1432,10 @@
[Android.Runtime.Register("setTransition", "(I)Landroid/app/FragmentTransaction;", "GetSetTransition_IHandler")]
[<Android.Runtime.Register("setTransition", "(I)Landroid/app/FragmentTransaction;", "GetSetTransition_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -1380,6 +1484,10 @@
[Android.Runtime.Register("setTransitionStyle", "(I)Landroid/app/FragmentTransaction;", "GetSetTransitionStyle_IHandler")]
[<Android.Runtime.Register("setTransitionStyle", "(I)Landroid/app/FragmentTransaction;", "GetSetTransitionStyle_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
@@ -1422,6 +1530,10 @@
[Android.Runtime.Register("show", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetShow_Landroid_app_Fragment_Handler")]
[<Android.Runtime.Register("show", "(Landroid/app/Fragment;)Landroid/app/FragmentTransaction;", "GetShow_Landroid_app_Fragment_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.App.FragmentTransaction
diff --git a/docs/Mono.Android/en/Android.App/Instrumentation+ActivityMonitor.xml b/docs/Mono.Android/en/Android.App/Instrumentation+ActivityMonitor.xml
index 09533d91e7..ddf55090f0 100644
--- a/docs/Mono.Android/en/Android.App/Instrumentation+ActivityMonitor.xml
+++ b/docs/Mono.Android/en/Android.App/Instrumentation+ActivityMonitor.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.app.Instrumentation.ActivityMonitor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -47,9 +51,19 @@
- To be added.
+ Create a new ActivityMonitor that can be used for intercepting any activity to be
+ started.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Instrumentation.ActivityMonitor.Instrumentation$ActivityMonitor().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,7 +181,16 @@
Retrieve the filter associated with this ActivityMonitor.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Instrumentation.ActivityMonitor.getFilter().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -195,7 +218,16 @@
Retrieve the number of times the monitor has been hit so far.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Instrumentation.ActivityMonitor.getHits().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -221,10 +253,19 @@
Check whether this monitor blocks activity starts (not allowing the
- actual activity to run) or allows them to execute normally.
+ actual activity to run) or allows them to execute normally.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Instrumentation.ActivityMonitor.isBlocking().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,10 +322,19 @@
Retrieve the most recent activity class that was seen by this
- monitor.
+ monitor.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Instrumentation.ActivityMonitor.getLastActivity().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -433,10 +483,19 @@
Block until an Activity is created that matches this monitor,
- returning the resulting activity.
- To be added.
+ returning the resulting activity.
+ Activity
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Instrumentation.ActivityMonitor.waitForActivity().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -464,12 +523,21 @@
- Time to wait before the activity is created.
+ Time to wait in milliseconds before the activity is created.
Block until an Activity is created that matches this monitor,
- returning the resulting activity or till the timeOut period expires.
- To be added.
+ returning the resulting activity or till the timeOut period expires.
+ Activity
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Instrumentation.ActivityMonitor.waitForActivityWithTimeout(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Instrumentation+ActivityResult.xml b/docs/Mono.Android/en/Android.App/Instrumentation+ActivityResult.xml
index 0ad236a6b8..f7d27b578f 100644
--- a/docs/Mono.Android/en/Android.App/Instrumentation+ActivityResult.xml
+++ b/docs/Mono.Android/en/Android.App/Instrumentation+ActivityResult.xml
@@ -19,14 +19,18 @@
Description of a Activity execution result to return to the original
- activity.
+ activity.
- Android platform documentation
+ Java documentation for android.app.Instrumentation.ActivityResult.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -59,11 +63,22 @@
- To be added.
- To be added.
+ The result code to propagate back to the
+ originating activity, often RESULT_CANCELED or RESULT_OK
+ The data to propagate back to the originating
+ activity.
Create a new activity result.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Instrumentation.ActivityResult.Instrumentation$ActivityResult(int, android.content.Intent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -122,7 +137,16 @@
Retrieve the result code contained in this result.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Instrumentation.ActivityResult.getResultCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -150,7 +174,16 @@
Retrieve the data contained in this result.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Instrumentation.ActivityResult.getResultData().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/IntentService.xml b/docs/Mono.Android/en/Android.App/IntentService.xml
index 6d44ad47c0..0caf387e5e 100644
--- a/docs/Mono.Android/en/Android.App/IntentService.xml
+++ b/docs/Mono.Android/en/Android.App/IntentService.xml
@@ -195,6 +195,10 @@
[Android.Runtime.Register("onHandleIntent", "(Landroid/content/Intent;)V", "GetOnHandleIntent_Landroid_content_Intent_Handler")]
[<Android.Runtime.Register("onHandleIntent", "(Landroid/content/Intent;)V", "GetOnHandleIntent_Landroid_content_Intent_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
diff --git a/docs/Mono.Android/en/Android.App/KeyguardManager+IOnKeyguardExitResult.xml b/docs/Mono.Android/en/Android.App/KeyguardManager+IOnKeyguardExitResult.xml
index 629d9e6dd8..8553a4e38b 100644
--- a/docs/Mono.Android/en/Android.App/KeyguardManager+IOnKeyguardExitResult.xml
+++ b/docs/Mono.Android/en/Android.App/KeyguardManager+IOnKeyguardExitResult.xml
@@ -29,15 +29,19 @@
- Callback passed to to notify
- caller of result.
+ Callback passed to KeyguardManager#exitKeyguardSecurely to notify
+ caller of result.
- Android platform documentation
+ Java documentation for android.app.KeyguardManager.OnKeyguardExitResult.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -70,12 +74,20 @@
True if the user was able to authenticate, false if
- not.
-
+ not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.KeyguardManager.OnKeyguardExitResult.onKeyguardExitResult(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardDismissCallback.xml b/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardDismissCallback.xml
index aa68280dc1..ab6bd64489 100644
--- a/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardDismissCallback.xml
+++ b/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardDismissCallback.xml
@@ -18,14 +18,20 @@
- To be added.
+ Callback passed to
+ KeyguardManager#requestDismissKeyguard(Activity, KeyguardDismissCallback)
+ to notify caller of result.
- Android platform documentation
+ Java documentation for android.app.KeyguardManager.KeyguardDismissCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,9 +133,18 @@
- To be added.
+ Called when dismissing Keyguard has been cancelled, i.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.KeyguardManager.KeyguardDismissCallback.onDismissCancelled().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -154,9 +169,18 @@
- To be added.
+ Called when dismissing Keyguard is currently not feasible, i.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.KeyguardManager.KeyguardDismissCallback.onDismissError().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -181,9 +205,18 @@
- To be added.
+ Called when dismissing Keyguard has succeeded and the device is now unlocked.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.KeyguardManager.KeyguardDismissCallback.onDismissSucceeded().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardLock.xml b/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardLock.xml
index d31a6df169..e87f6e44b7 100644
--- a/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardLock.xml
+++ b/docs/Mono.Android/en/Android.App/KeyguardManager+KeyguardLock.xml
@@ -22,9 +22,19 @@
- To be added.
+ Handle returned by KeyguardManager#newKeyguardLock that allows
+ you to disable / reenable the keyguard.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.KeyguardManager.KeyguardLock.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,7 +88,16 @@
Disable the keyguard from showing.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.KeyguardManager.KeyguardLock.disableKeyguard().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,7 +161,16 @@
Reenable the keyguard.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.KeyguardManager.KeyguardLock.reenableKeyguard().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/LauncherActivity+IconResizer.xml b/docs/Mono.Android/en/Android.App/LauncherActivity+IconResizer.xml
index 9a866cb56f..c7c310c53e 100644
--- a/docs/Mono.Android/en/Android.App/LauncherActivity+IconResizer.xml
+++ b/docs/Mono.Android/en/Android.App/LauncherActivity+IconResizer.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.app.LauncherActivity.IconResizer.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -117,9 +121,19 @@
The icon to get a thumbnail of.
Returns a Drawable representing the thumbnail of the specified Drawable.
- To be added.
+ A thumbnail for the specified icon or the icon itself if the
+ thumbnail could not be created.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.LauncherActivity.IconResizer.createIconThumbnail(android.graphics.drawable.Drawable).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/LauncherActivity+ListItem.xml b/docs/Mono.Android/en/Android.App/LauncherActivity+ListItem.xml
index 9d3fb831cb..6cab8010a1 100644
--- a/docs/Mono.Android/en/Android.App/LauncherActivity+ListItem.xml
+++ b/docs/Mono.Android/en/Android.App/LauncherActivity+ListItem.xml
@@ -22,15 +22,18 @@
- An item in the list
-
+ An item in the list
- Android platform documentation
+ Java documentation for android.app.LauncherActivity.ListItem.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ListActivity.xml b/docs/Mono.Android/en/Android.App/ListActivity.xml
index 18623ffd50..99c8148513 100644
--- a/docs/Mono.Android/en/Android.App/ListActivity.xml
+++ b/docs/Mono.Android/en/Android.App/ListActivity.xml
@@ -370,11 +370,20 @@
- To be added.
+ position
Set the currently selected list item to the specified
- position with the adapter's data
+ position with the adapter's data
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ListActivity.setSelection(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/ListFragment.xml b/docs/Mono.Android/en/Android.App/ListFragment.xml
index 7eff13a69c..bc94beb61b 100644
--- a/docs/Mono.Android/en/Android.App/ListFragment.xml
+++ b/docs/Mono.Android/en/Android.App/ListFragment.xml
@@ -549,11 +549,20 @@
- To be added.
+ position
Set the currently selected list item to the specified
- position with the adapter's data
+ position with the adapter's data
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.ListFragment.setSelection(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/LoaderManager+ILoaderCallbacks.xml b/docs/Mono.Android/en/Android.App/LoaderManager+ILoaderCallbacks.xml
index 527574ae98..ef25d51fae 100644
--- a/docs/Mono.Android/en/Android.App/LoaderManager+ILoaderCallbacks.xml
+++ b/docs/Mono.Android/en/Android.App/LoaderManager+ILoaderCallbacks.xml
@@ -37,10 +37,14 @@
- Android platform documentation
+ Java documentation for android.app.LoaderManager.LoaderCallbacks.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,9 +80,18 @@
The ID whose loader is to be created.
Any arguments supplied by the caller.
Instantiate and return a new Loader for the given ID.
- To be added.
+ Return a new Loader instance that is ready to start loading.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.LoaderManager.LoaderCallbacks.onCreateLoader(int, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -110,10 +123,20 @@
- To be added.
- To be added.
+ The Loader that is being reset.
+ Called when a previously created loader is being reset, and thus
+ making its data unavailable.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.LoaderManager.LoaderCallbacks.onLoaderReset(android.content.Loader<D>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -145,11 +168,20 @@
- To be added.
- To be added.
- To be added.
+ The Loader that has finished.
+ The data generated by the Loader.
+ Called when a previously created loader has finished its load.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.LoaderManager.LoaderCallbacks.onLoadFinished(android.content.Loader<D>, D).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/LoaderManager.xml b/docs/Mono.Android/en/Android.App/LoaderManager.xml
index bff25dd09a..0f5a1d7d8d 100644
--- a/docs/Mono.Android/en/Android.App/LoaderManager.xml
+++ b/docs/Mono.Android/en/Android.App/LoaderManager.xml
@@ -102,6 +102,10 @@
[Android.Runtime.Register("destroyLoader", "(I)V", "GetDestroyLoader_IHandler")]
[<Android.Runtime.Register("destroyLoader", "(I)V", "GetDestroyLoader_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -142,6 +146,10 @@
[Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")]
[<Android.Runtime.Register("dump", "(Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/PrintWriter;[Ljava/lang/String;)V", "GetDump_Ljava_lang_String_Ljava_io_FileDescriptor_Ljava_io_PrintWriter_arrayLjava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -237,6 +245,10 @@
[Java.Interop.JavaTypeParameters(new System.String[] { "D" })]
[<Java.Interop.JavaTypeParameters(new System.String[] { "D" })>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.Content.Loader
@@ -283,6 +295,10 @@
[Java.Interop.JavaTypeParameters(new System.String[] { "D" })]
[<Java.Interop.JavaTypeParameters(new System.String[] { "D" })>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.Content.Loader
@@ -366,6 +382,10 @@
[Java.Interop.JavaTypeParameters(new System.String[] { "D" })]
[<Java.Interop.JavaTypeParameters(new System.String[] { "D" })>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.Content.Loader
diff --git a/docs/Mono.Android/en/Android.App/LocalActivityManager.xml b/docs/Mono.Android/en/Android.App/LocalActivityManager.xml
index 8582b654b0..6ce50adb04 100644
--- a/docs/Mono.Android/en/Android.App/LocalActivityManager.xml
+++ b/docs/Mono.Android/en/Android.App/LocalActivityManager.xml
@@ -668,9 +668,20 @@
Unique identifier of the activity to be started
The Intent describing the activity to be started
Start a new activity running in the group.
- To be added.
+ Returns the window of the activity. The caller needs to take
+ care of adding this window to a view hierarchy, and likewise dealing
+ with removing the old window if the activity has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.LocalActivityManager.startActivity(java.lang.String, android.content.Intent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+Action.xml b/docs/Mono.Android/en/Android.App/Notification+Action.xml
index 7de83544bb..1d1cbd49d8 100644
--- a/docs/Mono.Android/en/Android.App/Notification+Action.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+Action.xml
@@ -31,14 +31,18 @@
- To be added.
+ Structure to encapsulate a named action that can be shown as part of this notification.
- Android platform documentation
+ Java documentation for android.app.Notification.Action.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -96,7 +100,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Action.Notification$Action(int, java.lang.CharSequence, android.app.PendingIntent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,10 +164,19 @@
Android.App.PendingIntent
- To be added.
+ Intent to send when the user invokes this action.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Action.actionIntent.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -178,10 +200,20 @@
System.Boolean
- To be added.
+ Return whether the platform should automatically generate possible replies for this
+ Action
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Action.getAllowGeneratedReplies().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -291,10 +323,19 @@
Android.OS.Bundle
- To be added.
+ Get additional metadata carried around with this Action.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Action.getExtras().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -319,10 +360,20 @@
- To be added.
+ Get the list of inputs to be collected from the user that ONLY accept data when this
+ action is sent.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Action.getDataOnlyRemoteInputs().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -347,10 +398,19 @@
- To be added.
+ Get the list of inputs to be collected from the user when this action is sent.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Action.getRemoteInputs().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -374,10 +434,19 @@
Android.Graphics.Drawables.Icon
- To be added.
+ Return an icon representing the action.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Action.getIcon().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -401,9 +470,21 @@
System.Boolean
- To be added.
+ Returns whether the OS should only send this action's PendingIntent on an
+ unlocked device.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.Notification.Action.isAuthenticationRequired().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -426,9 +507,20 @@
System.Boolean
- To be added.
+ Returns whether this is a contextual Action, i.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.Notification.Action.isContextual().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -485,9 +577,20 @@
Android.App.SemanticAction
- To be added.
+ Returns the SemanticAction associated with this Action.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.Notification.Action.getSemanticAction().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -518,8 +621,20 @@
5
- To be added.
- To be added.
+
+ SemanticAction: Archive the content associated with the notification.
+
+
+
+ Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_ARCHIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -550,8 +665,20 @@
10
- To be added.
- To be added.
+
+ SemanticAction: Call a contact, group, etc.
+
+
+
+ Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_CALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -582,8 +709,20 @@
4
- To be added.
- To be added.
+
+ SemanticAction: Delete the content associated with the notification.
+
+
+
+ Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_DELETE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -614,8 +753,20 @@
2
- To be added.
- To be added.
+
+ SemanticAction: Mark content as read.
+
+
+
+ Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_MARK_AS_READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -646,8 +797,20 @@
3
- To be added.
- To be added.
+
+ SemanticAction: Mark content as unread.
+
+
+
+ Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_MARK_AS_UNREAD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -678,8 +841,20 @@
6
- To be added.
- To be added.
+
+ SemanticAction: Mute the content associated with the notification.
+
+
+
+ Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_MUTE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -710,8 +885,20 @@
0
- To be added.
- To be added.
+
+ : No semantic action defined.
+
+
+
+ Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -742,8 +929,21 @@
1
- To be added.
- To be added.
+
+ SemanticAction: Reply to a conversation, chat, group, or wherever replies
+ may be appropriate.
+
+
+
+ Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_REPLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -774,8 +974,20 @@
9
- To be added.
- To be added.
+
+ SemanticAction: Mark content with a thumbs down.
+
+
+
+ Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_THUMBS_DOWN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -806,8 +1018,20 @@
8
- To be added.
- To be added.
+
+ SemanticAction: Mark content with a thumbs up.
+
+
+
+ Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_THUMBS_UP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -838,8 +1062,20 @@
7
- To be added.
- To be added.
+
+ SemanticAction: Unmute the content associated with the notification.
+
+
+
+ Java documentation for android.app.Notification.Action.SEMANTIC_ACTION_UNMUTE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -924,10 +1160,19 @@
Java.Lang.ICharSequence
- To be added.
+ Title of the action.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Action.title.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+BigPictureStyle.xml b/docs/Mono.Android/en/Android.App/Notification+BigPictureStyle.xml
index 2af7503ef0..fd71bb5860 100644
--- a/docs/Mono.Android/en/Android.App/Notification+BigPictureStyle.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+BigPictureStyle.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.app.Notification.BigPictureStyle.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+BigTextStyle.xml b/docs/Mono.Android/en/Android.App/Notification+BigTextStyle.xml
index 225549a3b3..88a9c5e97d 100644
--- a/docs/Mono.Android/en/Android.App/Notification+BigTextStyle.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+BigTextStyle.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.app.Notification.BigTextStyle.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+BubbleMetadata.xml b/docs/Mono.Android/en/Android.App/Notification+BubbleMetadata.xml
index 59203b6b23..506cdb801e 100644
--- a/docs/Mono.Android/en/Android.App/Notification+BubbleMetadata.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+BubbleMetadata.xml
@@ -31,8 +31,19 @@
- To be added.
- To be added.
+ Encapsulates the information needed to display a notification as a bubble.
+
+
+
+ Java documentation for android.app.Notification.BubbleMetadata.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -56,8 +67,19 @@
To be added.
- To be added.
- To be added.
+ whether this bubble should auto expand when it is posted.
+
+
+
+ Java documentation for android.app.Notification.BubbleMetadata.getAutoExpandBubble().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -106,8 +128,19 @@
To be added.
- To be added.
- To be added.
+ the pending intent to send when the bubble is dismissed by a user, if one exists.
+
+
+
+ Java documentation for android.app.Notification.BubbleMetadata.getDeleteIntent().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -160,8 +193,21 @@
To be added.
- To be added.
- To be added.
+ the ideal height, in DPs, for the floating window that app content defined by
+ #getIntent() for this bubble. A value of 0 indicates a desired height has
+ not been set.
+
+
+
+ Java documentation for android.app.Notification.BubbleMetadata.getDesiredHeight().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -185,8 +231,21 @@
To be added.
- To be added.
- To be added.
+ the resId of ideal height for the floating window that app content defined by
+ #getIntent() for this bubble. A value of 0 indicates a res value has not
+ been provided for the desired height.
+
+
+
+ Java documentation for android.app.Notification.BubbleMetadata.getDesiredHeightResId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -210,8 +269,20 @@
To be added.
- To be added.
- To be added.
+ the icon that will be displayed for this bubble when it is collapsed, or null
+ if the bubble is created via Builder#Builder(String).
+
+
+
+ Java documentation for android.app.Notification.BubbleMetadata.getIcon().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -235,8 +306,20 @@
To be added.
- To be added.
- To be added.
+ the pending intent used to populate the floating window for this bubble, or
+ null if this bubble is created via Builder#Builder(String).
+
+
+
+ Java documentation for android.app.Notification.BubbleMetadata.getIntent().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -259,9 +342,22 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ Indicates whether the bubble should be visually suppressed from the bubble stack if the
+ user is viewing the same content outside of the bubble.
+ whether this bubble should be suppressed when the same content is visible
+ outside of the bubble.
+
+
+
+ Java documentation for android.app.Notification.BubbleMetadata.isBubbleSuppressable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -284,9 +380,20 @@
System.Boolean
- To be added.
+ Indicates whether the bubble is currently visually suppressed from the bubble stack.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.Notification.BubbleMetadata.isBubbleSuppressed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -309,9 +416,21 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ Indicates whether the notification associated with the bubble is being visually
+ suppressed from the notification shade.
+ whether this bubble should suppress the notification when it is posted.
+
+
+
+ Java documentation for android.app.Notification.BubbleMetadata.isNotificationSuppressed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -367,8 +486,21 @@
To be added.
- To be added.
- To be added.
+ the shortcut id used for this bubble if created via
+ Builder#Builder(String) or null if created
+ via Builder#Builder(PendingIntent, Icon).
+
+
+
+ Java documentation for android.app.Notification.BubbleMetadata.getShortcutId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App/Notification+Builder.xml b/docs/Mono.Android/en/Android.App/Notification+Builder.xml
index 4971d5e2ea..47c71fa4c8 100644
--- a/docs/Mono.Android/en/Android.App/Notification+Builder.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+Builder.xml
@@ -18,14 +18,18 @@
- Builder class for objects.
+ Builder class for Notification objects.
- Android platform documentation
+ Java documentation for android.app.Notification.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -57,7 +61,16 @@
An that will be used by the Builder to construct the . The Context will not be held past the lifetime of this Builder object.
Constructs a new Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Builder.Notification$Builder(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -83,11 +96,24 @@
- To be added.
- To be added.
- To be added.
+ A Context that will be used by the Builder to construct the
+ RemoteViews. The Context will not be held past the lifetime of this Builder
+ object.
+ The constructed Notification will be posted on this
+ NotificationChannel. To use a NotificationChannel, it must first be
+ created using NotificationManager#createNotificationChannel.
+ Constructs a new Builder with the defaults:
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Builder.Notification$Builder(android.content.Context, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -339,10 +365,20 @@
- Build a new object.
+ Combine all of the options that have been set and return a new Notification
+ object.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,10 +404,19 @@
- To be added.
+ Construct a RemoteViews for the final big notification layout.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Builder.createBigContentView().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -396,10 +441,19 @@
- To be added.
+ Construct a RemoteViews for the final 1U notification layout.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Builder.createContentView().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -424,10 +478,19 @@
- To be added.
+ Construct a RemoteViews for the final heads-up notification layout.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Builder.createHeadsUpContentView().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -482,10 +545,19 @@
Android.OS.Bundle
- Metadata for the notification.
+ Get the current metadata Bundle used by this notification Builder.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Builder.getExtras().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -549,7 +621,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Builder.getNotification().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+CallStyle.xml b/docs/Mono.Android/en/Android.App/Notification+CallStyle.xml
index 608dc55c2f..596f9c4e7d 100644
--- a/docs/Mono.Android/en/Android.App/Notification+CallStyle.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+CallStyle.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Helper class for generating large-format notifications that include a large image attachment.
+
+
+
+ Java documentation for android.app.Notification.CallStyle.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App/Notification+CarExtender.xml b/docs/Mono.Android/en/Android.App/Notification+CarExtender.xml
index dcb1b7d32e..cb9ef314c1 100644
--- a/docs/Mono.Android/en/Android.App/Notification+CarExtender.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+CarExtender.xml
@@ -31,14 +31,18 @@
- To be added.
+ Helper class to add Android Auto extensions to notifications.
- Android platform documentation
+ Java documentation for android.app.Notification.CarExtender.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -59,9 +63,18 @@
- To be added.
+ Create a CarExtender with default options.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.CarExtender.Notification$CarExtender().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -85,10 +98,19 @@
- To be added.
- To be added.
+ The notification from which to copy options.
+ Create a CarExtender from the CarExtender options of an existing Notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.CarExtender.Notification$CarExtender(android.app.Notification).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -112,10 +134,19 @@
System.Int32
- To be added.
+ Gets the accent color.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.CarExtender.getColor().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -235,10 +266,19 @@
Android.Graphics.Bitmap
- To be added.
- To be added.
+ Gets the large icon used in this car notification, or null if no icon has been set.
+ The large icon for the car notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.CarExtender.getLargeIcon().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+DecoratedCustomViewStyle.xml b/docs/Mono.Android/en/Android.App/Notification+DecoratedCustomViewStyle.xml
index eb755bdb67..7cec82a50f 100644
--- a/docs/Mono.Android/en/Android.App/Notification+DecoratedCustomViewStyle.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+DecoratedCustomViewStyle.xml
@@ -18,14 +18,18 @@
- To be added.
+ Notification style for custom views that are decorated by the system
- Android platform documentation
+ Java documentation for android.app.Notification.DecoratedCustomViewStyle.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+DecoratedMediaCustomViewStyle.xml b/docs/Mono.Android/en/Android.App/Notification+DecoratedMediaCustomViewStyle.xml
index 646d1ff2dc..14be55733a 100644
--- a/docs/Mono.Android/en/Android.App/Notification+DecoratedMediaCustomViewStyle.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+DecoratedMediaCustomViewStyle.xml
@@ -18,14 +18,18 @@
- To be added.
+ Notification style for media custom views that are decorated by the system
- Android platform documentation
+ Java documentation for android.app.Notification.DecoratedMediaCustomViewStyle.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+IExtender.xml b/docs/Mono.Android/en/Android.App/Notification+IExtender.xml
index f9b3041324..4a697a7cab 100644
--- a/docs/Mono.Android/en/Android.App/Notification+IExtender.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+IExtender.xml
@@ -25,14 +25,18 @@
- To be added.
+ Extender interface for use with Builder#extend.
- Android platform documentation
+ Java documentation for android.app.Notification.Extender.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+InboxStyle.xml b/docs/Mono.Android/en/Android.App/Notification+InboxStyle.xml
index 3b5a9a4ab8..ed85c90c40 100644
--- a/docs/Mono.Android/en/Android.App/Notification+InboxStyle.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+InboxStyle.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.app.Notification.InboxStyle.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+MediaStyle.xml b/docs/Mono.Android/en/Android.App/Notification+MediaStyle.xml
index 3ee2804a4e..b82d047042 100644
--- a/docs/Mono.Android/en/Android.App/Notification+MediaStyle.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+MediaStyle.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.app.Notification.MediaStyle.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+MessagingStyle.xml b/docs/Mono.Android/en/Android.App/Notification+MessagingStyle.xml
index 00adc16808..95ac390943 100644
--- a/docs/Mono.Android/en/Android.App/Notification+MessagingStyle.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+MessagingStyle.xml
@@ -18,14 +18,19 @@
- To be added.
+ Helper class for generating large-format notifications that include multiple back-and-forth
+ messages of varying types between any number of people.
- Android platform documentation
+ Java documentation for android.app.Notification.MessagingStyle.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,9 +54,24 @@
- To be added.
+ Required - The person displayed for any messages that are sent by the
+ user. Any messages added with #addMessage(Notification.MessagingStyle.Message)
+ who don't have a Person associated with it will be displayed as if they were sent
+ by this user. The user also needs to have a valid name associated with it, which will
+ be enforced starting in Android P.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.Notification.MessagingStyle.Notification$MessagingStyle(android.app.Person).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -78,10 +98,22 @@
- To be added.
+ Required - the name to be displayed for any replies sent by the
+ user before the posting app reposts the notification with those messages after they've
+ been actually sent and in previous messages sent by the user added in
+ #addMessage(Notification.MessagingStyle.Message)
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.MessagingStyle.Notification$MessagingStyle(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -372,10 +404,19 @@
Java.Lang.ICharSequence
- To be added.
+ Return the title to be displayed on this conversation.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.MessagingStyle.getConversationTitle().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -399,10 +440,19 @@
System.Collections.Generic.IList<Android.App.Notification+MessagingStyle+Message>
- To be added.
+ Gets the list of historic Messages in the notification.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.MessagingStyle.getHistoricMessages().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -426,9 +476,21 @@
System.Boolean
- To be added.
+ Returns true if this notification represents a group conversation, otherwise
+ false.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.Notification.MessagingStyle.isGroupConversation().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -483,9 +545,19 @@
25
- To be added.
+ The maximum number of messages that will be retained in the Notification itself (the
+ number displayed is up to the platform).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.MessagingStyle.MAXIMUM_RETAINED_MESSAGES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -509,10 +581,19 @@
System.Collections.Generic.IList<Android.App.Notification+MessagingStyle+Message>
- To be added.
+ Gets the list of Message objects that represent the notification
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.MessagingStyle.getMessages().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -684,8 +765,19 @@
To be added.
- To be added.
- To be added.
+ the user to be displayed for any replies sent by the user
+
+
+
+ Java documentation for android.app.Notification.MessagingStyle.getUser().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -733,10 +825,19 @@
Java.Lang.ICharSequence
- To be added.
+ Returns the name to be displayed for any replies sent by the user
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.MessagingStyle.getUserDisplayName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+Style.xml b/docs/Mono.Android/en/Android.App/Notification+Style.xml
index e76f867877..24787df3c7 100644
--- a/docs/Mono.Android/en/Android.App/Notification+Style.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+Style.xml
@@ -18,15 +18,19 @@
- An object that can apply a rich notification style to a T:Android.App.Notification+Builder
- object.
+ An object that can apply a rich notification style to a Notification.Builder
+ object.
- Android platform documentation
+ Java documentation for android.app.Notification.Style.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,12 +104,20 @@
- Calls Build on the Notification Builder that this Style is attached to.
-
-
-
+ Calls android.app.Notification.Builder#build() on the Builder this Style is
+ attached to.
+ the fully constructed Notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Style.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -196,9 +208,18 @@
Title string to use for overriding the ContentTitle.
- Overrides ContentTitle in the big form of the template.
+ Overrides ContentTitle in the big form of the template.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Style.internalSetBigContentTitle(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -221,9 +242,18 @@
Title string to use for overriding the ContentTitle.
- Overrides ContentTitle in the big form of the template.
+ Overrides ContentTitle in the big form of the template.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Style.internalSetBigContentTitle(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -253,7 +283,16 @@
The line of text to use.
Set the first line of text after the detail section in the big form of the template.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Style.internalSetSummaryText(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -278,7 +317,16 @@
The line of text to use.
Set the first line of text after the detail section in the big form of the template.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.Style.internalSetSummaryText(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification+WearableExtender.xml b/docs/Mono.Android/en/Android.App/Notification+WearableExtender.xml
index e6260c4ef2..5ee3a2ea2d 100644
--- a/docs/Mono.Android/en/Android.App/Notification+WearableExtender.xml
+++ b/docs/Mono.Android/en/Android.App/Notification+WearableExtender.xml
@@ -31,14 +31,18 @@
- To be added.
+ Helper class to add wearable extensions to notifications.
- Android platform documentation
+ Java documentation for android.app.Notification.WearableExtender.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -59,9 +63,19 @@
- To be added.
+ Create a android.app.Notification.WearableExtender with default
+ options.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.Notification$WearableExtender().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -112,10 +126,19 @@
System.Collections.Generic.IList<Android.App.Notification+Action>
- To be added.
+ Get the wearable actions present on this notification.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getActions().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,10 +298,19 @@
Android.Graphics.Bitmap
- To be added.
- To be added.
+ Get a background image to be displayed behind the notification content.
+ the background image
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getBackground().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -302,10 +334,19 @@
System.String
- To be added.
- To be added.
+ Returns the bridge tag of the notification.
+ the bridge tag or null if not present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getBridgeTag().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -417,10 +458,20 @@
System.Int32
- To be added.
- To be added.
+ Get the index of the notification action, if any, that was specified as the primary
+ action.
+ the action index or #UNSET_ACTION_INDEX if no action was selected.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getContentAction().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -448,10 +499,19 @@
System.Int32
- To be added.
+ Get an icon that goes with the content of this notification.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getContentIcon().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -479,10 +539,19 @@
Android.Views.GravityFlags
- To be added.
+ Get the gravity that the content icon should have within the notification display.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getContentIconGravity().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -506,10 +575,20 @@
System.Boolean
- To be added.
+ Get whether the content intent is available when the wearable device is not connected
+ to a companion device.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getContentIntentAvailableOffline().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -537,10 +616,19 @@
System.Int32
- To be added.
+ Get the custom height in pixels for the display of this notification's content.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getCustomContentHeight().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -568,10 +656,20 @@
Android.App.WearableSizePreset
- To be added.
+ Get the custom size preset for the display of this notification out of the available
+ presets found in android.app.Notification.WearableExtender, e.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getCustomSizePreset().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -595,10 +693,19 @@
System.String
- To be added.
- To be added.
+ Returns the dismissal id of the notification.
+ the dismissal id of the notification or null if it has not been set.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getDismissalId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -626,10 +733,20 @@
Android.App.PendingIntent
- To be added.
+ Get the intent to launch inside of an activity view when displaying this
+ notification.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getDisplayIntent().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -691,10 +808,19 @@
Android.Views.GravityFlags
- To be added.
+ Get the gravity that this notification should have within the available viewport space.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getGravity().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -722,10 +848,23 @@
System.Boolean
- To be added.
- To be added.
+ Get a hint that this notification's BigPictureStyle (if present) should be
+ converted to low-bit and displayed in ambient mode, especially useful for barcodes and
+ qr codes, as well as other simple black-and-white tickets.
+
+ true if it should be displayed in ambient, false otherwise
+ otherwise. The default value is false if this was never set.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getHintAmbientBigPicture().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -753,10 +892,23 @@
System.Boolean
- To be added.
- To be added.
+ Get a hint that this notification's background should not be clipped if possible,
+ and should instead be resized to fully display on the screen, retaining the aspect
+ ratio of the image.
+
+ true if it's ok if the background is clipped on the screen, false
+ otherwise. The default value is false if this was never set.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getHintAvoidBackgroundClipping().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -780,10 +932,22 @@
System.Boolean
- To be added.
- To be added.
+ Get a hint that this notification's content intent will launch an Activity
+ directly, telling the platform that it can generate the appropriate transitions
+
+ true if the content intent will launch an activity and transitions should
+ be generated, false otherwise. The default value is false if this was never set.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getHintContentIntentLaunchesActivity().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -811,10 +975,21 @@
System.Boolean
- To be added.
- To be added.
+ Get a hint that this notification's icon should not be displayed.
+
+ true if this icon should not be displayed, false otherwise.
+ The default value is false if this was never set.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getHintHideIcon().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -842,10 +1017,21 @@
System.Int32
- To be added.
- To be added.
+ Get the duration, in milliseconds, that the screen should remain on for
+ when this notification is displayed.
+ the duration in milliseconds if > 0, or either one of the sentinel values
+ #SCREEN_TIMEOUT_SHORT or #SCREEN_TIMEOUT_LONG.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getHintScreenTimeout().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -873,10 +1059,20 @@
System.Boolean
- To be added.
+ Get a visual hint that only the background image of this notification should be
+ displayed, and other semantic content should be hidden.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getHintShowBackgroundOnly().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -938,10 +1134,19 @@
System.Collections.Generic.IList<Android.App.Notification>
- To be added.
- To be added.
+ Get the array of additional pages of content for displaying this notification.
+ the pages for this notification
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getPages().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -970,9 +1175,19 @@
-1
- To be added.
+ Sentinel value for use with #setHintScreenTimeout to keep the screen on
+ for a longer amount of time when this notification is displayed on the screen.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.SCREEN_TIMEOUT_LONG.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1001,9 +1216,19 @@
0
- To be added.
+ Sentinel value for use with #setHintScreenTimeout to keep the screen on for a
+ short amount of time when this notification is displayed on the screen.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.SCREEN_TIMEOUT_SHORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1654,10 +1879,21 @@
System.Boolean
- To be added.
+ Get whether the scrolling position for the contents of this notification should start
+ at the bottom of the contents instead of the top when the contents are too long to
+ display within the screen.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.getStartScrollBottom().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1744,9 +1980,18 @@
-1
- To be added.
+ Sentinel value for an action index that is unset.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.WearableExtender.UNSET_ACTION_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Notification.xml b/docs/Mono.Android/en/Android.App/Notification.xml
index c82788cf26..cadf82c076 100644
--- a/docs/Mono.Android/en/Android.App/Notification.xml
+++ b/docs/Mono.Android/en/Android.App/Notification.xml
@@ -4991,18 +4991,28 @@
- The context for your application or activity.
+ The context for your application / activity.
The title that goes in the expanded entry.
The text that goes in the expanded entry.
The intent to launch when the user clicks the expanded notification.
- If this is an activity, it must include the
- flag, which requires
- that you take care of task management as described in the
- Tasks and Back Stack document.
- Sets the P:Android.App.Notification.ContentView) field to be a view with the standard "Latest Event"
- layout.
+ If this is an activity, it must include the
+ android.content.Intent#FLAG_ACTIVITY_NEW_TASK flag, which requires
+ that you take care of task management as described in the
+ Tasks and Back
+ Stack document.
+ Sets the #contentView field to be a view with the standard "Latest Event"
+ layout.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.setLatestEventInfo(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -5036,10 +5046,25 @@
The context for your application / activity.
The title that goes in the expanded entry.
The text that goes in the expanded entry.
- The intent to launch when the user clicks the expanded notification. If this is an activity, it must include the flag, which requires that you take care of task management as described in the Tasks and Back Stack document.
- Sets the property to be a view with the standard "Latest Event" layout. Uses the and fields to set the icon and time fields in the view.
+ The intent to launch when the user clicks the expanded notification.
+ If this is an activity, it must include the
+ android.content.Intent#FLAG_ACTIVITY_NEW_TASK flag, which requires
+ that you take care of task management as described in the
+ Tasks and Back
+ Stack document.
+ Sets the #contentView field to be a view with the standard "Latest Event"
+ layout.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Notification.setLatestEventInfo(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, android.app.PendingIntent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/NotificationManager+Policy.xml b/docs/Mono.Android/en/Android.App/NotificationManager+Policy.xml
index 47ea2398a4..2f504b9028 100644
--- a/docs/Mono.Android/en/Android.App/NotificationManager+Policy.xml
+++ b/docs/Mono.Android/en/Android.App/NotificationManager+Policy.xml
@@ -31,14 +31,18 @@
- To be added.
+ Notification policy configuration.
- Android platform documentation
+ Java documentation for android.app.NotificationManager.Policy.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -108,12 +112,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ bitmask of categories of notifications that can bypass DND.
+ which callers can bypass DND.
+ which message senders can bypass DND.
+ Constructs a policy for Do Not Disturb priority mode behavior.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.NotificationManager.Policy.NotificationManager$Policy(int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -161,13 +174,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ bitmask of categories of notifications that can bypass DND.
+ which callers can bypass DND.
+ which message senders can bypass DND.
+ which visual interruptions should be suppressed from
+ notifications that are filtered by DND.
+ Constructs a policy for Do Not Disturb priority mode behavior.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.NotificationManager.Policy.NotificationManager$Policy(int, int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -216,13 +239,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
To be added.
- To be added.
- To be added.
+ bitmask of categories of notifications that can bypass DND.
+ which callers can bypass DND.
+ which message senders can bypass DND.
+ which visual interruptions should be suppressed from
+ notifications that are filtered by DND.
+ Constructs a policy for Do Not Disturb priority mode behavior.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.NotificationManager$Policy(int, int, int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -253,8 +288,19 @@
1
- To be added.
- To be added.
+ Used to indicate all conversations can bypass dnd.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.CONVERSATION_SENDERS_ANYONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -285,8 +331,19 @@
2
- To be added.
- To be added.
+ Used to indicate important conversations can bypass dnd.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.CONVERSATION_SENDERS_IMPORTANT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -317,8 +374,19 @@
3
- To be added.
- To be added.
+ Used to indicate no conversations can bypass dnd.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.CONVERSATION_SENDERS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -541,8 +609,19 @@
256
- To be added.
- To be added.
+ Conversations are allowed through DND.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.PRIORITY_CATEGORY_CONVERSATIONS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -565,9 +644,20 @@
System.Int32
- To be added.
+ Notification senders to prioritize for conversations.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.priorityConversationSenders.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -667,8 +757,20 @@
128
- To be added.
- To be added.
+ Whether notification intercepted by DND are prevented from appearing on ambient displays
+ on devices that support ambient display.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_AMBIENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -699,8 +801,20 @@
64
- To be added.
- To be added.
+ Whether NotificationChannel#canShowBadge() badges from
+ notifications intercepted by DND are blocked on devices that support badging.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_BADGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -731,8 +845,20 @@
4
- To be added.
- To be added.
+ Whether Notification#fullScreenIntent full screen intents from
+ notifications intercepted by DND are blocked.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_FULL_SCREEN_INTENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -763,8 +889,20 @@
8
- To be added.
- To be added.
+ Whether NotificationChannel#shouldShowLights() notification lights from
+ notifications intercepted by DND are blocked.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_LIGHTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -795,8 +933,21 @@
256
- To be added.
- To be added.
+ Whether notification intercepted by DND are prevented from appearing in notification
+ list views like the notification shade or lockscreen on devices that support those
+ views.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_NOTIFICATION_LIST.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -827,8 +978,19 @@
16
- To be added.
- To be added.
+ Whether notifications intercepted by DND are prevented from peeking.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_PEEK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -859,9 +1021,18 @@
1
- To be added.
+ Whether notifications suppressed by DND should not interrupt visually (e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_SCREEN_OFF.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -893,9 +1064,19 @@
2
- To be added.
+ Whether notifications suppressed by DND should not interrupt visually when the screen
+ is on (e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_SCREEN_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -927,8 +1108,20 @@
32
- To be added.
- To be added.
+ Whether notifications intercepted by DND are prevented from appearing in the status bar,
+ on devices that support status bars.
+
+
+
+ Java documentation for android.app.NotificationManager.Policy.SUPPRESSED_EFFECT_STATUS_BAR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App/PendingIntent+CanceledException.xml b/docs/Mono.Android/en/Android.App/PendingIntent+CanceledException.xml
index ae59cbb305..5451223fa4 100644
--- a/docs/Mono.Android/en/Android.App/PendingIntent+CanceledException.xml
+++ b/docs/Mono.Android/en/Android.App/PendingIntent+CanceledException.xml
@@ -19,14 +19,18 @@
Exception thrown when trying to send through a PendingIntent that
- has been canceled or is otherwise no longer able to execute the request.
+ has been canceled or is otherwise no longer able to execute the request.
- Android platform documentation
+ Java documentation for android.app.PendingIntent.CanceledException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/PendingIntent+IOnFinished.xml b/docs/Mono.Android/en/Android.App/PendingIntent+IOnFinished.xml
index a351caccc8..7728615519 100644
--- a/docs/Mono.Android/en/Android.App/PendingIntent+IOnFinished.xml
+++ b/docs/Mono.Android/en/Android.App/PendingIntent+IOnFinished.xml
@@ -26,14 +26,18 @@
Callback interface for discovering when a send operation has
- completed.
+ completed.
- Android platform documentation
+ Java documentation for android.app.PendingIntent.OnFinished.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,11 +80,19 @@
The original Intent that was sent.
The final result code determined by the send.
The final data collected by a broadcast.
- The final extras collected by a broadcast.
-
+ The final extras collected by a broadcast.
Called when a send operation as completed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.PendingIntent.OnFinished.onSendFinished(android.app.PendingIntent, android.content.Intent, int, java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Person+Builder.xml b/docs/Mono.Android/en/Android.App/Person+Builder.xml
index 70cddb2bf6..5d03eaead2 100644
--- a/docs/Mono.Android/en/Android.App/Person+Builder.xml
+++ b/docs/Mono.Android/en/Android.App/Person+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for the immutable Person class.
+
+
+
+ Java documentation for android.app.Person.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Creates a new, empty Builder.
+
+
+
+ Java documentation for android.app.Person.Builder.Person$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -85,9 +107,20 @@
- To be added.
+ Creates and returns the Person this builder represents.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.Person.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.App/PictureInPictureParams+Builder.xml b/docs/Mono.Android/en/Android.App/PictureInPictureParams+Builder.xml
index 67a1fae3bf..00399a1138 100644
--- a/docs/Mono.Android/en/Android.App/PictureInPictureParams+Builder.xml
+++ b/docs/Mono.Android/en/Android.App/PictureInPictureParams+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for PictureInPictureParams objects.
- Android platform documentation
+ Java documentation for android.app.PictureInPictureParams.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -97,9 +101,19 @@
To be added.
- To be added.
+ an immutable PictureInPictureParams to be used when entering or updating
+ the activity in picture-in-picture.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.PictureInPictureParams.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Presentation.xml b/docs/Mono.Android/en/Android.App/Presentation.xml
index 6f5a8086c3..6705c52ea5 100644
--- a/docs/Mono.Android/en/Android.App/Presentation.xml
+++ b/docs/Mono.Android/en/Android.App/Presentation.xml
@@ -127,8 +127,8 @@
android.view.WindowManager.InvalidDisplayException when invoking #show().
The display to which the presentation should be attached.
A style resource describing the theme to use for the window.
- See <a href="[TODO: @docRoot]guide/topics/resources/available-resources.html#stylesandthemes">
- Style and Theme Resources</a> for more information about defining and using
+ See
+ Style and Theme Resources for more information about defining and using
styles. This theme is applied on top of the current theme in
<var>outerContext</var>. If 0, the default presentation theme will be used.
Creates a new presentation that is attached to the specified display
diff --git a/docs/Mono.Android/en/Android.App/RemoteInput+Builder.xml b/docs/Mono.Android/en/Android.App/RemoteInput+Builder.xml
index 0260210f5e..6db2c7ae0f 100644
--- a/docs/Mono.Android/en/Android.App/RemoteInput+Builder.xml
+++ b/docs/Mono.Android/en/Android.App/RemoteInput+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for RemoteInput objects.
- Android platform documentation
+ Java documentation for android.app.RemoteInput.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,19 @@
- To be added.
- To be added.
+ the Bundle key that refers to this input when collected from the user
+ Create a builder object for RemoteInput objects.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.RemoteInput.Builder.RemoteInput$Builder(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -108,10 +121,20 @@
- To be added.
+ Combine all of the options that have been set and return a new RemoteInput
+ object.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.RemoteInput.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -135,10 +158,19 @@
Android.OS.Bundle
- To be added.
+ Get the metadata Bundle used by this Builder.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.RemoteInput.Builder.getExtras().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/SearchManager+IOnCancelListener.xml b/docs/Mono.Android/en/Android.App/SearchManager+IOnCancelListener.xml
index c802d7d1ee..39da97ca82 100644
--- a/docs/Mono.Android/en/Android.App/SearchManager+IOnCancelListener.xml
+++ b/docs/Mono.Android/en/Android.App/SearchManager+IOnCancelListener.xml
@@ -25,15 +25,19 @@
- See for configuring your activity to monitor
- search UI state.
+ See SearchManager#setOnCancelListener for configuring your activity to monitor
+ search UI state.
- Android platform documentation
+ Java documentation for android.app.SearchManager.OnCancelListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,7 +65,16 @@
This method will be called when the search UI is canceled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.SearchManager.OnCancelListener.onCancel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/SearchManager+IOnDismissListener.xml b/docs/Mono.Android/en/Android.App/SearchManager+IOnDismissListener.xml
index 31cf290be4..c20de8ea21 100644
--- a/docs/Mono.Android/en/Android.App/SearchManager+IOnDismissListener.xml
+++ b/docs/Mono.Android/en/Android.App/SearchManager+IOnDismissListener.xml
@@ -25,15 +25,19 @@
- See for configuring your activity to monitor
- search UI state.
+ See SearchManager#setOnDismissListener for configuring your activity to monitor
+ search UI state.
- Android platform documentation
+ Java documentation for android.app.SearchManager.OnDismissListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,7 +65,16 @@
This method will be called when the search UI is dismissed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.SearchManager.OnDismissListener.onDismiss().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/Service.xml b/docs/Mono.Android/en/Android.App/Service.xml
index 44e91f09c9..0fae1daa49 100644
--- a/docs/Mono.Android/en/Android.App/Service.xml
+++ b/docs/Mono.Android/en/Android.App/Service.xml
@@ -757,7 +757,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.Service.setForeground(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/SharedElementCallback+IOnSharedElementsReadyListener.xml b/docs/Mono.Android/en/Android.App/SharedElementCallback+IOnSharedElementsReadyListener.xml
index 47505ec077..7cd50a4c91 100644
--- a/docs/Mono.Android/en/Android.App/SharedElementCallback+IOnSharedElementsReadyListener.xml
+++ b/docs/Mono.Android/en/Android.App/SharedElementCallback+IOnSharedElementsReadyListener.xml
@@ -25,14 +25,20 @@
- To be added.
+ Listener to be called after SharedElementCallback#onSharedElementsArrived(List, List, OnSharedElementsReadyListener)
+ when the shared elements are ready to be hidden in the source Activity and shown in the
+ destination Activity.
- Android platform documentation
+ Java documentation for android.app.SharedElementCallback.OnSharedElementsReadyListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -57,9 +63,21 @@
- To be added.
+ Call this method during or after the OnSharedElementsReadyListener has been received
+ in SharedElementCallback#onSharedElementsArrived(List, List,
+ OnSharedElementsReadyListener) to indicate that the shared elements are ready to be
+ hidden in the source and shown in the destination Activity.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.SharedElementCallback.OnSharedElementsReadyListener.onSharedElementsReady().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/TimePickerDialog+IOnTimeSetListener.xml b/docs/Mono.Android/en/Android.App/TimePickerDialog+IOnTimeSetListener.xml
index b4bb8f5f87..ab5b240b6a 100644
--- a/docs/Mono.Android/en/Android.App/TimePickerDialog+IOnTimeSetListener.xml
+++ b/docs/Mono.Android/en/Android.App/TimePickerDialog+IOnTimeSetListener.xml
@@ -26,14 +26,18 @@
The callback interface used to indicate the user is done filling in
- the time (they clicked on the 'Set' button).
+ the time (e.
- Android platform documentation
+ Java documentation for android.app.TimePickerDialog.OnTimeSetListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -63,14 +67,22 @@
- The view associated with this listener.
- The hour that was set.
- The minute that was set.
-
-
-
+ the view associated with this listener
+ the hour that was set
+ the minute that was set
+ Called when the user is done setting a new time and the dialog has
+ closed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.TimePickerDialog.OnTimeSetListener.onTimeSet(android.widget.TimePicker, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/UiAutomation+IAccessibilityEventFilter.xml b/docs/Mono.Android/en/Android.App/UiAutomation+IAccessibilityEventFilter.xml
index 3cd37b64df..502c0cee2e 100644
--- a/docs/Mono.Android/en/Android.App/UiAutomation+IAccessibilityEventFilter.xml
+++ b/docs/Mono.Android/en/Android.App/UiAutomation+IAccessibilityEventFilter.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.app.UiAutomation.AccessibilityEventFilter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,11 +65,21 @@
The event to process.
+ The event to process.
Callback for determining whether an event is accepted or
- it is filtered out.
- To be added.
+ it is filtered out.
+ True if the event is accepted, false to filter it out.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.UiAutomation.AccessibilityEventFilter.accept(android.view.accessibility.AccessibilityEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/UiAutomation+IOnAccessibilityEventListener.xml b/docs/Mono.Android/en/Android.App/UiAutomation+IOnAccessibilityEventListener.xml
index 627669f594..8bc9620993 100644
--- a/docs/Mono.Android/en/Android.App/UiAutomation+IOnAccessibilityEventListener.xml
+++ b/docs/Mono.Android/en/Android.App/UiAutomation+IOnAccessibilityEventListener.xml
@@ -25,14 +25,18 @@
- Listener for observing the stream.
+ Listener for observing the AccessibilityEvent stream.
- Android platform documentation
+ Java documentation for android.app.UiAutomation.OnAccessibilityEventListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -62,9 +66,19 @@
The received event.
- Callback for receiving an .
+ The received event.
+ Callback for receiving an AccessibilityEvent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.UiAutomation.OnAccessibilityEventListener.onAccessibilityEvent(android.view.accessibility.AccessibilityEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+AbortVoiceRequest.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+AbortVoiceRequest.xml
index 1493a80f9b..f9171bcb04 100644
--- a/docs/Mono.Android/en/Android.App/VoiceInteractor+AbortVoiceRequest.xml
+++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+AbortVoiceRequest.xml
@@ -18,14 +18,19 @@
- To be added.
+ Reports that the current interaction can not be complete with voice, so the
+ application will need to switch to a traditional input UI.
- Android platform documentation
+ Java documentation for android.app.VoiceInteractor.AbortVoiceRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+CommandRequest.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+CommandRequest.xml
index d9e8d62447..2e01f57587 100644
--- a/docs/Mono.Android/en/Android.App/VoiceInteractor+CommandRequest.xml
+++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+CommandRequest.xml
@@ -18,14 +18,18 @@
- To be added.
+ Execute a vendor-specific command using the trusted system VoiceInteractionService.
- Android platform documentation
+ Java documentation for android.app.VoiceInteractor.CommandRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,11 +77,20 @@
- To be added.
- To be added.
- To be added.
+ The desired command to perform.
+ Additional arguments to control execution of the command.
+ Create a new generic command request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.CommandRequest.VoiceInteractor$CommandRequest(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -138,9 +151,18 @@
To be added.
To be added.
- To be added.
+ Results for CommandRequest can be returned in partial chunks.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.CommandRequest.onCommandResult(boolean, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+CompleteVoiceRequest.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+CompleteVoiceRequest.xml
index a49c7ce2b2..fb0ce2a08c 100644
--- a/docs/Mono.Android/en/Android.App/VoiceInteractor+CompleteVoiceRequest.xml
+++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+CompleteVoiceRequest.xml
@@ -18,14 +18,19 @@
- To be added.
+ Reports that the current interaction was successfully completed with voice, so the
+ application can report the final status to the user.
- Android platform documentation
+ Java documentation for android.app.VoiceInteractor.CompleteVoiceRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+ConfirmationRequest.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+ConfirmationRequest.xml
index 43138bda83..ad1fcb4d59 100644
--- a/docs/Mono.Android/en/Android.App/VoiceInteractor+ConfirmationRequest.xml
+++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+ConfirmationRequest.xml
@@ -18,14 +18,19 @@
- To be added.
+ Confirms an operation with the user via the trusted system
+ VoiceInteractionService.
- Android platform documentation
+ Java documentation for android.app.VoiceInteractor.ConfirmationRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -136,11 +141,20 @@
- To be added.
- To be added.
- To be added.
+ Whether the user confirmed or rejected the operation.
+ Additional result information or null.
+ Handle the confirmation result.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.ConfirmationRequest.onConfirmationResult(boolean, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+PickOptionRequest.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+PickOptionRequest.xml
index ded4670313..7c376d5a1c 100644
--- a/docs/Mono.Android/en/Android.App/VoiceInteractor+PickOptionRequest.xml
+++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+PickOptionRequest.xml
@@ -18,14 +18,19 @@
- To be added.
+ Select a single option from multiple potential options with the user via the trusted system
+ VoiceInteractionService.
- Android platform documentation
+ Java documentation for android.app.VoiceInteractor.PickOptionRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+Prompt.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+Prompt.xml
index a935fc4fd1..b59789accc 100644
--- a/docs/Mono.Android/en/Android.App/VoiceInteractor+Prompt.xml
+++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+Prompt.xml
@@ -31,14 +31,19 @@
- To be added.
+ A set of voice prompts to use with the voice interaction system to confirm an action, select
+ an option, or do similar operations.
- Android platform documentation
+ Java documentation for android.app.VoiceInteractor.Prompt.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -63,9 +68,18 @@
To be added.
- To be added.
+ Constructs a prompt set with single prompt used for all interactions.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Prompt.VoiceInteractor$Prompt(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -117,11 +131,20 @@
- To be added.
- To be added.
- To be added.
+ An array of one or more voice prompts. Must not be empty or null.
+ A prompt to display on the screen. Must not be null.
+ Constructs a prompt set.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Prompt.VoiceInteractor$Prompt(java.lang.CharSequence[], java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -198,10 +221,19 @@
- To be added.
+ Returns the number of different voice prompts.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Prompt.countVoicePrompts().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,10 +313,19 @@
To be added.
- To be added.
+ Returns a prompt to use for voice interactions.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Prompt.getVoicePromptAt(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -312,10 +353,19 @@
To be added.
- To be added.
+ Returns a prompt to use for voice interactions.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Prompt.getVoicePromptAt(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -456,10 +506,19 @@
Java.Lang.ICharSequence
- To be added.
+ Returns the prompt to use for visual display.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Prompt.getVisualPrompt().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/VoiceInteractor+Request.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor+Request.xml
index cce8b2ef9a..12ea27f8f5 100644
--- a/docs/Mono.Android/en/Android.App/VoiceInteractor+Request.xml
+++ b/docs/Mono.Android/en/Android.App/VoiceInteractor+Request.xml
@@ -18,14 +18,18 @@
- To be added.
+ Base class for voice interaction requests that can be submitted to the interactor.
- Android platform documentation
+ Java documentation for android.app.VoiceInteractor.Request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,10 +76,19 @@
Android.App.Activity
- To be added.
+ Return the current Activity this request is associated with.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Request.getActivity().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,9 +113,18 @@
- To be added.
+ Cancel this active request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Request.cancel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,10 +148,19 @@
Android.Content.Context
- To be added.
+ Return the current Context this request is associated with.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Request.getContext().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -184,10 +215,20 @@
System.String
- To be added.
+ Return the name this request was submitted through
+ #submitRequest(android.app.VoiceInteractor.Request, String).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Request.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -215,9 +256,19 @@
To be added.
- To be added.
+ The request is now attached to an activity, or being re-attached to a new activity
+ after a configuration change.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Request.onAttached(android.app.Activity).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -242,9 +293,20 @@
- To be added.
+ Report from voice interaction service: this operation has been canceled, typically
+ as a completion of a previous call to #cancel or when the user explicitly
+ cancelled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Request.onCancel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -269,9 +331,18 @@
- To be added.
+ The request is being detached from an activity.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.VoiceInteractor.Request.onDetached().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/WallpaperManager+IOnColorsChangedListener.xml b/docs/Mono.Android/en/Android.App/WallpaperManager+IOnColorsChangedListener.xml
index ff599d7e73..0877e14b86 100644
--- a/docs/Mono.Android/en/Android.App/WallpaperManager+IOnColorsChangedListener.xml
+++ b/docs/Mono.Android/en/Android.App/WallpaperManager+IOnColorsChangedListener.xml
@@ -25,14 +25,18 @@
- To be added.
+ Interface definition for a callback to be invoked when colors change on a wallpaper.
- Android platform documentation
+ Java documentation for android.app.WallpaperManager.OnColorsChangedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -60,11 +64,20 @@
- To be added.
- To be added.
- To be added.
+ Wallpaper color info
+ A combination of #FLAG_LOCK and #FLAG_SYSTEM
+ Called when colors change.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.WallpaperManager.OnColorsChangedListener.onColorsChanged(android.app.WallpaperColors, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.App/WallpaperManager.xml b/docs/Mono.Android/en/Android.App/WallpaperManager.xml
index cf27cb2cf3..1113324f56 100644
--- a/docs/Mono.Android/en/Android.App/WallpaperManager.xml
+++ b/docs/Mono.Android/en/Android.App/WallpaperManager.xml
@@ -1685,16 +1685,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- Change the current system wallpaper to a bitmap.
- To be added.
+ A bitmap that will supply the wallpaper imagery.
+ The rectangular subregion of fullImage that should be
+ displayed as wallpaper. Passing null for this parameter means that
+ the full image should be displayed if possible given the image's and device's
+ aspect ratios, etc.
+
+ true if the OS is permitted to back up this wallpaper
+ image for restore to a future device; false otherwise.
+ Flags indicating which wallpaper(s) to configure with the new imagery.
+ Version of #setBitmap(Bitmap, Rect, boolean) that allows the caller
+ to specify which of the supported wallpaper categories to set.
+ An integer ID assigned to the newly active wallpaper; or zero on failure.
- Java documentation for android.app.WallpaperManager.setBitmap(android.graphics.Bitmap).
+ Java documentation for android.app.WallpaperManager.setBitmap(android.graphics.Bitmap, android.graphics.Rect, boolean, int).
@@ -1832,13 +1838,14 @@
The resource ID of the bitmap to be used as the wallpaper image
- To be added.
- Change the current system wallpaper to the bitmap in the given resource.
- To be added.
+ Flags indicating which wallpaper(s) to configure with the new imagery
+ Version of #setResource(int) that allows the caller to specify which
+ of the supported wallpaper categories to set.
+ An integer ID assigned to the newly active wallpaper; or zero on failure.
- Java documentation for android.app.WallpaperManager.setResource(int).
+ Java documentation for android.app.WallpaperManager.setResource(int, int).
@@ -1991,15 +1998,21 @@
A stream containing the raw data to install as a wallpaper. This
data can be in any format handled by BitmapRegionDecoder.
- To be added.
- To be added.
- To be added.
- Change the current system wallpaper to a specific byte stream.
- To be added.
+ The rectangular subregion of the streamed image that should be
+ displayed as wallpaper. Passing null for this parameter means that
+ the full image should be displayed if possible given the image's and device's
+ aspect ratios, etc.
+
+ true if the OS is permitted to back up this wallpaper
+ image for restore to a future device; false otherwise.
+ Flags indicating which wallpaper(s) to configure with the new imagery.
+ Version of #setStream(InputStream, Rect, boolean) that allows the caller
+ to specify which of the supported wallpaper categories to set.
+ An integer ID assigned to the newly active wallpaper; or zero on failure.
- Java documentation for android.app.WallpaperManager.setStream(java.io.InputStream).
+ Java documentation for android.app.WallpaperManager.setStream(java.io.InputStream, android.graphics.Rect, boolean, int).
diff --git a/docs/Mono.Android/en/Android.Appwidget/AppWidgetHost.xml b/docs/Mono.Android/en/Android.Appwidget/AppWidgetHost.xml
index 78dab498b0..a6f18cbffb 100644
--- a/docs/Mono.Android/en/Android.Appwidget/AppWidgetHost.xml
+++ b/docs/Mono.Android/en/Android.Appwidget/AppWidgetHost.xml
@@ -414,9 +414,20 @@
- To be added.
- To be added.
- To be added.
+ appWidgetId
+ Called when the app widget is removed for appWidgetId
+
+
+
+ Java documentation for android.appwidget.AppWidgetHost.onAppWidgetRemoved(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Appwidget/AppWidgetManager.xml b/docs/Mono.Android/en/Android.Appwidget/AppWidgetManager.xml
index 62543360f9..e16ad1052b 100644
--- a/docs/Mono.Android/en/Android.Appwidget/AppWidgetManager.xml
+++ b/docs/Mono.Android/en/Android.Appwidget/AppWidgetManager.xml
@@ -453,11 +453,21 @@
- To be added.
- To be added.
- To be added.
+ The AppWidget instance for which to set the RemoteViews.
+ The android.content.BroadcastReceiver that will be the AppWidget
+ provider for this AppWidget.
+ Set the component for a given appWidgetId.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.appwidget.AppWidgetManager.bindAppWidgetId(int, android.content.ComponentName).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseData+Builder.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseData+Builder.xml
index 830ed8b39c..98d2ed2189 100644
--- a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseData+Builder.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseData+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for AdvertiseData.
- Android platform documentation
+ Java documentation for android.bluetooth.le.AdvertiseData.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -199,10 +203,19 @@
- To be added.
+ Build the AdvertiseData.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.le.AdvertiseData.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseSettings+Builder.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseSettings+Builder.xml
index f3e3f157f9..2207f4ee85 100644
--- a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseSettings+Builder.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertiseSettings+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for AdvertiseSettings.
- Android platform documentation
+ Java documentation for android.bluetooth.le.AdvertiseSettings.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,10 +77,19 @@
- To be added.
+ Build the AdvertiseSettings object.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.le.AdvertiseSettings.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertisingSetParameters+Builder.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertisingSetParameters+Builder.xml
index ce88dd8e69..abdbf31803 100644
--- a/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertisingSetParameters+Builder.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth.LE/AdvertisingSetParameters+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for AdvertisingSetParameters.
- Android platform documentation
+ Java documentation for android.bluetooth.le.AdvertisingSetParameters.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,10 +77,19 @@
- To be added.
+ Build the AdvertisingSetParameters object.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.le.AdvertisingSetParameters.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeScanner.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeScanner.xml
index c6f3427904..8c5dc0b099 100644
--- a/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeScanner.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeScanner.xml
@@ -426,12 +426,12 @@
- To be added.
- Stops an ongoing Bluetooth LE scan started using a PendingIntent.
+ callback
+ Stops an ongoing Bluetooth LE scan.
- Java documentation for android.bluetooth.le.BluetoothLeScanner.stopScan(android.app.PendingIntent).
+ Java documentation for android.bluetooth.le.BluetoothLeScanner.stopScan(android.bluetooth.le.ScanCallback).
diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/PeriodicAdvertisingParameters+Builder.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/PeriodicAdvertisingParameters+Builder.xml
index a402601f8b..688dde8e2c 100644
--- a/docs/Mono.Android/en/Android.Bluetooth.LE/PeriodicAdvertisingParameters+Builder.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth.LE/PeriodicAdvertisingParameters+Builder.xml
@@ -73,10 +73,19 @@
- To be added.
+ Build the AdvertisingSetParameters object.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.le.PeriodicAdvertisingParameters.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanFilter+Builder.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanFilter+Builder.xml
index 485d0f99c8..046e054cad 100644
--- a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanFilter+Builder.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanFilter+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for ScanFilter.
- Android platform documentation
+ Java documentation for android.bluetooth.le.ScanFilter.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,10 +77,19 @@
- To be added.
+ Build ScanFilter.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.le.ScanFilter.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanSettings+Builder.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanSettings+Builder.xml
index 933833bd06..3bfc874b13 100644
--- a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanSettings+Builder.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanSettings+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for ScanSettings.
- Android platform documentation
+ Java documentation for android.bluetooth.le.ScanSettings.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,10 +77,19 @@
- To be added.
+ Build ScanSettings.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.le.ScanSettings.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothA2dp.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothA2dp.xml
index b5c92870be..a86b87ab61 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothA2dp.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothA2dp.xml
@@ -167,7 +167,7 @@
System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -243,7 +243,7 @@
Remote bluetooth device.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -300,7 +300,7 @@
Array of states. States can be one of
, ,
, ,
- [TODO: @inheritDoc]
+ To be added
To be added.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter+ILeScanCallback.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter+ILeScanCallback.xml
index d91668dddd..2cc33ec6c9 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter+ILeScanCallback.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter+ILeScanCallback.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.bluetooth.BluetoothAdapter.LeScanCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -63,15 +67,22 @@
Identifies the remote device
- The RSSI value for the remote device as reported by the
- Bluetooth hardware. 0 if no RSSI value is available.
- The content of the advertisement record offered by
- the remote device.
-
+ The RSSI value for the remote device as reported by the Bluetooth hardware. 0
+ if no RSSI value is available.
+ The content of the advertisement record offered by the remote device.
Callback reporting an LE device found during a device scan initiated
- by the function.
+ by the BluetoothAdapter#startLeScan function.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.BluetoothAdapter.LeScanCallback.onLeScan(android.bluetooth.BluetoothDevice, int, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter.xml
index 05b7251044..3ee3cb84cc 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothAdapter.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.bluetooth.BluetoothAdapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -618,10 +622,8 @@
- To be added.
- Profile proxy object
-
- proxy Profile proxy object
+ profile
+ Profile proxy object
Close the connection of the profile proxy to the Service.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Device.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Device.xml
index 3e5562e40e..587f1ac77d 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Device.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Device.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.bluetooth.BluetoothClass.Device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Service.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Service.xml
index 8a30e32a6f..5630aed150 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Service.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothClass+Service.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.bluetooth.BluetoothClass.Service.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothDevice.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothDevice.xml
index 25ad404283..3f5d2b6750 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothDevice.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothDevice.xml
@@ -35,10 +35,14 @@
- Android platform documentation
+ Java documentation for android.bluetooth.BluetoothDevice.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -291,7 +295,16 @@
Broadcast Action: Bluetooth class of a remote device has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.BluetoothDevice.ACTION_CLASS_CHANGED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGatt.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGatt.xml
index 461c797035..120dc6b067 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGatt.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGatt.xml
@@ -283,11 +283,20 @@
System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>
- Not supported - please use
- with as argument
+ Not supported - please use BluetoothManager#getConnectedDevices(int)
+ with BluetoothProfile#GATT as argument
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.BluetoothGatt.getConnectedDevices().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1079,11 +1088,20 @@
Remote bluetooth device.
- Not supported - please use
- with as argument
+ Not supported - please use BluetoothManager#getConnectedDevices(int)
+ with BluetoothProfile#GATT as argument
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.BluetoothGatt.getConnectionState(android.bluetooth.BluetoothDevice).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1126,11 +1144,20 @@
, ,
, ,
Not supported - please use
-
- with as first argument
+ BluetoothManager#getDevicesMatchingConnectionStates(int, int[])
+ with BluetoothProfile#GATT as first argument
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.BluetoothGatt.getDevicesMatchingConnectionStates(int[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattServer.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattServer.xml
index 4907572300..e0cd4340c8 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattServer.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattServer.xml
@@ -290,11 +290,20 @@
System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>
- Not supported - please use
- with as argument
+ Not supported - please use BluetoothManager#getConnectedDevices(int)
+ with BluetoothProfile#GATT as argument
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.BluetoothGattServer.getConnectedDevices().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -333,11 +342,20 @@
Remote bluetooth device.
- Not supported - please use
- with as argument
+ Not supported - please use BluetoothManager#getConnectedDevices(int)
+ with BluetoothProfile#GATT as argument
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.BluetoothGattServer.getConnectionState(android.bluetooth.BluetoothDevice).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -380,11 +398,20 @@
, ,
, ,
Not supported - please use
-
- with as first argument
+ BluetoothManager#getDevicesMatchingConnectionStates(int, int[])
+ with BluetoothProfile#GATT as first argument
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.BluetoothGattServer.getDevicesMatchingConnectionStates(int[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,13 +525,22 @@
The remote device to receive the notification/indication
The local characteristic that has been updated
- true to request confirmation from the client (indication),
- false to send a notification
+ true to request confirmation from the client (indication), false to send a
+ notification
Send a notification or indication that a local characteristic has been
- updated.
- To be added.
+ updated.
+ true, if the notification has been triggered successfully
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.BluetoothGattServer.notifyCharacteristicChanged(android.bluetooth.BluetoothDevice, android.bluetooth.BluetoothGattCharacteristic, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattService.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattService.xml
index d010e1c152..72bc73f4e8 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattService.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattService.xml
@@ -291,7 +291,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.BluetoothGattService.describeContents().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHeadset.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHeadset.xml
index 10f9ce2b2d..06020c0155 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHeadset.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHeadset.xml
@@ -452,7 +452,7 @@
System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -627,7 +627,7 @@
Remote bluetooth device.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -684,7 +684,7 @@
Array of states. States can be one of
, ,
, ,
- [TODO: @inheritDoc]
+ To be added
To be added.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHearingAid.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHearingAid.xml
index 7ad5830720..2e7e21afde 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHearingAid.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHearingAid.xml
@@ -118,7 +118,7 @@
System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -165,7 +165,7 @@
To be added.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -219,7 +219,7 @@
To be added.
- [TODO: @inheritDoc]
+ To be added
To be added.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice+Callback.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice+Callback.xml
index f3ac101641..a5729be066 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice+Callback.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice+Callback.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ The template class that applications use to call callback functions on events from the HID
+ host.
+
+
+
+ Java documentation for android.bluetooth.BluetoothHidDevice.Callback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -117,10 +129,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
+
+ BluetoothDevice object which represents host that currently
+ has Virtual Cable established with device. Only valid when application is registered,
+ can be <code>null</code>.
+ <code>true</code> if application is registered, <code>false</code>
+ otherwise.
+ Callback called when application registration state changes.
+
+
+
+ Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onAppStatusChanged(android.bluetooth.BluetoothDevice, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -154,10 +181,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+
+ BluetoothDevice object representing host device which connection
+ state was changed.
+ Connection state as defined in BluetoothProfile.
+ Callback called when connection state with remote host was changed.
+
+
+
+ Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onConnectionStateChanged(android.bluetooth.BluetoothDevice, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -187,11 +227,23 @@
To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ Requested Report Type.
+ Requested Report Id, can be 0 if no Report Id are defined in descriptor.
+ Requested buffer size, application shall respond with at least given
+ number of bytes.
+ Callback called when GET_REPORT is received from remote host.
+
+
+
+ Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onGetReport(android.bluetooth.BluetoothDevice, byte, byte, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -220,10 +272,21 @@
To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ Report Id.
+ Report data.
+ Callback called when report data is received over interrupt channel.
+
+
+
+ Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onInterruptData(android.bluetooth.BluetoothDevice, byte, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -251,9 +314,20 @@
To be added.
- To be added.
- To be added.
- To be added.
+ Protocol Mode.
+ Callback called when SET_PROTOCOL is received from remote host.
+
+
+
+ Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onSetProtocol(android.bluetooth.BluetoothDevice, byte).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -283,11 +357,22 @@
To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ Report Type.
+ Report Id.
+ Report data.
+ Callback called when SET_REPORT is received from remote host.
+
+
+
+ Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onSetReport(android.bluetooth.BluetoothDevice, byte, byte, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -314,8 +399,19 @@
To be added.
- To be added.
- To be added.
+ Callback called when Virtual Cable is removed.
+
+
+
+ Java documentation for android.bluetooth.BluetoothHidDevice.Callback.onVirtualCableUnplug(android.bluetooth.BluetoothDevice).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice.xml
index fe02378f12..4d757e11d1 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDevice.xml
@@ -161,7 +161,7 @@
System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -498,7 +498,7 @@
To be added.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -552,7 +552,7 @@
To be added.
- [TODO: @inheritDoc]
+ To be added
To be added.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppQosSettings.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppQosSettings.xml
index 84fa3a0e38..7fcff84779 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppQosSettings.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppQosSettings.xml
@@ -31,8 +31,19 @@
- To be added.
- To be added.
+ Represents the Quality of Service (QoS) settings for a Bluetooth HID Device application.
+
+
+
+ Java documentation for android.bluetooth.BluetoothHidDeviceAppQosSettings.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppSdpSettings.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppSdpSettings.xml
index 28bc12e03f..51ca319b30 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppSdpSettings.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothHidDeviceAppSdpSettings.xml
@@ -31,8 +31,19 @@
- To be added.
- To be added.
+ Represents the Service Discovery Protocol (SDP) settings for a Bluetooth HID Device application.
+
+
+
+ Java documentation for android.bluetooth.BluetoothHidDeviceAppSdpSettings.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -62,12 +73,10 @@
Name of this Bluetooth HID device. Maximum length is 50 bytes.
Description for this Bluetooth HID device. Maximum length is 50 bytes.
Provider of this Bluetooth HID device. Maximum length is 50 bytes.
- Subclass of this Bluetooth HID device. See <a
- href="www.usb.org/developers/hidpage/HID1_11.pdf">
- www.usb.org/developers/hidpage/HID1_11.pdf Section 4.2</a>
- Descriptors of this Bluetooth HID device. See <a
- href="www.usb.org/developers/hidpage/HID1_11.pdf">
- www.usb.org/developers/hidpage/HID1_11.pdf Chapter 6</a> Maximum length is 2048 bytes.
+ Subclass of this Bluetooth HID device. See
+ www.usb.org/developers/hidpage/HID1_11.pdf Section 4.2
+ Descriptors of this Bluetooth HID device. See
+ www.usb.org/developers/hidpage/HID1_11.pdf Chapter 6 Maximum length is 2048 bytes.
Create a BluetoothHidDeviceAppSdpSettings object for the Bluetooth SDP record.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothLeAudio.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothLeAudio.xml
index 7b2166d691..202666f815 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothLeAudio.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothLeAudio.xml
@@ -119,7 +119,18 @@
To be added.
- To be added.
+
+
+
+ Java documentation for android.bluetooth.BluetoothLeAudio.close().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -149,7 +160,7 @@
System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -196,7 +207,7 @@
To be added.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -250,7 +261,7 @@
To be added.
- [TODO: @inheritDoc]
+ To be added
To be added.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothServerSocket.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothServerSocket.xml
index 0b485618c8..d647049df2 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothServerSocket.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothServerSocket.xml
@@ -35,10 +35,14 @@
- Android platform documentation
+ Java documentation for android.bluetooth.BluetoothServerSocket.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothSocket.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothSocket.xml
index 7cbb9b2da1..72c71bfe85 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothSocket.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothSocket.xml
@@ -35,10 +35,14 @@
- Android platform documentation
+ Java documentation for android.bluetooth.BluetoothSocket.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/IBluetoothProfileServiceListener.xml b/docs/Mono.Android/en/Android.Bluetooth/IBluetoothProfileServiceListener.xml
index 2dff91eeb4..4f5c30b6db 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/IBluetoothProfileServiceListener.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/IBluetoothProfileServiceListener.xml
@@ -26,14 +26,18 @@
An interface for notifying BluetoothProfile IPC clients when they have
- been connected or disconnected to the service.
+ been connected or disconnected to the service.
- Android platform documentation
+ Java documentation for android.bluetooth.BluetoothProfile.ServiceListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -69,14 +73,21 @@
- - One of , or
-
- - One of , or
-
+ - One of #HEADSET or #A2DP
+ - One of BluetoothHeadset or BluetoothA2dp
Called to notify the client when the proxy object has been
- connected to the service.
+ connected to the service.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.BluetoothProfile.ServiceListener.onServiceConnected(int, android.bluetooth.BluetoothProfile).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -111,12 +122,20 @@
- - One of , or
-
+ - One of #HEADSET or #A2DP
Called to notify the client that this proxy object has been
- disconnected from the service.
+ disconnected from the service.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.bluetooth.BluetoothProfile.ServiceListener.onServiceDisconnected(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Companion/AssociationRequest+Builder.xml b/docs/Mono.Android/en/Android.Companion/AssociationRequest+Builder.xml
index 9583f35c2b..96648f839a 100644
--- a/docs/Mono.Android/en/Android.Companion/AssociationRequest+Builder.xml
+++ b/docs/Mono.Android/en/Android.Companion/AssociationRequest+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ A builder for AssociationRequest
- Android platform documentation
+ Java documentation for android.companion.AssociationRequest.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,7 +111,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.companion.AssociationRequest.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Companion/BluetoothDeviceFilter+Builder.xml b/docs/Mono.Android/en/Android.Companion/BluetoothDeviceFilter+Builder.xml
index 1019c30c21..9d9c9d6d01 100644
--- a/docs/Mono.Android/en/Android.Companion/BluetoothDeviceFilter+Builder.xml
+++ b/docs/Mono.Android/en/Android.Companion/BluetoothDeviceFilter+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ A builder for BluetoothDeviceFilter
- Android platform documentation
+ Java documentation for android.companion.BluetoothDeviceFilter.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -109,7 +113,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.companion.BluetoothDeviceFilter.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Companion/BluetoothLeDeviceFilter+Builder.xml b/docs/Mono.Android/en/Android.Companion/BluetoothLeDeviceFilter+Builder.xml
index c335d18dd1..83ebdf9761 100644
--- a/docs/Mono.Android/en/Android.Companion/BluetoothLeDeviceFilter+Builder.xml
+++ b/docs/Mono.Android/en/Android.Companion/BluetoothLeDeviceFilter+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for BluetoothLeDeviceFilter
- Android platform documentation
+ Java documentation for android.companion.BluetoothLeDeviceFilter.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,7 +80,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.companion.BluetoothLeDeviceFilter.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager+Callback.xml b/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager+Callback.xml
index 14d57a32a0..50a6ac7764 100644
--- a/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager+Callback.xml
+++ b/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager+Callback.xml
@@ -18,14 +18,19 @@
- To be added.
+ A callback to receive once at least one suitable device is found, or the search failed
+ (e.
- Android platform documentation
+ Java documentation for android.companion.CompanionDeviceManager.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,10 +134,20 @@
- To be added.
- To be added.
+ a IntentSender to launch the UI for user to select a
+ device
+ Called once at least one suitable device is found
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.companion.CompanionDeviceManager.Callback.onDeviceFound(android.content.IntentSender).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,10 +174,19 @@
- To be added.
- To be added.
+ the cause of the error
+ Called if there was an error looking for device(s)
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.companion.CompanionDeviceManager.Callback.onFailure(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,10 +207,19 @@
- To be added.
- To be added.
+ the cause of the error
+ Called if there was an error looking for device(s)
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.companion.CompanionDeviceManager.Callback.onFailure(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager.xml b/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager.xml
index f38763a4c6..09715821dc 100644
--- a/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager.xml
+++ b/docs/Mono.Android/en/Android.Companion/CompanionDeviceManager.xml
@@ -20,7 +20,7 @@
System level service for managing companion devices
- See <a href="[TODO: @docRoot]guide/topics/connectivity/companion-device-pairing">this guide</a>
+ See this guide
for a usage example.
diff --git a/docs/Mono.Android/en/Android.Companion/WifiDeviceFilter+Builder.xml b/docs/Mono.Android/en/Android.Companion/WifiDeviceFilter+Builder.xml
index 9645ad96fd..4b2d22942f 100644
--- a/docs/Mono.Android/en/Android.Companion/WifiDeviceFilter+Builder.xml
+++ b/docs/Mono.Android/en/Android.Companion/WifiDeviceFilter+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ A builder for WifiDeviceFilter
- Android platform documentation
+ Java documentation for android.companion.WifiDeviceFilter.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,10 +77,19 @@
- To be added.
+ Builds the instance.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.companion.WifiDeviceFilter.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.PM/ActivityInfo+WindowLayout.xml b/docs/Mono.Android/en/Android.Content.PM/ActivityInfo+WindowLayout.xml
index e863f4eb82..2e909e7531 100644
--- a/docs/Mono.Android/en/Android.Content.PM/ActivityInfo+WindowLayout.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/ActivityInfo+WindowLayout.xml
@@ -18,14 +18,18 @@
- To be added.
+ Contains information about position and size of the activity on the display.
- Android platform documentation
+ Java documentation for android.content.pm.ActivityInfo.WindowLayout.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,10 +130,19 @@
System.Int32
- To be added.
+ Height of activity in pixels.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.ActivityInfo.WindowLayout.height.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,10 +166,19 @@
System.Single
- To be added.
+ Height of activity as a fraction of available display height.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.ActivityInfo.WindowLayout.heightFraction.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -211,10 +233,19 @@
System.Int32
- To be added.
+ Minimal height of activity in pixels to be able to display its content.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.ActivityInfo.WindowLayout.minHeight.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -238,10 +269,19 @@
System.Int32
- To be added.
+ Minimal width of activity in pixels to be able to display its content.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.ActivityInfo.WindowLayout.minWidth.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -327,10 +367,19 @@
System.Int32
- To be added.
+ Width of activity in pixels.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.ActivityInfo.WindowLayout.width.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -354,10 +403,19 @@
System.Single
- To be added.
+ Width of activity as a fraction of available display width.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.ActivityInfo.WindowLayout.widthFraction.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.PM/LauncherApps+Callback.xml b/docs/Mono.Android/en/Android.Content.PM/LauncherApps+Callback.xml
index 5012b138ea..63b3f3e5d3 100644
--- a/docs/Mono.Android/en/Android.Content.PM/LauncherApps+Callback.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/LauncherApps+Callback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Callbacks for package changes to this and related managed profiles.
- Android platform documentation
+ Java documentation for android.content.pm.LauncherApps.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,11 +134,20 @@
- To be added.
- To be added.
- To be added.
+ The name of the package that was added.
+ The UserHandle of the profile that generated the change.
+ Indicates that a package was added to the specified profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.Callback.onPackageAdded(java.lang.String, android.os.UserHandle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,11 +175,20 @@
- To be added.
- To be added.
- To be added.
+ The name of the package that has changed.
+ The UserHandle of the profile that generated the change.
+ Indicates that a package was modified in the specified profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.Callback.onPackageChanged(java.lang.String, android.os.UserHandle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -195,11 +217,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The name of the package that has changed.
+ The UserHandle of the profile that generated the change.
+ The new progress value, between [0, 1].
+ Indicates that the loading progress of an installed package has changed.
+
+
+
+ Java documentation for android.content.pm.LauncherApps.Callback.onPackageLoadingProgressChanged(java.lang.String, android.os.UserHandle, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -226,11 +259,20 @@
- To be added.
- To be added.
- To be added.
+ The name of the package that was removed.
+ The UserHandle of the profile that generated the change.
+ Indicates that a package was removed from the specified profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.Callback.onPackageRemoved(java.lang.String, android.os.UserHandle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -259,12 +301,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The names of the packages that have become
+ available.
+ The UserHandle of the profile that generated the change.
+ Indicates whether these packages are replacing
+ existing ones.
+ Indicates that one or more packages have become available.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.Callback.onPackagesAvailable(java.lang.String[], android.os.UserHandle, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,11 +345,21 @@
- To be added.
- To be added.
- To be added.
+ The names of the packages that have just been
+ suspended.
+ The UserHandle of the profile that generated the change.
+ Indicates that one or more packages have been suspended.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.Callback.onPackagesSuspended(java.lang.String[], android.os.UserHandle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -329,11 +392,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The names of the packages that have just been suspended.
+ the user for which the given packages were suspended.
+ A Bundle of extras for the launcher, if provided to the
+ system, null otherwise.
+ Indicates that one or more packages have been suspended.
+
+
+
+ Java documentation for android.content.pm.LauncherApps.Callback.onPackagesSuspended(java.lang.String[], android.os.UserHandle, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -361,12 +436,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The names of the packages that have become
+ unavailable.
+ The UserHandle of the profile that generated the change.
+ Indicates whether the packages are about to be
+ replaced with new versions.
+ Indicates that one or more packages have become unavailable.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.Callback.onPackagesUnavailable(java.lang.String[], android.os.UserHandle, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -394,11 +480,21 @@
- To be added.
- To be added.
- To be added.
+ The names of the packages that have just been
+ unsuspended.
+ The UserHandle of the profile that generated the change.
+ Indicates that one or more packages have been unsuspended.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.Callback.onPackagesUnsuspended(java.lang.String[], android.os.UserHandle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -427,12 +523,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The name of the package that has the shortcuts.
+ All shortcuts from the package (dynamic, manifest and/or pinned).
+ Only "key" information will be provided, as defined in
+ ShortcutInfo#hasKeyFieldsOnly().
+ The UserHandle of the profile that generated the change.
+ Indicates that one or more shortcuts of any kind (dynamic, pinned, or manifest)
+ have been added, updated or removed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.Callback.onShortcutsChanged(java.lang.String, java.util.List<android.content.pm.ShortcutInfo>, android.os.UserHandle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.PM/LauncherApps+PinItemRequest.xml b/docs/Mono.Android/en/Android.Content.PM/LauncherApps+PinItemRequest.xml
index 746fb6c410..2a21720e43 100644
--- a/docs/Mono.Android/en/Android.Content.PM/LauncherApps+PinItemRequest.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/LauncherApps+PinItemRequest.xml
@@ -31,14 +31,20 @@
- To be added.
+ Represents a "pin shortcut" or a "pin appwidget" request made by an app, which is sent with
+ an #ACTION_CONFIRM_PIN_SHORTCUT or #ACTION_CONFIRM_PIN_APPWIDGET intent
+ respectively to the default launcher app.
- Android platform documentation
+ Java documentation for android.content.pm.LauncherApps.PinItemRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -63,10 +69,22 @@
- To be added.
- To be added.
+ Called by the receiving launcher app when the user accepts the request, with no options.
+
+ TRUE if the shortcut or the AppWidget has actually been pinned.
+ FALSE if the item hasn't been pinned, for example, because the request had
+ already been canceled, in which case the launcher must not pin the requested item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.PinItemRequest.accept().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -93,11 +111,23 @@
- To be added.
- To be added.
- To be added.
+ must be set for a #REQUEST_TYPE_APPWIDGET request.
+ Called by the receiving launcher app when the user accepts the request.
+
+ TRUE if the shortcut or the AppWidget has actually been pinned.
+ FALSE if the item hasn't been pinned, for example, because the request had
+ already been canceled, in which case the launcher must not pin the requested item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.PinItemRequest.accept(android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -179,10 +209,22 @@
Android.OS.Bundle
- To be added.
- To be added.
+ Any extras sent by the requesting app.
+ For a shortcut request, this method always return null. For an AppWidget
+ request, this method returns the extras passed to the
+ android.appwidget.AppWidgetManager#requestPinAppWidget(
+ ComponentName, Bundle, PendingIntent) API. See AppWidgetManager for details.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.PinItemRequest.getExtras().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -210,10 +252,21 @@
To be added.
- To be added.
- To be added.
+
+ AppWidgetProviderInfo sent by the requesting app.
+ requested AppWidgetProviderInfo when a request is of the
+ #REQUEST_TYPE_APPWIDGET type. Null otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.PinItemRequest.getAppWidgetProviderInfo(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -237,10 +290,20 @@
System.Boolean
- To be added.
- To be added.
+ Return whether a request is still valid.
+
+ TRUE if a request is valid and #accept(Bundle) may be called.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.PinItemRequest.isValid().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -298,10 +361,19 @@
Android.Content.PM.PinItemRequestType
- To be added.
- To be added.
+ Represents the type of a request, which is one of the REQUEST_TYPE_ constants.
+ one of the REQUEST_TYPE_ constants.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.PinItemRequest.getRequestType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -333,9 +405,18 @@
2
- To be added.
+ This is a request to pin app widget.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.PinItemRequest.REQUEST_TYPE_APPWIDGET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -367,9 +448,18 @@
1
- To be added.
+ This is a request to pin shortcut.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.PinItemRequest.REQUEST_TYPE_SHORTCUT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -393,10 +483,21 @@
Android.Content.PM.ShortcutInfo
- To be added.
- To be added.
+
+ ShortcutInfo sent by the requesting app.
+ requested ShortcutInfo when a request is of the
+ #REQUEST_TYPE_SHORTCUT type. Null otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.PinItemRequest.getShortcutInfo().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.PM/LauncherApps+ShortcutQuery.xml b/docs/Mono.Android/en/Android.Content.PM/LauncherApps+ShortcutQuery.xml
index 27e4dbdd6e..f74e9741b2 100644
--- a/docs/Mono.Android/en/Android.Content.PM/LauncherApps+ShortcutQuery.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/LauncherApps+ShortcutQuery.xml
@@ -18,14 +18,18 @@
- To be added.
+ Represents a query passed to #getShortcuts(ShortcutQuery, UserHandle).
- Android platform documentation
+ Java documentation for android.content.pm.LauncherApps.ShortcutQuery.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,9 +104,18 @@
4
- To be added.
+ Requests "key" fields only.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.ShortcutQuery.FLAG_GET_KEY_FIELDS_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,8 +144,19 @@
16
- To be added.
- To be added.
+ Include cached shortcuts in the result.
+
+
+
+ Java documentation for android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_CACHED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -160,9 +184,18 @@
1
- To be added.
+ Include dynamic shortcuts in the result.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_DYNAMIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -191,9 +224,18 @@
8
- To be added.
+ Include manifest shortcuts in the result.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_MANIFEST.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -222,9 +264,18 @@
2
- To be added.
+ Include pinned shortcuts in the result.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -253,8 +304,20 @@
1024
- To be added.
- To be added.
+ Include all pinned shortcuts by any launchers, not just by the caller,
+ in the result.
+
+
+
+ Java documentation for android.content.pm.LauncherApps.ShortcutQuery.FLAG_MATCH_PINNED_BY_ANY_LAUNCHER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+Session.xml b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+Session.xml
index 6680f737f4..8c6ccf4584 100644
--- a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+Session.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+Session.xml
@@ -31,14 +31,18 @@
- To be added.
+ An installation that is being actively staged.
- Android platform documentation
+ Java documentation for android.content.pm.PackageInstaller.Session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -86,9 +90,19 @@
- To be added.
+ Completely abandon this session, destroying all staged data and
+ rendering it invalid.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.abandon().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -115,9 +129,21 @@
- To be added.
- To be added.
- To be added.
+ the session ID to add to this multi-package session.
+ Adds a session ID to the set of sessions that will be committed atomically
+ when this session is committed.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.addChildSessionId(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -144,9 +170,18 @@
- To be added.
+ Release this session object.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.close().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -173,10 +208,21 @@
- To be added.
- To be added.
+ Called when the state of the session changes. Intents
+ sent to this receiver contain #EXTRA_STATUS. Refer to the
+ individual status codes on how to handle them.
+ Attempt to commit everything staged in this session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.commit(android.content.IntentSender).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -204,9 +250,19 @@
To be added.
- To be added.
+ Ensure that any outstanding data for given stream has been committed
+ to disk.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.fsync(java.io.OutputStream).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -232,8 +288,20 @@
To be added.
- To be added.
- To be added.
+ the set of session IDs that will be committed atomically when this session is
+ committed if this is a multi-package session or null if none exist.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.getChildSessionIds().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -257,10 +325,19 @@
- To be added.
+ Return all APK names contained in this session.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.getNames().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -285,8 +362,21 @@
To be added.
- To be added.
- To be added.
+
+ true if this session will commit more than one package when it is
+ committed.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.isMultiPackage().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -310,8 +400,20 @@
To be added.
- To be added.
- To be added.
+
+ true if this session will be staged and applied at next reboot.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.isStaged().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -372,10 +474,19 @@
To be added.
- To be added.
+ Open a stream to read an APK file from the session.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.openRead(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -404,13 +515,30 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ arbitrary, unique name of your choosing to identify the
+ APK being written. You can open a file again for
+ additional writes (such as after a reboot) by using the
+ same name. This name is only meaningful within the context
+ of a single install session.
+ offset into the file to begin writing at, or 0 to
+ start at the beginning of the file.
+ total size of the file being written, used to
+ preallocate the underlying disk space, or -1 if unknown.
+ The system may clear various caches as needed to allocate
+ this space.
+ Open a stream to write an APK file into the session.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.openWrite(java.lang.String, long, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -435,8 +563,20 @@
To be added.
- To be added.
- To be added.
+ the session ID of the multi-package session that this belongs to or
+ SessionInfo#INVALID_ID if it does not belong to a multi-package session.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.getParentSessionId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -462,9 +602,21 @@
- To be added.
- To be added.
- To be added.
+ the session ID to remove from this multi-package session.
+ Removes a session ID from the set of sessions that will be committed
+ atomically when this session is committed.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.removeChildSessionId(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -491,9 +643,18 @@
To be added.
- To be added.
+ Removes a split.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.removeSplit(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -526,11 +687,33 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ previously written as part of this session.
+ #openWrite
+ installer intends to make available via
+ PackageManager#requestChecksums.
+ DER PKCS#7 detached signature bytes over binary serialized checksums
+ to enable integrity checking for the checksums or null for no integrity
+ checking. PackageManager#requestChecksums will return
+ the certificate used to create signature.
+ Binary format for checksums:
+ <pre>DataOutputStream dos;
+ dos.writeInt(checksum.getType());
+ dos.writeInt(checksum.getValue().length);
+ dos.write(checksum.getValue());</pre>
+ If using <b>openssl cms</b>, make sure to specify -binary -nosmimecap.
+ Sets installer-provided checksums for the APK file in session.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.setChecksums(java.lang.String, java.util.List<android.content.pm.Checksum>, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -557,9 +740,18 @@
To be added.
- To be added.
+ Set current progress of staging this session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.setStagingProgress(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -648,10 +840,20 @@
- To be added.
- To be added.
+ The package of the new owner. Needs to hold the INSTALL_PACKAGES
+ permission.
+ Transfer the session to a new owner.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.Session.transfer(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionCallback.xml b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionCallback.xml
index 71a3b76e8e..1e8efafeb3 100644
--- a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionCallback.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Events for observing session lifecycle.
- Android platform documentation
+ Java documentation for android.content.pm.PackageInstaller.SessionCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -132,9 +136,18 @@
To be added.
To be added.
- To be added.
+ Active state for session has been changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionCallback.onActiveChanged(int, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,9 +175,18 @@
To be added.
- To be added.
+ Badging details for an existing session has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionCallback.onBadgingChanged(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -192,9 +214,18 @@
To be added.
- To be added.
+ New session has been created.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionCallback.onCreated(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -224,9 +255,18 @@
To be added.
To be added.
- To be added.
+ Session has completely finished, either with success or failure.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionCallback.onFinished(int, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -256,9 +296,18 @@
To be added.
To be added.
- To be added.
+ Progress for given session has been updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionCallback.onProgressChanged(int, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionInfo.xml b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionInfo.xml
index aab9f01f8c..869d90978a 100644
--- a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionInfo.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionInfo.xml
@@ -31,14 +31,18 @@
- To be added.
+ Details for an active install session.
- Android platform documentation
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -85,10 +89,19 @@
Android.Graphics.Bitmap
- To be added.
+ Return an icon representing the app being installed.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getAppIcon().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -133,10 +146,19 @@
Java.Lang.ICharSequence
- To be added.
+ Return a label representing the app being installed.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getAppLabel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,10 +182,19 @@
System.String
- To be added.
+ Return the package name this session is working with.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getAppPackageName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,10 +219,20 @@
- To be added.
+ Return an Intent that can be started to view details about this install
+ session.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.createDetailsIntent().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -215,9 +256,20 @@
System.Int64
- To be added.
+ The timestamp of the initial creation of the session.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getCreatedMillis().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -299,9 +351,21 @@
- To be added.
+ Returns the set of session IDs that will be committed when this session is commited if
+ this session is a multi-package session.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getChildSessionIds().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -324,9 +388,20 @@
System.Boolean
- To be added.
+ Returns true if session has a valid parent session, otherwise false.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.hasParentSessionId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -350,8 +425,21 @@
To be added.
- To be added.
- To be added.
+
+ android.content.Context#getAttributionTag attribution tag of the context
+ that created this session
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getInstallerAttributionTag().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -374,10 +462,19 @@
System.String
- To be added.
+ Return the package name of the app that owns this session.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getInstallerPackageName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -401,10 +498,19 @@
Android.Content.PM.PackageInstallLocation
- To be added.
+ Get the value set in SessionParams#setInstallLocation(int).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getInstallLocation().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -428,10 +534,19 @@
Android.Content.PM.PackageInstallReason
- To be added.
- To be added.
+ Return the reason for installing this package.
+ The install reason.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getInstallReason().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -459,8 +574,19 @@
-1
- To be added.
- To be added.
+ A session ID that does not exist or is invalid.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.INVALID_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -483,10 +609,19 @@
System.Boolean
- To be added.
+ Return if this session is currently active.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.isActive().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -535,9 +670,21 @@
System.Boolean
- To be added.
+ Returns true if this session is a multi-package session containing references to other
+ sessions.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.isMultiPackage().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -560,10 +707,19 @@
System.Boolean
- To be added.
+ Return if this session is sealed.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.isSealed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -587,9 +743,20 @@
System.Boolean
- To be added.
+ Returns true if this session is a staged session.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.isStaged().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -612,9 +779,20 @@
System.Boolean
- To be added.
+ Returns true if this session is an active staged session.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.isStagedSessionActive().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -637,9 +815,21 @@
System.Boolean
- To be added.
+ Whether the staged session has been applied successfully, meaning that all of its
+ packages have been activated and no further action is required.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.isStagedSessionApplied().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -662,9 +852,21 @@
System.Boolean
- To be added.
+ Whether something went wrong and the staged session is declared as failed, meaning that
+ it will be ignored at next reboot.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.isStagedSessionFailed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -687,9 +889,20 @@
System.Boolean
- To be added.
+ Whether the staged session is ready to be applied at next reboot.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.isStagedSessionReady().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -746,10 +959,20 @@
Android.Content.PM.PackageInstallMode
- To be added.
- To be added.
+ Get the mode of the session as set in the constructor of the SessionParams.
+ One of SessionParams#MODE_FULL_INSTALL
+ or SessionParams#MODE_INHERIT_EXISTING
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getMode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -773,10 +996,19 @@
System.Int32
- To be added.
+ Get the value set in SessionParams#setOriginatingUid(int).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getOriginatingUid().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -800,10 +1032,19 @@
Android.Net.Uri
- To be added.
+ Get the value set in SessionParams#setOriginatingUri(Uri).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getOriginatingUri().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -827,9 +1068,21 @@
System.Int32
- To be added.
+ Returns the parent multi-package session ID if this session belongs to one,
+ #INVALID_ID otherwise.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getParentSessionId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -852,10 +1105,19 @@
System.Single
- To be added.
+ Return current overall progress of this session, between 0 and 1.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getProgress().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -879,10 +1141,20 @@
Android.Net.Uri
- To be added.
+ Get the value set in SessionParams#setReferrerUri(Uri)
+ Note: This value will only be non-null for the owner of the session.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getReferrerUri().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -906,9 +1178,23 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Whether user action was required by the installer.
+
+ SessionParams#USER_ACTION_NOT_REQUIRED,
+ SessionParams#USER_ACTION_REQUIRED or
+ SessionParams#USER_ACTION_UNSPECIFIED
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getRequireUserAction().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -931,10 +1217,19 @@
System.Int32
- To be added.
+ Return the ID for this session.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getSessionId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -958,10 +1253,19 @@
System.Int64
- To be added.
+ Get the value as set in SessionParams#setSize(long).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getSize().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -993,8 +1297,20 @@
2
- To be added.
- To be added.
+ Constant indicating that an error occurred during the activation phase (post-reboot) of
+ this staged session.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.STAGED_SESSION_ACTIVATION_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1025,8 +1341,20 @@
4
- To be added.
- To be added.
+ Constant indicating that the session was in conflict with another staged session and had
+ to be sacrificed for resolution.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.STAGED_SESSION_CONFLICT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1049,9 +1377,21 @@
Android.Content.PM.StagedSession
- To be added.
+ If something went wrong with a staged session, clients can check this error code to
+ understand which kind of failure happened.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getStagedSessionErrorCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1074,9 +1414,21 @@
System.String
- To be added.
+ Text description of the error code returned by getStagedSessionErrorCode, or
+ empty string if no error was encountered.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getStagedSessionErrorMessage().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1107,8 +1459,20 @@
0
- To be added.
- To be added.
+ Constant indicating that no error occurred during the preparation or the activation of
+ this staged session.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.STAGED_SESSION_NO_ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1139,8 +1503,19 @@
3
- To be added.
- To be added.
+ Constant indicating that an unknown error occurred while processing this staged session.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.STAGED_SESSION_UNKNOWN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1171,8 +1546,20 @@
1
- To be added.
- To be added.
+ Constant indicating that an error occurred during the verification phase (pre-reboot) of
+ this staged session.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.STAGED_SESSION_VERIFICATION_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1257,9 +1644,21 @@
System.Int64
- To be added.
+ The timestamp of the last update that occurred to the session, including changing of
+ states in case of staged sessions.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getUpdatedMillis().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1282,9 +1681,20 @@
Android.OS.UserHandle
- To be added.
+ Return the user associated with this session.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionInfo.getUser().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionParams.xml b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionParams.xml
index 42cc3fc5bc..243e065ea9 100644
--- a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionParams.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller+SessionParams.xml
@@ -31,14 +31,18 @@
- To be added.
+ Parameters for creating a new PackageInstaller.Session.
- Android platform documentation
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -69,10 +73,21 @@
- To be added.
- To be added.
+ one of #MODE_FULL_INSTALL or
+ #MODE_INHERIT_EXISTING describing how the session
+ should interact with an existing app.
+ Construct parameters for a new package install session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.PackageInstaller$SessionParams(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -211,9 +226,20 @@
System.Collections.ICollection
- To be added.
+ Special constant to refer to all restricted permissions.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.RESTRICTED_PERMISSIONS_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -240,9 +266,18 @@
To be added.
- To be added.
+ Optionally set an icon representing the app being installed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setAppIcon(android.graphics.Bitmap).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -270,9 +305,18 @@
To be added.
- To be added.
+ Optionally set a label representing the app being installed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setAppLabel(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -294,9 +338,18 @@
To be added.
- To be added.
+ Optionally set a label representing the app being installed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setAppLabel(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -324,9 +377,18 @@
To be added.
- To be added.
+ Optionally set the package name of the app being installed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setAppPackageName(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -357,9 +419,21 @@
- To be added.
- To be added.
- To be added.
+ whether permissions should be auto-revoked.
+ Sets whether permissions should be auto-revoked if this package is unused for an
+ extended periodd of time.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setAutoRevokePermissionsMode(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -393,9 +467,19 @@
To be added.
- To be added.
+ Provide value of PackageInfo#installLocation, which may be used
+ to determine where the app will be staged.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setInstallLocation(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -430,9 +514,18 @@
To be added.
- To be added.
+ Set the reason for installing this package.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setInstallReason(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -460,8 +553,19 @@
To be added.
- To be added.
- To be added.
+ Sets the install scenario for this session, which describes the expected user journey.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setInstallScenario(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -485,8 +589,19 @@
- To be added.
- To be added.
+ Set this session to be the parent of a multi-package install.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setMultiPackage().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -513,9 +628,18 @@
To be added.
- To be added.
+ Sets the UID that initiated the package installation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setOriginatingUid(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -543,9 +667,18 @@
To be added.
- To be added.
+ Optionally set the URI where this package was downloaded from.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setOriginatingUri(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -573,9 +706,18 @@
To be added.
- To be added.
+ Optionally set the URI that referred you to install this package.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setReferrerUri(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -602,9 +744,21 @@
- To be added.
- To be added.
- To be added.
+ whether user action should be required.
+ Optionally indicate whether user action should be required when the session is
+ committed.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setRequireUserAction(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -631,9 +785,19 @@
To be added.
- To be added.
+ Optionally indicate the total size (in bytes) of all APKs that will be
+ delivered in this session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setSize(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -661,8 +825,19 @@
To be added.
- To be added.
- To be added.
+ Sets which restricted permissions to be allowlisted for the app.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.setWhitelistedRestrictedPermissions(java.util.Set<java.lang.String>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -755,8 +930,20 @@
2
- To be added.
- To be added.
+ The installer called SessionParams#setRequireUserAction(int) with
+ false to request that user action not be required for this install.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.USER_ACTION_NOT_REQUIRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -787,8 +974,20 @@
1
- To be added.
- To be added.
+ The installer called SessionParams#setRequireUserAction(int) with
+ true to require user action for the install to complete.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.USER_ACTION_REQUIRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -819,8 +1018,20 @@
0
- To be added.
- To be added.
+ The installer did not call SessionParams#setRequireUserAction(int) to
+ specify whether user action should be required for the install.
+
+
+
+ Java documentation for android.content.pm.PackageInstaller.SessionParams.USER_ACTION_UNSPECIFIED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageManager+IOnChecksumsReadyListener.xml b/docs/Mono.Android/en/Android.Content.PM/PackageManager+IOnChecksumsReadyListener.xml
index d5ff1c9d19..1e2027491e 100644
--- a/docs/Mono.Android/en/Android.Content.PM/PackageManager+IOnChecksumsReadyListener.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/PackageManager+IOnChecksumsReadyListener.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ Listener that gets notified when checksums are available.
+
+
+
+ Java documentation for android.content.pm.PackageManager.OnChecksumsReadyListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -52,9 +63,20 @@
- To be added.
- To be added.
- To be added.
+ array of checksums.
+ Called when the checksums are available.
+
+
+
+ Java documentation for android.content.pm.PackageManager.OnChecksumsReadyListener.onChecksumsReady(java.util.List<android.content.pm.ApkChecksum>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageManager+NameNotFoundException.xml b/docs/Mono.Android/en/Android.Content.PM/PackageManager+NameNotFoundException.xml
index 4adc29ed73..c0fbe9af43 100644
--- a/docs/Mono.Android/en/Android.Content.PM/PackageManager+NameNotFoundException.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/PackageManager+NameNotFoundException.xml
@@ -19,14 +19,18 @@
This exception is thrown when a given package, application, or component
- name cannot be found.
+ name cannot be found.
- Android platform documentation
+ Java documentation for android.content.pm.PackageManager.NameNotFoundException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageManager+Property.xml b/docs/Mono.Android/en/Android.Content.PM/PackageManager+Property.xml
index 5eb1f61f9d..59b168fb06 100644
--- a/docs/Mono.Android/en/Android.Content.PM/PackageManager+Property.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/PackageManager+Property.xml
@@ -31,8 +31,19 @@
- To be added.
- To be added.
+ A property value set within the manifest.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -55,9 +66,20 @@
System.Boolean
- To be added.
+ Returns the boolean value set for the property.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.getBoolean().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -80,9 +102,20 @@
System.String
- To be added.
+ Returns the classname of the component where this property was defined.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.getClassName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -159,9 +192,20 @@
System.Single
- To be added.
+ Returns the float value set for the property.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.getFloat().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -184,9 +228,20 @@
System.Int32
- To be added.
+ Returns the integer value set for the property.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.getInteger().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -209,9 +264,20 @@
System.Boolean
- To be added.
+ Returns true if the property is a boolean type.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.isBoolean().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -234,9 +300,20 @@
System.Boolean
- To be added.
+ Returns true if the property is a float type.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.isFloat().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -259,9 +336,20 @@
System.Boolean
- To be added.
+ Returns true if the property is an integer type.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.isInteger().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -284,9 +372,20 @@
System.Boolean
- To be added.
+ Returns true if the property is a resource id type.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.isResourceId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -309,9 +408,20 @@
System.Boolean
- To be added.
+ Returns true if the property is a String type.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.isString().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -366,9 +476,20 @@
System.String
- To be added.
+ Returns the name of the property.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -391,9 +512,20 @@
System.String
- To be added.
+ Returns the name of the package where this this property was defined.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.getPackageName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -416,9 +548,20 @@
System.Int32
- To be added.
+ Returns the a resource id set for the property.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.getResourceId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -441,9 +584,20 @@
System.String
- To be added.
+ Returns the a String value set for the property.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.pm.PackageManager.Property.getString().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml b/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml
index 63fbf190e5..3c3de683de 100644
--- a/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/PackageManager.xml
@@ -111,6 +111,10 @@
[Android.Runtime.Register("addPackageToPreferred", "(Ljava/lang/String;)V", "GetAddPackageToPreferred_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("addPackageToPreferred", "(Ljava/lang/String;)V", "GetAddPackageToPreferred_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -242,6 +246,10 @@
[Android.Runtime.Register("addPreferredActivity", "(Landroid/content/IntentFilter;I[Landroid/content/ComponentName;Landroid/content/ComponentName;)V", "GetAddPreferredActivity_Landroid_content_IntentFilter_IarrayLandroid_content_ComponentName_Landroid_content_ComponentName_Handler")]
[<Android.Runtime.Register("addPreferredActivity", "(Landroid/content/IntentFilter;I[Landroid/content/ComponentName;Landroid/content/ComponentName;)V", "GetAddPreferredActivity_Landroid_content_IntentFilter_IarrayLandroid_content_ComponentName_Landroid_content_ComponentName_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -727,6 +735,10 @@
[Android.Runtime.Register("clearPackagePreferredActivities", "(Ljava/lang/String;)V", "GetClearPackagePreferredActivities_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("clearPackagePreferredActivities", "(Ljava/lang/String;)V", "GetClearPackagePreferredActivities_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -1148,7 +1160,7 @@
Feature for #getSystemAvailableFeatures and
#hasSystemFeature: The device includes at least one form of audio
output, as defined in the Android Compatibility Definition Document (CDD)
- <a href="https://source.
+ section 7.8 Audio.
@@ -3450,7 +3462,8 @@
Feature for #getSystemAvailableFeatures and
#hasSystemFeature: The device supports the OpenGL ES
- <a href="http://www.
+
+ Android Extension Pack.
@@ -4518,7 +4531,8 @@
Feature for #getSystemAvailableFeatures, #hasSystemFeature(String), and
#hasSystemFeature(String, int): If this feature is supported, the device implements
the Android Keystore backed by a dedicated secure processor referred to as
- <a href="https://source.
+
+ StrongBox.
@@ -6919,6 +6933,10 @@
[Android.Runtime.Register("getInstallerPackageName", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetInstallerPackageName_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("getInstallerPackageName", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetInstallerPackageName_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.String
@@ -7875,6 +7893,10 @@
[Android.Runtime.Register("getPreferredActivities", "(Ljava/util/List;Ljava/util/List;Ljava/lang/String;)I", "GetGetPreferredActivities_Ljava_util_List_Ljava_util_List_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("getPreferredActivities", "(Ljava/util/List;Ljava/util/List;Ljava/lang/String;)I", "GetGetPreferredActivities_Ljava_util_List_Ljava_util_List_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Int32
@@ -7927,6 +7949,10 @@
[Android.Runtime.Register("getPreferredPackages", "(I)Ljava/util/List;", "GetGetPreferredPackages_IHandler")]
[<Android.Runtime.Register("getPreferredPackages", "(I)Ljava/util/List;", "GetGetPreferredPackages_IHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Collections.Generic.IList<Android.Content.PM.PackageInfo>
@@ -10600,6 +10626,10 @@
[Android.Runtime.Register("removePackageFromPreferred", "(Ljava/lang/String;)V", "GetRemovePackageFromPreferred_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("removePackageFromPreferred", "(Ljava/lang/String;)V", "GetRemovePackageFromPreferred_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
diff --git a/docs/Mono.Android/en/Android.Content.PM/ShortcutInfo+Builder.xml b/docs/Mono.Android/en/Android.Content.PM/ShortcutInfo+Builder.xml
index 408d410318..d9b0096222 100644
--- a/docs/Mono.Android/en/Android.Content.PM/ShortcutInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/ShortcutInfo+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for ShortcutInfo objects.
- Android platform documentation
+ Java documentation for android.content.pm.ShortcutInfo.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,11 +54,20 @@
- To be added.
- To be added.
- To be added.
+ Client context.
+ ID of the shortcut.
+ Constructor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.ShortcutInfo.Builder.ShortcutInfo$Builder(android.content.Context, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -102,10 +115,19 @@
- To be added.
+ Creates a ShortcutInfo instance.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.pm.ShortcutInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.PM/ShortcutManager.xml b/docs/Mono.Android/en/Android.Content.PM/ShortcutManager.xml
index 158cca8fbf..bed839f94e 100644
--- a/docs/Mono.Android/en/Android.Content.PM/ShortcutManager.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/ShortcutManager.xml
@@ -1061,8 +1061,8 @@
Use android.app.PendingIntent#getIntentSender() to create an IntentSender.
To avoid background execution limits, use an unexported, manifest-declared receiver.
For more details, see
- <a href="/guide/topics/ui/shortcuts/creating-shortcuts.html#pinned">
- Creating pinned shortcuts</a>.
+ "/guide/topics/ui/shortcuts/creating-shortcuts.html#pinned">
+ Creating pinned shortcuts.
Request to create a pinned shortcut.
TRUE if the launcher supports this feature. Note the API will return without
diff --git a/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseInputStream.xml b/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseInputStream.xml
index 93c24236ff..27f71e1d6b 100644
--- a/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseInputStream.xml
+++ b/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseInputStream.xml
@@ -19,14 +19,19 @@
An InputStream you can create on a ParcelFileDescriptor, which will
- take care of calling for you when the stream is closed.
+ take care of calling ParcelFileDescriptor#close
+ ParcelFileDescriptor.close() for you when the stream is closed.
- Android platform documentation
+ Java documentation for android.content.res.AssetFileDescriptor.AutoCloseInputStream.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseOutputStream.xml b/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseOutputStream.xml
index 916872797c..e993c4db8d 100644
--- a/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseOutputStream.xml
+++ b/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor+AutoCloseOutputStream.xml
@@ -19,14 +19,19 @@
An OutputStream you can create on a ParcelFileDescriptor, which will
- take care of calling for you when the stream is closed.
+ take care of calling ParcelFileDescriptor#close
+ ParcelFileDescriptor.close() for you when the stream is closed.
- Android platform documentation
+ Java documentation for android.content.res.AssetFileDescriptor.AutoCloseOutputStream.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.Res/AssetManager+AssetInputStream.xml b/docs/Mono.Android/en/Android.Content.Res/AssetManager+AssetInputStream.xml
index 6352863816..2b65a403d0 100644
--- a/docs/Mono.Android/en/Android.Content.Res/AssetManager+AssetInputStream.xml
+++ b/docs/Mono.Android/en/Android.Content.Res/AssetManager+AssetInputStream.xml
@@ -52,7 +52,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.res.AssetManager.AssetInputStream.getAssetInt().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.Res/Configuration.xml b/docs/Mono.Android/en/Android.Content.Res/Configuration.xml
index e5ee377f63..43e4c85163 100644
--- a/docs/Mono.Android/en/Android.Content.Res/Configuration.xml
+++ b/docs/Mono.Android/en/Android.Content.Res/Configuration.xml
@@ -672,7 +672,8 @@
The target screen density being rendered to,
corresponding to
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ density
+ resource qualifier.
To be added.
@@ -1368,7 +1369,8 @@
Current user preference for the locale, corresponding to
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ locale
+ resource qualifier.
To be added.
@@ -1454,7 +1456,8 @@
IMSI MCC (Mobile Country Code), corresponding to
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ mcc
+ resource qualifier.
To be added.
@@ -1492,7 +1495,8 @@
IMSI MNC (Mobile Network Code), corresponding to
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ mnc
+ resource qualifier.
To be added.
@@ -1761,7 +1765,8 @@
The current height of the available screen space, in dp units,
corresponding to
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ screen
+ height resource qualifier.
To be added.
@@ -1877,7 +1882,8 @@
The current width of the available screen space, in dp units,
corresponding to
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ screen
+ width resource qualifier.
To be added.
@@ -2122,7 +2128,8 @@
The smallest screen size an application will see in normal operation,
corresponding to
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ smallest
+ screen width resource qualifier.
To be added.
@@ -2385,7 +2392,8 @@
Constant for #uiMode: a #UI_MODE_NIGHT_MASK
value that corresponds to the
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ notnight
+ resource qualifier.
@@ -2476,7 +2484,8 @@
Constant for #uiMode: a #UI_MODE_NIGHT_MASK
value that corresponds to the
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ night
+ resource qualifier.
@@ -2522,7 +2531,8 @@
Constant for #uiMode: a #UI_MODE_TYPE_MASK
value that corresponds to the
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ appliance
+ resource qualifier.
@@ -2568,7 +2578,8 @@
Constant for #uiMode: a #UI_MODE_TYPE_MASK
value that corresponds to the
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ car
+ resource qualifier.
@@ -2614,7 +2625,8 @@
Constant for #uiMode: a #UI_MODE_TYPE_MASK
value that corresponds to the
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ desk
+ resource qualifier.
@@ -2704,7 +2716,8 @@
Constant for #uiMode: a #UI_MODE_TYPE_MASK
value that corresponds to
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ no
+ UI mode resource qualifier specified.
@@ -2750,7 +2763,8 @@
Constant for #uiMode: a #UI_MODE_TYPE_MASK
value that corresponds to the
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ television
+ resource qualifier.
@@ -2841,7 +2855,8 @@
Constant for #uiMode: a #UI_MODE_TYPE_MASK
value that corresponds to the
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ vrheadset
+ resource qualifier.
@@ -2886,7 +2901,8 @@
Constant for #uiMode: a #UI_MODE_TYPE_MASK
value that corresponds to the
- <a href="[TODO: @docRoot]guide/topics/resources/providing-resources.
+ watch
+ resource qualifier.
diff --git a/docs/Mono.Android/en/Android.Content.Res/Resources+NotFoundException.xml b/docs/Mono.Android/en/Android.Content.Res/Resources+NotFoundException.xml
index aba500d69c..4f3c1f22bb 100644
--- a/docs/Mono.Android/en/Android.Content.Res/Resources+NotFoundException.xml
+++ b/docs/Mono.Android/en/Android.Content.Res/Resources+NotFoundException.xml
@@ -19,14 +19,18 @@
This exception is thrown by the resource APIs when a requested resource
- can not be found.
+ can not be found.
- Android platform documentation
+ Java documentation for android.content.res.Resources.NotFoundException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content.Res/Resources+Theme.xml b/docs/Mono.Android/en/Android.Content.Res/Resources+Theme.xml
index 1f3bfe5795..8ad452a7c2 100644
--- a/docs/Mono.Android/en/Android.Content.Res/Resources+Theme.xml
+++ b/docs/Mono.Android/en/Android.Content.Res/Resources+Theme.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.content.res.Resources.Theme.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -54,14 +58,23 @@
- To be added.
+ The resource ID of a style resource from which to
+ obtain attribute values.
If true, values in the style resource will always be
- used in the theme; otherwise, they will only be used
- if not already defined in the theme.
-
+ used in the theme; otherwise, they will only be used
+ if not already defined in the theme.
Place new attribute values into the theme.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.res.Resources.Theme.applyStyle(int, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -86,10 +99,21 @@
Android.Content.PM.ConfigChanges
- To be added.
- To be added.
+ Returns a bit mask of configuration changes that will impact this
+ theme (and thus require completely reloading it).
+ a bit mask of configuration changes, as defined by
+ ActivityInfo
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.res.Resources.Theme.getChangingConfigurations().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,11 +151,19 @@
The log priority to use.
The log tag to use.
- Text to prefix each line printed.
-
+ Text to prefix each line printed.
Print contents of this theme out to the log.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.res.Resources.Theme.dump(int, java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -161,12 +193,31 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ An attribute in the current theme that contains a
+ reference to a style resource that supplies
+ defaults values for the TypedArray. Can be
+ 0 to not look for defaults.
+ A resource identifier of a style resource that
+ supplies default values for the TypedArray,
+ used only if defStyleAttr is 0 or can not be found
+ in the theme. Can be 0 to not look for defaults.
+ A resource identifier of an explicit style resource.
+ Returns the ordered list of resource ID that are considered when resolving attribute
+ values when making an equivalent call to
+ #obtainStyledAttributes(AttributeSet, int[], int, int) .
+ ordered list of resource ID that are considered when resolving attribute values.
+
+
+
+ Java documentation for android.content.res.Resources.Theme.getAttributeResolutionStack(int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -192,11 +243,23 @@
- To be added.
- To be added.
- To be added.
+ The desired resource identifier, as generated by the aapt
+ tool. This integer encodes the package, type, and resource
+ entry. The value 0 is an invalid identifier.
+ Return a drawable object associated with a particular resource ID
+ and styled for the Theme.
+ Drawable An object that can be used to draw this resource.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.res.Resources.Theme.getDrawable(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -223,10 +286,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The base set of attribute values.
+ Returns the resource ID for the style specified using style="..." in the
+ AttributeSet's backing XML element or Resources#ID_NULL otherwise if not
+ specified or otherwise not applicable.
+ The resource ID for the style specified using style="..." in the
+ AttributeSet's backing XML element or Resources#ID_NULL otherwise
+ if not specified or otherwise not applicable.
+
+
+
+ Java documentation for android.content.res.Resources.Theme.getExplicitStyle(android.util.AttributeSet).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -283,12 +361,24 @@
- The desired attributes.
+ The desired attributes. These attribute IDs must be sorted in ascending
+ order.
Return a TypedArray holding the values defined by
- Theme which are listed in attrs.
- To be added.
+ <var>Theme</var> which are listed in <var>attrs</var>.
+ Returns a TypedArray holding an array of the attribute values.
+ Be sure to call TypedArray#recycle() TypedArray.recycle()
+ when done with it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.res.Resources.Theme.obtainStyledAttributes(int[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
Throws NotFoundException if the given ID does not exist.
@@ -321,13 +411,25 @@
- To be added.
- The desired attributes in the style.
+ The desired style resource.
+ The desired attributes in the style. These attribute IDs must be sorted in
+ ascending order.
Return a TypedArray holding the values defined by the style
- resource resid which are listed in attrs.
- To be added.
+ resource <var>resid</var> which are listed in <var>attrs</var>.
+ Returns a TypedArray holding an array of the attribute values.
+ Be sure to call TypedArray#recycle() TypedArray.recycle()
+ when done with it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.res.Resources.Theme.obtainStyledAttributes(int, int[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
Throws NotFoundException if the given ID does not exist.
@@ -363,21 +465,33 @@
The base set of attribute values. May be null.
- The desired attributes to be retrieved.
+ The desired attributes to be retrieved. These attribute IDs must be sorted
+ in ascending order.
An attribute in the current theme that contains a
- reference to a style resource that supplies
- defaults values for the TypedArray. Can be
- 0 to not look for defaults.
+ reference to a style resource that supplies
+ defaults values for the TypedArray. Can be
+ 0 to not look for defaults.
A resource identifier of a style resource that
- supplies default values for the TypedArray,
- used only if defStyleAttr is 0 or can not be found
- in the theme. Can be 0 to not look for defaults.
+ supplies default values for the TypedArray,
+ used only if defStyleAttr is 0 or can not be found
+ in the theme. Can be 0 to not look for defaults.
Return a TypedArray holding the attribute values in
- set
- that are listed in attrs.
- To be added.
+ <var>set</var>
+ that are listed in <var>attrs</var>.
+ Returns a TypedArray holding an array of the attribute values.
+ Be sure to call TypedArray#recycle() TypedArray.recycle()
+ when done with it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.res.Resources.Theme.obtainStyledAttributes(android.util.AttributeSet, int[], int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -406,8 +520,21 @@
- To be added.
- To be added.
+ Rebases the theme against the parent Resource object's current
+ configuration by re-applying the styles passed to
+ #applyStyle(int, boolean).
+
+
+
+ Java documentation for android.content.res.Resources.Theme.rebase().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -436,17 +563,27 @@
The resource identifier of the desired theme
- attribute.
+ attribute.
Filled in with the ultimate resource value supplied
- by the attribute.
+ by the attribute.
If true, resource references will be walked; if
- false, outValue may be a
- TYPE_REFERENCE. In either case, it will never
- be a TYPE_ATTRIBUTE.
+ false, <var>outValue</var> may be a
+ TYPE_REFERENCE. In either case, it will never
+ be a TYPE_ATTRIBUTE.
Retrieve the value of an attribute in the Theme.
- To be added.
+ boolean Returns true if the attribute was found and
+ <var>outValue</var> is valid, else false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.res.Resources.Theme.resolveAttribute(int, android.util.TypedValue, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -471,10 +608,19 @@
Android.Content.Res.Resources
- To be added.
- To be added.
+ Returns the resources to which this theme belongs.
+ Resources to which this theme belongs.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.res.Resources.Theme.getResources().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/AsyncTaskLoader.xml b/docs/Mono.Android/en/Android.Content/AsyncTaskLoader.xml
index 07eb81e303..a7376d60c0 100644
--- a/docs/Mono.Android/en/Android.Content/AsyncTaskLoader.xml
+++ b/docs/Mono.Android/en/Android.Content/AsyncTaskLoader.xml
@@ -256,6 +256,10 @@
[Android.Runtime.Register("loadInBackground", "()Ljava/lang/Object;", "GetLoadInBackgroundHandler")]
[<Android.Runtime.Register("loadInBackground", "()Ljava/lang/Object;", "GetLoadInBackgroundHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Java.Lang.Object
diff --git a/docs/Mono.Android/en/Android.Content/AttributionSource+Builder.xml b/docs/Mono.Android/en/Android.Content/AttributionSource+Builder.xml
index 8e941f036c..7e50f16319 100644
--- a/docs/Mono.Android/en/Android.Content/AttributionSource+Builder.xml
+++ b/docs/Mono.Android/en/Android.Content/AttributionSource+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder for AttributionSource
+
+
+
+ Java documentation for android.content.AttributionSource.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
- To be added.
- To be added.
+ The UID that is accessing the permission protected data.
+ Creates a new Builder.
+
+
+
+ Java documentation for android.content.AttributionSource.Builder.AttributionSource$Builder(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,9 +90,20 @@
- To be added.
+ Builds the instance.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.AttributionSource.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Content/BroadcastReceiver+PendingResult.xml b/docs/Mono.Android/en/Android.Content/BroadcastReceiver+PendingResult.xml
index 966fb886d8..b74f028854 100644
--- a/docs/Mono.Android/en/Android.Content/BroadcastReceiver+PendingResult.xml
+++ b/docs/Mono.Android/en/Android.Content/BroadcastReceiver+PendingResult.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.content.BroadcastReceiver.PendingResult.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,11 +77,21 @@
System.Boolean
- Version of for
- asynchronous broadcast handling.
+ Version of BroadcastReceiver#getAbortBroadcast()
+ BroadcastReceiver.getAbortBroadcast() for
+ asynchronous broadcast handling.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.BroadcastReceiver.PendingResult.getAbortBroadcast().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -103,10 +117,20 @@
- Version of for
- asynchronous broadcast handling.
+ Version of BroadcastReceiver#clearAbortBroadcast()
+ BroadcastReceiver.clearAbortBroadcast() for
+ asynchronous broadcast handling.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.BroadcastReceiver.PendingResult.clearAbortBroadcast().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -134,7 +158,16 @@
Finish the broadcast.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.BroadcastReceiver.PendingResult.finish().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -163,11 +196,21 @@
To be added.
- Version of for
- asynchronous broadcast handling.
+ Version of BroadcastReceiver#getResultExtras(boolean)
+ BroadcastReceiver.getResultExtras(boolean) for
+ asynchronous broadcast handling.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.BroadcastReceiver.PendingResult.getResultExtras(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -193,10 +236,20 @@
- Version of for
- asynchronous broadcast handling.
+ Version of BroadcastReceiver#abortBroadcast()
+ BroadcastReceiver.abortBroadcast() for
+ asynchronous broadcast handling.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.BroadcastReceiver.PendingResult.abortBroadcast().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -256,11 +309,30 @@
Android.App.Result
- Version of for
- asynchronous broadcast handling.
+ Version of BroadcastReceiver#getResultCode()
+ BroadcastReceiver.getResultCode() for
+ asynchronous broadcast handling. -or- Version of BroadcastReceiver#setResultCode(int)
+ BroadcastReceiver.setResultCode(int) for
+ asynchronous broadcast handling.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.content.BroadcastReceiver.PendingResult.getResultCode().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.content.BroadcastReceiver.PendingResult.setResultCode(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -289,11 +361,30 @@
System.String
- Version of for
- asynchronous broadcast handling.
+ Version of BroadcastReceiver#getResultData()
+ BroadcastReceiver.getResultData() for
+ asynchronous broadcast handling. -or- Version of BroadcastReceiver#setResultData(String)
+ BroadcastReceiver.setResultData(String) for
+ asynchronous broadcast handling.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.content.BroadcastReceiver.PendingResult.getResultData().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.content.BroadcastReceiver.PendingResult.setResultData(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -333,10 +424,20 @@
To be added.
To be added.
To be added.
- Version of M:Android.Content.BroadcastReceiver.SetResult(Android.App.Result,System.String,System.String) for
- asynchronous broadcast handling.
+ Version of BroadcastReceiver#setResult(int, String, Bundle)
+ BroadcastReceiver.setResult(int, String, Bundle) for
+ asynchronous broadcast handling.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.BroadcastReceiver.PendingResult.setResult(int, java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -365,10 +466,20 @@
To be added.
- Version of for
- asynchronous broadcast handling.
+ Version of BroadcastReceiver#setResultExtras(Bundle)
+ BroadcastReceiver.setResultExtras(Bundle) for
+ asynchronous broadcast handling.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.BroadcastReceiver.PendingResult.setResultExtras(android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/ClipData+Item.xml b/docs/Mono.Android/en/Android.Content/ClipData+Item.xml
index fbbbcf56c0..17fe6e58cf 100644
--- a/docs/Mono.Android/en/Android.Content/ClipData+Item.xml
+++ b/docs/Mono.Android/en/Android.Content/ClipData+Item.xml
@@ -18,14 +18,18 @@
- Description of a single item in a ClippedData.
+ Description of a single item in a ClipData.
- Android platform documentation
+ Java documentation for android.content.ClipData.Item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -53,7 +57,16 @@
To be added.
Create an Item consisting of an arbitrary Intent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.ClipData$Item(android.content.Intent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -81,7 +94,16 @@
To be added.
Create an Item consisting of an arbitrary URI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.ClipData$Item(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -109,7 +131,16 @@
To be added.
Create an Item consisting of a single block of (possibly styled) text.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.ClipData$Item(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -166,9 +197,18 @@
To be added.
To be added.
Create an Item consisting of a single block of (possibly styled) text,
- with an alternative HTML formatted representation.
+ with an alternative HTML formatted representation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.ClipData$Item(java.lang.CharSequence, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -253,9 +293,18 @@
To be added.
To be added.
Create a complex Item, containing multiple representations of
- text, Intent, and/or URI.
+ text, Intent, and/or URI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.ClipData$Item(java.lang.CharSequence, android.content.Intent, android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -321,9 +370,18 @@
To be added.
To be added.
Create a complex Item, containing multiple representations of
- text, HTML text, Intent, and/or URI.
+ text, HTML text, Intent, and/or URI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.ClipData$Item(java.lang.CharSequence, java.lang.String, android.content.Intent, android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -387,12 +445,21 @@
The caller's Context, from which its ContentResolver
- and other things can be retrieved.
+ and other things can be retrieved.
Turn this item into HTML text, regardless of the type of data it
- actually contains.
- To be added.
+ actually contains.
+ Returns the item's representation as HTML text.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.coerceToHtmlText(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -414,11 +481,23 @@
- To be added.
- To be added.
- To be added.
+ The caller's Context, from which its ContentResolver
+ and other things can be retrieved.
+ Like #coerceToHtmlText(Context), but any text that would
+ be returned as HTML formatting will be returned as text with
+ style spans.
+ Returns the item's textual representation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.coerceToStyledText(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,13 +525,22 @@
The caller's Context, from which its ContentResolver
- and other things can be retrieved.
- Like , but any text that would
- be returned as HTML formatting will be returned as text with
- style spans.
- To be added.
+ and other things can be retrieved.
+ Like #coerceToHtmlText(Context), but any text that would
+ be returned as HTML formatting will be returned as text with
+ style spans.
+ Returns the item's textual representation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.coerceToStyledText(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -474,11 +562,22 @@
- To be added.
- To be added.
- To be added.
+ The caller's Context, from which its ContentResolver
+ and other things can be retrieved.
+ Turn this item into text, regardless of the type of data it
+ actually contains.
+ Returns the item's textual representation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.coerceToText(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -506,12 +605,21 @@
The caller's Context, from which its ContentResolver
- and other things can be retrieved.
+ and other things can be retrieved.
Turn this item into text, regardless of the type of data it
- actually contains.
- To be added.
+ actually contains.
+ Returns the item's textual representation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.coerceToText(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -539,7 +647,16 @@
Retrieve the raw HTML text contained in this Item.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.getHtmlText().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -567,7 +684,16 @@
Retrieve the raw Intent contained in this Item.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.getIntent().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -647,7 +773,16 @@
Retrieve the raw text contained in this Item.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.getText().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -672,9 +807,21 @@
Android.Views.TextClassifiers.TextLinks
- To be added.
+ Returns the results of text classification run on the raw text contained in this item,
+ if it was performed, and if any entities were found in the text.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.ClipData.Item.getTextLinks().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -762,7 +909,16 @@
Retrieve the raw URI contained in this Item.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipData.Item.getUri().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/ClipboardManager+IOnPrimaryClipChangedListener.xml b/docs/Mono.Android/en/Android.Content/ClipboardManager+IOnPrimaryClipChangedListener.xml
index 0fa5a4b88f..d58394a764 100644
--- a/docs/Mono.Android/en/Android.Content/ClipboardManager+IOnPrimaryClipChangedListener.xml
+++ b/docs/Mono.Android/en/Android.Content/ClipboardManager+IOnPrimaryClipChangedListener.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.content.ClipboardManager.OnPrimaryClipChangedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -58,10 +62,19 @@
- Callback that is invoked by when the primary
- clip changes.
+ Callback that is invoked by android.content.ClipboardManager when the primary
+ clip changes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ClipboardManager.OnPrimaryClipChangedListener.onPrimaryClipChanged().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/ContentProvider+CallingIdentity.xml b/docs/Mono.Android/en/Android.Content/ContentProvider+CallingIdentity.xml
index 9b8d474527..2266cade9e 100644
--- a/docs/Mono.Android/en/Android.Content/ContentProvider+CallingIdentity.xml
+++ b/docs/Mono.Android/en/Android.Content/ContentProvider+CallingIdentity.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Opaque token representing the identity of an incoming IPC.
+
+
+
+ Java documentation for android.content.ContentProvider.CallingIdentity.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Content/ContentProvider+IPipeDataWriter.xml b/docs/Mono.Android/en/Android.Content/ContentProvider+IPipeDataWriter.xml
index 15571b9e54..58bb4bdf2d 100644
--- a/docs/Mono.Android/en/Android.Content/ContentProvider+IPipeDataWriter.xml
+++ b/docs/Mono.Android/en/Android.Content/ContentProvider+IPipeDataWriter.xml
@@ -33,10 +33,14 @@
- Android platform documentation
+ Java documentation for android.content.ContentProvider.PipeDataWriter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -68,14 +72,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The pipe where data should be written. This will be
+ closed for you upon returning from this function.
+ The URI whose data is to be written.
+ The desired type of data to be written.
+ Options supplied by caller.
+ Your own custom arguments.
+ Called from a background thread to stream data out to a pipe.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ContentProvider.PipeDataWriter.writeDataToPipe(android.os.ParcelFileDescriptor, android.net.Uri, java.lang.String, android.os.Bundle, T).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/ContentProvider.xml b/docs/Mono.Android/en/Android.Content/ContentProvider.xml
index b4f4f6d640..146b057369 100644
--- a/docs/Mono.Android/en/Android.Content/ContentProvider.xml
+++ b/docs/Mono.Android/en/Android.Content/ContentProvider.xml
@@ -670,11 +670,27 @@
- To be added.
- To be added.
- To be added.
+ The full URI to query, including a row ID (if a specific
+ record is requested).
+ A Bundle containing additional information necessary for
+ the operation. Arguments may include SQL style arguments, such
+ as ContentResolver#QUERY_ARG_SQL_LIMIT, but note that
+ the documentation for each individual provider will indicate
+ which arguments they support.
+ Implement this to handle requests to delete one or more rows.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.ContentProvider.delete(android.net.Uri, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -702,13 +718,23 @@
- The full URI to query, including a row ID (if a specific record is requested).
- An optional restriction to apply to rows when deleting.
To be added.
+ The full URI to query, including a row ID (if a specific
+ record is requested).
+ An optional restriction to apply to rows when deleting.
Implement this to handle requests to delete one or more rows.
- To be added.
+ The number of rows affected.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ContentProvider.delete(android.net.Uri, java.lang.String, java.lang.String[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,7 +1173,7 @@
The new device configuration.
- [TODO: @inheritDoc]
+ To be added
This method is always called on the application main thread, and must
not perform lengthy operations.
@@ -1227,7 +1253,7 @@
- [TODO: @inheritDoc]
+ To be added
This method is always called on the application main thread, and must
not perform lengthy operations.
diff --git a/docs/Mono.Android/en/Android.Content/ContentProviderOperation+Builder.xml b/docs/Mono.Android/en/Android.Content/ContentProviderOperation+Builder.xml
index 0851b24940..d512932490 100644
--- a/docs/Mono.Android/en/Android.Content/ContentProviderOperation+Builder.xml
+++ b/docs/Mono.Android/en/Android.Content/ContentProviderOperation+Builder.xml
@@ -18,14 +18,18 @@
- Used to add parameters to a .
+ Used to add parameters to a ContentProviderOperation.
- Android platform documentation
+ Java documentation for android.content.ContentProviderOperation.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,10 +78,19 @@
- Create a ContentProviderOperation from this T:Android.Content.ContentProviderOperation+Builder.
+ Create a ContentProviderOperation from this Builder.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ContentProviderOperation.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/ContentResolver+MimeTypeInfo.xml b/docs/Mono.Android/en/Android.Content/ContentResolver+MimeTypeInfo.xml
index 42abd86596..5d74ed29d8 100644
--- a/docs/Mono.Android/en/Android.Content/ContentResolver+MimeTypeInfo.xml
+++ b/docs/Mono.Android/en/Android.Content/ContentResolver+MimeTypeInfo.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ Detailed description of a specific MIME type, including an icon and label
+ that describe the type.
+
+
+
+ Java documentation for android.content.ContentResolver.MimeTypeInfo.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -61,9 +73,20 @@
Java.Lang.ICharSequence
- To be added.
+ Return a content description for this MIME type.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.ContentResolver.MimeTypeInfo.getContentDescription().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -86,9 +109,20 @@
Android.Graphics.Drawables.Icon
- To be added.
+ Return a visual representation of this MIME type.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.ContentResolver.MimeTypeInfo.getIcon().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -159,9 +193,20 @@
Java.Lang.ICharSequence
- To be added.
+ Return a textual representation of this MIME type.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.ContentResolver.MimeTypeInfo.getLabel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Content/Context.xml b/docs/Mono.Android/en/Android.Content/Context.xml
index 3a86a27796..6f9b471693 100644
--- a/docs/Mono.Android/en/Android.Content/Context.xml
+++ b/docs/Mono.Android/en/Android.Content/Context.xml
@@ -1723,6 +1723,10 @@
[Android.Runtime.Register("clearWallpaper", "()V", "GetClearWallpaperHandler")]
[<Android.Runtime.Register("clearWallpaper", "()V", "GetClearWallpaperHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -3892,6 +3896,10 @@
[Android.Runtime.Register("getExternalMediaDirs", "()[Ljava/io/File;", "GetGetExternalMediaDirsHandler")]
[<Android.Runtime.Register("getExternalMediaDirs", "()[Ljava/io/File;", "GetGetExternalMediaDirsHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Java.IO.File[]
@@ -6130,6 +6138,10 @@
[Android.Runtime.Register("peekWallpaper", "()Landroid/graphics/drawable/Drawable;", "GetPeekWallpaperHandler")]
[<Android.Runtime.Register("peekWallpaper", "()Landroid/graphics/drawable/Drawable;", "GetPeekWallpaperHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.Graphics.Drawables.Drawable
@@ -6315,8 +6327,8 @@
- [Android.Runtime.Register("RECEIVER_VISIBLE_TO_INSTANT_APPS", ApiSince=26)]
- [<Android.Runtime.Register("RECEIVER_VISIBLE_TO_INSTANT_APPS", ApiSince=26)>]
+ [System.Obsolete("This constant will be removed in the future version. Use Android.Content.ReceiverFlags enum directly instead of this field.")]
+ [<System.Obsolete("This constant will be removed in the future version. Use Android.Content.ReceiverFlags enum directly instead of this field.")>]
@@ -6618,6 +6630,10 @@
[Android.Runtime.RequiresPermission("android.permission.BROADCAST_STICKY")]
[<Android.Runtime.RequiresPermission("android.permission.BROADCAST_STICKY")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -6660,6 +6676,10 @@
[Android.Runtime.Register("removeStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetRemoveStickyBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Handler")]
[<Android.Runtime.Register("removeStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetRemoveStickyBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -7471,6 +7491,10 @@
[Android.Runtime.RequiresPermission("android.permission.BROADCAST_STICKY")]
[<Android.Runtime.RequiresPermission("android.permission.BROADCAST_STICKY")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -7573,6 +7597,10 @@
[Android.Runtime.Register("sendStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetSendStickyBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Handler")]
[<Android.Runtime.Register("sendStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetSendStickyBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -7623,6 +7651,10 @@
[Android.Runtime.RequiresPermission("android.permission.BROADCAST_STICKY")]
[<Android.Runtime.RequiresPermission("android.permission.BROADCAST_STICKY")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -7694,6 +7726,10 @@
[Android.Runtime.Register("sendStickyOrderedBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;Landroid/content/BroadcastReceiver;Landroid/os/Handler;ILjava/lang/String;Landroid/os/Bundle;)V", "GetSendStickyOrderedBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Landroid_content_BroadcastReceiver_Landroid_os_Handler_ILjava_lang_String_Landroid_os_Bundle_Handler")]
[<Android.Runtime.Register("sendStickyOrderedBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;Landroid/content/BroadcastReceiver;Landroid/os/Handler;ILjava/lang/String;Landroid/os/Bundle;)V", "GetSendStickyOrderedBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Landroid_content_BroadcastReceiver_Landroid_os_Handler_ILjava_lang_String_Landroid_os_Bundle_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -7841,6 +7877,10 @@
[Android.Runtime.Register("setWallpaper", "(Landroid/graphics/Bitmap;)V", "GetSetWallpaper_Landroid_graphics_Bitmap_Handler")]
[<Android.Runtime.Register("setWallpaper", "(Landroid/graphics/Bitmap;)V", "GetSetWallpaper_Landroid_graphics_Bitmap_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -7883,6 +7923,10 @@
[Android.Runtime.Register("setWallpaper", "(Ljava/io/InputStream;)V", "GetSetWallpaper_Ljava_io_InputStream_Handler")]
[<Android.Runtime.Register("setWallpaper", "(Ljava/io/InputStream;)V", "GetSetWallpaper_Ljava_io_InputStream_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
diff --git a/docs/Mono.Android/en/Android.Content/ContextParams+Builder.xml b/docs/Mono.Android/en/Android.Content/ContextParams+Builder.xml
index adf8d27ff6..a38d9fb5c6 100644
--- a/docs/Mono.Android/en/Android.Content/ContextParams+Builder.xml
+++ b/docs/Mono.Android/en/Android.Content/ContextParams+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for creating a ContextParams.
+
+
+
+ Java documentation for android.content.ContextParams.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Create a new builder.
+
+
+
+ Java documentation for android.content.ContextParams.Builder.ContextParams$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -64,8 +86,19 @@
To be added.
- To be added.
- To be added.
+ Create a new builder that inherits all sub-parameters by default.
+
+
+
+ Java documentation for android.content.ContextParams.Builder.ContextParams$Builder(android.content.ContextParams).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -89,9 +122,20 @@
- To be added.
- To be added.
- To be added.
+ Creates a new instance.
+ The new instance.
+
+
+
+ Java documentation for android.content.ContextParams.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Content/ContextWrapper.xml b/docs/Mono.Android/en/Android.Content/ContextWrapper.xml
index 83b56727ab..9172267883 100644
--- a/docs/Mono.Android/en/Android.Content/ContextWrapper.xml
+++ b/docs/Mono.Android/en/Android.Content/ContextWrapper.xml
@@ -845,7 +845,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.ContextWrapper.createContextForSplit(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnCancelListener.xml b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnCancelListener.xml
index 2960393ed8..69b719d482 100644
--- a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnCancelListener.xml
+++ b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnCancelListener.xml
@@ -26,14 +26,18 @@
Interface used to allow the creator of a dialog to run some code when the
- dialog is canceled.
+ dialog is canceled.
- Android platform documentation
+ Java documentation for android.content.DialogInterface.OnCancelListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,12 +65,20 @@
- The dialog that was canceled will be passed into the
- method.
-
+ the dialog that was canceled will be passed into the
+ method
This method will be invoked when the dialog is canceled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.DialogInterface.OnCancelListener.onCancel(android.content.DialogInterface).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnClickListener.xml b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnClickListener.xml
index a03d6756c0..5c0eb1ea7e 100644
--- a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnClickListener.xml
+++ b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnClickListener.xml
@@ -26,14 +26,18 @@
Interface used to allow the creator of a dialog to run some code when an
- item on the dialog is clicked.
+ item on the dialog is clicked.
- Android platform documentation
+ Java documentation for android.content.DialogInterface.OnClickListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -62,14 +66,22 @@
- The dialog that received the click.
- The button that was clicked (e.g.
- ) or the position
- of the item clicked.
-
+ the dialog that received the click
+ the button that was clicked (ex.
+ DialogInterface#BUTTON_POSITIVE) or the position
+ of the item clicked
This method will be invoked when a button in the dialog is clicked.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.DialogInterface.OnClickListener.onClick(android.content.DialogInterface, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnDismissListener.xml b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnDismissListener.xml
index bcbb071aa6..9dbfa83e61 100644
--- a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnDismissListener.xml
+++ b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnDismissListener.xml
@@ -26,14 +26,18 @@
Interface used to allow the creator of a dialog to run some code when the
- dialog is dismissed.
+ dialog is dismissed.
- Android platform documentation
+ Java documentation for android.content.DialogInterface.OnDismissListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,12 +65,20 @@
- The dialog that was dismissed will be passed into the
- method.
-
+ the dialog that was dismissed will be passed into the
+ method
This method will be invoked when the dialog is dismissed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.DialogInterface.OnDismissListener.onDismiss(android.content.DialogInterface).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnKeyListener.xml b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnKeyListener.xml
index d2c4b7e997..1a4aadbc92 100644
--- a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnKeyListener.xml
+++ b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnKeyListener.xml
@@ -26,14 +26,18 @@
Interface definition for a callback to be invoked when a key event is
- dispatched to this dialog.
+ dispatched to this dialog.
- Android platform documentation
+ Java documentation for android.content.DialogInterface.OnKeyListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -70,14 +74,27 @@
- The dialog the key has been dispatched to.
- The code for the physical key that was pressed
The KeyEvent object containing full information about
the event.
+ the dialog the key has been dispatched to
+ the code for the physical key that was pressed
+ the KeyEvent object containing full information about
+ the event
Called when a key is dispatched to a dialog.
- To be added.
+
+ true if the listener has consumed the event,
+ false otherwise
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.DialogInterface.OnKeyListener.onKey(android.content.DialogInterface, int, android.view.KeyEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnMultiChoiceClickListener.xml b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnMultiChoiceClickListener.xml
index 6dfdbb1145..2d403e0a7c 100644
--- a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnMultiChoiceClickListener.xml
+++ b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnMultiChoiceClickListener.xml
@@ -26,14 +26,18 @@
Interface used to allow the creator of a dialog to run some code when an
- item in a multi-choice dialog is clicked.
+ item in a multi-choice dialog is clicked.
- Android platform documentation
+ Java documentation for android.content.DialogInterface.OnMultiChoiceClickListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -63,13 +67,23 @@
- The dialog where the selection was made.
- The position of the item in the list that was clicked.
- True if the click checked the item, else false.
-
+ the dialog where the selection was made
+ the position of the item in the list that was clicked
+
+ true if the click checked the item, else
+ false
This method will be invoked when an item in the dialog is clicked.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.DialogInterface.OnMultiChoiceClickListener.onClick(android.content.DialogInterface, int, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnShowListener.xml b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnShowListener.xml
index 3c3bc84e73..2a4a80c15d 100644
--- a/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnShowListener.xml
+++ b/docs/Mono.Android/en/Android.Content/IDialogInterfaceOnShowListener.xml
@@ -26,14 +26,18 @@
Interface used to allow the creator of a dialog to run some code when the
- dialog is shown.
+ dialog is shown.
- Android platform documentation
+ Java documentation for android.content.DialogInterface.OnShowListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,12 +65,20 @@
- The dialog that was shown will be passed into the
- method.
-
+ the dialog that was shown will be passed into the
+ method
This method will be invoked when the dialog is shown.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.DialogInterface.OnShowListener.onShow(android.content.DialogInterface).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/ISharedPreferences.xml b/docs/Mono.Android/en/Android.Content/ISharedPreferences.xml
index 71c5243ad8..1445ecc749 100644
--- a/docs/Mono.Android/en/Android.Content/ISharedPreferences.xml
+++ b/docs/Mono.Android/en/Android.Content/ISharedPreferences.xml
@@ -180,9 +180,20 @@
The name of the preference to retrieve.
Value to return if this preference does not exist.
Retrieve a boolean value from the preferences.
- To be added.
+ Returns the preference value if it exists, or defValue. Throws
+ ClassCastException if there is a preference with this name that is not
+ a boolean.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.SharedPreferences.getBoolean(java.lang.String, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -215,9 +226,20 @@
The name of the preference to retrieve.
Value to return if this preference does not exist.
Retrieve a float value from the preferences.
- To be added.
+ Returns the preference value if it exists, or defValue. Throws
+ ClassCastException if there is a preference with this name that is not
+ a float.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.SharedPreferences.getFloat(java.lang.String, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -250,9 +272,20 @@
The name of the preference to retrieve.
Value to return if this preference does not exist.
Retrieve an int value from the preferences.
- To be added.
+ Returns the preference value if it exists, or defValue. Throws
+ ClassCastException if there is a preference with this name that is not
+ an int.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.SharedPreferences.getInt(java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -285,9 +318,20 @@
The name of the preference to retrieve.
Value to return if this preference does not exist.
Retrieve a long value from the preferences.
- To be added.
+ Returns the preference value if it exists, or defValue. Throws
+ ClassCastException if there is a preference with this name that is not
+ a long.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.SharedPreferences.getLong(java.lang.String, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -320,9 +364,20 @@
The name of the preference to retrieve.
Value to return if this preference does not exist.
Retrieve a String value from the preferences.
- To be added.
+ Returns the preference value if it exists, or defValue. Throws
+ ClassCastException if there is a preference with this name that is not
+ a String.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.SharedPreferences.getString(java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -352,12 +407,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The name of the preference to retrieve.
+ Values to return if this preference does not exist.
+ Retrieve a set of String values from the preferences.
+ Returns the preference values if they exist, or defValues.
+ Throws ClassCastException if there is a preference with this name
+ that is not a Set.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.SharedPreferences.getStringSet(java.lang.String, java.util.Set<java.lang.String>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/ISharedPreferencesEditor.xml b/docs/Mono.Android/en/Android.Content/ISharedPreferencesEditor.xml
index ba3a2d480e..152a8f7241 100644
--- a/docs/Mono.Android/en/Android.Content/ISharedPreferencesEditor.xml
+++ b/docs/Mono.Android/en/Android.Content/ISharedPreferencesEditor.xml
@@ -25,15 +25,19 @@
- Interface used for modifying values in a
- object.
+ Interface used for modifying values in a SharedPreferences
+ object.
- Android platform documentation
+ Java documentation for android.content.SharedPreferences.Editor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -60,9 +64,18 @@
Commit your preferences changes back from this Editor to the
- object it is editing.
+ SharedPreferences object it is editing.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.SharedPreferences.Editor.apply().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -119,10 +132,20 @@
Commit your preferences changes back from this Editor to the
- object it is editing.
- To be added.
+ SharedPreferences object it is editing.
+ Returns true if the new values were successfully written
+ to persistent storage.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.SharedPreferences.Editor.commit().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/ISharedPreferencesOnSharedPreferenceChangeListener.xml b/docs/Mono.Android/en/Android.Content/ISharedPreferencesOnSharedPreferenceChangeListener.xml
index f5b4a28ec3..771b9adad6 100644
--- a/docs/Mono.Android/en/Android.Content/ISharedPreferencesOnSharedPreferenceChangeListener.xml
+++ b/docs/Mono.Android/en/Android.Content/ISharedPreferencesOnSharedPreferenceChangeListener.xml
@@ -26,14 +26,18 @@
Interface definition for a callback to be invoked when a shared
- preference is changed.
+ preference is changed.
- Android platform documentation
+ Java documentation for android.content.SharedPreferences.OnSharedPreferenceChangeListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -62,14 +66,23 @@
- The that received
- the change.
- The key of the preference that was changed, added, or
- removed.
-
+ The SharedPreferences that received the change.
+ The key of the preference that was changed, added, or removed. Apps targeting
+ android.os.Build.VERSION_CODES#R on devices running OS versions
+ android.os.Build.VERSION_CODES#R Android R or later, will receive
+ a null value when preferences are cleared.
Called when a shared preference is changed, added, or removed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.SharedPreferences.OnSharedPreferenceChangeListener.onSharedPreferenceChanged(android.content.SharedPreferences, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/Intent+FilterComparison.xml b/docs/Mono.Android/en/Android.Content/Intent+FilterComparison.xml
index 1039aa23bc..d4b52e2a4a 100644
--- a/docs/Mono.Android/en/Android.Content/Intent+FilterComparison.xml
+++ b/docs/Mono.Android/en/Android.Content/Intent+FilterComparison.xml
@@ -81,9 +81,19 @@
Return the Intent that this FilterComparison represents.
- To be added.
+ Returns the Intent held by the FilterComparison. Do
+ not modify!
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.Intent.FilterComparison.getIntent().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/Intent+ShortcutIconResource.xml b/docs/Mono.Android/en/Android.Content/Intent+ShortcutIconResource.xml
index 5d94cdff54..26ea963b7d 100644
--- a/docs/Mono.Android/en/Android.Content/Intent+ShortcutIconResource.xml
+++ b/docs/Mono.Android/en/Android.Content/Intent+ShortcutIconResource.xml
@@ -35,10 +35,14 @@
- Android platform documentation
+ Java documentation for android.content.Intent.ShortcutIconResource.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -146,7 +150,16 @@
No special parcel contents.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.Intent.ShortcutIconResource.describeContents().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -243,7 +256,16 @@
The package name of the application containing the icon.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.Intent.ShortcutIconResource.packageName.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -271,7 +293,16 @@
The resource name of the icon, including package, name and type.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.Intent.ShortcutIconResource.resourceName.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/Intent.xml b/docs/Mono.Android/en/Android.Content/Intent.xml
index 7037f1d437..36d2fb3177 100644
--- a/docs/Mono.Android/en/Android.Content/Intent.xml
+++ b/docs/Mono.Android/en/Android.Content/Intent.xml
@@ -11419,6 +11419,49 @@
+
+
+
+
+
+ Field
+
+ F:Android.OS.IParcelable.ContentsFileDescriptor
+
+
+ Mono.Android
+ 0.0.0.0
+
+
+
+ [Android.Runtime.Register("FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS", ApiSince=26)]
+ [<Android.Runtime.Register("FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS", ApiSince=26)>]
+
+
+ [System.Obsolete("This constant will be removed in the future version. Use Android.Content.ActivityFlags enum directly instead of this field.", true)]
+ [<System.Obsolete("This constant will be removed in the future version. Use Android.Content.ActivityFlags enum directly instead of this field.", true)>]
+
+
+
+ Android.Content.ActivityFlags
+
+ 2097152
+
+ If set, the broadcast will be visible to receivers in Instant Apps.
+
+
+
+ Java documentation for android.content.Intent.FLAG_RECEIVER_VISIBLE_TO_INSTANT_APPS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
+
diff --git a/docs/Mono.Android/en/Android.Content/IntentFilter+AuthorityEntry.xml b/docs/Mono.Android/en/Android.Content/IntentFilter+AuthorityEntry.xml
index a988f273f1..9a2d6eeabe 100644
--- a/docs/Mono.Android/en/Android.Content/IntentFilter+AuthorityEntry.xml
+++ b/docs/Mono.Android/en/Android.Content/IntentFilter+AuthorityEntry.xml
@@ -19,14 +19,18 @@
This is an entry for a single authority in the Iterator returned by
- .
+ #authoritiesIterator().
- Android platform documentation
+ Java documentation for android.content.IntentFilter.AuthorityEntry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,9 +157,20 @@
The Uri to match.
Determine whether this AuthorityEntry matches the given data Uri.
- To be added.
+ Returns either IntentFilter#NO_MATCH_DATA,
+ IntentFilter#MATCH_CATEGORY_PORT, or
+ IntentFilter#MATCH_CATEGORY_HOST.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.IntentFilter.AuthorityEntry.match(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/IntentFilter+MalformedMimeTypeException.xml b/docs/Mono.Android/en/Android.Content/IntentFilter+MalformedMimeTypeException.xml
index 88e9eeacf6..fd04688aaa 100644
--- a/docs/Mono.Android/en/Android.Content/IntentFilter+MalformedMimeTypeException.xml
+++ b/docs/Mono.Android/en/Android.Content/IntentFilter+MalformedMimeTypeException.xml
@@ -19,14 +19,18 @@
This exception is thrown when a given MIME type does not have a valid
- syntax.
+ syntax.
- Android platform documentation
+ Java documentation for android.content.IntentFilter.MalformedMimeTypeException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/IntentSender+IOnFinished.xml b/docs/Mono.Android/en/Android.Content/IntentSender+IOnFinished.xml
index bc3daa846d..e0ba19961c 100644
--- a/docs/Mono.Android/en/Android.Content/IntentSender+IOnFinished.xml
+++ b/docs/Mono.Android/en/Android.Content/IntentSender+IOnFinished.xml
@@ -26,14 +26,18 @@
Callback interface for discovering when a send operation has
- completed.
+ completed.
- Android platform documentation
+ Java documentation for android.content.IntentSender.OnFinished.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,11 +80,19 @@
The original Intent that was sent.
The final result code determined by the send.
The final data collected by a broadcast.
- The final extras collected by a broadcast.
-
+ The final extras collected by a broadcast.
Called when a send operation as completed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.IntentSender.OnFinished.onSendFinished(android.content.IntentSender, android.content.Intent, int, java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/IntentSender+SendIntentException.xml b/docs/Mono.Android/en/Android.Content/IntentSender+SendIntentException.xml
index be4d9c0ee5..e1262ce573 100644
--- a/docs/Mono.Android/en/Android.Content/IntentSender+SendIntentException.xml
+++ b/docs/Mono.Android/en/Android.Content/IntentSender+SendIntentException.xml
@@ -19,14 +19,18 @@
Exception thrown when trying to send through a PendingIntent that
- has been canceled or is otherwise no longer able to execute the request.
+ has been canceled or is otherwise no longer able to execute the request.
- Android platform documentation
+ Java documentation for android.content.IntentSender.SendIntentException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/Loader+ForceLoadContentObserver.xml b/docs/Mono.Android/en/Android.Content/Loader+ForceLoadContentObserver.xml
index dd210204e8..861c6b28ce 100644
--- a/docs/Mono.Android/en/Android.Content/Loader+ForceLoadContentObserver.xml
+++ b/docs/Mono.Android/en/Android.Content/Loader+ForceLoadContentObserver.xml
@@ -23,15 +23,19 @@
An implementation of a ContentObserver that takes care of connecting
- it to the Loader to have the loader re-load its data when the observer
- is told it has changed.
+ it to the Loader to have the loader re-load its data when the observer
+ is told it has changed.
- Android platform documentation
+ Java documentation for android.content.Loader.ForceLoadContentObserver.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCanceledListener.xml b/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCanceledListener.xml
index 6631a7210c..5c51788c82 100644
--- a/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCanceledListener.xml
+++ b/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCanceledListener.xml
@@ -34,14 +34,18 @@
Interface that is implemented to discover when a Loader has been canceled
- before it finished loading its data.
+ before it finished loading its data.
- Android platform documentation
+ Java documentation for android.content.Loader.OnLoadCanceledListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,10 +77,19 @@
- To be added.
- To be added.
+ the loader that canceled the load
+ Called on the thread that created the Loader when the load is canceled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.Loader.OnLoadCanceledListener.onLoadCanceled(android.content.Loader<D>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCompleteListener.xml b/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCompleteListener.xml
index 7028a95e23..46c9b5fcbc 100644
--- a/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCompleteListener.xml
+++ b/docs/Mono.Android/en/Android.Content/Loader+IOnLoadCompleteListener.xml
@@ -34,14 +34,18 @@
Interface that is implemented to discover when a Loader has finished
- loading its data.
+ loading its data.
- Android platform documentation
+ Java documentation for android.content.Loader.OnLoadCompleteListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,11 +78,20 @@
- To be added.
- To be added.
- To be added.
+ the loader that completed the load
+ the result of the load
+ Called on the thread that created the Loader when the load is complete.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.Loader.OnLoadCompleteListener.onLoadComplete(android.content.Loader<D>, D).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/SyncInfo.xml b/docs/Mono.Android/en/Android.Content/SyncInfo.xml
index 218667d549..9bc1bb9f28 100644
--- a/docs/Mono.Android/en/Android.Content/SyncInfo.xml
+++ b/docs/Mono.Android/en/Android.Content/SyncInfo.xml
@@ -171,7 +171,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.SyncInfo.describeContents().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -346,7 +355,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.SyncInfo.writeToParcel(android.os.Parcel, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Content/SyncRequest+Builder.xml b/docs/Mono.Android/en/Android.Content/SyncRequest+Builder.xml
index c7fcbfd85c..84ff2c003d 100644
--- a/docs/Mono.Android/en/Android.Content/SyncRequest+Builder.xml
+++ b/docs/Mono.Android/en/Android.Content/SyncRequest+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for a SyncRequest.
- Android platform documentation
+ Java documentation for android.content.SyncRequest.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -96,10 +100,21 @@
- To be added.
- To be added.
+ Performs validation over the request and throws the runtime exception
+ <code>IllegalArgumentException</code> if this validation fails.
+ a SyncRequest with the information contained within this
+ builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.content.SyncRequest.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+ICursorFactory.xml b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+ICursorFactory.xml
index 52f1fa5ccd..86419d3f89 100644
--- a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+ICursorFactory.xml
+++ b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+ICursorFactory.xml
@@ -25,14 +25,18 @@
- Used to allow returning sub-classes of when calling query.
+ Used to allow returning sub-classes of Cursor when calling query.
- Android platform documentation
+ Java documentation for android.database.sqlite.SQLiteDatabase.CursorFactory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -67,10 +71,19 @@
To be added.
To be added.
To be added.
- See C:Android.Database.Sqlite.SQLiteCursor(Android.Database.Sqlite.ISQLiteCursorDriver,System.String,System.String).
+ See SQLiteCursor#SQLiteCursor(SQLiteCursorDriver, String, SQLiteQuery).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.sqlite.SQLiteDatabase.CursorFactory.newCursor(android.database.sqlite.SQLiteDatabase, android.database.sqlite.SQLiteCursorDriver, java.lang.String, android.database.sqlite.SQLiteQuery).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+OpenParams.xml b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+OpenParams.xml
index 5bc9d0b9dd..871ec261f4 100644
--- a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+OpenParams.xml
+++ b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase+OpenParams.xml
@@ -18,14 +18,18 @@
- To be added.
+ Wrapper for configuration parameters that are used for opening SQLiteDatabase
- Android platform documentation
+ Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,10 +80,19 @@
Android.Database.IDatabaseErrorHandler
- To be added.
+ Returns handler for database corruption errors
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getErrorHandler().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -103,10 +116,20 @@
System.Int64
- To be added.
- To be added.
+ Returns maximum number of milliseconds that SQLite connection is allowed to be idle
+ before it is closed and removed from the pool.
+ timeout in milliseconds or -1 if the value wasn't set.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getIdleConnectionTimeout().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -161,9 +184,20 @@
System.String
- To be added.
+ Returns journal mode.
To be added.
- To be added.
+
+
+
+ Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getJournalMode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -186,10 +220,20 @@
System.Int32
- To be added.
+ Returns total number of lookaside memory slots per database connection or -1 if not
+ set.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getLookasideSlotCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -213,10 +257,19 @@
System.Int32
- To be added.
+ Returns size in bytes of each lookaside slot or -1 if not set.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getLookasideSlotSize().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -240,10 +293,19 @@
Android.Database.Sqlite.DatabaseOpenFlags
- To be added.
+ Returns flags to control database access mode.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getOpenFlags().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -267,9 +329,20 @@
System.String
- To be added.
+ Returns synchronous mode.
To be added.
- To be added.
+
+
+
+ Java documentation for android.database.sqlite.SQLiteDatabase.OpenParams.getSynchronousMode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase.xml b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase.xml
index 56b0a44ed8..0c5f3db006 100644
--- a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase.xml
+++ b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteDatabase.xml
@@ -1097,7 +1097,7 @@
row. The keys should be the column names and the values the
column values
Convenience method for inserting a row into the database.
- To be added.
+ the row ID of the newly inserted row, or -1 if an error occurred
@@ -2873,7 +2873,7 @@
this map contains the initial column values for
the row. The keys should be the column names and the values the column values.
Convenience method for replacing a row in the database.
- To be added.
+ the row ID of the newly inserted row, or -1 if an error occurred
diff --git a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteOpenHelper.xml b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteOpenHelper.xml
index 0b688ceb25..8afb843139 100644
--- a/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteOpenHelper.xml
+++ b/docs/Mono.Android/en/Android.Database.Sqlite/SQLiteOpenHelper.xml
@@ -639,7 +639,7 @@
The size in bytes of each lookaside slot.
The total number of lookaside memory slots per database connection.
- Configures <a href="https://sqlite.
+ Configures lookaside memory allocator
diff --git a/docs/Mono.Android/en/Android.Database/AbstractCursor+SelfContentObserver.xml b/docs/Mono.Android/en/Android.Database/AbstractCursor+SelfContentObserver.xml
index 7f03302d51..0b02cdbc8c 100644
--- a/docs/Mono.Android/en/Android.Database/AbstractCursor+SelfContentObserver.xml
+++ b/docs/Mono.Android/en/Android.Database/AbstractCursor+SelfContentObserver.xml
@@ -21,10 +21,14 @@
- Android platform documentation
+ Java documentation for android.database.AbstractCursor.SelfContentObserver.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Database/AbstractCursor.xml b/docs/Mono.Android/en/Android.Database/AbstractCursor.xml
index 4ebdf6f57f..ffef21014b 100644
--- a/docs/Mono.Android/en/Android.Database/AbstractCursor.xml
+++ b/docs/Mono.Android/en/Android.Database/AbstractCursor.xml
@@ -124,9 +124,18 @@
This function throws CursorIndexOutOfBoundsException if
- the cursor position is out of bounds.
+ the cursor position is out of bounds.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.AbstractCursor.checkPosition().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1635,11 +1644,20 @@
- To be added.
+ selfChange
Subclasses must call this method when they finish committing updates to notify all
- observers.
+ observers.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.AbstractCursor.onChange(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Database/CursorJoiner+Result.xml b/docs/Mono.Android/en/Android.Database/CursorJoiner+Result.xml
index aa89188498..da3bb737e4 100644
--- a/docs/Mono.Android/en/Android.Database/CursorJoiner+Result.xml
+++ b/docs/Mono.Android/en/Android.Database/CursorJoiner+Result.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.database.CursorJoiner.Result.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Database/DatabaseUtils+InsertHelper.xml b/docs/Mono.Android/en/Android.Database/DatabaseUtils+InsertHelper.xml
index dc25a3b623..36bda7a054 100644
--- a/docs/Mono.Android/en/Android.Database/DatabaseUtils+InsertHelper.xml
+++ b/docs/Mono.Android/en/Android.Database/DatabaseUtils+InsertHelper.xml
@@ -23,9 +23,18 @@
This class allows users to do multiple inserts into a table using
- the same statement.
+ the same statement.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -55,12 +64,21 @@
- To be added.
- To be added.
+ the SQLiteDatabase to insert into
+ the name of the table to insert into
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.DatabaseUtils$InsertHelper(android.database.sqlite.SQLiteDatabase, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -117,11 +135,19 @@
the index of the slot to which to bind
- the value to bind
-
+ the value to bind
Bind the value to an index.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -155,11 +181,19 @@
the index of the slot to which to bind
- the value to bind
-
+ the value to bind
Bind the value to an index.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -193,11 +227,19 @@
the index of the slot to which to bind
- the value to bind
-
+ the value to bind
Bind the value to an index.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, double).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -231,11 +273,19 @@
the index of the slot to which to bind
- the value to bind
-
+ the value to bind
Bind the value to an index.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -269,11 +319,19 @@
the index of the slot to which to bind
- the value to bind
-
+ the value to bind
Bind the value to an index.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -307,11 +365,19 @@
the index of the slot to which to bind
- the value to bind
-
+ the value to bind
Bind the value to an index.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -345,11 +411,19 @@
the index of the slot to which to bind
- the value to bind
-
+ the value to bind
Bind the value to an index.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.bind(int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -381,11 +455,19 @@
- the index of the slot to which to bind
-
+ the index of the slot to which to bind
Bind null to an index.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.bindNull(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -416,9 +498,18 @@
Close this object and release any resources associated with
- it.
+ it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.close().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -449,10 +540,20 @@
Execute the previously prepared insert or replace using the bound values
- since the last call to prepareForInsert or prepareForReplace.
- To be added.
+ since the last call to prepareForInsert or prepareForReplace.
+ the row ID of the newly inserted row, or -1 if an
+ error occurred
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.execute().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -486,9 +587,18 @@
the column name
Returns the index of the specified column.
- To be added.
+ the index of the column
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.getColumnIndex(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -521,11 +631,21 @@
the set of values with which to populate the
- new row
+ new row
Performs an insert, adding a new row with the given values.
- To be added.
+ the row ID of the newly inserted row, or -1 if an
+ error occurred
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.insert(android.content.ContentValues).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -588,7 +708,16 @@
Prepare the InsertHelper for an insert.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.prepareForInsert().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -620,7 +749,16 @@
Prepare the InsertHelper for a replace.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.prepareForReplace().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -653,11 +791,21 @@
the set of values with which to populate the
- new row
+ new row
Performs an insert, adding a new row with the given values.
- To be added.
+ the row ID of the newly inserted row, or -1 if an
+ error occurred
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.replace(android.content.ContentValues).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -683,9 +831,19 @@
4
- To be added.
+ This field was accidentally exposed in earlier versions of the platform
+ so we can hide it but we can't remove it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.database.DatabaseUtils.InsertHelper.TABLE_INFO_PRAGMA_DEFAULT_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Database/DatabaseUtils.xml b/docs/Mono.Android/en/Android.Database/DatabaseUtils.xml
index f069645d7e..22a57280af 100644
--- a/docs/Mono.Android/en/Android.Database/DatabaseUtils.xml
+++ b/docs/Mono.Android/en/Android.Database/DatabaseUtils.xml
@@ -1502,10 +1502,9 @@
- To be added.
- the collation key
+ name
return the collation key
- To be added.
+ the collation key
@@ -1544,10 +1543,9 @@
- To be added.
- the collation key in hex format
+ name
return the collation key in hex format
- To be added.
+ the collation key in hex format
diff --git a/docs/Mono.Android/en/Android.Database/MatrixCursor+RowBuilder.xml b/docs/Mono.Android/en/Android.Database/MatrixCursor+RowBuilder.xml
index 4aea5add88..ac33b3ccda 100644
--- a/docs/Mono.Android/en/Android.Database/MatrixCursor+RowBuilder.xml
+++ b/docs/Mono.Android/en/Android.Database/MatrixCursor+RowBuilder.xml
@@ -18,15 +18,22 @@
- Builds a row, starting from the left-most column and adding one column
- value at a time.
+ Builds a row of values using either of these approaches:
+ <ul>
+ <li>Values can be added with explicit column ordering using
+ #add(Object), which starts from the left-most column and adds one
+ column value at a time.
- Android platform documentation
+ Java documentation for android.database.MatrixCursor.RowBuilder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnErrorListener.xml b/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnErrorListener.xml
index f7a7bcc373..5dd8731387 100644
--- a/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnErrorListener.xml
+++ b/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnErrorListener.xml
@@ -33,10 +33,14 @@
- Android platform documentation
+ Java documentation for android.drm.DrmManagerClient.OnErrorListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -69,12 +73,22 @@
- The DrmManagerClient instance.
The instance that wraps the error type and message.
+ The <code>DrmManagerClient</code> instance.
+ The DrmErrorEvent instance that wraps the error type and message.
Called when the DRM framework sends error information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmManagerClient.OnErrorListener.onError(android.drm.DrmManagerClient, android.drm.DrmErrorEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnEventListener.xml b/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnEventListener.xml
index 2cabd5597d..cf8f009dea 100644
--- a/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnEventListener.xml
+++ b/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnEventListener.xml
@@ -30,14 +30,18 @@
Interface definition for a callback that receives information
- about DRM processing events.
+ about DRM processing events.
- Android platform documentation
+ Java documentation for android.drm.DrmManagerClient.OnEventListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -70,13 +74,24 @@
- The DrmManagerClient instance.
The instance that wraps the information being
conveyed, such as the information type and message.
+ The <code>DrmManagerClient</code> instance.
+ The DrmEvent instance that wraps the information being
+ conveyed, such as the information type and message.
Called when the DRM framework sends information about a DRM processing request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmManagerClient.OnEventListener.onEvent(android.drm.DrmManagerClient, android.drm.DrmEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnInfoListener.xml b/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnInfoListener.xml
index b8f8e38d0c..ff21b9d474 100644
--- a/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnInfoListener.xml
+++ b/docs/Mono.Android/en/Android.Drm/DrmManagerClient+IOnInfoListener.xml
@@ -30,14 +30,18 @@
Interface definition for a callback that receives status messages and warnings
- during registration and rights acquisition.
+ during registration and rights acquisition.
- Android platform documentation
+ Java documentation for android.drm.DrmManagerClient.OnInfoListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -70,14 +74,25 @@
- The DrmManagerClient instance.
The instance that wraps the status information or
warnings.
+ The <code>DrmManagerClient</code> instance.
+ The DrmInfoEvent instance that wraps the status information or
+ warnings.
Called when the DRM framework sends status or warning information during registration
- and rights acquisition.
+ and rights acquisition.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmManagerClient.OnInfoListener.onInfo(android.drm.DrmManagerClient, android.drm.DrmInfoEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Drm/DrmStore+Action.xml b/docs/Mono.Android/en/Android.Drm/DrmStore+Action.xml
index 086da5d524..6ac1a48140 100644
--- a/docs/Mono.Android/en/Android.Drm/DrmStore+Action.xml
+++ b/docs/Mono.Android/en/Android.Drm/DrmStore+Action.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.drm.DrmStore.Action.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -58,7 +62,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmStore.Action.DrmStore$Action().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Drm/DrmStore+ConstraintsColumns.xml b/docs/Mono.Android/en/Android.Drm/DrmStore+ConstraintsColumns.xml
index aa64b77d60..bdafeaea37 100644
--- a/docs/Mono.Android/en/Android.Drm/DrmStore+ConstraintsColumns.xml
+++ b/docs/Mono.Android/en/Android.Drm/DrmStore+ConstraintsColumns.xml
@@ -60,7 +60,16 @@
This is a user-defined constraint.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.EXTENDED_METADATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,7 +100,16 @@
This is a duration-based constaint.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.LICENSE_AVAILABLE_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -122,7 +140,16 @@
This is a date-based constaint.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.LICENSE_EXPIRY_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,7 +180,16 @@
This is a date-based constraint.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.LICENSE_START_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -184,7 +220,16 @@
This is a count-based constraint.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.MAX_REPEAT_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -215,7 +260,16 @@
This is a count-based constraint.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.REMAINING_REPEAT_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Drm/DrmStore+DrmObjectType.xml b/docs/Mono.Android/en/Android.Drm/DrmStore+DrmObjectType.xml
index e4e7bb4721..576d148712 100644
--- a/docs/Mono.Android/en/Android.Drm/DrmStore+DrmObjectType.xml
+++ b/docs/Mono.Android/en/Android.Drm/DrmStore+DrmObjectType.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.drm.DrmStore.DrmObjectType.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -58,7 +62,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmStore.DrmObjectType.DrmStore$DrmObjectType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Drm/DrmStore+IConstraintsColumns.xml b/docs/Mono.Android/en/Android.Drm/DrmStore+IConstraintsColumns.xml
index b629011d1b..b8337e55ee 100644
--- a/docs/Mono.Android/en/Android.Drm/DrmStore+IConstraintsColumns.xml
+++ b/docs/Mono.Android/en/Android.Drm/DrmStore+IConstraintsColumns.xml
@@ -15,8 +15,19 @@
- To be added.
- To be added.
+ Interface definition for the columns that represent DRM constraints.
+
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
System.String
- To be added.
- To be added.
+ This is a user-defined constraint.
+
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.EXTENDED_METADATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,8 +93,19 @@
System.String
- To be added.
- To be added.
+ This is a duration-based constaint.
+
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.LICENSE_AVAILABLE_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,8 +132,19 @@
System.String
- To be added.
- To be added.
+ This is a date-based constaint.
+
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.LICENSE_EXPIRY_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,8 +171,19 @@
System.String
- To be added.
- To be added.
+ This is a date-based constraint.
+
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.LICENSE_START_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,8 +210,19 @@
System.String
- To be added.
- To be added.
+ This is a count-based constraint.
+
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.MAX_REPEAT_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -183,8 +249,19 @@
System.String
- To be added.
- To be added.
+ This is a count-based constraint.
+
+
+
+ Java documentation for android.drm.DrmStore.ConstraintsColumns.REMAINING_REPEAT_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Drm/DrmStore+Playback.xml b/docs/Mono.Android/en/Android.Drm/DrmStore+Playback.xml
index 5ee51f0592..65da82b15d 100644
--- a/docs/Mono.Android/en/Android.Drm/DrmStore+Playback.xml
+++ b/docs/Mono.Android/en/Android.Drm/DrmStore+Playback.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.drm.DrmStore.Playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -58,7 +62,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmStore.Playback.DrmStore$Playback().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Drm/DrmStore+RightsStatus.xml b/docs/Mono.Android/en/Android.Drm/DrmStore+RightsStatus.xml
index 6a08e6d2be..4c80a88d97 100644
--- a/docs/Mono.Android/en/Android.Drm/DrmStore+RightsStatus.xml
+++ b/docs/Mono.Android/en/Android.Drm/DrmStore+RightsStatus.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.drm.DrmStore.RightsStatus.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -58,7 +62,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmStore.RightsStatus.DrmStore$RightsStatus().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Drm/DrmUtils+ExtendedMetadataParser.xml b/docs/Mono.Android/en/Android.Drm/DrmUtils+ExtendedMetadataParser.xml
index ad492731bf..9cf4c10feb 100644
--- a/docs/Mono.Android/en/Android.Drm/DrmUtils+ExtendedMetadataParser.xml
+++ b/docs/Mono.Android/en/Android.Drm/DrmUtils+ExtendedMetadataParser.xml
@@ -86,9 +86,19 @@
The key whose value is being retrieved.
This method retrieves the metadata value associated with a given key.
- To be added.
+ The metadata value associated with the given key. Returns null
+ if the key is not found.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmUtils.ExtendedMetadataParser.get(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -119,10 +129,19 @@
This method returns an iterator object that can be used to iterate over
- all values of the metadata.
- To be added.
+ all values of the metadata.
+ The iterator object.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmUtils.ExtendedMetadataParser.iterator().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -184,10 +203,19 @@
This method returns an iterator object that can be used to iterate over
- all keys of the metadata.
- To be added.
+ all keys of the metadata.
+ The iterator object.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.drm.DrmUtils.ExtendedMetadataParser.keyIterator().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Gestures/Gesture.xml b/docs/Mono.Android/en/Android.Gestures/Gesture.xml
index f45e011d0d..5aa1657549 100644
--- a/docs/Mono.Android/en/Android.Gestures/Gesture.xml
+++ b/docs/Mono.Android/en/Android.Gestures/Gesture.xml
@@ -118,10 +118,19 @@
- To be added.
+ stroke
Adds a stroke to the gesture.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.gesture.Gesture.addStroke(android.gesture.GestureStroke).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -528,12 +537,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
- height
- color
+ width
+ height
+ inset
+ color
Creates a bitmap of the gesture with a transparent background.
the bitmap
@@ -585,12 +592,11 @@
- To be added.
- To be added.
width of the target bitmap
height of the target bitmap
the edge
- color
+ numSample
+ color
Creates a bitmap of the gesture with a transparent background.
the bitmap
diff --git a/docs/Mono.Android/en/Android.Gestures/GestureStore.xml b/docs/Mono.Android/en/Android.Gestures/GestureStore.xml
index 65fdc3f066..dbaba18743 100644
--- a/docs/Mono.Android/en/Android.Gestures/GestureStore.xml
+++ b/docs/Mono.Android/en/Android.Gestures/GestureStore.xml
@@ -108,10 +108,19 @@
entry name
- To be added.
+ gesture
Add a gesture for the entry
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.gesture.GestureStore.addGesture(java.lang.String, android.gesture.Gesture).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -176,10 +185,9 @@
- To be added.
- the list of gestures that is under this name
+ entryName
Get all the gestures of an entry
- To be added.
+ the list of gestures that is under this name
@@ -415,11 +423,20 @@
Android.Gestures.OrientationStyle
-
-
+ style
+ Specify how the gesture library will handle orientation.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.gesture.GestureStore.setOrientationStyle(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -530,10 +547,19 @@
entry name
- To be added.
+ gesture
Remove a gesture from the library.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.gesture.GestureStore.removeGesture(java.lang.String, android.gesture.Gesture).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Gestures/GestureStroke.xml b/docs/Mono.Android/en/Android.Gestures/GestureStroke.xml
index 33ebd5fb0e..8cf31f22cc 100644
--- a/docs/Mono.Android/en/Android.Gestures/GestureStroke.xml
+++ b/docs/Mono.Android/en/Android.Gestures/GestureStroke.xml
@@ -54,12 +54,12 @@
- To be added.
- A faster constructor specially for cloning a stroke.
+ points
+ A constructor that constructs a gesture stroke from a list of gesture points.
- Java documentation for android.gesture.GestureStroke.GestureStroke(android.graphics.RectF, float, float[], long[]).
+ Java documentation for android.gesture.GestureStroke.GestureStroke(java.util.ArrayList<android.gesture.GesturePoint>).
diff --git a/docs/Mono.Android/en/Android.Gestures/GestureUtils.xml b/docs/Mono.Android/en/Android.Gestures/GestureUtils.xml
index 6cb7b81d79..5a8f8ec9a3 100644
--- a/docs/Mono.Android/en/Android.Gestures/GestureUtils.xml
+++ b/docs/Mono.Android/en/Android.Gestures/GestureUtils.xml
@@ -59,10 +59,9 @@
- To be added.
- an oriented bounding box
+ originalPoints
Computes an oriented, minimum bounding box of a set of points.
- To be added.
+ an oriented bounding box
@@ -100,10 +99,9 @@
- To be added.
- an oriented bounding box
+ originalPoints
Computes an oriented, minimum bounding box of a set of points.
- To be added.
+ an oriented bounding box
diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/Animatable2AnimationCallback.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/Animatable2AnimationCallback.xml
index 8df52b51f6..6b039de8ea 100644
--- a/docs/Mono.Android/en/Android.Graphics.Drawables/Animatable2AnimationCallback.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Drawables/Animatable2AnimationCallback.xml
@@ -129,10 +129,19 @@
- To be added.
- To be added.
+ The drawable finished the animation.
+ Called when the animation ends.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.drawable.Animatable2.AnimationCallback.onAnimationEnd(android.graphics.drawable.Drawable).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,10 +168,19 @@
- To be added.
- To be added.
+ The drawable started the animation.
+ Called when the animation starts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.drawable.Animatable2.AnimationCallback.onAnimationStart(android.graphics.drawable.Drawable).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ConstantState.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ConstantState.xml
index 9756b6b324..8f9158afb9 100644
--- a/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ConstantState.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ConstantState.xml
@@ -18,15 +18,19 @@
- This abstract class is used by s to store shared constant state and data
- between Drawables.
+ This abstract class is used by Drawables to store shared constant state and data
+ between Drawables.
- Android platform documentation
+ Java documentation for android.graphics.drawable.Drawable.ConstantState.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,10 +104,19 @@
- To be added.
+ Return whether this constant state can have a theme applied.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.drawable.Drawable.ConstantState.canApplyTheme().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,11 +201,19 @@
- Create a new drawable without supplying resources the caller
- is running in.
- To be added.
+ Creates a new Drawable instance from its constant state.
+ a new drawable object based on this constant state
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.drawable.Drawable.ConstantState.newDrawable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -220,11 +241,22 @@
- To be added.
- Create a new Drawable instance from its constant state.
- To be added.
+ the resources of the context in which the drawable will
+ be displayed
+ Creates a new Drawable instance from its constant state using the
+ specified resources.
+ a new drawable object based on this constant state
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.drawable.Drawable.ConstantState.newDrawable(android.content.res.Resources).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ICallback.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ICallback.xml
index 4b2c2bea6c..8db3aee349 100644
--- a/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ICallback.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Drawables/Drawable+ICallback.xml
@@ -26,14 +26,18 @@
Implement this interface if you want to create an animated drawable that
- extends .
+ extends android.graphics.drawable.Drawable Drawable.
- Android platform documentation
+ Java documentation for android.graphics.drawable.Drawable.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,11 +65,19 @@
- The drawable that is requesting the update.
-
+ The drawable that is requesting the update.
Called when the drawable needs to be redrawn.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.drawable.Drawable.Callback.invalidateDrawable(android.graphics.drawable.Drawable).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -98,11 +110,20 @@
The drawable being scheduled.
The action to execute.
The time (in milliseconds) to run. The timebase is
-
+ android.os.SystemClock#uptimeMillis
A Drawable can call this to schedule the next frame of its
- animation.
+ animation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.drawable.Drawable.Callback.scheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -132,11 +153,20 @@
The drawable being unscheduled.
- The action being unscheduled.
-
- To be added.
+ The action being unscheduled.
+ A Drawable can call this to unschedule an action previously
+ scheduled with #scheduleDrawable.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.drawable.Drawable.Callback.unscheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/DrawableContainer+DrawableContainerState.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/DrawableContainer+DrawableContainerState.xml
index 1b2cf05622..b31da6a9dc 100644
--- a/docs/Mono.Android/en/Android.Graphics.Drawables/DrawableContainer+DrawableContainerState.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Drawables/DrawableContainer+DrawableContainerState.xml
@@ -18,14 +18,18 @@
- A ConstantState that can contain several s.
+ A ConstantState that can contain several Drawables.
- Android platform documentation
+ Java documentation for android.graphics.drawable.DrawableContainer.DrawableContainerState.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,12 +80,20 @@
- To be added.
-
-
- To be added.
+ the drawable to add
+ Adds the drawable to the end of the list of contained drawables.
+ the position of the drawable within the container
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.drawable.DrawableContainer.DrawableContainerState.addChild(android.graphics.drawable.Drawable).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -655,11 +667,20 @@
To be added.
- A boolean value indicating whether to use the maximum padding value of
- all frames in the set (false), or to use the padding value of the frame
- being shown (true).
+ A boolean value indicating whether to use the maximum padding value
+ of all frames in the set (false), or to use the padding value of the
+ frame being shown (true).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.drawable.DrawableContainer.DrawableContainerState.setVariablePadding(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/GradientDrawable+Orientation.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/GradientDrawable+Orientation.xml
index 79d6338787..808f7217ce 100644
--- a/docs/Mono.Android/en/Android.Graphics.Drawables/GradientDrawable+Orientation.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Drawables/GradientDrawable+Orientation.xml
@@ -18,15 +18,18 @@
- Controls how the gradient is oriented relative to the drawable's bounds
-
+ Controls how the gradient is oriented relative to the drawable's bounds
- Android platform documentation
+ Java documentation for android.graphics.drawable.GradientDrawable.Orientation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/Icon+IOnDrawableLoadedListener.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/Icon+IOnDrawableLoadedListener.xml
index 2ea85d65ad..4a2698a90b 100644
--- a/docs/Mono.Android/en/Android.Graphics.Drawables/Icon+IOnDrawableLoadedListener.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Drawables/Icon+IOnDrawableLoadedListener.xml
@@ -25,14 +25,20 @@
- To be added.
+ Implement this interface to receive a callback when
+ #loadDrawableAsync(Context, OnDrawableLoadedListener, Handler) loadDrawableAsync
+ is finished and your Drawable is ready.
- Android platform documentation
+ Java documentation for android.graphics.drawable.Icon.OnDrawableLoadedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics.Drawables/ShapeDrawable+ShaderFactory.xml b/docs/Mono.Android/en/Android.Graphics.Drawables/ShapeDrawable+ShaderFactory.xml
index ef9570d89c..231af9e5cd 100644
--- a/docs/Mono.Android/en/Android.Graphics.Drawables/ShapeDrawable+ShaderFactory.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Drawables/ShapeDrawable+ShaderFactory.xml
@@ -19,14 +19,18 @@
Base class defines a factory object that is called each time the drawable
- is resized (has a new width or height).
+ is resized (has a new width or height).
- Android platform documentation
+ Java documentation for android.graphics.drawable.ShapeDrawable.ShaderFactory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -137,9 +141,18 @@
the width of the Drawable being drawn
the heigh of the Drawable being drawn
Returns the Shader to be drawn when a Drawable is drawn.
- To be added.
+ the Shader to be drawn
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.drawable.ShapeDrawable.ShaderFactory.resize(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics.Fonts/Font+Builder.xml b/docs/Mono.Android/en/Android.Graphics.Fonts/Font+Builder.xml
index 1f71babf02..0fb342ff24 100644
--- a/docs/Mono.Android/en/Android.Graphics.Fonts/Font+Builder.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Fonts/Font+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder class for creating new Font.
+
+
+
+ Java documentation for android.graphics.fonts.Font.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
- To be added.
- To be added.
+ the font instance.
+ Constructs a builder from existing Font instance.
+
+
+
+ Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(android.graphics.fonts.Font).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -67,9 +89,20 @@
- To be added.
- To be added.
- To be added.
+ a file descriptor
+ Constructs a builder with a file descriptor.
+
+
+
+ Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(android.os.ParcelFileDescriptor).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -92,9 +125,20 @@
- To be added.
- To be added.
- To be added.
+ a file path to the font file
+ Constructs a builder with a file path.
+
+
+
+ Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(java.io.File).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -117,9 +161,20 @@
- To be added.
- To be added.
- To be added.
+ a byte buffer of a font data
+ Constructs a builder with a byte buffer.
+
+
+
+ Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(java.nio.ByteBuffer).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -143,10 +198,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the application's asset manager
+ the file name of the font data in the asset directory
+ Constructs a builder from an asset manager and a file path in an asset directory.
+
+
+
+ Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(android.content.res.AssetManager, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -170,10 +236,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the resource of this application.
+ the resource ID of font file.
+ Constructs a builder from resources.
+
+
+
+ Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(android.content.res.Resources, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -198,11 +275,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ a file descriptor
+ an offset to of the font data in the file
+ a size of the font data. If -1 is passed, use until end of the file.
+ Constructs a builder with a file descriptor.
+
+
+
+ Java documentation for android.graphics.fonts.Font.Builder.Font$Builder(android.os.ParcelFileDescriptor, long, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -226,9 +314,20 @@
- To be added.
- To be added.
- To be added.
+ Creates the font based on the configured values.
+ the Font object
+
+
+
+ Java documentation for android.graphics.fonts.Font.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Graphics.Fonts/FontFamily+Builder.xml b/docs/Mono.Android/en/Android.Graphics.Fonts/FontFamily+Builder.xml
index aa015043ea..eb1b4d2576 100644
--- a/docs/Mono.Android/en/Android.Graphics.Fonts/FontFamily+Builder.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Fonts/FontFamily+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder class for creating new FontFamily.
+
+
+
+ Java documentation for android.graphics.fonts.FontFamily.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
- To be added.
- To be added.
+ a font
+ Constructs a builder.
+
+
+
+ Java documentation for android.graphics.fonts.FontFamily.Builder.FontFamily$Builder(android.graphics.fonts.Font).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -97,9 +119,20 @@
- To be added.
- To be added.
- To be added.
+ Build the font family
+ a font family
+
+
+
+ Java documentation for android.graphics.fonts.FontFamily.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+Page.xml b/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+Page.xml
index 66462038ff..3557a94c59 100644
--- a/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+Page.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+Page.xml
@@ -18,14 +18,18 @@
- To be added.
+ This class represents a PDF document page.
- Android platform documentation
+ Java documentation for android.graphics.pdf.PdfDocument.Page.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,19 @@
Android.Graphics.Canvas
- To be added.
- To be added.
+ Gets the Canvas of the page.
+ The canvas if the page is not finished, null otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.pdf.PdfDocument.Page.getCanvas().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+PageInfo.xml b/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+PageInfo.xml
index 332e173a58..694b86548b 100644
--- a/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+PageInfo.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Pdf/PdfDocument+PageInfo.xml
@@ -18,14 +18,18 @@
- To be added.
+ This class represents meta-data that describes a PDF Page.
- Android platform documentation
+ Java documentation for android.graphics.pdf.PdfDocument.PageInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,19 @@
Android.Graphics.Rect
- To be added.
- To be added.
+ Get the content rectangle in PostScript points (1/72th of an inch).
+ The content rectangle.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.pdf.PdfDocument.PageInfo.getContentRect().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,10 +120,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the page height in PostScript points (1/72th of an inch).
+ The page height.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.pdf.PdfDocument.PageInfo.getPageHeight().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -134,10 +156,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the page number.
+ The page number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.pdf.PdfDocument.PageInfo.getPageNumber().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -161,10 +192,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the page width in PostScript points (1/72th of an inch).
+ The page width.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.pdf.PdfDocument.PageInfo.getPageWidth().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics.Pdf/PdfRenderer+Page.xml b/docs/Mono.Android/en/Android.Graphics.Pdf/PdfRenderer+Page.xml
index 704c882414..a6d1b21e58 100644
--- a/docs/Mono.Android/en/Android.Graphics.Pdf/PdfRenderer+Page.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Pdf/PdfRenderer+Page.xml
@@ -31,14 +31,18 @@
- To be added.
+ This class represents a PDF document page for rendering.
- Android platform documentation
+ Java documentation for android.graphics.pdf.PdfRenderer.Page.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -66,9 +70,18 @@
- To be added.
+ Closes this page.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.pdf.PdfRenderer.Page.close().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -92,10 +105,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the page height in points (1/72").
+ The height in points.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.pdf.PdfRenderer.Page.getHeight().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -119,10 +141,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the page index.
+ The index.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.pdf.PdfRenderer.Page.getIndex().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -193,13 +224,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ Destination bitmap to which to render.
+ Optional clip in the bitmap bounds.
+ Optional transformation to apply when rendering.
+ The render mode.
+ Renders a page to a bitmap.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.pdf.PdfRenderer.Page.render(android.graphics.Bitmap, android.graphics.Rect, android.graphics.Matrix, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -228,9 +268,18 @@
1
- To be added.
+ Mode to render the content for display on a screen.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.pdf.PdfRenderer.Page.RENDER_MODE_FOR_DISPLAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -259,9 +308,18 @@
2
- To be added.
+ Mode to render the content for printing.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.pdf.PdfRenderer.Page.RENDER_MODE_FOR_PRINT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -347,10 +405,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the page width in points (1/72").
+ The width in points.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.pdf.PdfRenderer.Page.getWidth().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Builder.xml b/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Builder.xml
index a9eaa7f38e..c49dd6a8b3 100644
--- a/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Builder.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Helper class for creating a LineBreaker.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -64,9 +75,20 @@
- To be added.
+ Build a new LineBreaker with given parameters.
To be added.
- To be added.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+ParagraphConstraints.xml b/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+ParagraphConstraints.xml
index da694b3643..6ced780cb7 100644
--- a/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+ParagraphConstraints.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+ParagraphConstraints.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Line breaking constraints for single paragraph.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -84,9 +95,20 @@
System.Single
- To be added.
+ Returns the default tab stops in pixels.
To be added.
- To be added.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.getDefaultTabStop().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -109,9 +131,20 @@
System.Single
- To be added.
+ Return the first line's width for this paragraph in pixel.
To be added.
- To be added.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.getFirstWidth().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -134,9 +167,20 @@
System.Int32
- To be added.
+ Return the number of lines to apply the first line's width.
To be added.
- To be added.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.getFirstWidthLineCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -160,9 +204,20 @@
- To be added.
+ Returns the array of tab stops in pixels.
To be added.
- To be added.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.getTabStops().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -218,10 +273,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the line width of the starting of the paragraph
+ the number of lines that applies the firstWidth
+ Set indent for this paragraph.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.setIndent(float, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -248,10 +314,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the array of pixels of tap stopping position
+ pixels of the default tab stopping position
+ Set tab stops for this paragraph.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.setTabStops(float[], float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -336,9 +413,27 @@
System.Single
- To be added.
+ Return the width for this paragraph in pixels. -or- Set width for this paragraph.
To be added.
- To be added.
+
+ Property getter documentation:
+
+
+ Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.getWidth().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.graphics.text.LineBreaker.ParagraphConstraints.setWidth(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Result.xml b/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Result.xml
index 8c8a615a6e..4b45500c74 100644
--- a/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Result.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Text/LineBreaker+Result.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Holds the result of the LineBreaker#computeLineBreaks line breaking algorithm.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.Result.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -66,10 +77,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ an index of the line.
+ Returns an end hyphen edit for the line.
+ an end hyphen edit for the line.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.Result.getEndLineHyphenEdit(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -95,10 +117,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ an index of the line.
+ Returns font ascent of the line in pixels.
+ an entier font ascent of the line in pixels.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.Result.getLineAscent(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -124,10 +157,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ an index of the line.
+ Returns character offset of the break for a given line.
+ the break offset.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.Result.getLineBreakOffset(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,10 +197,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ an index of the line.
+ Returns font descent of the line in pixels.
+ an entier font descent of the line in pixels.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.Result.getLineDescent(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -182,10 +237,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ an index of the line.
+ Returns width of a given line in pixels.
+ width of the line in pixels
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.Result.getLineWidth(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -211,10 +277,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ an index of the line.
+ Returns a start hyphen edit for the line.
+ a start hyphen edit for the line.
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.Result.getStartLineHyphenEdit(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -240,10 +317,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ an index of the line.
+ Returns true if the line has a TAB character.
+ true if the line has a TAB character
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.Result.hasLineTab(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -295,9 +383,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Returns the number of lines in the paragraph.
+ number of lines
+
+
+
+ Java documentation for android.graphics.text.LineBreaker.Result.getLineCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Graphics.Text/MeasuredText+Builder.xml b/docs/Mono.Android/en/Android.Graphics.Text/MeasuredText+Builder.xml
index fc41612bde..39ab18db3b 100644
--- a/docs/Mono.Android/en/Android.Graphics.Text/MeasuredText+Builder.xml
+++ b/docs/Mono.Android/en/Android.Graphics.Text/MeasuredText+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Helper class for creating a MeasuredText.
+
+
+
+ Java documentation for android.graphics.text.MeasuredText.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
- To be added.
- To be added.
+ a text
+ Construct a builder with existing MeasuredText.
+
+
+
+ Java documentation for android.graphics.text.MeasuredText.Builder.MeasuredText$Builder(android.graphics.text.MeasuredText).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -67,9 +89,20 @@
- To be added.
- To be added.
- To be added.
+ a text
+ Construct a builder.
+
+
+
+ Java documentation for android.graphics.text.MeasuredText.Builder.MeasuredText$Builder(char[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -159,9 +192,20 @@
- To be added.
+ Creates a MeasuredText.
To be added.
- To be added.
+
+
+
+ Java documentation for android.graphics.text.MeasuredText.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Graphics/AvoidXfermode.xml b/docs/Mono.Android/en/Android.Graphics/AvoidXfermode.xml
index 1391d37d0a..a6c0c2cd35 100644
--- a/docs/Mono.Android/en/Android.Graphics/AvoidXfermode.xml
+++ b/docs/Mono.Android/en/Android.Graphics/AvoidXfermode.xml
@@ -23,9 +23,18 @@
AvoidXfermode xfermode will draw the src everywhere except on top of the
- opColor or, depending on the Mode, draw only on top of the opColor.
+ opColor or, depending on the Mode, draw only on top of the opColor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.AvoidXfermode.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Bitmap+CompressFormat.xml b/docs/Mono.Android/en/Android.Graphics/Bitmap+CompressFormat.xml
index 15e58b08b9..7788864eb3 100644
--- a/docs/Mono.Android/en/Android.Graphics/Bitmap+CompressFormat.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Bitmap+CompressFormat.xml
@@ -18,15 +18,18 @@
- Specifies the known formats a bitmap can be compressed into
-
+ Specifies the known formats a bitmap can be compressed into
- Android platform documentation
+ Java documentation for android.graphics.Bitmap.CompressFormat.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Bitmap+Config.xml b/docs/Mono.Android/en/Android.Graphics/Bitmap+Config.xml
index d66e1d0116..b976a3fdc3 100644
--- a/docs/Mono.Android/en/Android.Graphics/Bitmap+Config.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Bitmap+Config.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.graphics.Bitmap.Config.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/BitmapFactory+Options.xml b/docs/Mono.Android/en/Android.Graphics/BitmapFactory+Options.xml
index ff8fab29e0..9cc7615138 100644
--- a/docs/Mono.Android/en/Android.Graphics/BitmapFactory+Options.xml
+++ b/docs/Mono.Android/en/Android.Graphics/BitmapFactory+Options.xml
@@ -47,9 +47,18 @@
Create a default Options object, which if left unchanged will give
- the same result from the decoder as if null were passed.
+ the same result from the decoder as if null were passed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.BitmapFactory$Options().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -98,10 +107,19 @@
If set, decode methods that take the Options object will attempt to
- reuse this bitmap when loading content.
+ reuse this bitmap when loading content.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inBitmap.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,7 +185,16 @@
image.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inDither.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -199,7 +226,16 @@
This field works in conjuction with inPurgeable.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inInputShareable.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -225,11 +261,19 @@
If set to true, the decoder will return null (no bitmap), but
- the out... fields will still be set, allowing the caller to query
- the bitmap without having to allocate the memory for its pixels.
+ the <code>out.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inJustDecodeBounds.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,10 +299,19 @@
If set, decode methods will always return a mutable Bitmap instead of
- an immutable one.
+ an immutable one.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inMutable.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,7 +345,16 @@
expense of the decoding speed.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inPreferQualityOverSpeed.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -317,10 +379,20 @@
Android.Graphics.ColorSpace
- To be added.
+ If this is non-null, the decoder will try to decode into this
+ color space.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inPreferredColorSpace.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -373,10 +445,20 @@
System.Boolean
- To be added.
+ If true (which is the default), the resulting bitmap will have its
+ color channels pre-multipled by the alpha channel.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inPremultiplied.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -409,7 +491,16 @@
memory.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inPurgeable.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -463,14 +554,23 @@
System.Boolean
- When this flag is set, if and
- are not 0, the
- bitmap will be scaled to match when loaded,
- rather than relying on the graphics system scaling it each time it
- is drawn to a Canvas.
+ When this flag is set, if #inDensity and
+ #inTargetDensity are not 0, the
+ bitmap will be scaled to match #inTargetDensity when loaded,
+ rather than relying on the graphics system scaling it each time it
+ is drawn to a Canvas.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inScaled.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,7 +598,16 @@
The pixel density of the actual screen that is being used.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inScreenDensity.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -530,7 +639,16 @@
The pixel density of the destination this bitmap will be drawn to.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inTargetDensity.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -562,7 +680,16 @@
Temp storage to use for decoding.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.inTempStorage.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -625,7 +752,16 @@
Flag to indicate that cancel has been called on this object.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.mCancel.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -650,10 +786,19 @@
Android.Graphics.ColorSpace
- To be added.
+ If known, the color space the decoded bitmap will have.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.outColorSpace.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -704,11 +849,19 @@
System.Int32
- The resulting height of the bitmap, set independent of the state of
- inJustDecodeBounds.
+ The resulting height of the bitmap.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.outHeight.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -736,7 +889,16 @@
If known, this string is set to the mimetype of the decoded image.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.outMimeType.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -761,11 +923,19 @@
System.Int32
- The resulting width of the bitmap, set independent of the state of
- inJustDecodeBounds.
+ The resulting width of the bitmap.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.outWidth.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -798,7 +968,16 @@
This can be called from another thread while this options object is
inside a decode... call.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.BitmapFactory.Options.requestCancelDecode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Canvas+EdgeType.xml b/docs/Mono.Android/en/Android.Graphics/Canvas+EdgeType.xml
index c827783bcc..a0cd7d584d 100644
--- a/docs/Mono.Android/en/Android.Graphics/Canvas+EdgeType.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Canvas+EdgeType.xml
@@ -22,14 +22,18 @@
- To be added.
+ Constant values used as parameters to quickReject() calls.
- Android platform documentation
+ Java documentation for android.graphics.Canvas.EdgeType.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Canvas.xml b/docs/Mono.Android/en/Android.Graphics/Canvas.xml
index b138bdb797..d48a672d38 100644
--- a/docs/Mono.Android/en/Android.Graphics/Canvas.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Canvas.xml
@@ -863,9 +863,18 @@
The region to operate on the current clip, based on op
Intersect the current clip with the specified region.
- To be added.
+ true if the resulting is non-empty
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Canvas.clipRegion(android.graphics.Region).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -4642,13 +4651,14 @@
flag bits that specify which parts of the Canvas state
- to save/restore
- Saves the current matrix and clip onto a private stack.
+ to save/restore
+ Based on saveFlags, can save the current matrix and clip onto a private
+ stack.
The value to pass to restoreToCount() to balance this save()
- Java documentation for android.graphics.Canvas.save().
+ Java documentation for android.graphics.Canvas.save(int).
diff --git a/docs/Mono.Android/en/Android.Graphics/ColorSpace+Connector.xml b/docs/Mono.Android/en/Android.Graphics/ColorSpace+Connector.xml
index b499fdb46f..40fa0a2b98 100644
--- a/docs/Mono.Android/en/Android.Graphics/ColorSpace+Connector.xml
+++ b/docs/Mono.Android/en/Android.Graphics/ColorSpace+Connector.xml
@@ -72,10 +72,19 @@
Android.Graphics.ColorSpace
- To be added.
- To be added.
+ Returns the destination color space this connector will convert to.
+ A non-null instance of ColorSpace
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Connector.getDestination().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -157,10 +166,19 @@
Android.Graphics.ColorSpace
- To be added.
- To be added.
+ Returns the source color space this connector will convert from.
+ A non-null instance of ColorSpace
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Connector.getSource().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -249,11 +267,23 @@
- To be added.
- To be added.
- To be added.
+ A non-null array of 3 floats containing the value to transform
+ and that will hold the result of the transform
+ Transforms the specified color from the source color space
+ to a color in the destination color space.
+ The v array passed as a parameter, containing the specified color
+ transformed from the source space to the destination space
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Connector.transform(float[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -282,13 +312,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The red component of the color to transform
+ The green component of the color to transform
+ The blue component of the color to transform
+ Transforms the specified color from the source color space
+ to a color in the destination color space.
+ A new array of 3 floats containing the specified color
+ transformed from the source space to the destination space
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Connector.transform(float, float, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/ColorSpace+Model.xml b/docs/Mono.Android/en/Android.Graphics/ColorSpace+Model.xml
index aa19c4cad9..e32527bcfd 100644
--- a/docs/Mono.Android/en/Android.Graphics/ColorSpace+Model.xml
+++ b/docs/Mono.Android/en/Android.Graphics/ColorSpace+Model.xml
@@ -18,14 +18,19 @@
- To be added.
+ A color model is required by a ColorSpace to describe the
+ way colors can be represented as tuples of numbers.
- Android platform documentation
+ Java documentation for android.graphics.ColorSpace.Model.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,10 +81,19 @@
System.Int32
- To be added.
- To be added.
+ Returns the number of components for this color model.
+ An integer between 1 and 4
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Model.getComponentCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/ColorSpace+RenderIntent.xml b/docs/Mono.Android/en/Android.Graphics/ColorSpace+RenderIntent.xml
index ee6086bd93..2caf4bd81f 100644
--- a/docs/Mono.Android/en/Android.Graphics/ColorSpace+RenderIntent.xml
+++ b/docs/Mono.Android/en/Android.Graphics/ColorSpace+RenderIntent.xml
@@ -18,14 +18,19 @@
- To be added.
+ A render intent determines how a ColorSpace.Connector connector
+ maps colors from one color space to another.
- Android platform documentation
+ Java documentation for android.graphics.ColorSpace.RenderIntent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/ColorSpace+Rgb.xml b/docs/Mono.Android/en/Android.Graphics/ColorSpace+Rgb.xml
index 47e2c43e35..15bf5ce697 100644
--- a/docs/Mono.Android/en/Android.Graphics/ColorSpace+Rgb.xml
+++ b/docs/Mono.Android/en/Android.Graphics/ColorSpace+Rgb.xml
@@ -105,12 +105,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ Name of the color space, cannot be null, its length must be >= 1
+ 3x3 column-major transform matrix from RGB to the profile
+ connection space CIE XYZ as an array of 9 floats, cannot be null
+ Gamma to use as the transfer function
+ Creates a new RGB color space using a 3x3 column-major transform matrix.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.ColorSpace$Rgb(java.lang.String, float[], double).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -137,13 +147,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ Name of the color space, cannot be null, its length must be >= 1
+ 3x3 column-major transform matrix from RGB to the profile
+ connection space CIE XYZ as an array of 9 floats, cannot be null
+ Opto-electronic transfer function, cannot be null
+ Electro-optical transfer function, cannot be null
+ Creates a new RGB color space using a 3x3 column-major transform matrix.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.ColorSpace$Rgb(java.lang.String, float[], java.util.function.DoubleUnaryOperator, java.util.function.DoubleUnaryOperator).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,13 +223,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ Name of the color space, cannot be null, its length must be >= 1
+ RGB primaries as an array of 6 (xy) or 9 (XYZ) floats
+ Reference white as an array of 2 (xy) or 3 (XYZ) floats
+ Gamma to use as the transfer function
+ Creates a new RGB color space using a specified set of primaries
+ and a specified white point.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.ColorSpace$Rgb(java.lang.String, float[], float[], double).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -239,16 +269,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ Name of the color space, cannot be null, its length must be >= 1
+ RGB primaries as an array of 6 (xy) or 9 (XYZ) floats
+ Reference white as an array of 2 (xy) or 3 (XYZ) floats
+ Opto-electronic transfer function, cannot be null
+ Electro-optical transfer function, cannot be null
+ The minimum valid value in this color space's RGB range
+ The maximum valid value in this color space's RGB range
+ Creates a new RGB color space using a specified set of primaries
+ and a specified white point.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.ColorSpace$Rgb(java.lang.String, float[], float[], java.util.function.DoubleUnaryOperator, java.util.function.DoubleUnaryOperator, float, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -272,10 +312,19 @@
Java.Util.Functions.IDoubleUnaryOperator
- To be added.
- To be added.
+ Returns the electro-optical transfer function (EOTF) of this color space.
+ A transfer function that converts from "gamma space" to linear space
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.getEotf().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -302,11 +351,22 @@
- To be added.
- To be added.
- To be added.
+ A non-null array of linear RGB values, its length
+ must be at least 3
+ Encodes an RGB value from linear space to this color space's
+ "gamma space".
+ A new array of 3 floats containing non-linear RGB values
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.fromLinear(float[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -335,13 +395,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The red component to encode from linear space
+ The green component to encode from linear space
+ The blue component to encode from linear space
+ Encodes an RGB value from linear space to this color space's
+ "gamma space".
+ A new array of 3 floats containing non-linear RGB values
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.fromLinear(float, float, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -397,10 +467,19 @@
- To be added.
- To be added.
+ Returns the inverse transform of this color space as a new array.
+ A new array of 9 floats
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.getInverseTransform().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -427,11 +506,21 @@
- To be added.
- To be added.
- To be added.
+ The destination array, cannot be null, its length
+ must be >= 9
+ Copies the inverse transform of this color space in specified array.
+ The destination array passed as a parameter
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.getInverseTransform(float[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -518,10 +607,19 @@
- To be added.
- To be added.
+ Returns the primaries of this color space as a new array of 6 floats.
+ A new non-null array of 2 floats
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.getPrimaries().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -548,11 +646,21 @@
- To be added.
- To be added.
- To be added.
+ The destination array, cannot be null, its length
+ must be >= 6
+ Copies the primaries of this color space in specified array.
+ The destination array passed as a parameter
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.getPrimaries(float[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -605,10 +713,19 @@
- To be added.
- To be added.
+ Returns the transform of this color space as a new array.
+ A new array of 9 floats
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.getTransform().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -635,11 +752,21 @@
- To be added.
- To be added.
- To be added.
+ The destination array, cannot be null, its length
+ must be >= 9
+ Copies the transform of this color space in specified array.
+ The destination array passed as a parameter
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.getTransform(float[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -664,10 +791,20 @@
- To be added.
- To be added.
+ Returns the non-adapted CIE xyY white point of this color space as
+ a new array of 2 floats.
+ A new non-null array of 2 floats
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.getWhitePoint().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -694,11 +831,22 @@
- To be added.
- To be added.
- To be added.
+ The destination array, cannot be null, its length
+ must be >= 2
+ Copies the non-adapted CIE xyY white point of this color space in
+ specified array.
+ The destination array passed as a parameter
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.getWhitePoint(float[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -872,11 +1020,21 @@
- To be added.
- To be added.
- To be added.
+ A non-null array of non-linear RGB values, its length
+ must be at least 3
+ Decodes an RGB value to linear space.
+ The specified array
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.toLinear(float[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -905,13 +1063,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The red component to decode to linear space
+ The green component to decode to linear space
+ The blue component to decode to linear space
+ Decodes an RGB value to linear space.
+ A new array of 3 floats containing linear RGB values
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.ColorSpace.Rgb.toLinear(float, float, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/HardwareRenderer+FrameRenderRequest.xml b/docs/Mono.Android/en/Android.Graphics/HardwareRenderer+FrameRenderRequest.xml
index 9d455e36cd..c90df179f6 100644
--- a/docs/Mono.Android/en/Android.Graphics/HardwareRenderer+FrameRenderRequest.xml
+++ b/docs/Mono.Android/en/Android.Graphics/HardwareRenderer+FrameRenderRequest.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ Sets the parameters that can be used to control a render request for a
+ HardwareRenderer.
+
+
+
+ Java documentation for android.graphics.HardwareRenderer.FrameRenderRequest.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -167,9 +179,20 @@
- To be added.
- To be added.
- To be added.
+ Syncs the RenderNode tree to the render thread and requests a frame to be drawn.
+ The result of the sync operation.
+
+
+
+ Java documentation for android.graphics.HardwareRenderer.FrameRenderRequest.syncAndDraw().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+DecodeException.xml b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+DecodeException.xml
index 047564bccd..461bc20a07 100644
--- a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+DecodeException.xml
+++ b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+DecodeException.xml
@@ -42,9 +42,20 @@
Android.Graphics.ImageDecoderErrorType
- To be added.
+ Retrieve the reason that decoding was interrupted.
To be added.
- To be added.
+
+
+
+ Java documentation for android.graphics.ImageDecoder.DecodeException.getError().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -126,8 +137,19 @@
1
- To be added.
- To be added.
+ An Exception was thrown reading the Source.
+
+
+
+ Java documentation for android.graphics.ImageDecoder.DecodeException.SOURCE_EXCEPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,8 +177,19 @@
2
- To be added.
- To be added.
+ The encoded data was incomplete.
+
+
+
+ Java documentation for android.graphics.ImageDecoder.DecodeException.SOURCE_INCOMPLETE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -184,8 +217,19 @@
3
- To be added.
- To be added.
+ The encoded data contained an error.
+
+
+
+ Java documentation for android.graphics.ImageDecoder.DecodeException.SOURCE_MALFORMED_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnHeaderDecodedListener.xml b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnHeaderDecodedListener.xml
index 01e4edc20a..35ac047882 100644
--- a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnHeaderDecodedListener.xml
+++ b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnHeaderDecodedListener.xml
@@ -25,8 +25,20 @@
- To be added.
- To be added.
+ Optional listener supplied to #decodeDrawable or
+ #decodeBitmap.
+
+
+
+ Java documentation for android.graphics.ImageDecoder.OnHeaderDecodedListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnPartialImageListener.xml b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnPartialImageListener.xml
index 9785da64c8..ed300ab222 100644
--- a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnPartialImageListener.xml
+++ b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+IOnPartialImageListener.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ Optional listener supplied to the ImageDecoder.
+
+
+
+ Java documentation for android.graphics.ImageDecoder.OnPartialImageListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+ImageInfo.xml b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+ImageInfo.xml
index 153927104a..e22252696a 100644
--- a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+ImageInfo.xml
+++ b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+ImageInfo.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Contains information about the encoded image.
+
+
+
+ Java documentation for android.graphics.ImageDecoder.ImageInfo.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -88,9 +99,20 @@
System.Boolean
- To be added.
+ Whether the image is animated.
To be added.
- To be added.
+
+
+
+ Java documentation for android.graphics.ImageDecoder.ImageInfo.isAnimated().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -142,9 +164,20 @@
System.String
- To be added.
+ The mimeType of the image.
To be added.
- To be added.
+
+
+
+ Java documentation for android.graphics.ImageDecoder.ImageInfo.getMimeType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -167,9 +200,20 @@
Android.Util.Size
- To be added.
+ Size of the image, without scaling or cropping.
To be added.
- To be added.
+
+
+
+ Java documentation for android.graphics.ImageDecoder.ImageInfo.getSize().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+Source.xml b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+Source.xml
index 47529d5207..ca7ec24171 100644
--- a/docs/Mono.Android/en/Android.Graphics/ImageDecoder+Source.xml
+++ b/docs/Mono.Android/en/Android.Graphics/ImageDecoder+Source.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Source of the encoded image data.
+
+
+
+ Java documentation for android.graphics.ImageDecoder.Source.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Graphics/ImageFormat.xml b/docs/Mono.Android/en/Android.Graphics/ImageFormat.xml
index 4ff1b96de5..91e4549445 100644
--- a/docs/Mono.Android/en/Android.Graphics/ImageFormat.xml
+++ b/docs/Mono.Android/en/Android.Graphics/ImageFormat.xml
@@ -307,12 +307,11 @@
- To be added.
- the number of bits per pixel of the given format or -1 if the
- format doesn't exist or is not supported.
+ format
Use this function to retrieve the number of bits per pixel of an
ImageFormat.
- To be added.
+ the number of bits per pixel of the given format or -1 if the
+ format doesn't exist or is not supported.
diff --git a/docs/Mono.Android/en/Android.Graphics/Matrix+ScaleToFit.xml b/docs/Mono.Android/en/Android.Graphics/Matrix+ScaleToFit.xml
index b371b5a642..1b28744f17 100644
--- a/docs/Mono.Android/en/Android.Graphics/Matrix+ScaleToFit.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Matrix+ScaleToFit.xml
@@ -18,15 +18,18 @@
- Controlls how the src rect should align into the dst rect for
- setRectToRect().
+ Controls how the src rect should align into the dst rect for setRectToRect().
- Android platform documentation
+ Java documentation for android.graphics.Matrix.ScaleToFit.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Paint+Align.xml b/docs/Mono.Android/en/Android.Graphics/Paint+Align.xml
index c0cad45a18..d790534209 100644
--- a/docs/Mono.Android/en/Android.Graphics/Paint+Align.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Paint+Align.xml
@@ -19,14 +19,18 @@
Align specifies how drawText aligns its text relative to the
- [x,y] coordinates.
+ [x,y] coordinates.
- Android platform documentation
+ Java documentation for android.graphics.Paint.Align.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Paint+Cap.xml b/docs/Mono.Android/en/Android.Graphics/Paint+Cap.xml
index 03ef962e78..0742577eb4 100644
--- a/docs/Mono.Android/en/Android.Graphics/Paint+Cap.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Paint+Cap.xml
@@ -19,14 +19,18 @@
The Cap specifies the treatment for the beginning and ending of
- stroked lines and paths.
+ stroked lines and paths.
- Android platform documentation
+ Java documentation for android.graphics.Paint.Cap.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Paint+FontMetrics.xml b/docs/Mono.Android/en/Android.Graphics/Paint+FontMetrics.xml
index be25c6b81f..0522d932fc 100644
--- a/docs/Mono.Android/en/Android.Graphics/Paint+FontMetrics.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Paint+FontMetrics.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.graphics.Paint.FontMetrics.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -101,7 +105,16 @@
The recommended distance above the baseline for singled spaced text.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.FontMetrics.ascent.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,11 +139,20 @@
System.Single
- The maximum distance below the baseline for the lowest glyph in
- the font at a given text size.
+ The maximum distance below the baseline for the lowest glyph in
+ the font at a given text size.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.FontMetrics.bottom.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -158,7 +180,16 @@
The recommended distance below the baseline for singled spaced text.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.FontMetrics.descent.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -217,7 +248,16 @@
The recommended additional space to add between lines of text.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.FontMetrics.leading.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -304,11 +344,20 @@
System.Single
- The maximum distance above the baseline for the tallest glyph in
- the font at a given text size.
+ The maximum distance above the baseline for the tallest glyph in
+ the font at a given text size.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.FontMetrics.top.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Paint+FontMetricsInt.xml b/docs/Mono.Android/en/Android.Graphics/Paint+FontMetricsInt.xml
index 668ab0ce2f..b451866b1c 100644
--- a/docs/Mono.Android/en/Android.Graphics/Paint+FontMetricsInt.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Paint+FontMetricsInt.xml
@@ -19,14 +19,18 @@
Convenience method for callers that want to have FontMetrics values as
- integers.
+ integers.
- Android platform documentation
+ Java documentation for android.graphics.Paint.FontMetricsInt.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -99,11 +103,19 @@
System.Int32
-
-
+ The recommended distance above the baseline for singled spaced text.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.FontMetricsInt.ascent.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -128,11 +140,20 @@
System.Int32
-
-
+ The maximum distance below the baseline for the lowest glyph in
+ the font at a given text size.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.FontMetricsInt.bottom.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -157,11 +178,19 @@
System.Int32
-
-
+ The recommended distance below the baseline for singled spaced text.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.FontMetricsInt.descent.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -217,11 +246,19 @@
System.Int32
-
-
+ The recommended additional space to add between lines of text.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.FontMetricsInt.leading.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -308,11 +345,20 @@
System.Int32
-
-
+ The maximum distance above the baseline for the tallest glyph in
+ the font at a given text size.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.FontMetricsInt.top.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Paint+Join.xml b/docs/Mono.Android/en/Android.Graphics/Paint+Join.xml
index aa6eef1751..8e84e0a588 100644
--- a/docs/Mono.Android/en/Android.Graphics/Paint+Join.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Paint+Join.xml
@@ -19,14 +19,18 @@
The Join specifies the treatment where lines and curve segments
- join on a stroked path.
+ join on a stroked path.
- Android platform documentation
+ Java documentation for android.graphics.Paint.Join.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Paint+Style.xml b/docs/Mono.Android/en/Android.Graphics/Paint+Style.xml
index e2bf239aeb..2607570940 100644
--- a/docs/Mono.Android/en/Android.Graphics/Paint+Style.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Paint+Style.xml
@@ -19,14 +19,18 @@
The Style specifies if the primitive being drawn is filled, stroked, or
- both (in the same color).
+ both (in the same color).
- Android platform documentation
+ Java documentation for android.graphics.Paint.Style.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Paint.xml b/docs/Mono.Android/en/Android.Graphics/Paint.xml
index c57a0cf507..6aeae3db96 100644
--- a/docs/Mono.Android/en/Android.Graphics/Paint.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Paint.xml
@@ -581,8 +581,8 @@
[<get: Android.Runtime.Register("getColor", "()I", "GetGetColorHandler")>]
- [set: Android.Runtime.Register("setColor", "(I)V", "GetSetColor_IHandler", ApiSince=29)]
- [<set: Android.Runtime.Register("setColor", "(I)V", "GetSetColor_IHandler", ApiSince=29)>]
+ [set: Android.Runtime.Register("setColor", "(I)V", "GetSetColor_IHandler")]
+ [<set: Android.Runtime.Register("setColor", "(I)V", "GetSetColor_IHandler")>]
@@ -3418,9 +3418,18 @@
Get the paint's rasterizer (or null).
- To be added.
+ the paint's rasterizer (or null)
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.getRasterizer().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3548,6 +3557,46 @@
+
+
+
+
+
+ Method
+
+ Mono.Android
+ 0.0.0.0
+
+
+
+ [Android.Runtime.Register("setColor", "(J)V", "GetSetColor_JHandler", ApiSince=29)]
+ [<Android.Runtime.Register("setColor", "(J)V", "GetSetColor_JHandler", ApiSince=29)>]
+
+
+
+ System.Void
+
+
+
+
+
+ The new color (including alpha and ColorSpace)
+ to set in the paint.
+ Set the paint's color with a ColorLong.
+
+
+
+ Java documentation for android.graphics.Paint.setColor(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
+
@@ -3743,11 +3792,20 @@
May be null. The new rasterizer to be installed in
- the paint.
+ the paint.
Set or clear the rasterizer object.
- To be added.
+ rasterizer
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Paint.setRasterizer(android.graphics.Rasterizer).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Path+Direction.xml b/docs/Mono.Android/en/Android.Graphics/Path+Direction.xml
index 30913e4684..02dd630250 100644
--- a/docs/Mono.Android/en/Android.Graphics/Path+Direction.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Path+Direction.xml
@@ -18,15 +18,18 @@
- Specifies how closed shapes (e.g. rects, ovals) are oriented when they
- are added to a path.
+ Specifies how closed shapes (e.
- Android platform documentation
+ Java documentation for android.graphics.Path.Direction.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Path+FillType.xml b/docs/Mono.Android/en/Android.Graphics/Path+FillType.xml
index 29fb7d4db2..a6ad62a125 100644
--- a/docs/Mono.Android/en/Android.Graphics/Path+FillType.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Path+FillType.xml
@@ -18,15 +18,18 @@
- Enum for the ways a path may be filled
-
+ Enum for the ways a path may be filled.
- Android platform documentation
+ Java documentation for android.graphics.Path.FillType.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Path+Op.xml b/docs/Mono.Android/en/Android.Graphics/Path+Op.xml
index 5fe1dba306..6b826dff38 100644
--- a/docs/Mono.Android/en/Android.Graphics/Path+Op.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Path+Op.xml
@@ -18,14 +18,18 @@
- To be added.
+ The logical operations that can be performed when combining two paths.
- Android platform documentation
+ Java documentation for android.graphics.Path.Op.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Picture.xml b/docs/Mono.Android/en/Android.Graphics/Picture.xml
index 2950ff0111..b6f7aa06b3 100644
--- a/docs/Mono.Android/en/Android.Graphics/Picture.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Picture.xml
@@ -205,7 +205,16 @@
Create a new picture (already recorded) from the data in the stream.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Picture.createFromStream(java.io.InputStream).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -549,7 +558,16 @@
To be added.
Write the picture contents to a stream.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Picture.writeToStream(java.io.OutputStream).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/PixelXorXfermode.xml b/docs/Mono.Android/en/Android.Graphics/PixelXorXfermode.xml
index 0c7d04d678..2f549ed77a 100644
--- a/docs/Mono.Android/en/Android.Graphics/PixelXorXfermode.xml
+++ b/docs/Mono.Android/en/Android.Graphics/PixelXorXfermode.xml
@@ -24,7 +24,16 @@
PixelXorXfermode implements a simple pixel xor (op ^ src ^ dst).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.PixelXorXfermode.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+IOnFrameAvailableListener.xml b/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+IOnFrameAvailableListener.xml
index 3872690db8..688e0e3618 100644
--- a/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+IOnFrameAvailableListener.xml
+++ b/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+IOnFrameAvailableListener.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.graphics.SurfaceTexture.OnFrameAvailableListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+OutOfResourcesException.xml b/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+OutOfResourcesException.xml
index 972026fbc3..6a1bc34970 100644
--- a/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+OutOfResourcesException.xml
+++ b/docs/Mono.Android/en/Android.Graphics/SurfaceTexture+OutOfResourcesException.xml
@@ -22,10 +22,18 @@
- Exception thrown when a surface couldn't be created or resized
-
+ Exception thrown when a SurfaceTexture couldn't be created or resized.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.SurfaceTexture.OutOfResourcesException.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Typeface+Builder.xml b/docs/Mono.Android/en/Android.Graphics/Typeface+Builder.xml
index 979ba50434..818c3745ec 100644
--- a/docs/Mono.Android/en/Android.Graphics/Typeface+Builder.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Typeface+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ A builder class for creating new Typeface instance.
- Android platform documentation
+ Java documentation for android.graphics.Typeface.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,19 @@
- To be added.
- To be added.
+ The file object refers to the font file.
+ Constructs a builder with a file path.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Typeface.Builder.Typeface$Builder(java.io.File).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,10 +89,19 @@
- To be added.
- To be added.
+ The file descriptor. The passed fd must be mmap-able.
+ Constructs a builder with a file descriptor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Typeface.Builder.Typeface$Builder(java.io.FileDescriptor).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -103,10 +125,19 @@
- To be added.
- To be added.
+ The full path to the font file.
+ Constructs a builder with a file path.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Typeface.Builder.Typeface$Builder(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,11 +162,20 @@
- To be added.
- To be added.
- To be added.
+ The application's asset manager
+ The file name of the font data in the asset directory
+ Constructs a builder from an asset manager and a file path in an asset directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Typeface.Builder.Typeface$Builder(android.content.res.AssetManager, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,10 +200,19 @@
- To be added.
- To be added.
+ Generates new Typeface from specified configuration.
+ Newly created Typeface. May return null if some parameters are invalid.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.graphics.Typeface.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Graphics/Typeface+CustomFallbackBuilder.xml b/docs/Mono.Android/en/Android.Graphics/Typeface+CustomFallbackBuilder.xml
index 0b95758691..81bbc263bb 100644
--- a/docs/Mono.Android/en/Android.Graphics/Typeface+CustomFallbackBuilder.xml
+++ b/docs/Mono.Android/en/Android.Graphics/Typeface+CustomFallbackBuilder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder class for creating new Typeface instance.
+
+
+
+ Java documentation for android.graphics.Typeface.CustomFallbackBuilder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
- To be added.
- To be added.
+ a family object
+ Constructs a builder with a font family.
+
+
+
+ Java documentation for android.graphics.Typeface.CustomFallbackBuilder.Typeface$CustomFallbackBuilder(android.graphics.fonts.FontFamily).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -97,9 +119,20 @@
- To be added.
- To be added.
- To be added.
+ Create the Typeface based on the configured values.
+ the Typeface object
+
+
+
+ Java documentation for android.graphics.Typeface.CustomFallbackBuilder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -151,9 +184,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Returns the maximum capacity of custom fallback families.
+ the maximum number of font families for the custom fallback
+
+
+
+ Java documentation for android.graphics.Typeface.CustomFallbackBuilder.getMaxCustomFallbackCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricManager+Strings.xml b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricManager+Strings.xml
index eec211f26f..cdeef0b152 100644
--- a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricManager+Strings.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricManager+Strings.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ Provides localized strings for an application that uses BiometricPrompt to
+ authenticate the user.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricManager.Strings.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -82,9 +94,21 @@
Java.Lang.ICharSequence
- To be added.
- To be added.
- To be added.
+ Provides a localized string that can be used as the label for a button that invokes
+ BiometricPrompt.
+ The label for a button that invokes BiometricPrompt for authentication.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricManager.Strings.getButtonLabel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,9 +179,21 @@
Java.Lang.ICharSequence
- To be added.
- To be added.
- To be added.
+ Provides a localized string that can be shown while the user is authenticating with
+ BiometricPrompt.
+ The label for a button that invokes BiometricPrompt for authentication.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricManager.Strings.getPromptMessage().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -199,9 +235,21 @@
Java.Lang.ICharSequence
- To be added.
- To be added.
- To be added.
+ Provides a localized string that can be shown as the title for an app setting that
+ enables authentication with BiometricPrompt.
+ The label for a button that invokes BiometricPrompt for authentication.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricManager.Strings.getSettingName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationCallback.xml b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationCallback.xml
index 7d928ce4db..a67bfeeb07 100644
--- a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationCallback.xml
@@ -18,8 +18,21 @@
- To be added.
- To be added.
+ Callback structure provided to BiometricPrompt#authenticate(CancellationSignal,
+ Executor, AuthenticationCallback) or BiometricPrompt#authenticate(CryptoObject,
+ CancellationSignal, Executor, AuthenticationCallback).
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -124,10 +137,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ An integer identifying the error message
+ A human-readable error string that can be shown on an UI
+ Called when an unrecoverable error has been encountered and the operation is complete.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationCallback.onAuthenticationError(int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,10 +179,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ An integer identifying the error message
+ A human-readable error string that can be shown on an UI
+ Called when an unrecoverable error has been encountered and the operation is complete.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationCallback.onAuthenticationError(int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -182,8 +217,19 @@
- To be added.
- To be added.
+ Called when a biometric is valid but not recognized.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationCallback.onAuthenticationFailed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -217,10 +263,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ An integer identifying the error message
+ A human-readable string that can be shown on an UI
+ Called when a recoverable error has been encountered during authentication.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationCallback.onAuthenticationHelp(int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -248,10 +305,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ An integer identifying the error message
+ A human-readable string that can be shown on an UI
+ Called when a recoverable error has been encountered during authentication.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationCallback.onAuthenticationHelp(int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationResult.xml b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationResult.xml
index a3909feaa9..1fa5a99099 100644
--- a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationResult.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+AuthenticationResult.xml
@@ -18,8 +18,21 @@
- To be added.
- To be added.
+ Container for callback data from #authenticate(CancellationSignal, Executor,
+ AuthenticationCallback) and #authenticate(CryptoObject, CancellationSignal, Executor,
+ AuthenticationCallback).
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationResult.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -63,9 +76,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Provides the type of authentication (e.
+ An integer value representing the authentication method used.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.AuthenticationResult.getAuthenticationType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+Builder.xml b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+Builder.xml
index 60d12e52f1..556dd09932 100644
--- a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+Builder.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder that collects arguments to be shown on the system-provided biometric dialog.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
- To be added.
- To be added.
+ The Context that will be used to build the prompt.
+ Creates a builder for a BiometricPrompt dialog.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.Builder.BiometricPrompt$Builder(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -89,9 +111,20 @@
- To be added.
- To be added.
- To be added.
+ Creates a BiometricPrompt.
+ An instance of BiometricPrompt.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+CryptoObject.xml b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+CryptoObject.xml
index 3e9a2fcad9..986edcea23 100644
--- a/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+CryptoObject.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Biometrics/BiometricPrompt+CryptoObject.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A wrapper class for the cryptographic operations supported by BiometricPrompt.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.CryptoObject.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -142,9 +153,21 @@
Javax.Crypto.Cipher
- To be added.
- To be added.
- To be added.
+ Get Cipher object.
+
+ Cipher object or null if this doesn't contain one.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.CryptoObject.getCipher().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -167,9 +190,21 @@
Android.Security.Identity.IdentityCredential
- To be added.
- To be added.
- To be added.
+ Get IdentityCredential object.
+
+ IdentityCredential object or null if this doesn't contain one.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.CryptoObject.getIdentityCredential().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -221,9 +256,21 @@
Javax.Crypto.Mac
- To be added.
- To be added.
- To be added.
+ Get Mac object.
+
+ Mac object or null if this doesn't contain one.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.CryptoObject.getMac().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -246,9 +293,21 @@
Java.Security.Signature
- To be added.
- To be added.
- To be added.
+ Get Signature object.
+
+ Signature object or null if this doesn't contain one.
+
+
+
+ Java documentation for android.hardware.biometrics.BiometricPrompt.CryptoObject.getSignature().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/BlackLevelPattern.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/BlackLevelPattern.xml
index 0b8caa6329..aebad01384 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/BlackLevelPattern.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/BlackLevelPattern.xml
@@ -58,7 +58,7 @@
- an array big enough to hold at least [TODO: @value for `#COUNT`] elements after the
+ an array big enough to hold at least #COUNT elements after the
offset
a non-negative offset into the array
Copy the ColorChannel offsets into the destination vector.
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/LensShadingMap.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/LensShadingMap.xml
index f122c1ea71..bc80454a8e 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/LensShadingMap.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/LensShadingMap.xml
@@ -180,7 +180,7 @@
within the range [0, #getColumnCount)
within the range [0, #getRowCount)
Get a single color channel gain factor from this lens shading map by its row and column.
- a gain factor >= [TODO: @value for `#MINIMUM_GAIN_FACTOR`]
+ a gain factor >= #MINIMUM_GAIN_FACTOR
@@ -254,7 +254,7 @@
within the range [0, #getColumnCount)
within the range [0, #getRowCount)
Get a gain factor vector from this lens shading map by its row and column.
- an RggbChannelVector where each gain factor >= [TODO: @value for `#MINIMUM_GAIN_FACTOR`]
+ an RggbChannelVector where each gain factor >= #MINIMUM_GAIN_FACTOR
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MandatoryStreamCombination+MandatoryStreamInformation.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MandatoryStreamCombination+MandatoryStreamInformation.xml
index 409d4848ce..ae89627a42 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MandatoryStreamCombination+MandatoryStreamInformation.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MandatoryStreamCombination+MandatoryStreamInformation.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Immutable class to store available mandatory stream information.
+
+
+
+ Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
System.Collections.Generic.IList<Android.Util.Size>
- To be added.
- To be added.
- To be added.
+ Return the list of available sizes for this mandatory stream.
+ non-modifiable ascending list of available sizes.
+
+
+
+ Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.getAvailableSizes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -67,9 +89,20 @@
Android.Graphics.ImageFormatType
- To be added.
- To be added.
- To be added.
+ Retrieve the mandatory stream format.
+ integer format.
+
+
+
+ Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.getFormat().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -92,9 +125,20 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ Confirms whether or not this is an input stream.
+ true in case the stream is input, false otherwise.
+
+
+
+ Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.isInput().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -117,9 +161,20 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ Confirms whether or not this is a maximum size stream.
+ true if the stream is a maximum size stream.
+
+
+
+ Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.isMaximumSize().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -142,9 +197,20 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ Confirms whether or not this is an ultra high resolution stream.
+ true in case the stream is ultra high resolution, false otherwise.
+
+
+
+ Java documentation for android.hardware.camera2.params.MandatoryStreamCombination.MandatoryStreamInformation.isUltraHighResolution().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MeteringRectangle.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MeteringRectangle.xml
index 13e46b8b59..03079f1145 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MeteringRectangle.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/MeteringRectangle.xml
@@ -146,8 +146,8 @@
coordinate >= 0
width >= 0
height >= 0
- weight between [TODO: @value for `#METERING_WEIGHT_MIN`] and
- [TODO: @value for `#METERING_WEIGHT_MAX`] inclusively
+ weight between #METERING_WEIGHT_MIN and
+ #METERING_WEIGHT_MAX inclusively
Create a new metering rectangle.
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/OutputConfiguration.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/OutputConfiguration.xml
index 0418b47f1a..6f17d2b494 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/OutputConfiguration.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/OutputConfiguration.xml
@@ -70,7 +70,7 @@
A Surface for camera to output to.
<p>This constructor creates a default configuration, with a surface group ID of
- [TODO: @value for `#SURFACE_GROUP_ID_NONE`].</p>
+ #SURFACE_GROUP_ID_NONE.</p>
Create a new OutputConfiguration instance with a Surface.
@@ -640,7 +640,7 @@
Get the surface group ID associated with this OutputConfiguration.
the surface group ID associated with this OutputConfiguration.
- The default value is [TODO: @value for `#SURFACE_GROUP_ID_NONE`].
+ The default value is #SURFACE_GROUP_ID_NONE.
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/RggbChannelVector.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/RggbChannelVector.xml
index dbf2f36939..7f0388cf77 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/RggbChannelVector.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/RggbChannelVector.xml
@@ -137,7 +137,7 @@
- an array big enough to hold at least [TODO: @value for `#COUNT`] elements after the
+ an array big enough to hold at least #COUNT elements after the
offset
a non-negative offset into the array
Copy the vector into the destination in the order [R, Geven, Godd, B].
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/TonemapCurve.xml b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/TonemapCurve.xml
index 68f01e76d4..652c149a82 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2.Params/TonemapCurve.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2.Params/TonemapCurve.xml
@@ -55,9 +55,9 @@
- An array of elements whose length is divisible by [TODO: @value for `#POINT_SIZE`]
- An array of elements whose length is divisible by [TODO: @value for `#POINT_SIZE`]
- An array of elements whose length is divisible by [TODO: @value for `#POINT_SIZE`]
+ An array of elements whose length is divisible by #POINT_SIZE
+ An array of elements whose length is divisible by #POINT_SIZE
+ An array of elements whose length is divisible by #POINT_SIZE
Create a new immutable TonemapCurve instance.
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+CaptureCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+CaptureCallback.xml
index c741ea0539..488e8fbad5 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+CaptureCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+CaptureCallback.xml
@@ -18,14 +18,19 @@
- To be added.
+ A callback object for tracking the progress of a CaptureRequest submitted to the
+ camera device.
- Android platform documentation
+ Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -132,13 +137,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The session returned by CameraDevice#createCaptureSession
+ The request that was given to the CameraDevice
+ The target Surface that the buffer will not be produced for
+ The frame number for the request
+ This method is called if a single buffer for a capture could not be sent to its
+ destination surface.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureBufferLost(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.view.Surface, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,12 +182,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the session returned by CameraDevice#createCaptureSession
+ The request that was given to the CameraDevice
+ The total output metadata from the capture, including the
+ final capture parameters and the state of the camera system during
+ capture.
+ This method is called when an image capture has fully completed and all the
+ result metadata is available.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureCompleted(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.hardware.camera2.TotalCaptureResult).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -201,12 +228,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The session returned by CameraDevice#createCaptureSession
+ The request that was given to the CameraDevice
+ The output failure from the capture, including the failure reason
+ and the frame number.
+ This method is called instead of #onCaptureCompleted when the
+ camera device failed to produce a CaptureResult for the
+ request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureFailed(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.hardware.camera2.CaptureFailure).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -235,12 +274,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the session returned by CameraDevice#createCaptureSession
+ The request that was given to the CameraDevice
+ The partial output metadata from the capture, which
+ includes a subset of the TotalCaptureResult fields.
+ This method is called when an image capture makes partial forward progress; some
+ (but not all) results from an image capture are available.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureProgressed(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, android.hardware.camera2.CaptureResult).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -268,11 +318,22 @@
- To be added.
- To be added.
- To be added.
+ The session returned by CameraDevice#createCaptureSession
+ A sequence ID returned by the #capture family of functions.
+ This method is called independently of the others in CaptureCallback,
+ when a capture sequence aborts before any CaptureResult
+ or CaptureFailure for it have been returned via this listener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureSequenceAborted(android.hardware.camera2.CameraCaptureSession, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -301,12 +362,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The session returned by CameraDevice#createCaptureSession
+ A sequence ID returned by the #capture family of functions.
+ The last frame number (returned by CaptureResult#getFrameNumber
+ or CaptureFailure#getFrameNumber) in the capture sequence.
+ This method is called independently of the others in CaptureCallback,
+ when a capture sequence finishes and all CaptureResult
+ or CaptureFailure for it have been returned via this listener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureSequenceCompleted(android.hardware.camera2.CameraCaptureSession, int, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -336,13 +409,27 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ the session returned by CameraDevice#createCaptureSession
+ the request for the capture that just begun
+ the timestamp at start of capture for a regular request, or
+ the timestamp at the input image's start of capture for a
+ reprocess request, in nanoseconds.
+ the frame number for this capture
+ This method is called when the camera device has started capturing
+ the output image for the request, at the beginning of image exposure, or
+ when the camera device has started processing an input image for a reprocess
+ request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.CaptureCallback.onCaptureStarted(android.hardware.camera2.CameraCaptureSession, android.hardware.camera2.CaptureRequest, long, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+StateCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+StateCallback.xml
index fe8b23650b..e420b52a5f 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+StateCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCaptureSession+StateCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ A callback object for receiving updates about the state of a camera capture session.
- Android platform documentation
+ Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,10 +133,19 @@
- To be added.
- To be added.
+ the session returned by #onConfigured
+ This method is called when the session starts actively processing capture requests.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onActive(android.hardware.camera2.CameraCaptureSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,10 +172,20 @@
- To be added.
- To be added.
+ The session returned by #onConfigured
+ This method is called when camera device's input capture queue becomes empty,
+ and is ready to accept the next request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onCaptureQueueEmpty(android.hardware.camera2.CameraCaptureSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -189,10 +212,19 @@
- To be added.
- To be added.
+ the session returned by #onConfigured
+ This method is called when the session is closed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onClosed(android.hardware.camera2.CameraCaptureSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -219,10 +251,20 @@
- To be added.
- To be added.
+ the successfully configured session instance
+ This method is called when the camera device has finished configuring itself, and the
+ session can start processing capture requests.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onConfigured(android.hardware.camera2.CameraCaptureSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -249,10 +291,19 @@
- To be added.
- To be added.
+ the session instance that failed during configuration
+ This method is called if the session cannot be configured as requested.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onConfigureFailed(android.hardware.camera2.CameraCaptureSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -279,10 +330,19 @@
- To be added.
- To be added.
+ the session returned by #onConfigured
+ This method is called every time the session has no more capture requests to process.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onReady(android.hardware.camera2.CameraCaptureSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -310,11 +370,20 @@
- To be added.
- To be added.
- To be added.
+ the session returned by #onConfigured
+ the Surface that was used with the #prepare call.
+ This method is called when the buffer pre-allocation for an output Surface is complete.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCaptureSession.StateCallback.onSurfacePrepared(android.hardware.camera2.CameraCaptureSession, android.view.Surface).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCharacteristics+Key.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCharacteristics+Key.xml
index d42405d0e6..7042ad3910 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCharacteristics+Key.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraCharacteristics+Key.xml
@@ -22,14 +22,19 @@
- To be added.
+ A Key is used to do camera characteristics field lookups with
+ CameraCharacteristics#get.
- Android platform documentation
+ Java documentation for android.hardware.camera2.CameraCharacteristics.Key.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -56,8 +61,19 @@
To be added.
To be added.
- To be added.
- To be added.
+ Construct a new Key with a given name and type.
+
+
+
+ Java documentation for android.hardware.camera2.CameraCharacteristics.Key.CameraCharacteristics$Key(java.lang.String, java.lang.Class<T>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -84,10 +100,19 @@
To be added.
- To be added.
+ To be added
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCharacteristics.Key.equals(java.lang.Object).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -112,10 +137,19 @@
- To be added.
+ To be added
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCharacteristics.Key.hashCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -170,10 +204,20 @@
System.String
- To be added.
- To be added.
+ Return a camelCase, period separated name formatted like:
+ "root.section[.subsections].name".
+ String representation of the key name
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraCharacteristics.Key.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice+StateCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice+StateCallback.xml
index a017f97a0f..6158d3de77 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice+StateCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice+StateCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ A callback objects for receiving updates about the state of a camera device.
- Android platform documentation
+ Java documentation for android.hardware.camera2.CameraDevice.StateCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,10 +133,20 @@
- To be added.
- To be added.
+ the camera device that has become closed
+ The method called when a camera device has been closed with
+ CameraDevice#close.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraDevice.StateCallback.onClosed(android.hardware.camera2.CameraDevice).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,10 +173,20 @@
- To be added.
- To be added.
+ the device that has been disconnected
+ The method called when a camera device is no longer available for
+ use.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraDevice.StateCallback.onDisconnected(android.hardware.camera2.CameraDevice).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -197,11 +221,20 @@
- To be added.
- To be added.
- To be added.
+ The device reporting the error
+ The error code.
+ The method called when a camera device has encountered a serious error.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraDevice.StateCallback.onError(android.hardware.camera2.CameraDevice, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -228,10 +261,19 @@
- To be added.
- To be added.
+ the camera device that has become opened
+ The method called when a camera device has finished opening.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraDevice.StateCallback.onOpened(android.hardware.camera2.CameraDevice).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice.xml
index 802f65ee4c..d9317d9ea0 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraDevice.xml
@@ -431,6 +431,10 @@
[Android.Runtime.Register("createCaptureSession", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateCaptureSession_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler")]
[<Android.Runtime.Register("createCaptureSession", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateCaptureSession_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -465,6 +469,10 @@
[Android.Runtime.Register("createCaptureSessionByOutputConfigurations", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateCaptureSessionByOutputConfigurations_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=24)]
[<Android.Runtime.Register("createCaptureSessionByOutputConfigurations", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateCaptureSessionByOutputConfigurations_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=24)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -509,6 +517,10 @@
[Android.Runtime.Register("createConstrainedHighSpeedCaptureSession", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateConstrainedHighSpeedCaptureSession_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=23)]
[<Android.Runtime.Register("createConstrainedHighSpeedCaptureSession", "(Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateConstrainedHighSpeedCaptureSession_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=23)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -594,6 +606,10 @@
[Android.Runtime.Register("createReprocessableCaptureSession", "(Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateReprocessableCaptureSession_Landroid_hardware_camera2_params_InputConfiguration_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=23)]
[<Android.Runtime.Register("createReprocessableCaptureSession", "(Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateReprocessableCaptureSession_Landroid_hardware_camera2_params_InputConfiguration_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=23)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -642,6 +658,10 @@
[Android.Runtime.Register("createReprocessableCaptureSessionByConfigurations", "(Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateReprocessableCaptureSessionByConfigurations_Landroid_hardware_camera2_params_InputConfiguration_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=24)]
[<Android.Runtime.Register("createReprocessableCaptureSessionByConfigurations", "(Landroid/hardware/camera2/params/InputConfiguration;Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$StateCallback;Landroid/os/Handler;)V", "GetCreateReprocessableCaptureSessionByConfigurations_Landroid_hardware_camera2_params_InputConfiguration_Ljava_util_List_Landroid_hardware_camera2_CameraCaptureSession_StateCallback_Landroid_os_Handler_Handler", ApiSince=24)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+ExtensionCaptureCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+ExtensionCaptureCallback.xml
index 6238bb8248..3c614b3324 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+ExtensionCaptureCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+ExtensionCaptureCallback.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ A callback object for tracking the progress of a
+ CaptureRequest submitted to the camera device.
+
+
+
+ Java documentation for android.hardware.camera2.CameraExtensionSession.ExtensionCaptureCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -117,10 +129,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the session received during
+ StateCallback#onConfigured(CameraExtensionSession)
+ The request that was given to the CameraDevice
+ This method is called instead of
+ #onCaptureProcessStarted when the camera device failed
+ to produce the required input for the device-specific extension.
+
+
+
+ Java documentation for android.hardware.camera2.CameraExtensionSession.ExtensionCaptureCallback.onCaptureFailed(android.hardware.camera2.CameraExtensionSession, android.hardware.camera2.CaptureRequest).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -147,10 +173,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the session received during
+ StateCallback#onConfigured(CameraExtensionSession)
+ The request that was given to the CameraExtensionSession
+ This method is called when an image (or images in case of multi-frame
+ capture) is captured and device-specific extension
+ processing is triggered.
+
+
+
+ Java documentation for android.hardware.camera2.CameraExtensionSession.ExtensionCaptureCallback.onCaptureProcessStarted(android.hardware.camera2.CameraExtensionSession, android.hardware.camera2.CaptureRequest).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,10 +217,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the session received during
+ StateCallback#onConfigured(CameraExtensionSession)
+ A sequence ID returned by the #capture
+ family of functions.
+ This method is called when a capture sequence aborts.
+
+
+
+ Java documentation for android.hardware.camera2.CameraExtensionSession.ExtensionCaptureCallback.onCaptureSequenceAborted(android.hardware.camera2.CameraExtensionSession, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -207,10 +260,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the session received during
+ StateCallback#onConfigured(CameraExtensionSession)
+ A sequence ID returned by the #capture
+ family of functions.
+ This method is called independently of the others in
+ ExtensionCaptureCallback, when a capture sequence finishes.
+
+
+
+ Java documentation for android.hardware.camera2.CameraExtensionSession.ExtensionCaptureCallback.onCaptureSequenceCompleted(android.hardware.camera2.CameraExtensionSession, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -238,11 +305,27 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ the session received during
+ StateCallback#onConfigured(CameraExtensionSession)
+ the request for the capture that just begun
+ the timestamp at start of capture for repeating
+ request or the timestamp at start of capture of the
+ first frame in a multi-frame capture.
+ This method is called when the camera device has started
+ capturing the initial input image of the device-specific extension
+ post-process request.
+
+
+
+ Java documentation for android.hardware.camera2.CameraExtensionSession.ExtensionCaptureCallback.onCaptureStarted(android.hardware.camera2.CameraExtensionSession, android.hardware.camera2.CaptureRequest, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+StateCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+StateCallback.xml
index 3bbfc15a9c..601b65389c 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+StateCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraExtensionSession+StateCallback.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A callback object for receiving updates about the state of a camera extension session.
+
+
+
+ Java documentation for android.hardware.camera2.CameraExtensionSession.StateCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -116,9 +127,21 @@
- To be added.
- To be added.
- To be added.
+ the session received during
+ StateCallback#onConfigured(CameraExtensionSession)
+ This method is called when the session is closed.
+
+
+
+ Java documentation for android.hardware.camera2.CameraExtensionSession.StateCallback.onClosed(android.hardware.camera2.CameraExtensionSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -144,9 +167,21 @@
- To be added.
- To be added.
- To be added.
+ A valid extension session
+ This method is called when the camera device has finished configuring itself, and the
+ session can start processing capture requests.
+
+
+
+ Java documentation for android.hardware.camera2.CameraExtensionSession.StateCallback.onConfigured(android.hardware.camera2.CameraExtensionSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -172,9 +207,20 @@
- To be added.
- To be added.
- To be added.
+ the session instance that failed to configure
+ This method is called if the session cannot be configured as requested.
+
+
+
+ Java documentation for android.hardware.camera2.CameraExtensionSession.StateCallback.onConfigureFailed(android.hardware.camera2.CameraExtensionSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+AvailabilityCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+AvailabilityCallback.xml
index 3b61b18c31..8f1ea1ec4f 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+AvailabilityCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+AvailabilityCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ A callback for camera devices becoming available or unavailable to open.
- Android platform documentation
+ Java documentation for android.hardware.camera2.CameraManager.AvailabilityCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,8 +131,19 @@
- To be added.
- To be added.
+ Called whenever camera access priorities change.
+
+
+
+ Java documentation for android.hardware.camera2.CameraManager.AvailabilityCallback.onCameraAccessPrioritiesChanged().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -154,10 +169,19 @@
- To be added.
- To be added.
+ The unique identifier of the new camera.
+ A new camera has become available to use.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraManager.AvailabilityCallback.onCameraAvailable(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -184,10 +208,19 @@
- To be added.
- To be added.
+ The unique identifier of the disconnected camera.
+ A previously-available camera has become unavailable for use.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraManager.AvailabilityCallback.onCameraUnavailable(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -215,10 +248,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The unique identifier of the logical multi-camera.
+ The unique identifier of the physical camera.
+ A physical camera has become available for use again.
+
+
+
+ Java documentation for android.hardware.camera2.CameraManager.AvailabilityCallback.onPhysicalCameraAvailable(java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -245,10 +289,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The unique identifier of the logical multi-camera.
+ The unique identifier of the physical camera.
+ A previously-available physical camera has become unavailable for use.
+
+
+
+ Java documentation for android.hardware.camera2.CameraManager.AvailabilityCallback.onPhysicalCameraUnavailable(java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+TorchCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+TorchCallback.xml
index b43e20b670..f194608c76 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+TorchCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraManager+TorchCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ A callback for camera flash torch modes becoming unavailable, disabled, or enabled.
- Android platform documentation
+ Java documentation for android.hardware.camera2.CameraManager.TorchCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,11 +134,24 @@
- To be added.
- To be added.
- To be added.
+ The unique identifier of the camera whose torch mode has been changed.
+ The state that the torch mode of the camera has been changed to.
+ true when the torch mode has become on and available to be turned
+ off. false when the torch mode has becomes off and available to
+ be turned on.
+ A camera's torch mode has become enabled or disabled and can be changed via
+ #setTorchMode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraManager.TorchCallback.onTorchModeChanged(java.lang.String, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -161,10 +178,20 @@
- To be added.
- To be added.
+ The unique identifier of the camera whose torch mode has become
+ unavailable.
+ A camera's torch mode has become unavailable to set via #setTorchMode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CameraManager.TorchCallback.onTorchModeUnavailable(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraOfflineSession+CameraOfflineSessionCallback.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraOfflineSession+CameraOfflineSessionCallback.xml
index 0587a5b22c..048edca6bc 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CameraOfflineSession+CameraOfflineSessionCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CameraOfflineSession+CameraOfflineSessionCallback.xml
@@ -116,9 +116,20 @@
- To be added.
- To be added.
- To be added.
+ the session returned by CameraCaptureSession#switchToOffline
+ This method is called when the offline session is closed.
+
+
+
+ Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.onClosed(android.hardware.camera2.CameraOfflineSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -145,10 +156,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the current offline session
+ error status
+ This method is called when the offline session encounters an unexpected error.
+
+
+
+ Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.onError(android.hardware.camera2.CameraOfflineSession, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -174,9 +196,20 @@
- To be added.
- To be added.
- To be added.
+ the currently ready offline session
+ This method indicates that all pending offline requests were processed.
+
+
+
+ Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.onIdle(android.hardware.camera2.CameraOfflineSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -202,9 +235,21 @@
- To be added.
- To be added.
- To be added.
+ the currently ready offline session
+ This method indicates that the offline switch call
+ CameraCaptureSession#switchToOffline was successful.
+
+
+
+ Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.onReady(android.hardware.camera2.CameraOfflineSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -230,9 +275,21 @@
- To be added.
- To be added.
- To be added.
+ the offline session that failed to switch to ready state
+ This method indicates that the offline switch call
+ CameraCaptureSession#switchToOffline was not able to complete successfully.
+
+
+
+ Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.onSwitchFailed(android.hardware.camera2.CameraOfflineSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -260,8 +317,19 @@
0
- To be added.
- To be added.
+ This status code indicates unexpected and fatal internal camera error.
+
+
+
+ Java documentation for android.hardware.camera2.CameraOfflineSession.CameraOfflineSessionCallback.STATUS_INTERNAL_ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Builder.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Builder.xml
index f65a32e55d..0ed8764011 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Builder.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ A builder for capture requests.
- Android platform documentation
+ Java documentation for android.hardware.camera2.CaptureRequest.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,10 +56,19 @@
- To be added.
- To be added.
+ Surface to use as an output target for this request
+ Add a surface to the list of targets for this request
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CaptureRequest.Builder.addTarget(android.view.Surface).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -80,10 +93,20 @@
- To be added.
- To be added.
+ Build a request using the current target Surfaces and settings.
+ A new capture request instance, ready for submission to the
+ camera device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CaptureRequest.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -211,10 +234,19 @@
- To be added.
- To be added.
+ Surface to use as an output target for this request
+ Remove a surface from the list of targets for this request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CaptureRequest.Builder.removeTarget(android.view.Surface).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -314,10 +346,19 @@
- To be added.
- To be added.
+ an arbitrary Object to store with this request
+ Set a tag for this request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CaptureRequest.Builder.setTag(java.lang.Object).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Key.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Key.xml
index 50e6942fc1..9c15db8822 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Key.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureRequest+Key.xml
@@ -22,14 +22,20 @@
- To be added.
+ A Key is used to do capture request field lookups with
+ CaptureResult#get or to set fields with
+ CaptureRequest.Builder#set(Key, Object).
- Android platform documentation
+ Java documentation for android.hardware.camera2.CaptureRequest.Key.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -56,8 +62,19 @@
To be added.
To be added.
- To be added.
- To be added.
+ Construct a new Key with a given name and type.
+
+
+
+ Java documentation for android.hardware.camera2.CaptureRequest.Key.CaptureRequest$Key(java.lang.String, java.lang.Class<T>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -84,10 +101,19 @@
To be added.
- To be added.
+ To be added
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CaptureRequest.Key.equals(java.lang.Object).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -112,10 +138,19 @@
- To be added.
+ To be added
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CaptureRequest.Key.hashCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -170,10 +205,20 @@
System.String
- To be added.
- To be added.
+ Return a camelCase, period separated name formatted like:
+ "root.section[.subsections].name".
+ String representation of the key name
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CaptureRequest.Key.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureResult+Key.xml b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureResult+Key.xml
index 5de9cd9cb6..4f77be977a 100644
--- a/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureResult+Key.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Camera2/CaptureResult+Key.xml
@@ -22,14 +22,19 @@
- To be added.
+ A Key is used to do capture result field lookups with
+ CaptureResult#get.
- Android platform documentation
+ Java documentation for android.hardware.camera2.CaptureResult.Key.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -56,8 +61,19 @@
To be added.
To be added.
- To be added.
- To be added.
+ Construct a new Key with a given name and type.
+
+
+
+ Java documentation for android.hardware.camera2.CaptureResult.Key.CaptureResult$Key(java.lang.String, java.lang.Class<T>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -84,10 +100,19 @@
To be added.
- To be added.
+ To be added
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CaptureResult.Key.equals(java.lang.Object).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -112,10 +137,19 @@
- To be added.
+ To be added
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CaptureResult.Key.hashCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -170,10 +204,20 @@
System.String
- To be added.
- To be added.
+ Return a camelCase, period separated name formatted like:
+ "root.section[.subsections].name".
+ String representation of the key name
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.camera2.CaptureResult.Key.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Display/DisplayManager+IDisplayListener.xml b/docs/Mono.Android/en/Android.Hardware.Display/DisplayManager+IDisplayListener.xml
index c84f72ae0d..327fd306c3 100644
--- a/docs/Mono.Android/en/Android.Hardware.Display/DisplayManager+IDisplayListener.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Display/DisplayManager+IDisplayListener.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.hardware.display.DisplayManager.DisplayListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -60,11 +64,19 @@
- The id of the logical display that was added.
-
+ The id of the logical display that was added.
Called whenever a logical display has been added to the system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.display.DisplayManager.DisplayListener.onDisplayAdded(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -92,11 +104,20 @@
- The id of the logical display that changed.
-
- Called whenever the properties of a logical display have changed.
+ The id of the logical display that changed.
+ Called whenever the properties of a logical android.view.Display,
+ such as size and density, have changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.display.DisplayManager.DisplayListener.onDisplayChanged(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -124,11 +145,19 @@
- The id of the logical display that was removed.
-
+ The id of the logical display that was removed.
Called whenever a logical display has been removed from the system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.display.DisplayManager.DisplayListener.onDisplayRemoved(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Display/VirtualDisplay+Callback.xml b/docs/Mono.Android/en/Android.Hardware.Display/VirtualDisplay+Callback.xml
index 6332e8ae59..1df33da31d 100644
--- a/docs/Mono.Android/en/Android.Hardware.Display/VirtualDisplay+Callback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Display/VirtualDisplay+Callback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Interface for receiving information about a VirtualDisplay's state changes.
- Android platform documentation
+ Java documentation for android.hardware.display.VirtualDisplay.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,9 +131,20 @@
- To be added.
+ Called when the virtual display video projection has been
+ paused by the system or when the surface has been detached
+ by the application by calling setSurface(null).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.display.VirtualDisplay.Callback.onPaused().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -154,9 +169,19 @@
- To be added.
+ Called when the virtual display video projection has been
+ resumed after having been paused.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.display.VirtualDisplay.Callback.onResumed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -181,9 +206,19 @@
- To be added.
+ Called when the virtual display video projection has been
+ stopped by the system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.display.VirtualDisplay.Callback.onStopped().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationCallback.xml b/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationCallback.xml
index b5383a260a..71f9a066c1 100644
--- a/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationCallback.xml
@@ -22,14 +22,19 @@
- To be added.
+ Callback structure provided to FingerprintManager#authenticate(CryptoObject,
+ CancellationSignal, int, AuthenticationCallback, Handler).
- Android platform documentation
+ Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -149,11 +154,20 @@
- To be added.
- To be added.
- To be added.
+ An integer identifying the error message
+ A human-readable error string that can be shown in UI
+ Called when an unrecoverable error has been encountered and the operation is complete.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.onAuthenticationError(int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,11 +202,20 @@
- To be added.
- To be added.
- To be added.
+ An integer identifying the error message
+ A human-readable error string that can be shown in UI
+ Called when an unrecoverable error has been encountered and the operation is complete.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.onAuthenticationError(int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -221,9 +244,18 @@
- To be added.
+ Called when a fingerprint is valid but not recognized.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.onAuthenticationFailed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,11 +294,20 @@
- To be added.
- To be added.
- To be added.
+ An integer identifying the error message
+ A human-readable string that can be shown in UI
+ Called when a recoverable error has been encountered during authentication.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.onAuthenticationHelp(int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -301,11 +342,20 @@
- To be added.
- To be added.
- To be added.
+ An integer identifying the error message
+ A human-readable string that can be shown in UI
+ Called when a recoverable error has been encountered during authentication.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.onAuthenticationHelp(int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationResult.xml b/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationResult.xml
index 2ab0b32641..92c1c4550b 100644
--- a/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationResult.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+AuthenticationResult.xml
@@ -22,14 +22,19 @@
- To be added.
+ Container for callback data from FingerprintManager#authenticate(CryptoObject,
+ CancellationSignal, int, AuthenticationCallback, Handler).
- Android platform documentation
+ Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationResult.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+CryptoObject.xml b/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+CryptoObject.xml
index ab3d2e936c..0c43fe30fa 100644
--- a/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+CryptoObject.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Fingerprints/FingerprintManager+CryptoObject.xml
@@ -22,14 +22,18 @@
- To be added.
+ A wrapper class for the crypto objects supported by FingerprintManager.
- Android platform documentation
+ Java documentation for android.hardware.fingerprint.FingerprintManager.CryptoObject.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -150,10 +154,20 @@
Javax.Crypto.Cipher
- To be added.
- To be added.
+ Get Cipher object.
+
+ Cipher object or null if this doesn't contain one.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.fingerprint.FingerprintManager.CryptoObject.getCipher().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -212,10 +226,20 @@
Javax.Crypto.Mac
- To be added.
- To be added.
+ Get Mac object.
+
+ Mac object or null if this doesn't contain one.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.fingerprint.FingerprintManager.CryptoObject.getMac().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -243,10 +267,20 @@
Java.Security.Signature
- To be added.
- To be added.
+ Get Signature object.
+
+ Signature object or null if this doesn't contain one.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.fingerprint.FingerprintManager.CryptoObject.getSignature().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Input/InputManager+IInputDeviceListener.xml b/docs/Mono.Android/en/Android.Hardware.Input/InputManager+IInputDeviceListener.xml
index 9a011709d0..208edd8d2c 100644
--- a/docs/Mono.Android/en/Android.Hardware.Input/InputManager+IInputDeviceListener.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Input/InputManager+IInputDeviceListener.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.hardware.input.InputManager.InputDeviceListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -60,11 +64,19 @@
- The id of the input device that was added.
-
+ The id of the input device that was added.
Called whenever an input device has been added to the system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.input.InputManager.InputDeviceListener.onInputDeviceAdded(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -92,12 +104,20 @@
- The id of the input device that changed.
-
+ The id of the input device that changed.
Called whenever the properties of an input device have changed since they
- were last queried.
+ were last queried.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.input.InputManager.InputDeviceListener.onInputDeviceChanged(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,11 +145,19 @@
- The id of the input device that was removed.
-
+ The id of the input device that was removed.
Called whenever an input device has been removed from the system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.input.InputManager.InputDeviceListener.onInputDeviceRemoved(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Lights/LightState+Builder.xml b/docs/Mono.Android/en/Android.Hardware.Lights/LightState+Builder.xml
index 4f9ffa2dd3..40446f7a00 100644
--- a/docs/Mono.Android/en/Android.Hardware.Lights/LightState+Builder.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Lights/LightState+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for creating device light change requests.
+
+
+
+ Java documentation for android.hardware.lights.LightState.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Creates a new LightState.Builder.
+
+
+
+ Java documentation for android.hardware.lights.LightState.Builder.LightState$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -64,9 +86,20 @@
- To be added.
+ Create a LightState object used to control lights on the device.
To be added.
- To be added.
+
+
+
+ Java documentation for android.hardware.lights.LightState.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Lights/LightsManager+LightsSession.xml b/docs/Mono.Android/en/Android.Hardware.Lights/LightsManager+LightsSession.xml
index 578c84eef1..6579f396f0 100644
--- a/docs/Mono.Android/en/Android.Hardware.Lights/LightsManager+LightsSession.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Lights/LightsManager+LightsSession.xml
@@ -31,8 +31,20 @@
- To be added.
- To be added.
+ Encapsulates a session that can be used to control device lights and represents the lifetime
+ of the requests.
+
+
+
+ Java documentation for android.hardware.lights.LightsManager.LightsSession.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -139,9 +151,20 @@
- To be added.
- To be added.
- To be added.
+ the settings for lights that should change
+ Sends a request to modify the states of multiple lights.
+
+
+
+ Java documentation for android.hardware.lights.LightsManager.LightsSession.requestLights(android.hardware.lights.LightsRequest).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Lights/LightsRequest+Builder.xml b/docs/Mono.Android/en/Android.Hardware.Lights/LightsRequest+Builder.xml
index 93e6abc2ff..9f4edbd4e5 100644
--- a/docs/Mono.Android/en/Android.Hardware.Lights/LightsRequest+Builder.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Lights/LightsRequest+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for creating device light change requests.
+
+
+
+ Java documentation for android.hardware.lights.LightsRequest.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardware.xml b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardware.xml
index ee9a736ea4..b2aaec41be 100644
--- a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardware.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardware.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.hardware.location.GeofenceHardware.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -529,10 +533,9 @@
- To be added.
- Current status of the monitoring type.
+ monitoringType
Returns current status of a hardware geofence monitoring system.
- To be added.
+ Current status of the monitoring type.
diff --git a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareCallback.xml b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareCallback.xml
index 9d855f14c0..97408753e2 100644
--- a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareCallback.xml
@@ -18,14 +18,18 @@
- The callback class associated with the APIs in
+ The callback class associated with the APIs in GeofenceHardware
- Android platform documentation
+ Java documentation for android.hardware.location.GeofenceHardwareCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareMonitorCallback.xml b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareMonitorCallback.xml
index 3c76eda01b..8b4c48f087 100644
--- a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareMonitorCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareMonitorCallback.xml
@@ -18,15 +18,19 @@
- The callback class associated with the status change of hardware montiors
- in
+ The callback class associated with the status change of hardware monitors
+ in GeofenceHardware
- Android platform documentation
+ Java documentation for android.hardware.location.GeofenceHardwareMonitorCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareRequest.xml b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareRequest.xml
index 65a01b7536..08f11134b1 100644
--- a/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareRequest.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Location/GeofenceHardwareRequest.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.hardware.location.GeofenceHardwareRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware.Usb/UsbDeviceConnection.xml b/docs/Mono.Android/en/Android.Hardware.Usb/UsbDeviceConnection.xml
index 4510c40764..384629df2f 100644
--- a/docs/Mono.Android/en/Android.Hardware.Usb/UsbDeviceConnection.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Usb/UsbDeviceConnection.xml
@@ -87,8 +87,8 @@
buffer for data to send or receive; can be null to wait for next
transaction without reading data
the length of the data to send or receive. Before
- [TODO: @value for `Build.VERSION_CODES#P`], a value larger than 16384 bytes
- would be truncated down to 16384. In API [TODO: @value for `Build.VERSION_CODES#P`]
+ Build.VERSION_CODES#P, a value larger than 16384 bytes
+ would be truncated down to 16384. In API Build.VERSION_CODES#P
and after, any value of length is valid.
in milliseconds, 0 is infinite
Performs a bulk transaction on the given endpoint.
@@ -140,8 +140,8 @@
buffer for data to send or receive
the index of the first byte in the buffer to send or receive
the length of the data to send or receive. Before
- [TODO: @value for `Build.VERSION_CODES#P`], a value larger than 16384 bytes
- would be truncated down to 16384. In API [TODO: @value for `Build.VERSION_CODES#P`]
+ Build.VERSION_CODES#P, a value larger than 16384 bytes
+ would be truncated down to 16384. In API Build.VERSION_CODES#P
and after, any value of length is valid.
in milliseconds, 0 is infinite
Performs a bulk transaction on the given endpoint.
diff --git a/docs/Mono.Android/en/Android.Hardware.Usb/UsbRequest.xml b/docs/Mono.Android/en/Android.Hardware.Usb/UsbRequest.xml
index c236e2d16a..68dde8f42b 100644
--- a/docs/Mono.Android/en/Android.Hardware.Usb/UsbRequest.xml
+++ b/docs/Mono.Android/en/Android.Hardware.Usb/UsbRequest.xml
@@ -345,8 +345,8 @@
UsbDeviceConnection#requestWait. If the request failed the buffer
will be unchanged; if the request succeeded the position of the buffer is
incremented by the number of bytes sent/received. Before
- [TODO: @value for `Build.VERSION_CODES#P`], a buffer of length larger than 16384 bytes
- would throw IllegalArgumentException. In API [TODO: @value for `Build.VERSION_CODES#P`]
+ Build.VERSION_CODES#P, a buffer of length larger than 16384 bytes
+ would throw IllegalArgumentException. In API Build.VERSION_CODES#P
and after, any size buffer is valid.
Queues the request to send or receive data on its endpoint.
true if the queueing operation succeeded
@@ -397,9 +397,9 @@
capacity will be ignored. Once the request
UsbDeviceConnection#requestWait() is processed the position will be set
to the number of bytes read/written.
- number of bytes to read or write. Before [TODO: @value for `Build.VERSION_CODES#P`], a
+ number of bytes to read or write. Before Build.VERSION_CODES#P, a
value larger than 16384 bytes would be truncated down to 16384. In API
- [TODO: @value for `Build.VERSION_CODES#P`] and after, any value of length is valid.
+ Build.VERSION_CODES#P and after, any value of length is valid.
Queues the request to send or receive data on its endpoint.
true if the queueing operation succeeded
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+Area.xml b/docs/Mono.Android/en/Android.Hardware/Camera+Area.xml
index 29b59b5eae..79998c8a93 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+Area.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+Area.xml
@@ -22,10 +22,20 @@
-
-
+ The Area class is used for choosing specific metering and focus areas for
+ the camera to use when calculating auto-exposure, auto-white balance, and
+ auto-focus.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Area.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -55,11 +65,20 @@
- To be added.
- To be added.
+ the bounds of the area.
+ the weight of the area.
Create an area with specified rectangle and weight.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Area.Camera$Area(android.graphics.Rect, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,12 +161,19 @@
Android.Graphics.Rect
- Bounds of the area. (-1000, -1000) represents the top-left of the
- camera field of view, and (1000, 1000) represents the bottom-right of
- the field of view.
+ Bounds of the area.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Area.rect.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -243,7 +269,16 @@
Weight of the area.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Area.weight.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+CameraInfo.xml b/docs/Mono.Android/en/Android.Hardware/Camera+CameraInfo.xml
index 7ce769111a..499b1f72d8 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+CameraInfo.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+CameraInfo.xml
@@ -22,10 +22,18 @@
- Information about a camera
-
+ Information about a camera
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.CameraInfo.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -109,7 +117,16 @@
The facing of the camera is opposite to that of the screen.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.CameraInfo.CAMERA_FACING_BACK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -141,7 +158,16 @@
The facing of the camera is the same as that of the screen.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.CameraInfo.CAMERA_FACING_FRONT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -170,11 +196,19 @@
System.Boolean
-
-
+ Whether the shutter sound can be disabled.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.CameraInfo.canDisableShutterSound.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -206,7 +240,16 @@
The direction that the camera faces.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.CameraInfo.facing.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -266,11 +309,19 @@
System.Int32
-
-
+ The orientation of the camera image.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.CameraInfo.orientation.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+Face.xml b/docs/Mono.Android/en/Android.Hardware/Camera+Face.xml
index bcd27102dd..ea1a9a371f 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+Face.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+Face.xml
@@ -24,7 +24,16 @@
Information about a face identified through camera face detection.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Face.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,7 +61,16 @@
Create an empty face.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Face.Camera$Face().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,7 +125,16 @@
An unique id per face while the face is visible to the tracker.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Face.id.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -170,7 +197,16 @@
The coordinates of the center of the left eye.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Face.leftEye.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,7 +238,16 @@
The coordinates of the center of the mouth.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Face.mouth.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -231,12 +276,19 @@
Android.Graphics.Rect
- Bounds of the face. (-1000, -1000) represents the top-left of the
- camera field of view, and (1000, 1000) represents the bottom-right of
- the field of view.
+ Bounds of the face.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Face.rect.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -269,7 +321,16 @@
The coordinates of the center of the right eye.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Face.rightEye.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -298,11 +359,19 @@
System.Int32
-
-
+ The confidence level for the detection of the face.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Face.score.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusCallback.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusCallback.xml
index 11f6a8aa0b..e5679a1bb3 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusCallback.xml
@@ -31,7 +31,16 @@
Callback interface used to notify on completion of camera auto focus.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.AutoFocusCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -68,7 +77,16 @@
the Camera service object
Called when the camera auto focus completes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.AutoFocusCallback.onAutoFocus(boolean, android.hardware.Camera).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusMoveCallback.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusMoveCallback.xml
index 5a085198ab..fa790a2d9c 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusMoveCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+IAutoFocusMoveCallback.xml
@@ -31,7 +31,16 @@
Callback interface used to notify on auto focus start and stop.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.AutoFocusMoveCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -65,11 +74,19 @@
true if focus starts to move, false if focus stops to move
- the Camera service object
-
+ the Camera service object
Called when the camera auto focus starts or stops.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.AutoFocusMoveCallback.onAutoFocusMoving(boolean, android.hardware.Camera).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IErrorCallback.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IErrorCallback.xml
index 0ce16461fe..785e116f0d 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+IErrorCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+IErrorCallback.xml
@@ -31,7 +31,16 @@
Callback interface for camera error notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.ErrorCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,12 +81,21 @@
error code:
-
- the Camera service object
-
+ <ul>
+ <li>#CAMERA_ERROR_UNKNOWN<li>#CAMERA_ERROR_SERVER_DIED</ul>
+ the Camera service object
Callback for camera errors.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.ErrorCallback.onError(int, android.hardware.Camera).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IFaceDetectionListener.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IFaceDetectionListener.xml
index 0692a204fb..e1f419e9e0 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+IFaceDetectionListener.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+IFaceDetectionListener.xml
@@ -31,7 +31,16 @@
Callback interface for face detected in the preview frame.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.FaceDetectionListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IOnZoomChangeListener.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IOnZoomChangeListener.xml
index 780ae19f86..5278f66ded 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+IOnZoomChangeListener.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+IOnZoomChangeListener.xml
@@ -31,7 +31,16 @@
Callback interface for zoom changes during a smooth zoom operation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.OnZoomChangeListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -66,14 +75,22 @@
the current zoom value. In smooth zoom mode, camera
- calls this for every new zoom value.
+ calls this for every new zoom value.
whether smooth zoom is stopped. If the value is true,
- this is the last zoom update for the application.
- the Camera service object
-
+ this is the last zoom update for the application.
+ the Camera service object
Called when the zoom value has changed during a smooth zoom.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.OnZoomChangeListener.onZoomChange(int, boolean, android.hardware.Camera).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IPictureCallback.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IPictureCallback.xml
index 784dbed90e..755bef4cf7 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+IPictureCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+IPictureCallback.xml
@@ -31,7 +31,16 @@
Callback interface used to supply image data from a photo capture.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.PictureCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -65,11 +74,19 @@
a byte array of the picture data
- the Camera service object
-
+ the Camera service object
Called when image data is available after a picture is taken.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.PictureCallback.onPictureTaken(byte[], android.hardware.Camera).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IPreviewCallback.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IPreviewCallback.xml
index dff0c1298b..75752760cb 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+IPreviewCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+IPreviewCallback.xml
@@ -30,9 +30,18 @@
Callback interface used to deliver copies of preview frames as
- they are displayed.
+ they are displayed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.PreviewCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -66,16 +75,24 @@
the contents of the preview frame in the format defined
- by , which can be queried
- with .
- If
- is never called, the default will be the YCbCr_420_SP
- (NV21) format.
- the Camera service object.
-
+ by android.graphics.ImageFormat, which can be queried
+ with android.hardware.Camera.Parameters#getPreviewFormat().
+ If android.hardware.Camera.Parameters#setPreviewFormat(int)
+ is never called, the default will be the YCbCr_420_SP
+ (NV21) format.
+ the Camera service object.
Called as preview frames are displayed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.PreviewCallback.onPreviewFrame(byte[], android.hardware.Camera).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+IShutterCallback.xml b/docs/Mono.Android/en/Android.Hardware/Camera+IShutterCallback.xml
index f83afa3e56..95db13de4a 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+IShutterCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+IShutterCallback.xml
@@ -31,7 +31,16 @@
Callback interface used to signal the moment of actual image capture.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.ShutterCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -62,9 +71,18 @@
Called as near as possible to the moment when a photo is captured
- from the sensor.
+ from the sensor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.ShutterCallback.onShutter().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml b/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml
index 992a59204b..7187fef6e8 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+Parameters.xml
@@ -24,7 +24,16 @@
Camera service settings.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -80,10 +89,28 @@
System.String
- Gets the current antibanding setting.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ new antibanding value.
+ Gets the current antibanding setting. -or- Sets the antibanding.
+ current antibanding. null if antibanding setting is not
+ supported.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getAntibanding().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setAntibanding(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -249,10 +276,30 @@
System.Boolean
- Gets the state of the auto-exposure lock.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ new state of the auto-exposure lock. True means that
+ auto-exposure is locked, false means that the auto-exposure
+ routine is free to run normally.
+ Gets the state of the auto-exposure lock. -or- Sets the auto-exposure lock state.
+ State of the auto-exposure lock. Returns true if
+ auto-exposure is currently locked, and false otherwise.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getAutoExposureLock().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setAutoExposureLock(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -287,10 +334,31 @@
System.Boolean
- Gets the state of the auto-white balance lock.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ new state of the auto-white balance lock. True means
+ that auto-white balance is locked, false means that the
+ auto-white balance routine is free to run normally.
+ Gets the state of the auto-white balance lock. -or- Sets the auto-white balance lock state.
+ State of the auto-white balance lock. Returns true if
+ auto-white balance is currently locked, and false
+ otherwise.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getAutoWhiteBalanceLock().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setAutoWhiteBalanceLock(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -326,10 +394,28 @@
System.String
- Gets the current color effect setting.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ new color effect.
+ Gets the current color effect setting. -or- Sets the current color effect setting.
+ current color effect. null if color effect
+ setting is not supported.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getColorEffect().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setColorEffect(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -660,10 +746,32 @@
System.Int32
- Gets the current exposure compensation index.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ exposure compensation index. The valid value range is
+ from #getMinExposureCompensation (inclusive) to #getMaxExposureCompensation (inclusive). 0 means exposure is
+ not adjusted. Application should call
+ getMinExposureCompensation and getMaxExposureCompensation to
+ know if exposure compensation is supported.
+ Gets the current exposure compensation index. -or- Sets the exposure compensation index.
+ current exposure compensation index. The range is #getMinExposureCompensation to #getMaxExposureCompensation. 0 means exposure is not
+ adjusted.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getExposureCompensation().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setExposureCompensation(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -693,9 +801,21 @@
Gets the exposure compensation step.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ exposure compensation step. Applications can get EV by
+ multiplying the exposure compensation index and step. Ex: if
+ exposure compensation index is -6 and step is 0.333333333, EV
+ is -2.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getExposureCompensationStep().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -728,10 +848,28 @@
System.String
- Gets the current flash mode setting.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ flash mode.
+ Gets the current flash mode setting. -or- Sets the flash mode.
+ current flash mode. null if flash mode setting is not
+ supported.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getFlashMode().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setFlashMode(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -768,7 +906,16 @@
Flash will be fired automatically when required.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.FLASH_MODE_AUTO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -799,7 +946,16 @@
Flash will not be fired.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.FLASH_MODE_OFF.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -830,7 +986,16 @@
Flash will always be fired during snapshot.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.FLASH_MODE_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,7 +1026,16 @@
Flash will be fired in red-eye reduction mode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.FLASH_MODE_RED_EYE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -892,7 +1066,16 @@
Constant emission of light during preview, auto-focus and snapshot.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.FLASH_MODE_TORCH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -923,10 +1106,20 @@
Creates a single string with all the parameters set in
- this Parameters object.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ this Parameters object.
+ a String with all values from this Parameters object, in
+ semi-colon delimited key-value pairs
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.flatten().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -956,9 +1149,19 @@
Gets the focal length (in millimeter) of the camera.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the focal length. Returns -1.0 when the device
+ doesn't report focal length information.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getFocalLength().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,11 +1194,27 @@
System.Collections.Generic.IList<Android.Hardware.Camera+Area>
-
-
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the focus areas
+ Gets the current focus areas. -or- Sets focus areas.
+ a list of current focus areas
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getFocusAreas().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setFocusAreas(java.util.List<android.hardware.Camera.Area>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1026,9 +1245,18 @@
2
The array index of far focus distance for use with
- .
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ #getFocusDistances(float[]).
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.FOCUS_DISTANCE_FAR_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1059,9 +1287,18 @@
0
The array index of near focus distance for use with
- .
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ #getFocusDistances(float[]).
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.FOCUS_DISTANCE_NEAR_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1092,9 +1329,18 @@
1
The array index of optimal focus distance for use with
- .
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ #getFocusDistances(float[]).
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.FOCUS_DISTANCE_OPTIMAL_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1127,10 +1373,29 @@
System.String
- Gets the current focus mode setting.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ focus mode.
+ Gets the current focus mode setting. -or- Sets the focus mode.
+ current focus mode. This method will always return a non-null
+ value. Applications should call #autoFocus(AutoFocusCallback) to start the focus if focus
+ mode is FOCUS_MODE_AUTO or FOCUS_MODE_MACRO.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getFocusMode().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setFocusMode(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1168,7 +1433,16 @@
Auto-focus mode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_AUTO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,7 +1473,16 @@
Continuous auto focus mode intended for taking pictures.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_CONTINUOUS_PICTURE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1231,7 +1514,16 @@
Continuous auto focus mode intended for video recording.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1263,7 +1555,16 @@
Extended depth of field (EDOF).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_EDOF.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1294,7 +1595,16 @@
Focus is fixed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_FIXED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1325,7 +1635,16 @@
Focus is set at infinity.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_INFINITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1356,7 +1675,16 @@
Macro (close-up) focus mode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.FOCUS_MODE_MACRO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1390,9 +1718,18 @@
the key name for the parameter
Returns the value of a String parameter.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the String value of the parameter
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.get(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1425,12 +1762,21 @@
focus distances in meters. output must be a float
- array with three elements. Near focus distance, optimal focus
- distance, and far focus distance will be filled in the array.
-
-
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ array with three elements. Near focus distance, optimal focus
+ distance, and far focus distance will be filled in the array.
+ Gets the distances from the camera to where an object appears to be
+ in focus.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getFocusDistances(float[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1467,9 +1813,18 @@
the key name for the parameter
Returns the value of an integer parameter.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the int value of the parameter
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getInt(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1503,8 +1858,18 @@
To be added.
Returns the current minimum and maximum preview fps.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ range the minimum and maximum preview fps (scaled by 1000).
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getPreviewFpsRange(int[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1537,9 +1902,19 @@
Gets the horizontal angle of view in degrees.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ horizontal angle of view. Returns -1.0 when the device
+ doesn't report view angle information.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getHorizontalViewAngle().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1569,9 +1944,18 @@
Returns true if auto-exposure locking is supported.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ true if auto-exposure lock is supported.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.isAutoExposureLockSupported().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1602,9 +1986,18 @@
Returns true if auto-white balance locking is supported.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ true if auto-white balance lock is supported.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.isAutoWhiteBalanceLockSupported().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1635,9 +2028,18 @@
Returns true if smooth zoom is supported.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ true if smooth zoom is supported.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.isSmoothZoomSupported().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1666,11 +2068,19 @@
System.Boolean
-
-
- To be added.
+ Returns true if video snapshot is supported.
+ true if video snapshot is supported.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.isVideoSnapshotSupported().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1700,9 +2110,18 @@
Returns true if video stabilization is supported.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ true if video stabilization is supported
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.isVideoStabilizationSupported().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1734,9 +2153,18 @@
Returns true if zoom is supported.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ true if zoom is supported.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.isZoomSupported().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1800,10 +2228,28 @@
System.Int32
- Returns the quality setting for the JPEG picture.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the JPEG quality of captured picture. The range is 1
+ to 100, with 100 being the best.
+ Returns the quality setting for the JPEG picture. -or- Sets Jpeg quality of captured picture.
+ the JPEG picture quality setting.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getJpegQuality().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setJpegQuality(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1836,10 +2282,28 @@
System.Int32
- Returns the quality setting for the EXIF thumbnail in Jpeg picture.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the JPEG quality of the EXIF thumbnail. The range is 1
+ to 100, with 100 being the best.
+ Returns the quality setting for the EXIF thumbnail in Jpeg picture. -or- Sets the quality of the EXIF thumbnail in Jpeg picture.
+ the JPEG quality setting of the EXIF thumbnail.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getJpegThumbnailQuality().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setJpegThumbnailQuality(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1901,9 +2365,20 @@
Gets the maximum exposure compensation index.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ maximum exposure compensation index (>=0). If both this
+ method and #getMinExposureCompensation return 0,
+ exposure compensation is not supported.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getMaxExposureCompensation().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1933,9 +2408,18 @@
Gets the maximum number of detected faces supported.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the maximum number of detected face supported by the camera.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getMaxNumDetectedFaces().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1966,9 +2450,18 @@
Gets the maximum number of focus areas supported.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the maximum number of focus areas supported by the camera.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getMaxNumFocusAreas().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1999,9 +2492,18 @@
Gets the maximum number of metering areas supported.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the maximum number of metering areas supported by the camera.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getMaxNumMeteringAreas().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2032,9 +2534,18 @@
Gets the maximum zoom value allowed for snapshot.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the maximum zoom value supported by the camera.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getMaxZoom().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2067,11 +2578,27 @@
System.Collections.Generic.IList<Android.Hardware.Camera+Area>
-
-
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the metering areas
+ Gets the current metering areas. -or- Sets metering areas.
+ a list of current metering areas
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getMeteringAreas().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setMeteringAreas(java.util.List<android.hardware.Camera.Area>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2136,10 +2663,30 @@
Android.Graphics.ImageFormatType
- Returns the image format for pictures.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the desired picture format
+ (<var>ImageFormat.NV21</var>,
+ <var>ImageFormat.RGB_565</var>, or
+ <var>ImageFormat.JPEG</var>)
+ Returns the image format for pictures. -or- Sets the image format for pictures.
+ the picture format
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getPictureFormat().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setPictureFormat(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2240,11 +2787,31 @@
Android.Graphics.ImageFormatType
+ the desired preview picture format, defined by
+ one of the android.graphics.ImageFormat constants. (E.g.,
+ <var>ImageFormat.NV21</var> (default), or
+ <var>ImageFormat.YV12</var>)
Returns the image format for preview frames got from
- T:Android.Hardware.Camera+IPreviewCallback.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ PreviewCallback. -or- Sets the image format for preview pictures.
+ the preview format.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getPreviewFormat().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setPreviewFormat(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2278,9 +2845,18 @@
1
- The array index of maximum preview fps for use with or .
+ The array index of maximum preview fps for use with #getPreviewFpsRange(int[]) or #getSupportedPreviewFpsRange().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.PREVIEW_FPS_MAX_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +2886,18 @@
0
- The array index of minimum preview fps for use with or .
+ The array index of minimum preview fps for use with #getPreviewFpsRange(int[]) or #getSupportedPreviewFpsRange().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.PREVIEW_FPS_MIN_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2345,11 +2930,28 @@
System.Int32
+ the frame rate (frames per second)
Returns the setting for the rate at which preview frames are
- received.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ received. -or- Sets the rate at which preview frames are received.
+ the frame rate setting (frames per second)
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getPreviewFrameRate().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setPreviewFrameRate(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2448,9 +3050,18 @@
Removes GPS latitude, longitude, altitude, and timestamp from the
- parameters.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ parameters.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.removeGpsData().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2483,10 +3094,28 @@
System.String
- Gets the current scene mode setting.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ scene mode.
+ Gets the current scene mode setting. -or- Sets the scene mode.
+ one of SCENE_MODE_XXX string constant. null if scene mode
+ setting is not supported.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSceneMode().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setSceneMode(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2534,7 +3163,16 @@
Take photos of fast moving objects.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_ACTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2565,7 +3203,16 @@
Scene mode is off.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_AUTO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2596,7 +3243,16 @@
Applications are looking for a barcode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_BARCODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2627,7 +3283,16 @@
Take pictures on the beach.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_BEACH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2658,7 +3323,16 @@
Capture the naturally warm color of scenes lit by candles.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_CANDLELIGHT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2689,7 +3363,16 @@
For shooting firework displays.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_FIREWORKS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2720,7 +3403,16 @@
Capture a scene using high dynamic range imaging techniques.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_HDR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2751,7 +3443,16 @@
Take pictures on distant objects.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_LANDSCAPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2782,7 +3483,16 @@
Take photos at night.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_NIGHT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2813,7 +3523,16 @@
Take people pictures at night.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_NIGHT_PORTRAIT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2844,7 +3563,16 @@
Take indoor low-light shot.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_PARTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2875,7 +3603,16 @@
Take people pictures.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_PORTRAIT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2906,7 +3643,16 @@
Take pictures on the snow.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_SNOW.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2937,7 +3683,16 @@
Take photos of fast moving objects.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_SPORTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2968,7 +3723,16 @@
Avoid blurry pictures (for example, due to hand shake).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_STEADYPHOTO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2999,7 +3763,16 @@
Take sunset photos.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_SUNSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3030,7 +3803,16 @@
Take photos in a theater.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.SCENE_MODE_THEATRE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3064,11 +3846,19 @@
the key name for the parameter
- the int value of the parameter
-
+ the int value of the parameter
Sets an integer parameter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.set(java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3102,11 +3892,19 @@
the key name for the parameter
- the String value of the parameter
-
+ the String value of the parameter
Sets a String parameter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.set(java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3138,11 +3936,19 @@
- GPS altitude in meters.
-
+ GPS altitude in meters.
Sets GPS altitude.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.setGpsAltitude(double).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3174,11 +3980,19 @@
- GPS latitude coordinate.
-
+ GPS latitude coordinate.
Sets GPS latitude coordinate.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.setGpsLatitude(double).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3210,11 +4024,19 @@
- GPS longitude coordinate.
-
+ GPS longitude coordinate.
Sets GPS longitude coordinate.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.setGpsLongitude(double).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3246,11 +4068,19 @@
- The processing method to get this location.
-
+ The processing method to get this location.
Sets GPS processing method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.setGpsProcessingMethod(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3283,11 +4113,19 @@
GPS timestamp (UTC in seconds since January 1,
- 1970).
-
+ 1970).
Sets GPS timestamp.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.setGpsTimestamp(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3322,10 +4160,18 @@
the width of the thumbnail, in pixels
the height of the thumbnail, in pixels
-
-
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Sets the dimensions for EXIF thumbnail in Jpeg picture.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.setJpegThumbnailSize(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3361,10 +4207,18 @@
the width for pictures, in pixels
the height for pictures, in pixels
-
-
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Sets the dimensions for pictures.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.setPictureSize(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3402,7 +4256,16 @@
the maximum preview fps (scaled by 1000).
Sets the minimum and maximum preview fps.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.setPreviewFpsRange(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if fps range is invalid.
@@ -3442,7 +4305,16 @@
the height of the pictures, in pixels
Sets the dimensions for preview pictures.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.setPreviewSize(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3479,11 +4351,19 @@
true if the apps intend to record videos using
- .
-
+ android.media.MediaRecorder.
Sets recording mode hint.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.setRecordingHint(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3516,12 +4396,21 @@
The rotation angle in degrees relative to the
- orientation of the camera. Rotation can only be 0,
- 90, 180 or 270.
+ orientation of the camera. Rotation can only be 0,
+ 90, 180 or 270.
Sets the clockwise rotation angle in degrees relative to the
- orientation of the camera.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ orientation of the camera.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.setRotation(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if rotation value is invalid.
@@ -3554,9 +4443,19 @@
Gets the supported antibanding values.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ a list of supported antibanding values. null if antibanding
+ setting is not supported.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedAntibanding().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3587,9 +4486,19 @@
Gets the supported color effects.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ a list of supported color effects. null if color effect
+ setting is not supported.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedColorEffects().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3620,9 +4529,19 @@
Gets the supported flash modes.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ a list of supported flash modes. null if flash mode setting
+ is not supported.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedFlashModes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3653,9 +4572,19 @@
Gets the supported focus modes.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ a list of supported focus modes. This method will always
+ return a list with at least one element.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedFocusModes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3686,9 +4615,20 @@
Gets the supported jpeg thumbnail sizes.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ a list of Size object. This method will always return a list
+ with at least two elements. Size 0,0 (no thumbnail) is always
+ supported.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedJpegThumbnailSizes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3718,9 +4658,19 @@
Gets the supported picture formats.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ supported picture formats. This method will always return a
+ list with at least one element.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedPictureFormats().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3751,9 +4701,19 @@
Gets the supported picture sizes.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ a list of supported picture sizes. This method will always
+ return a list with at least one element.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedPictureSizes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3783,9 +4743,19 @@
Gets the supported preview formats.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ a list of supported preview formats. This method will always
+ return a list with at least one element.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedPreviewFormats().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3817,9 +4787,22 @@
Gets the supported preview fps (frame-per-second) ranges.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ a list of supported preview fps ranges. This method returns a
+ list with at least one element. Every element is an int array
+ of two values - minimum fps and maximum fps. The list is
+ sorted from small to large (first by maximum fps and then
+ minimum fps).
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedPreviewFpsRange().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3851,9 +4834,19 @@
Gets the supported preview frame rates.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ a list of supported preview frame rates. null if preview
+ frame rate setting is not supported.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedPreviewFrameRates().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3883,9 +4876,19 @@
Gets the supported preview sizes.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ a list of Size object. This method will always return a list
+ with at least one element.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedPreviewSizes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3915,9 +4918,19 @@
Gets the supported scene modes.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ a list of supported scene modes. null if scene mode setting
+ is not supported.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedSceneModes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3947,11 +4960,21 @@
System.Collections.Generic.IList<Android.Hardware.Camera+Size>
-
-
- To be added.
+ Gets the supported video frame sizes that can be used by
+ MediaRecorder.
+ a list of Size object if camera has separate preview and
+ video output; otherwise, null is returned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedVideoSizes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3982,9 +5005,19 @@
Gets the supported white balance.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ a list of supported white balance. null if white balance
+ setting is not supported.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getSupportedWhiteBalance().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -4080,12 +5113,20 @@
a String of parameters (key-value paired) that
- are semi-colon delimited
-
+ are semi-colon delimited
Takes a flattened string of parameters and adds each one to
- this Parameters object.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ this Parameters object.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.unflatten(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -4115,9 +5156,19 @@
Gets the vertical angle of view in degrees.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ vertical angle of view. Returns -1.0 when the device
+ doesn't report view angle information.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getVerticalViewAngle().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -4150,10 +5201,28 @@
System.Boolean
- Get the current state of video stabilization.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Set to true to enable video stabilization, and false to
+ disable video stabilization.
+ Get the current state of video stabilization. -or- Enables and disables video stabilization.
+ true if video stabilization is enabled
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getVideoStabilization().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setVideoStabilization(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -4190,10 +5259,28 @@
System.String
- Gets the current white balance setting.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ new white balance.
+ Gets the current white balance setting. -or- Sets the white balance.
+ current white balance. null if white balance setting is not
+ supported.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getWhiteBalance().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setWhiteBalance(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -4492,10 +5579,27 @@
System.Int32
- Gets current zoom value.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ zoom value. The valid range is 0 to #getMaxZoom.
+ Gets current zoom value. -or- Sets current zoom value.
+ the current zoom value. The range is 0 to #getMaxZoom. 0 means the camera is not zoomed.
+
+ Property getter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.getZoom().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.hardware.Camera.Parameters.setZoom(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -4525,9 +5629,21 @@
Gets the zoom ratios of all zoom values.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the zoom ratios in 1/100 increments. Ex: a zoom of 3.2x is
+ returned as 320. The number of elements is #getMaxZoom + 1. The list is sorted from small to large. The
+ first element is always 100. The last element is the zoom
+ ratio of the maximum zoom value.
+
+
+
+ Java documentation for android.hardware.Camera.Parameters.getZoomRatios().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/Camera+Size.xml b/docs/Mono.Android/en/Android.Hardware/Camera+Size.xml
index c7d97b6b6c..ce6c88cb5b 100644
--- a/docs/Mono.Android/en/Android.Hardware/Camera+Size.xml
+++ b/docs/Mono.Android/en/Android.Hardware/Camera+Size.xml
@@ -24,7 +24,16 @@
Image size (width and height dimensions).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Size.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -111,10 +120,19 @@
System.Int32
- height of the picture
+ height of the picture
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Size.height.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -236,10 +254,19 @@
System.Int32
- width of the picture
+ width of the picture
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.Camera.Size.width.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/ConsumerIrManager+CarrierFrequencyRange.xml b/docs/Mono.Android/en/Android.Hardware/ConsumerIrManager+CarrierFrequencyRange.xml
index 417b42bc78..8de79b3d14 100644
--- a/docs/Mono.Android/en/Android.Hardware/ConsumerIrManager+CarrierFrequencyRange.xml
+++ b/docs/Mono.Android/en/Android.Hardware/ConsumerIrManager+CarrierFrequencyRange.xml
@@ -18,14 +18,19 @@
- To be added.
+ Represents a range of carrier frequencies (inclusive) on which the
+ infrared transmitter can transmit
- Android platform documentation
+ Java documentation for android.hardware.ConsumerIrManager.CarrierFrequencyRange.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -111,10 +116,19 @@
System.Int32
- To be added.
+ Get the maximum (inclusive) frequency in this range segment.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.ConsumerIrManager.CarrierFrequencyRange.getMaxFrequency().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -138,10 +152,19 @@
System.Int32
- To be added.
+ Get the minimum (inclusive) frequency in this range segment.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.ConsumerIrManager.CarrierFrequencyRange.getMinFrequency().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/SensorManager+DynamicSensorCallback.xml b/docs/Mono.Android/en/Android.Hardware/SensorManager+DynamicSensorCallback.xml
index f123b1673b..05d7504f56 100644
--- a/docs/Mono.Android/en/Android.Hardware/SensorManager+DynamicSensorCallback.xml
+++ b/docs/Mono.Android/en/Android.Hardware/SensorManager+DynamicSensorCallback.xml
@@ -18,14 +18,19 @@
- To be added.
+ Used for receiving notifications from the SensorManager when dynamic sensors are connected or
+ disconnected.
- Android platform documentation
+ Java documentation for android.hardware.SensorManager.DynamicSensorCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,10 +134,19 @@
- To be added.
- To be added.
+ the newly connected sensor. See android.hardware.Sensor Sensor.
+ Called when there is a dynamic sensor being connected to the system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.SensorManager.DynamicSensorCallback.onDynamicSensorConnected(android.hardware.Sensor).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,10 +173,19 @@
- To be added.
- To be added.
+ the disconnected sensor. See android.hardware.Sensor Sensor.
+ Called when there is a dynamic sensor being disconnected from the system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.hardware.SensorManager.DynamicSensorCallback.onDynamicSensorDisconnected(android.hardware.Sensor).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Hardware/SensorPrivacyManager+Sensors.xml b/docs/Mono.Android/en/Android.Hardware/SensorPrivacyManager+Sensors.xml
index e2bf867276..84ead2320b 100644
--- a/docs/Mono.Android/en/Android.Hardware/SensorPrivacyManager+Sensors.xml
+++ b/docs/Mono.Android/en/Android.Hardware/SensorPrivacyManager+Sensors.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Individual sensors not listed in Sensors
+
+
+
+ Java documentation for android.hardware.SensorPrivacyManager.Sensors.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,8 +79,19 @@
2
- To be added.
- To be added.
+ Constant for the camera
+
+
+
+ Java documentation for android.hardware.SensorPrivacyManager.Sensors.CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -126,8 +148,19 @@
1
- To be added.
- To be added.
+ Constant for the microphone
+
+
+
+ Java documentation for android.hardware.SensorPrivacyManager.Sensors.MICROPHONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Icu.Number/FormattedNumber.xml b/docs/Mono.Android/en/Android.Icu.Number/FormattedNumber.xml
index c23a49fcb1..d8ed0b7a26 100644
--- a/docs/Mono.Android/en/Android.Icu.Number/FormattedNumber.xml
+++ b/docs/Mono.Android/en/Android.Icu.Number/FormattedNumber.xml
@@ -314,11 +314,11 @@
To be added.
-
+
-
-
-
+
+
+
Method
M:System.Collections.IEnumerable.GetEnumerator
diff --git a/docs/Mono.Android/en/Android.Icu.Number/FormattedNumberRange.xml b/docs/Mono.Android/en/Android.Icu.Number/FormattedNumberRange.xml
index 20dd57da26..2124942149 100644
--- a/docs/Mono.Android/en/Android.Icu.Number/FormattedNumberRange.xml
+++ b/docs/Mono.Android/en/Android.Icu.Number/FormattedNumberRange.xml
@@ -389,11 +389,11 @@
To be added.
-
+
-
-
-
+
+
+
Method
M:System.Collections.IEnumerable.GetEnumerator
diff --git a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodImpl.xml b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodImpl.xml
index 30be03ee0e..c776d60204 100644
--- a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodImpl.xml
+++ b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodImpl.xml
@@ -31,15 +31,19 @@
- Base class for derived classes to implement their
- interface.
+ Base class for derived classes to implement their InputMethod
+ interface.
- Android platform documentation
+ Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -423,9 +427,19 @@
SessionCallback.sessionCreated() that is to be revoked.
Take care of killing an existing session by calling its
- method.
+ AbstractInputMethodSessionImpl#revokeSelf()
+ AbstractInputMethodSessionImpl.revokeSelf() method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl.revokeSession(android.view.inputmethod.InputMethodSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +476,19 @@
To be added.
Take care of enabling or disabling an existing session by calling its
- method.
+ AbstractInputMethodSessionImpl#revokeSelf()
+ AbstractInputMethodSessionImpl.setEnabled() method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl.setSessionEnabled(android.view.inputmethod.InputMethodSession, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodSessionImpl.xml b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodSessionImpl.xml
index fc0a9c99f6..82e36d90e2 100644
--- a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodSessionImpl.xml
+++ b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService+AbstractInputMethodSessionImpl.xml
@@ -31,15 +31,19 @@
- Base class for derived classes to implement their
- interface.
+ Base class for derived classes to implement their InputMethodSession
+ interface.
- Android platform documentation
+ Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -326,10 +330,26 @@
System.Boolean
- Check whether this session has been enabled by the system.
+ Check whether this session has been enabled by the system. -or- Change the enabled state of the session.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.isEnabled().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.setEnabled(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -397,7 +417,16 @@
Check whether this session has been revoked by the system.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.isRevoked().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -459,7 +488,16 @@
Revoke the session from the client.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.revokeSelf().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -544,6 +582,10 @@
[Android.Runtime.Register("toggleSoftInput", "(II)V", "GetToggleSoftInput_IIHandler")]
[<Android.Runtime.Register("toggleSoftInput", "(II)V", "GetToggleSoftInput_IIHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
diff --git a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService.xml b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService.xml
index 941612de2a..345ae26219 100644
--- a/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService.xml
+++ b/docs/Mono.Android/en/Android.InputMethodServices/AbstractInputMethodService.xml
@@ -117,7 +117,18 @@
To be added.
To be added.
- To be added.
+
+
+
+ Java documentation for android.inputmethodservice.AbstractInputMethodService.isUiContext().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -380,12 +391,23 @@
- To be added.
To be added.
- To be added.
- To be added.
+ The value in event.getKeyCode().
+ Description of the key event.
+ Called when a key down event has occurred.
+ If you handled the event, return true. If you want to allow
+ the event to be handled by the next receiver, return false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.view.KeyEvent.Callback.onKeyDown(int, android.view.KeyEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -423,12 +445,23 @@
- To be added.
To be added.
- To be added.
- To be added.
+ The value in event.getKeyCode().
+ Description of the key event.
+ Called when a long press has occurred.
+ If you handled the event, return true. If you want to allow
+ the event to be handled by the next receiver, return false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.view.KeyEvent.Callback.onKeyLongPress(int, android.view.KeyEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -467,13 +500,26 @@
- To be added.
- To be added.
To be added.
- To be added.
- To be added.
+ The value in event.getKeyCode().
+ Number of pairs as returned by event.getRepeatCount().
+ Description of the key event.
+ Called when a user's interaction with an analog control, such as
+ flinging a trackball, generates simulated down/up events for the same
+ key multiple times in quick succession.
+ If you handled the event, return true. If you want to allow
+ the event to be handled by the next receiver, return false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.view.KeyEvent.Callback.onKeyMultiple(int, int, android.view.KeyEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -511,12 +557,23 @@
- To be added.
To be added.
- To be added.
- To be added.
+ The value in event.getKeyCode().
+ Description of the key event.
+ Called when a key up event has occurred.
+ If you handled the event, return true. If you want to allow
+ the event to be handled by the next receiver, return false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.view.KeyEvent.Callback.onKeyUp(int, android.view.KeyEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodImpl.xml b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodImpl.xml
index 9d7d0af835..2524a3b787 100644
--- a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodImpl.xml
+++ b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodImpl.xml
@@ -19,15 +19,19 @@
Concrete implementation of
- T:Android.InputMethodServices.AbstractInputMethodService+AbstractInputMethodImpl that provides
- all of the standard behavior for an input method.
+ AbstractInputMethodService.AbstractInputMethodImpl that provides
+ all of the standard behavior for an input method.
- Android platform documentation
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -106,9 +110,18 @@
To be added.
- Take care of attaching the given window token provided by the system.
+ To be added
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.attachToken(android.os.IBinder).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -137,11 +150,18 @@
To be added.
- Handle a new input binding, calling
-
- when done.
+ To be added
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.bindInput(android.view.inputmethod.InputBinding).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -170,10 +190,18 @@
To be added.
-
-
+ To be added
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.changeInputMethodSubtype(android.view.inputmethod.InputMethodSubtype).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -204,9 +232,18 @@
To be added.
To be added.
- Handle a request by the system to hide the soft input area.
+ To be added
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.hideSoftInput(int, android.os.ResultReceiver).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -268,10 +305,18 @@
To be added.
To be added.
-
-
+ To be added
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.restartInput(android.view.inputmethod.InputConnection, android.view.inputmethod.EditorInfo).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -309,9 +354,18 @@
To be added.
To be added.
- Handle a request by the system to show the soft input area.
+ To be added
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.showSoftInput(int, android.os.ResultReceiver).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,10 +396,18 @@
To be added.
To be added.
-
-
+ To be added
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.startInput(android.view.inputmethod.InputConnection, android.view.inputmethod.EditorInfo).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -433,9 +495,18 @@
- Clear the current input binding.
+ To be added
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodImpl.unbindInput().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodSessionImpl.xml b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodSessionImpl.xml
index 97de277134..62e3e55e1c 100644
--- a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodSessionImpl.xml
+++ b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+InputMethodSessionImpl.xml
@@ -19,15 +19,19 @@
Concrete implementation of
- T:Android.InputMethodServices.AbstractInputMethodService+AbstractInputMethodSessionImpl that provides
- all of the standard behavior for an input method session.
+ AbstractInputMethodService.AbstractInputMethodSessionImpl that provides
+ all of the standard behavior for an input method session.
- Android platform documentation
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -108,9 +112,19 @@
To be added.
To be added.
- Call .
+ Call InputMethodService#onAppPrivateCommand
+ InputMethodService.onAppPrivateCommand().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.appPrivateCommand(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -139,9 +153,19 @@
To be added.
- Call .
+ Call InputMethodService#onDisplayCompletions
+ InputMethodService.onDisplayCompletions().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.displayCompletions(android.view.inputmethod.CompletionInfo[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -312,10 +336,18 @@
To be added.
To be added.
-
-
+ Handles a request to toggle the IME visibility.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.toggleSoftInput(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -344,9 +376,19 @@
To be added.
- Call .
+ Call InputMethodService#onUpdateCursor
+ InputMethodService.onUpdateCursor().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.updateCursor(android.graphics.Rect).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -375,9 +417,19 @@
To be added.
- To be added.
+ Call InputMethodService#onUpdateCursorAnchorInfo
+ InputMethodService.onUpdateCursorAnchorInfo().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.updateCursorAnchorInfo(android.view.inputmethod.CursorAnchorInfo).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -407,9 +459,19 @@
To be added.
To be added.
- Call .
+ Call InputMethodService#onUpdateExtractedText
+ InputMethodService.onUpdateExtractedText().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.updateExtractedText(int, android.view.inputmethod.ExtractedText).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -448,9 +510,19 @@
To be added.
To be added.
To be added.
- Call .
+ Call InputMethodService#onUpdateSelection
+ InputMethodService.onUpdateSelection().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.InputMethodSessionImpl.updateSelection(int, int, int, int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+Insets.xml b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+Insets.xml
index 8e195a8c76..abbbfa6054 100644
--- a/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+Insets.xml
+++ b/docs/Mono.Android/en/Android.InputMethodServices/InputMethodService+Insets.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.inputmethodservice.InputMethodService.Insets.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,7 +82,16 @@
This is the top part of the UI that is the main content.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.Insets.contentTopInsets.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -231,7 +244,16 @@
This is the region of the UI that is touchable.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.Insets.touchableRegion.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -257,10 +279,19 @@
This is the top part of the UI that is visibly covering the
- application behind it.
+ application behind it.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.InputMethodService.Insets.visibleTopInsets.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Key.xml b/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Key.xml
index 4adaa350c1..5b7e2d0670 100644
--- a/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Key.xml
+++ b/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Key.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.inputmethodservice.Keyboard.Key.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -155,10 +159,19 @@
All the key codes (unicode or custom code) that this key could generate, zero'th
- being the most important.
+ being the most important.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.codes.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,10 +201,19 @@
Flags that specify the anchoring to edges of the keyboard for detecting touch events
- that are just out of the boundary of the key.
+ that are just out of the boundary of the key.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.edgeFlags.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -220,10 +242,19 @@
System.Int32
- The horizontal gap before this key
+ The horizontal gap before this key
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.gap.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -254,9 +285,18 @@
Returns the drawable state for the key, based on the current state and type of the key.
- To be added.
+ the drawable state of the key.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.getCurrentDrawableState().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -286,10 +326,19 @@
System.Int32
- Height of the key, not including the gap
+ Height of the key, not including the gap
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.height.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -321,7 +370,16 @@
Icon to display instead of a label.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.icon.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -350,10 +408,19 @@
Android.Graphics.Drawables.Drawable
- Preview version of the icon, for the preview popup
+ Preview version of the icon, for the preview popup
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.iconPreview.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -389,9 +456,20 @@
the x-coordinate of the point
the y-coordinate of the point
Detects if a point falls inside this key.
- To be added.
+ whether or not the point falls inside the key. If the key is attached to an edge,
+ it will assume that all points between the key and the edge are considered to be inside
+ the key.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.isInside(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -451,10 +529,19 @@
Java.Lang.ICharSequence
- Label to display
+ Label to display
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.label.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -483,10 +570,19 @@
System.Boolean
- Whether this is a modifier key, such as Shift or Alt
+ Whether this is a modifier key, such as Shift or Alt
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.modifier.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -515,10 +611,19 @@
System.Boolean
- If this is a sticky key, is it on?
+ If this is a sticky key, is it on?
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.on.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -549,9 +654,18 @@
Informs the key that it has been pressed, in case it needs to change its appearance or
- state.
+ state.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.onPressed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -584,10 +698,20 @@
- whether the finger was released inside the key
+ whether the finger was released inside the key. Works only on Android M and
+ later. See the method document for details.
Changes the pressed state of the key.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.onReleased(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -617,10 +741,19 @@
Java.Lang.ICharSequence
- Popup characters
+ Popup characters
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.popupCharacters.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -650,10 +783,19 @@
If this key pops up a mini keyboard, this is the resource id for the XML layout for that
- keyboard.
+ keyboard.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.popupResId.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -682,10 +824,19 @@
System.Boolean
- The current pressed state of this key
+ The current pressed state of this key
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.pressed.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -714,10 +865,19 @@
System.Boolean
- Whether this key repeats itself when held down
+ Whether this key repeats itself when held down
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.repeatable.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -753,9 +913,18 @@
the x-coordinate of the point
the y-coordinate of the point
Returns the square of the distance between the center of the key and the given point.
- To be added.
+ the square of the distance of the point from the center of the key
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.squaredDistanceFrom(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -784,10 +953,19 @@
System.Boolean
- Whether this key is sticky, i.e., a toggle key
+ Whether this key is sticky, i.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.sticky.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -819,7 +997,16 @@
Text to output when pressed.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.text.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -910,10 +1097,19 @@
System.Int32
- Width of the key, not including the gap
+ Width of the key, not including the gap
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.width.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -942,10 +1138,19 @@
System.Int32
- X coordinate of the key in the keyboard layout
+ X coordinate of the key in the keyboard layout
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.x.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -974,10 +1179,19 @@
System.Int32
- Y coordinate of the key in the keyboard layout
+ Y coordinate of the key in the keyboard layout
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Key.y.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Row.xml b/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Row.xml
index eac7a21de7..92ca29e4f7 100644
--- a/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Row.xml
+++ b/docs/Mono.Android/en/Android.InputMethodServices/Keyboard+Row.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.inputmethodservice.Keyboard.Row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -154,7 +158,16 @@
Default height of a key in this row.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Row.defaultHeight.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -186,7 +199,16 @@
Default horizontal gap between keys in this row.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Row.defaultHorizontalGap.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -218,7 +240,16 @@
Default width of a key in this row.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Row.defaultWidth.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -278,10 +309,19 @@
System.Int32
- The keyboard mode for this row
+ The keyboard mode for this row
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Row.mode.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -313,7 +353,16 @@
Edge flags for this row of keys.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Row.rowEdgeFlags.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -407,7 +456,16 @@
Vertical gap following this row.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.Keyboard.Row.verticalGap.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView+IOnKeyboardActionListener.xml b/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView+IOnKeyboardActionListener.xml
index 839324549f..ca5790dfb0 100644
--- a/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView+IOnKeyboardActionListener.xml
+++ b/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView+IOnKeyboardActionListener.xml
@@ -33,10 +33,14 @@
- Android platform documentation
+ Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -85,15 +89,23 @@
this is the key that was pressed
the codes for all the possible alternative keys
- with the primary code being the first. If the primary key code is
- a single character such as an alphabet or number or symbol, the alternatives
- will include other characters that may be on the same key or adjacent keys.
- These codes are useful to correct for accidental presses of a key adjacent to
- the intended key.
-
+ with the primary code being the first. If the primary key code is
+ a single character such as an alphabet or number or symbol, the alternatives
+ will include other characters that may be on the same key or adjacent keys.
+ These codes are useful to correct for accidental presses of a key adjacent to
+ the intended key.
Send a key press to the listener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.onKey(int, int[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -133,11 +145,19 @@
the unicode of the key being pressed. If the touch is not on a valid
- key, the value will be zero.
-
+ key, the value will be zero.
Called when the user presses a key.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.onPress(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -176,11 +196,19 @@
- the code of the key that was released
-
+ the code of the key that was released
Called when the user releases a key.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.onRelease(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -212,11 +240,19 @@
- the sequence of characters to be displayed.
-
+ the sequence of characters to be displayed.
Sends a sequence of characters to the listener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.onText(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -248,7 +284,16 @@
Called when the user quickly moves the finger from up to down.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.swipeDown().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -280,7 +325,16 @@
Called when the user quickly moves the finger from right to left.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.swipeLeft().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -312,7 +366,16 @@
Called when the user quickly moves the finger from left to right.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.swipeRight().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -344,7 +407,16 @@
Called when the user quickly moves the finger from down to up.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.KeyboardView.OnKeyboardActionListener.swipeUp().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView.xml b/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView.xml
index b44b233b4b..9074752c78 100644
--- a/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView.xml
+++ b/docs/Mono.Android/en/Android.InputMethodServices/KeyboardView.xml
@@ -540,9 +540,18 @@
To be added.
- To be added.
+ Popup keyboard close button clicked.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.inputmethodservice.KeyboardView.onClick(android.view.View).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Locations.Provider/ProviderProperties+Builder.xml b/docs/Mono.Android/en/Android.Locations.Provider/ProviderProperties+Builder.xml
index 6bd97da573..a3e3684f62 100644
--- a/docs/Mono.Android/en/Android.Locations.Provider/ProviderProperties+Builder.xml
+++ b/docs/Mono.Android/en/Android.Locations.Provider/ProviderProperties+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for ProviderProperties.
+
+
+
+ Java documentation for android.location.provider.ProviderProperties.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -89,9 +100,20 @@
- To be added.
+ Builds a new ProviderProperties.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.provider.ProviderProperties.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+Builder.xml b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+Builder.xml
index e362ed4c45..c586f54048 100644
--- a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder class for GnssAntennaInfo.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -44,7 +55,18 @@
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.Builder.GnssAntennaInfo$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -141,9 +163,20 @@
- To be added.
- To be added.
- To be added.
+ Build GnssAntennaInfo object.
+ instance of GnssAntennaInfo
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+IListener.xml b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+IListener.xml
index 7a60a222a3..f3ef702039 100644
--- a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+IListener.xml
+++ b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+IListener.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ Used for receiving GNSS antenna info from the GNSS engine.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.Listener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -53,8 +64,19 @@
To be added.
- To be added.
- To be added.
+ Invoked on a change to GNSS antenna info.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.Listener.onGnssAntennaInfoReceived(java.util.List<android.location.GnssAntennaInfo>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+PhaseCenterOffset.xml b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+PhaseCenterOffset.xml
index 1bc0ba36de..5eb85be9cc 100644
--- a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+PhaseCenterOffset.xml
+++ b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+PhaseCenterOffset.xml
@@ -31,8 +31,19 @@
- To be added.
- To be added.
+ Class containing information about the antenna phase center offset (PCO).
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -274,9 +285,21 @@
System.Double
- To be added.
+ Returns the x-axis offset of the phase center from the origin of the Android sensor
+ coordinate system, in millimeters.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.getXOffsetMm().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -299,9 +322,21 @@
System.Double
- To be added.
+ Returns the 1-sigma uncertainty of the x-axis offset of the phase center from the origin
+ of the Android sensor coordinate system, in millimeters.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.getXOffsetUncertaintyMm().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -324,9 +359,21 @@
System.Double
- To be added.
+ Returns the y-axis offset of the phase center from the origin of the Android sensor
+ coordinate system, in millimeters.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.getYOffsetMm().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -349,9 +396,21 @@
System.Double
- To be added.
+ Returns the 1-sigma uncertainty of the y-axis offset of the phase center from the origin
+ of the Android sensor coordinate system, in millimeters.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.getYOffsetUncertaintyMm().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -374,9 +433,21 @@
System.Double
- To be added.
+ Returns the z-axis offset of the phase center from the origin of the Android sensor
+ coordinate system, in millimeters.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.getZOffsetMm().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -399,9 +470,21 @@
System.Double
- To be added.
+ Returns the 1-sigma uncertainty of the z-axis offset of the phase center from the origin
+ of the Android sensor coordinate system, in millimeters.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.PhaseCenterOffset.getZOffsetUncertaintyMm().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+SphericalCorrections.xml b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+SphericalCorrections.xml
index 12959e8751..7d6536f402 100644
--- a/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+SphericalCorrections.xml
+++ b/docs/Mono.Android/en/Android.Locations/GnssAntennaInfo+SphericalCorrections.xml
@@ -31,8 +31,19 @@
- To be added.
- To be added.
+ Represents corrections on a spherical mapping.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.SphericalCorrections.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -107,9 +118,20 @@
System.Double
- To be added.
+ The fixed phi angle separation between successive columns.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.SphericalCorrections.getDeltaPhi().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -132,9 +154,20 @@
System.Double
- To be added.
+ The fixed theta angle separation between successive rows.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.SphericalCorrections.getDeltaTheta().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -187,9 +220,20 @@
- To be added.
+ Array representing corrections on a spherical mapping.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.SphericalCorrections.getCorrectionsArray().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -213,9 +257,20 @@
- To be added.
+ Array representing uncertainty on corrections on a spherical mapping.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssAntennaInfo.SphericalCorrections.getCorrectionUncertaintiesArray().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Locations/GnssCapabilities+Builder.xml b/docs/Mono.Android/en/Android.Locations/GnssCapabilities+Builder.xml
index fcdac83e64..1cc5ae51be 100644
--- a/docs/Mono.Android/en/Android.Locations/GnssCapabilities+Builder.xml
+++ b/docs/Mono.Android/en/Android.Locations/GnssCapabilities+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for GnssCapabilities.
+
+
+
+ Java documentation for android.location.GnssCapabilities.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -89,9 +100,20 @@
- To be added.
+ Builds a new GnssCapabilities.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssCapabilities.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Locations/GnssMeasurementRequest+Builder.xml b/docs/Mono.Android/en/Android.Locations/GnssMeasurementRequest+Builder.xml
index a07026c89e..6e51051149 100644
--- a/docs/Mono.Android/en/Android.Locations/GnssMeasurementRequest+Builder.xml
+++ b/docs/Mono.Android/en/Android.Locations/GnssMeasurementRequest+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for GnssMeasurementRequest
+
+
+
+ Java documentation for android.location.GnssMeasurementRequest.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Constructs a Builder instance.
+
+
+
+ Java documentation for android.location.GnssMeasurementRequest.Builder.GnssMeasurementRequest$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -64,8 +86,19 @@
To be added.
- To be added.
- To be added.
+ Constructs a Builder instance by copying a GnssMeasurementRequest.
+
+
+
+ Java documentation for android.location.GnssMeasurementRequest.Builder.GnssMeasurementRequest$Builder(android.location.GnssMeasurementRequest).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -89,9 +122,20 @@
- To be added.
+ Builds a GnssMeasurementRequest instance as specified by this builder.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssMeasurementRequest.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Locations/GnssMeasurementsEvent+Callback.xml b/docs/Mono.Android/en/Android.Locations/GnssMeasurementsEvent+Callback.xml
index 26337cfb15..f7340ce0df 100644
--- a/docs/Mono.Android/en/Android.Locations/GnssMeasurementsEvent+Callback.xml
+++ b/docs/Mono.Android/en/Android.Locations/GnssMeasurementsEvent+Callback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Used for receiving GNSS satellite measurements from the GNSS engine.
- Android platform documentation
+ Java documentation for android.location.GnssMeasurementsEvent.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,9 +134,18 @@
To be added.
- To be added.
+ Reports the latest collected GNSS Measurements.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssMeasurementsEvent.Callback.onGnssMeasurementsReceived(android.location.GnssMeasurementsEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -171,9 +184,18 @@
To be added.
- To be added.
+ Reports the latest status of the GNSS Measurements sub-system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssMeasurementsEvent.Callback.onStatusChanged(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,9 +224,19 @@
2
- To be added.
+ GPS provider or Location is disabled, updates will not be received until they are
+ enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssMeasurementsEvent.Callback.STATUS_LOCATION_DISABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -233,8 +265,20 @@
3
- To be added.
- To be added.
+ The client is not allowed to register for GNSS Measurements in general or in the
+ requested mode.
+
+
+
+ Java documentation for android.location.GnssMeasurementsEvent.Callback.STATUS_NOT_ALLOWED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -262,9 +306,18 @@
0
- To be added.
+ The system does not support tracking of GNSS Measurements.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssMeasurementsEvent.Callback.STATUS_NOT_SUPPORTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -293,9 +346,19 @@
1
- To be added.
+ GNSS Measurements are successfully being tracked, it will receive updates once they are
+ available.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssMeasurementsEvent.Callback.STATUS_READY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Locations/GnssNavigationMessage+Callback.xml b/docs/Mono.Android/en/Android.Locations/GnssNavigationMessage+Callback.xml
index a0313e3d8c..16bea35e29 100644
--- a/docs/Mono.Android/en/Android.Locations/GnssNavigationMessage+Callback.xml
+++ b/docs/Mono.Android/en/Android.Locations/GnssNavigationMessage+Callback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Used for receiving GNSS satellite Navigation Messages from the GNSS engine.
- Android platform documentation
+ Java documentation for android.location.GnssNavigationMessage.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,9 +134,18 @@
To be added.
- To be added.
+ Returns the latest collected GNSS Navigation Message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssNavigationMessage.Callback.onGnssNavigationMessageReceived(android.location.GnssNavigationMessage).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,9 +215,19 @@
2
- To be added.
+ GNSS provider or Location is disabled, updated will not be received until they are
+ enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssNavigationMessage.Callback.STATUS_LOCATION_DISABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -233,9 +256,18 @@
0
- To be added.
+ The system does not support tracking of GNSS Navigation Messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssNavigationMessage.Callback.STATUS_NOT_SUPPORTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +296,19 @@
1
- To be added.
+ GNSS Navigation Messages are successfully being tracked, it will receive updates once
+ they are available.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssNavigationMessage.Callback.STATUS_READY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Locations/GnssStatus+Builder.xml b/docs/Mono.Android/en/Android.Locations/GnssStatus+Builder.xml
index b5162c604f..2c18a931a5 100644
--- a/docs/Mono.Android/en/Android.Locations/GnssStatus+Builder.xml
+++ b/docs/Mono.Android/en/Android.Locations/GnssStatus+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder class to help create new GnssStatus instances.
+
+
+
+ Java documentation for android.location.GnssStatus.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -115,9 +126,20 @@
- To be added.
+ Builds a new GnssStatus based on the satellite information in the Builder.
To be added.
- To be added.
+
+
+
+ Java documentation for android.location.GnssStatus.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Locations/GnssStatus+Callback.xml b/docs/Mono.Android/en/Android.Locations/GnssStatus+Callback.xml
index c149969020..6c5ae908a7 100644
--- a/docs/Mono.Android/en/Android.Locations/GnssStatus+Callback.xml
+++ b/docs/Mono.Android/en/Android.Locations/GnssStatus+Callback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Used for receiving notifications when GNSS events happen.
- Android platform documentation
+ Java documentation for android.location.GnssStatus.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,10 +133,19 @@
- To be added.
- To be added.
+ the time from start to first fix in milliseconds.
+ Called when the GNSS system has received its first fix since starting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssStatus.Callback.onFirstFix(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,10 +172,19 @@
- To be added.
- To be added.
+ the current status of all satellites.
+ Called periodically to report GNSS satellite status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssStatus.Callback.onSatelliteStatusChanged(android.location.GnssStatus).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -187,9 +209,18 @@
- To be added.
+ Called when GNSS system has started.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssStatus.Callback.onStarted().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +245,18 @@
- To be added.
+ Called when GNSS system has stopped.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GnssStatus.Callback.onStopped().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Locations/GpsStatus+IListener.xml b/docs/Mono.Android/en/Android.Locations/GpsStatus+IListener.xml
index c3cdc5252b..30be10e4ef 100644
--- a/docs/Mono.Android/en/Android.Locations/GpsStatus+IListener.xml
+++ b/docs/Mono.Android/en/Android.Locations/GpsStatus+IListener.xml
@@ -33,10 +33,14 @@
- Android platform documentation
+ Java documentation for android.location.GpsStatus.Listener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -77,9 +81,19 @@
event number for this notification
+ event number for this notification
Called to report changes in the GPS status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.location.GpsStatus.Listener.onGpsStatusChanged(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Locations/GpsStatus+INmeaListener.xml b/docs/Mono.Android/en/Android.Locations/GpsStatus+INmeaListener.xml
index 39f761b1b1..ea27a449c6 100644
--- a/docs/Mono.Android/en/Android.Locations/GpsStatus+INmeaListener.xml
+++ b/docs/Mono.Android/en/Android.Locations/GpsStatus+INmeaListener.xml
@@ -33,10 +33,14 @@
- Android platform documentation
+ Java documentation for android.location.GpsStatus.NmeaListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Locations/LocationRequest+Builder.xml b/docs/Mono.Android/en/Android.Locations/LocationRequest+Builder.xml
index ea38f24982..c39c23752e 100644
--- a/docs/Mono.Android/en/Android.Locations/LocationRequest+Builder.xml
+++ b/docs/Mono.Android/en/Android.Locations/LocationRequest+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder class for LocationRequest.
+
+
+
+ Java documentation for android.location.LocationRequest.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
To be added.
- To be added.
- To be added.
+ Creates a new Builder with all parameters copied from the given location request.
+
+
+
+ Java documentation for android.location.LocationRequest.Builder.LocationRequest$Builder(android.location.LocationRequest).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,8 +90,19 @@
To be added.
- To be added.
- To be added.
+ Creates a new Builder with the given interval.
+
+
+
+ Java documentation for android.location.LocationRequest.Builder.LocationRequest$Builder(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -93,9 +126,20 @@
- To be added.
- To be added.
- To be added.
+ Builds a location request from this builder.
+ a new location request
+
+
+
+ Java documentation for android.location.LocationRequest.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+Descriptor.xml b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+Descriptor.xml
index 102dfbe9d4..9a23d9a9a7 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+Descriptor.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+Descriptor.xml
@@ -18,14 +18,21 @@
- To be added.
+ The effect descriptor contains information on a particular effect implemented in the
+ audio framework:<br>
+ <ul>
+ <li>type: UUID identifying the effect type.
- Android platform documentation
+ Java documentation for android.media.audiofx.AudioEffect.Descriptor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -102,15 +109,32 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ UUID identifying the effect type. May be one of:
+ AudioEffect#EFFECT_TYPE_AEC, AudioEffect#EFFECT_TYPE_AGC,
+ AudioEffect#EFFECT_TYPE_BASS_BOOST, AudioEffect#EFFECT_TYPE_ENV_REVERB,
+ AudioEffect#EFFECT_TYPE_EQUALIZER, AudioEffect#EFFECT_TYPE_NS,
+ AudioEffect#EFFECT_TYPE_PRESET_REVERB,
+ AudioEffect#EFFECT_TYPE_VIRTUALIZER,
+ AudioEffect#EFFECT_TYPE_DYNAMICS_PROCESSING,
+ AudioEffect#EFFECT_TYPE_HAPTIC_GENERATOR.
+ UUID for this particular implementation
+
+ #EFFECT_INSERT or #EFFECT_AUXILIARY
+ human readable effect name
+ human readable effect implementor name
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.AudioEffect.Descriptor.AudioEffect$Descriptor(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -135,12 +159,20 @@
System.String
- Indicates if the effect is of insert category , auxiliary
- category or pre processing category
- {at_link #EFFECT_PRE_PROCESSING}.
+ Indicates if the effect is of insert category #EFFECT_INSERT or auxiliary
+ category #EFFECT_AUXILIARY.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.AudioEffect.Descriptor.connectMode.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -165,11 +197,19 @@
System.String
- Human readable effect implementor name
-
+ Human readable effect implementor name
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.AudioEffect.Descriptor.implementor.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -225,11 +265,19 @@
System.String
- Human readable effect name
-
+ Human readable effect name
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.AudioEffect.Descriptor.name.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -319,7 +367,16 @@
Indicates the generic type of the effect (Equalizer, Bass boost .
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.AudioEffect.Descriptor.type.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -347,7 +404,16 @@
Indicates the particular implementation of the effect in that type.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.AudioEffect.Descriptor.uuid.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnControlStatusChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnControlStatusChangeListener.xml
index 566dfaafa8..d1483bfcd5 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnControlStatusChangeListener.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnControlStatusChangeListener.xml
@@ -26,15 +26,18 @@
The OnControlStatusChangeListener interface defines a method called by the AudioEffect
- when a the control of the effect engine is gained or lost by the application
-
+ when control of the effect engine is gained or lost by the application
- Android platform documentation
+ Java documentation for android.media.audiofx.AudioEffect.OnControlStatusChangeListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -65,12 +68,20 @@
the effect on which the interface is registered.
true if the application has been granted control of the effect
- engine, false otherwise.
-
+ engine, false otherwise.
Called on the listener to notify it that the effect engine control
- has been taken or returned.
+ has been taken or returned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.AudioEffect.OnControlStatusChangeListener.onControlStatusChange(android.media.audiofx.AudioEffect, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnEnableStatusChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnEnableStatusChangeListener.xml
index 3b35532227..a3da7dc0bc 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnEnableStatusChangeListener.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect+IOnEnableStatusChangeListener.xml
@@ -26,14 +26,18 @@
The OnEnableStatusChangeListener interface defines a method called by the AudioEffect
- when a the enabled state of the effect engine was changed by the controlling application.
+ when the enabled state of the effect engine was changed by the controlling application.
- Android platform documentation
+ Java documentation for android.media.audiofx.AudioEffect.OnEnableStatusChangeListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -63,12 +67,20 @@
the effect on which the interface is registered.
- new effect state.
-
+ new effect state.
Called on the listener to notify it that the effect engine has been
- enabled or disabled.
+ enabled or disabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.AudioEffect.OnEnableStatusChangeListener.onEnableStatusChange(android.media.audiofx.AudioEffect, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect.xml b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect.xml
index 3f9548648c..f2527c4e14 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/AudioEffect.xml
@@ -962,9 +962,18 @@
Returns effect enabled state
- To be added.
+ true if the effect is enabled, false otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.AudioEffect.getEnabled().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1396,9 +1405,19 @@
Checks if this AudioEffect object is controlling the effect engine.
- To be added.
+ true if this instance has control of effect engine, false
+ otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.AudioEffect.hasControl().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1425,9 +1444,18 @@
Returns effect unique identifier.
- To be added.
+ the effect identifier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.AudioEffect.getId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1594,9 +1622,20 @@
the requested enable state
Enable or disable the effect.
- To be added.
+
+ #SUCCESS in case of success, #ERROR_INVALID_OPERATION
+ or #ERROR_DEAD_OBJECT in case of failure.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.AudioEffect.setEnabled(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+IOnParameterChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+IOnParameterChangeListener.xml
index 3dc1ec3d6a..2544ee06fb 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+IOnParameterChangeListener.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+IOnParameterChangeListener.xml
@@ -26,14 +26,18 @@
The OnParameterChangeListener interface defines a method called by the BassBoost when a
- parameter value has changed.
+ parameter value has changed.
- Android platform documentation
+ Java documentation for android.media.audiofx.BassBoost.OnParameterChangeListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -80,12 +84,20 @@
the BassBoost on which the interface is registered.
status of the set parameter operation.
- ID of the modified parameter. See ...
- the new parameter value.
-
+ ID of the modified parameter. See #PARAM_STRENGTH ...
+ the new parameter value.
Method called when a parameter value has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.BassBoost.OnParameterChangeListener.onParameterChange(android.media.audiofx.BassBoost, int, int, short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+Settings.xml b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+Settings.xml
index 155c8d41ca..fb40f387c6 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+Settings.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost+Settings.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.audiofx.BassBoost.Settings.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,7 +82,16 @@
To be added.
Settings class constructor from a key=value; pairs formatted string.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.BassBoost.Settings.BassBoost$Settings(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if the string is not correctly formatted.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost.xml b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost.xml
index b66669015e..f4db95db60 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/BassBoost.xml
@@ -299,9 +299,19 @@
Gets the current strength of the effect.
- To be added.
+ the strength of the effect. The valid range for strength is [0, 1000], where 0 per
+ mille designates the mildest effect and 1000 per mille the strongest
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.BassBoost.getRoundedStrength().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -375,10 +385,19 @@
strength of the effect. The valid range for strength strength is [0, 1000],
- where 0 per mille designates the mildest effect and 1000 per mille designates the strongest.
+ where 0 per mille designates the mildest effect and 1000 per mille designates the strongest.
Sets the strength of the bass boost effect.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.BassBoost.setStrength(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandBase.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandBase.xml
index 4a34131ae8..e25c1e9ac0 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandBase.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandBase.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Base class for bands
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -94,9 +105,20 @@
System.Single
- To be added.
- To be added.
- To be added.
+ gets cutoffFrequency for this band in Hertz (Hz)
+ cutoffFrequency for this band in Hertz (Hz)
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.getCutoffFrequency().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -123,9 +145,28 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ true for enabled, false otherwise
+ returns enabled state of the band -or- sets enabled state of the band
+ true if bands is enabled for processing, false otherwise
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.isEnabled().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.BandBase.setEnabled(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandStage.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandStage.xml
index 6b685b99ca..415f3d79f1 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandStage.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+BandStage.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Base class for stages that hold bands
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.BandStage.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -65,11 +76,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ true if this stage is set to be used. False otherwise. Stages that are not
+ set "inUse" at initialization time are not available to be used at any time.
+ true if this stage is currently used to process sound. When disabled,
+ the stage is bypassed and the sound is copied unaltered from input to output.
+ number of bands this stage will handle. If stage is not inUse, bandcount
+ is set to 0
+ Class constructor for BandStage
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.BandStage.DynamicsProcessing$BandStage(boolean, boolean, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -92,9 +117,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ gets number of bands held in this stage
+ number of bands held in this stage
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.BandStage.getBandCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Channel.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Channel.xml
index aece470ee0..e9e684d9ff 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Channel.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Channel.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Class for Channel configuration parameters.
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Channel.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -74,16 +85,32 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ value in decibels (dB) of level change applied to the audio before
+ processing. A value of 0 dB means no change.
+ true if PreEq stage will be used, false otherwise. This can't be
+ changed later.
+ number of bands for PreEq stage. This can't be changed later.
+ true if Mbc stage will be used, false otherwise. This can't be changed
+ later.
+ number of bands for Mbc stage. This can't be changed later.
+ true if PostEq stage will be used, false otherwise. This can't be
+ changed later.
+ number of bands for PostEq stage. This can't be changed later.
+ true if Limiter stage will be used, false otherwise. This can't be
+ changed later.
+ Class constructor for Channel configuration.
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Channel.DynamicsProcessing$Channel(float, boolean, int, boolean, int, boolean, int, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -197,9 +224,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired gain value in decibels (dB)
+ Gets inputGain value in decibels (dB). -or- Sets inputGain value in decibels (dB).
+ gain value in decibels (dB)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Channel.getInputGain().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Channel.setInputGain(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Config.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Config.xml
index ab4a6b02c7..a500fa8001 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Config.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Config.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Class for Config object, used by DynamicsProcessing to configure and update the audio effect.
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -74,10 +85,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ index of channel of interest
+ Gets inputGain value in decibels (dB) for channel indicated by channelIndex
+ inputGain value in decibels (dB). 0 dB means no change.
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.getInputGainByChannelIndex(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -309,9 +331,20 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ Gets if Limiter stage is in use
+ true if Limiter stage is in use;
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.isLimiterInUse().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -334,9 +367,20 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ Gets if Mbc stage is in use
+ true if Mbc stage is in use;
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.isMbcInUse().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -359,9 +403,20 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ Gets if PostEq stage is in use
+ true if PostEq stage is in use;
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.isPostEqInUse().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -384,9 +439,20 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ Gets if preEq stage is in use
+ true if preEq stage is in use;
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.isPreEqInUse().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -438,9 +504,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Gets number of bands configured for the Mbc stage.
+ number of bands configured for the Mbc stage.
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.getMbcBandCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -463,9 +540,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Gets number of bands configured for the PostEq stage.
+ number of bands configured for the PostEq stage.
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.getPostEqBandCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -488,9 +576,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Gets number of bands configured for the PreEq stage.
+ number of bands configured for the PreEq stage.
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.getPreEqBandCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -513,9 +612,20 @@
System.Single
- To be added.
- To be added.
- To be added.
+ Gets preferred frame duration in milliseconds (ms).
+ preferred frame duration in milliseconds (ms)
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.getPreferredFrameDuration().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -599,9 +709,20 @@
- To be added.
- To be added.
- To be added.
+ desired value in decibels (dB)
+ Sets the inputGain value in decibels (dB) for ALL channels
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.setInputGainAllChannelsTo(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -628,10 +749,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ index of channel of interest
+ desired value in decibels (dB).
+ Sets the inputGain value in decibels (dB) for the channel indicated by channelIndex.
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.setInputGainByChannelIndex(int, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1130,9 +1262,21 @@
Android.Media.Audiofx.VariantType
- To be added.
- To be added.
- To be added.
+ Gets variant for effect engine See #VARIANT_FAVOR_FREQUENCY_RESOLUTION and
+ #VARIANT_FAVOR_TIME_RESOLUTION.
+ variant of effect engine
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Config.getVariant().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Eq.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Eq.xml
index 79c879ca4f..032714ab9e 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Eq.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Eq.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Class for Equalizer stage
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Eq.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -69,11 +80,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ true if Eq stage will be used, false otherwise.
+ true if Eq stage is enabled/disabled. This can be changed while effect is
+ running
+ number of bands for this Equalizer stage. Can't be changed while effect
+ is running
+ Class constructor for Equalizer (Eq) stage
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Eq.DynamicsProcessing$Eq(boolean, boolean, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+EqBand.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+EqBand.xml
index 8c5d16650a..3a8ddb06e1 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+EqBand.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+EqBand.xml
@@ -18,8 +18,21 @@
- To be added.
- To be added.
+ Class for Equalizer Bands
+ Equalizer bands have three controllable parameters: enabled/disabled, cutoffFrequency and
+ gain
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.EqBand.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -100,9 +113,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired in decibels (db)
+ gets current gain of band in decibels (dB) -or- sets current gain of band in decibels (dB)
+ current gain of band in decibels (dB)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.EqBand.getGain().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.EqBand.setGain(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Limiter.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Limiter.xml
index 6a47f5d100..bc59afa670 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Limiter.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Limiter.xml
@@ -18,8 +18,21 @@
- To be added.
- To be added.
+ Class for Limiter Stage
+ Limiter is a single band compressor at the end of the processing chain, commonly used to
+ protect the signal from overloading and distortion.
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -74,16 +87,30 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ true if MBC stage will be used, false otherwise.
+ true if MBC stage is enabled/disabled. This can be changed while effect
+ is running
+ index of group assigned to this Limiter. Only limiters that share the
+ same linkGroup index will react together.
+ Attack Time for limiter compressor in milliseconds (ms)
+ Release Time for limiter compressor in milliseconds (ms)
+ Limiter Compressor ratio (N:1) (input:output)
+ Limiter Compressor threshold measured in decibels (dB) from 0 dB Full
+ Scale (dBFS).
+ Gain applied to the signal AFTER compression.
+ Class constructor for Limiter Stage
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.DynamicsProcessing$Limiter(boolean, boolean, int, float, float, float, float, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -110,9 +137,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired for limiter compressor in milliseconds (ms)
+ gets attack time for limiter compressor in milliseconds (ms) -or- sets attack time for limiter compressor in milliseconds (ms)
+ attack time for limiter compressor in milliseconds (ms)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getAttackTime().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setAttackTime(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -168,9 +214,28 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ desired linkGroup index
+ Gets the linkGroup index for this Limiter Stage. -or- Sets the linkGroup index for this limiter Stage.
+ linkGroup index.
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getLinkGroup().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setLinkGroup(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -197,9 +262,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired value in decibels (dB)
+ gets the gain applied to the signal AFTER limiting. -or- sets the gain to be applied to the siganl AFTER the limiter.
+ postGain value in decibels (dB)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getPostGain().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setPostGain(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -226,9 +310,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired for the limiter compressor (N:1)
+ gets the limiter compressor ratio (N:1) -or- sets limiter compressor ratio (N:1)
+ limiter compressor ratio (N:1)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getRatio().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setRatio(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -255,9 +358,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired for limiter compressor in milliseconds (ms)
+ gets release time for limiter compressor in milliseconds (ms) -or- sets release time for limiter compressor in milliseconds (ms)
+ release time for limiter compressor in milliseconds (ms)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getReleaseTime().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setReleaseTime(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -284,9 +406,30 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired for limiter compressor in decibels(dB)
+ gets the limiter compressor threshold measured in decibels (dB) from 0 dB Full Scale
+ (dBFS). -or- sets the limiter compressor threshold measured in decibels (dB) from 0 dB Full Scale
+ (dBFS).
+ limiter compressor threshold in decibels (dB)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.getThreshold().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Limiter.setThreshold(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Mbc.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Mbc.xml
index ec40502045..656e9c2f67 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Mbc.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Mbc.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Class for Multi-Band Compressor (MBC) stage
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Mbc.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -69,11 +80,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ true if MBC stage will be used, false otherwise.
+ true if MBC stage is enabled/disabled. This can be changed while effect
+ is running
+ number of bands for this MBC stage. Can't be changed while effect is
+ running
+ Constructor for Multi-Band Compressor (MBC) stage
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Mbc.DynamicsProcessing$Mbc(boolean, boolean, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+MbcBand.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+MbcBand.xml
index 0257c40df7..1d2341c5d5 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+MbcBand.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+MbcBand.xml
@@ -18,8 +18,22 @@
- To be added.
- To be added.
+ Class for Multi-Band compressor bands
+ MBC bands have multiple controllable parameters: enabled/disabled, cutoffFrequency,
+ attackTime, releaseTime, ratio, threshold, kneeWidth, noiseGateThreshold, expanderRatio,
+ preGain and postGain.
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -116,9 +130,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired for compressor in milliseconds (ms)
+ gets attack time for compressor in milliseconds (ms) -or- sets attack time for compressor in milliseconds (ms)
+ attack time for compressor in milliseconds (ms)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getAttackTime().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setAttackTime(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -145,9 +178,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired expander ratio (1:N)
+ gets Expander ratio (1:N) for signals below the Noise Gate Threshold. -or- sets Expander ratio (1:N) for signals below the Noise Gate Threshold.
+ Expander ratio (1:N)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getExpanderRatio().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setExpanderRatio(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -203,9 +255,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired in decibels (dB)
+ get Knee Width in decibels (dB) around compressor threshold point. -or- sets knee width in decibels (dB).
+ Knee Width in decibels (dB)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getKneeWidth().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setKneeWidth(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -232,9 +303,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired in decibels (dB)
+ gets the noise gate threshold in decibels (dB) from 0 dB Full Scale (dBFS). -or- sets noise gate threshod in decibels (dB).
+ Noise Gate Threshold in decibels (dB)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getNoiseGateThreshold().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setNoiseGateThreshold(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -261,9 +351,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired value in decibels (dB)
+ gets the gain applied to the signal AFTER compression. -or- sets the gain to be applied to the siganl AFTER the compression.
+ postGain value in decibels (dB)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getPostGain().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setPostGain(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -290,9 +399,29 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired in decibels (dB)
+ gets the gain applied to the signal BEFORE the compression. -or- sets the gain to be applied to the signal BEFORE the compression, measured in decibels
+ (dB), where 0 dB means no level change.
+ preGain value in decibels (dB)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getPreGain().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setPreGain(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -319,9 +448,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired for the compressor (N:1)
+ gets the compressor ratio (N:1) -or- sets compressor ratio (N:1)
+ compressor ratio (N:1)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getRatio().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setRatio(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -348,9 +496,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired for compressor in milliseconds (ms)
+ gets release time for compressor in milliseconds (ms) -or- sets release time for compressor in milliseconds (ms)
+ release time for compressor in milliseconds (ms)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getReleaseTime().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setReleaseTime(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -377,9 +544,28 @@
System.Single
- To be added.
- To be added.
- To be added.
+ desired for compressor in decibels(dB)
+ gets the compressor threshold measured in decibels (dB) from 0 dB Full Scale (dBFS). -or- sets the compressor threshold measured in decibels (dB) from 0 dB Full Scale (dBFS).
+ compressor threshold in decibels (dB)
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.getThreshold().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.MbcBand.setThreshold(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Stage.xml b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Stage.xml
index e5ad8b2880..1d6c1572c7 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Stage.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/DynamicsProcessing+Stage.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ base class for the different stages.
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Stage.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,10 +54,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ true if this stage is set to be used. False otherwise. Stages that are not
+ set "inUse" at initialization time are not available to be used at any time.
+ true if this stage is currently used to process sound. When disabled,
+ the stage is bypassed and the sound is copied unaltered from input to output.
+ Class constructor for stage
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Stage.DynamicsProcessing$Stage(boolean, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -94,9 +118,28 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ true for enabled, false otherwise
+ returns enabled state of the stage -or- sets enabled state of the stage
+ true if stage is enabled for processing, false otherwise
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Stage.isEnabled().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Stage.setEnabled(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -119,9 +162,21 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ returns inUse state of the stage.
+ inUse state of the stage. True if this stage is currently used to process sound.
+ When false, the stage is bypassed and the sound is copied unaltered from input to output.
+
+
+
+ Java documentation for android.media.audiofx.DynamicsProcessing.Stage.isInUse().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+IOnParameterChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+IOnParameterChangeListener.xml
index ca5db7d998..662dd08de0 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+IOnParameterChangeListener.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+IOnParameterChangeListener.xml
@@ -26,14 +26,18 @@
The OnParameterChangeListener interface defines a method called by the EnvironmentalReverb
- when a parameter value has changed.
+ when a parameter value has changed.
- Android platform documentation
+ Java documentation for android.media.audiofx.EnvironmentalReverb.OnParameterChangeListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -80,12 +84,20 @@
the EnvironmentalReverb on which the interface is registered.
status of the set parameter operation.
- ID of the modified parameter. See ...
- the new parameter value.
-
+ ID of the modified parameter. See #PARAM_ROOM_LEVEL ...
+ the new parameter value.
Method called when a parameter value has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.OnParameterChangeListener.onParameterChange(android.media.audiofx.EnvironmentalReverb, int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+Settings.xml b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+Settings.xml
index ea8892f17b..482480801b 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+Settings.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb+Settings.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.audiofx.EnvironmentalReverb.Settings.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,7 +82,16 @@
To be added.
Settings class constructor from a key=value; pairs formatted string.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.Settings.EnvironmentalReverb$Settings(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if the string is not correctly formatted.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb.xml b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb.xml
index 851c90204e..0ef4920ec0 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/EnvironmentalReverb.xml
@@ -55,11 +55,27 @@
- To be added.
- To be added.
+ the priority level requested by the application for controlling the
+ EnvironmentalReverb engine. As the same engine can be shared by several applications, this
+ parameter indicates how much the requesting application needs control of effect parameters.
+ The normal priority is 0, above normal is a positive number, below normal a negative number.
+ system wide unique audio session identifier. If audioSession
+ is not 0, the EnvironmentalReverb will be attached to the MediaPlayer or AudioTrack in the
+ same audio session. Otherwise, the EnvironmentalReverb will apply to the output mix.
+ As the EnvironmentalReverb is an auxiliary effect it is recommended to instantiate it on
+ audio session 0 and to attach it to the MediaPLayer auxiliary output.
Class constructor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.EnvironmentalReverb(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,10 +132,29 @@
System.Int16
- Gets the ratio of high frequency decay time (at 5 kHz) relative to low frequencies.
- To be added.
+ high frequency decay ratio using a permille scale. The valid range is
+ [100, 2000]. A ratio of 1000 indicates that all frequencies decay at the same rate.
+ Gets the ratio of high frequency decay time (at 5 kHz) relative to low frequencies. -or- Sets the ratio of high frequency decay time (at 5 kHz) relative to the decay time at low
+ frequencies.
+ the decay HF ration. See #setDecayHFRatio(short) for units.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.getDecayHFRatio().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.setDecayHFRatio(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -158,10 +193,27 @@
System.Int32
- Gets the decay time.
- To be added.
+ decay time in milliseconds. The valid range is [100, 20000].
+ Gets the decay time. -or- Sets the time taken for the level of reverberation to decay by 60 dB.
+ the decay time in milliseconds.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.getDecayTime().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.setDecayTime(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -200,10 +252,29 @@
System.Int16
- Gets the density level.
- To be added.
+ density specified using a permille scale. The valid range is [0, 1000].
+ A value of 1000 o/oo indicates a natural sounding reverberation. Values below this level
+ produce a more colored effect.
+ Gets the density level. -or- Controls the modal density of the late reverberation decay.
+ the density level. See #setDiffusion(short) for units.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.getDensity().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.setDensity(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -242,10 +313,29 @@
System.Int16
- Gets diffusion level.
- To be added.
+ diffusion specified using a permille scale. The diffusion valid range is
+ [0, 1000]. A value of 1000 o/oo indicates a smooth reverberation decay.
+ Values below this level give a more grainy character.
+ Gets diffusion level. -or- Sets the echo density in the late reverberation decay.
+ the diffusion level. See #setDiffusion(short) for units.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.getDiffusion().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.setDiffusion(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -787,10 +877,27 @@
System.Int32
- Gets the reflections delay.
- To be added.
+ reflections delay in milliseconds. The valid range is [0, 300].
+ Gets the reflections delay. -or- Sets the delay time for the early reflections.
+ the early reflections delay in milliseconds.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.getReflectionsDelay().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.setReflectionsDelay(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -829,10 +936,27 @@
System.Int16
- Gets the volume level of the early reflections.
- To be added.
+ reflection level in millibels. The valid range is [-9000, 1000].
+ Gets the volume level of the early reflections. -or- Sets the volume level of the early reflections.
+ the early reflections level in millibels.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.getReflectionsLevel().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.setReflectionsLevel(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -871,10 +995,27 @@
System.Int32
- Gets the reverb delay.
- To be added.
+ reverb delay in milliseconds. The valid range is [0, 100].
+ Gets the reverb delay. -or- Sets the time between the first reflection and the reverberation.
+ the reverb delay in milliseconds.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.getReverbDelay().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.setReverbDelay(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,10 +1054,27 @@
System.Int16
- Gets the reverb level.
- To be added.
+ reverb level in millibels. The valid range is [-9000, 2000].
+ Gets the reverb level. -or- Sets the volume level of the late reverberation.
+ the reverb level in millibels.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.getReverbLevel().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.setReverbLevel(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -955,10 +1113,28 @@
System.Int16
- Gets the room HF level.
- To be added.
+ high frequency attenuation level in millibels. The valid range is [-9000, 0].
+ Gets the room HF level. -or- Sets the volume level at 5 kHz relative to the volume level at low frequencies of the
+ overall reverb effect.
+ the room HF level in millibels.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.getRoomHFLevel().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.setRoomHFLevel(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -997,10 +1173,27 @@
System.Int16
- Gets the master volume level of the environmental reverb effect.
- To be added.
+ room level in millibels. The valid range is [-9000, 0].
+ Gets the master volume level of the environmental reverb effect. -or- Sets the master volume level of the environmental reverb effect.
+ the room level in millibels.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.getRoomLevel().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.EnvironmentalReverb.setRoomLevel(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+IOnParameterChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+IOnParameterChangeListener.xml
index 24943b802e..830b059edd 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+IOnParameterChangeListener.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+IOnParameterChangeListener.xml
@@ -26,14 +26,18 @@
The OnParameterChangeListener interface defines a method called by the Equalizer when a
- parameter value has changed.
+ parameter value has changed.
- Android platform documentation
+ Java documentation for android.media.audiofx.Equalizer.OnParameterChangeListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -81,13 +85,21 @@
the Equalizer on which the interface is registered.
status of the set parameter operation.
- ID of the modified parameter. See ...
+ ID of the modified parameter. See #PARAM_BAND_LEVEL ...
additional parameter qualifier (e.g the band for band level parameter).
- the new parameter value.
-
+ the new parameter value.
Method called when a parameter value has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Equalizer.OnParameterChangeListener.onParameterChange(android.media.audiofx.Equalizer, int, int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+Settings.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+Settings.xml
index 75053356df..efdf350fe0 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+Settings.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer+Settings.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.audiofx.Equalizer.Settings.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,7 +82,16 @@
To be added.
Settings class constructor from a key=value; pairs formatted string.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Equalizer.Settings.Equalizer$Settings(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if the string is not correctly formatted.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer.xml
index 8a13b4a3b8..fd7159a43a 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/Equalizer.xml
@@ -129,9 +129,18 @@
Gets current preset.
- To be added.
+ the preset that is set at the moment.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Equalizer.getCurrentPreset().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -166,9 +175,18 @@
frequency in milliHertz which is to be equalized via the returned band.
Gets the band that has the most effect on the given frequency.
- To be added.
+ the frequency band that has most effect on the given frequency.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Equalizer.getBand(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,11 +220,21 @@
frequency band whose frequency range is requested. The numbering of the bands
- starts from 0 and ends at (number of bands - 1).
+ starts from 0 and ends at (number of bands - 1).
Gets the frequency range of the given frequency band.
- To be added.
+ the frequency range in millHertz in an array of integers. The first element is the
+ lower limit of the range, the second element the upper limit.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Equalizer.getBandFreqRange(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -240,11 +268,20 @@
frequency band whose gain is requested. The numbering of the bands starts
- from 0 and ends at (number of bands - 1).
+ from 0 and ends at (number of bands - 1).
Gets the gain set for the given equalizer band.
- To be added.
+ the gain in millibels of the given band.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Equalizer.getBandLevel(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,10 +312,20 @@
- Gets the level range for use by .
- To be added.
+ Gets the level range for use by #setBandLevel(short,short).
+ the band level range in an array of short integers. The first element is the lower
+ limit of the range, the second element the upper limit.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Equalizer.getBandLevelRange().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -312,11 +359,20 @@
frequency band whose center frequency is requested. The numbering of the bands
- starts from 0 and ends at (number of bands - 1).
+ starts from 0 and ends at (number of bands - 1).
Gets the center frequency of the given band.
- To be added.
+ the center frequency in milliHertz
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Equalizer.getCenterFreq(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -351,9 +407,18 @@
index of the preset. The valid range is [0, number of presets-1].
Gets the preset name based on the index.
- To be added.
+ a string containing the name of the given preset.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Equalizer.getPresetName(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -413,9 +478,18 @@
Gets the number of frequency bands supported by the Equalizer engine.
- To be added.
+ the number of bands
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Equalizer.getNumberOfBands().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,9 +520,18 @@
Gets the total number of presets the equalizer supports.
- To be added.
+ the number of presets the equalizer supports.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Equalizer.getNumberOfPresets().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/LoudnessEnhancer.xml b/docs/Mono.Android/en/Android.Media.Audiofx/LoudnessEnhancer.xml
index 92c4ffc2d7..d0c76b05f8 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/LoudnessEnhancer.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/LoudnessEnhancer.xml
@@ -197,7 +197,16 @@
the effect target gain expressed in mB. 0mB corresponds to no amplification.
Set the target gain for the audio effect.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.LoudnessEnhancer.setTargetGain(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -227,9 +236,18 @@
Return the target gain.
- To be added.
+ the effect target gain expressed in mB.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.LoudnessEnhancer.getTargetGain().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+IOnParameterChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+IOnParameterChangeListener.xml
index f10c4f3f47..ef5fa4ce70 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+IOnParameterChangeListener.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+IOnParameterChangeListener.xml
@@ -26,14 +26,18 @@
The OnParameterChangeListener interface defines a method called by the PresetReverb
- when a parameter value has changed.
+ when a parameter value has changed.
- Android platform documentation
+ Java documentation for android.media.audiofx.PresetReverb.OnParameterChangeListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -80,12 +84,20 @@
the PresetReverb on which the interface is registered.
status of the set parameter operation.
- ID of the modified parameter. See ...
- the new parameter value.
-
+ ID of the modified parameter. See #PARAM_PRESET ...
+ the new parameter value.
Method called when a parameter value has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.PresetReverb.OnParameterChangeListener.onParameterChange(android.media.audiofx.PresetReverb, int, int, short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+Settings.xml b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+Settings.xml
index f7ac1a256a..bca8d02d17 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+Settings.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb+Settings.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.audiofx.PresetReverb.Settings.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,7 +82,16 @@
To be added.
Settings class constructor from a key=value; pairs formatted string.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.PresetReverb.Settings.PresetReverb$Settings(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if the string is not correctly formatted.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb.xml b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb.xml
index b9a18b23fe..c7b4e86b99 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/PresetReverb.xml
@@ -55,11 +55,27 @@
- To be added.
- To be added.
+ the priority level requested by the application for controlling the
+ PresetReverb engine. As the same engine can be shared by several applications, this
+ parameter indicates how much the requesting application needs control of effect parameters.
+ The normal priority is 0, above normal is a positive number, below normal a negative number.
+ system wide unique audio session identifier. If audioSession
+ is not 0, the PresetReverb will be attached to the MediaPlayer or AudioTrack in the
+ same audio session. Otherwise, the PresetReverb will apply to the output mix.
+ As the PresetReverb is an auxiliary effect it is recommended to instantiate it on
+ audio session 0 and to attach it to the MediaPLayer auxiliary output.
Class constructor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.PresetReverb.PresetReverb(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -208,10 +224,28 @@
System.Int16
- Gets current reverb preset.
- To be added.
+ this must be one of the the preset constants defined in this class.
+ e.g. #PRESET_SMALLROOM
+ Gets current reverb preset. -or- Enables a preset on the reverb.
+ the preset that is set at the moment.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.audiofx.PresetReverb.getPreset().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.audiofx.PresetReverb.setPreset(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+IOnParameterChangeListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+IOnParameterChangeListener.xml
index 4326f4a7c4..00aca14b2d 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+IOnParameterChangeListener.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+IOnParameterChangeListener.xml
@@ -26,14 +26,18 @@
The OnParameterChangeListener interface defines a method called by the Virtualizer when a
- parameter value has changed.
+ parameter value has changed.
- Android platform documentation
+ Java documentation for android.media.audiofx.Virtualizer.OnParameterChangeListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -80,12 +84,20 @@
the Virtualizer on which the interface is registered.
status of the set parameter operation.
- ID of the modified parameter. See ...
- the new parameter value.
-
+ ID of the modified parameter. See #PARAM_STRENGTH ...
+ the new parameter value.
Method called when a parameter value has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Virtualizer.OnParameterChangeListener.onParameterChange(android.media.audiofx.Virtualizer, int, int, short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+Settings.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+Settings.xml
index 71a521bda6..367112f1de 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+Settings.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer+Settings.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.audiofx.Virtualizer.Settings.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,7 +82,16 @@
To be added.
Settings class constructor from a key=value; pairs formatted string.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Virtualizer.Settings.Virtualizer$Settings(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if the string is not correctly formatted.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer.xml
index 18c4ab98f3..2d99284a6c 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/Virtualizer.xml
@@ -147,12 +147,29 @@
the channel mask of the content to virtualize.
the mode for which virtualization processing is to be performed,
- one of Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_BINAURAL, Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL.
+ one of #VIRTUALIZATION_MODE_BINAURAL, #VIRTUALIZATION_MODE_TRANSAURAL.
Checks if the combination of a channel mask and virtualization mode is supported by this
- virtualizer.
- To be added.
+ virtualizer.
+ true if the combination of channel mask and virtualization mode is supported, false
+ otherwise.
+ <br>An indication that a certain channel mask is not supported doesn't necessarily mean
+ you cannot play content with that channel mask, it more likely implies the content will
+ be downmixed before being virtualized. For instance a virtualizer that only supports a
+ mask such as AudioFormat#CHANNEL_OUT_STEREO
+ will still be able to process content with a mask of
+ AudioFormat#CHANNEL_OUT_5POINT1, but will downmix the content to stereo first, and
+ then will virtualize, as opposed to virtualizing each channel individually.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Virtualizer.canVirtualize(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -191,13 +208,23 @@
- one of Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_BINAURAL,
- Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL to force a particular processing mode, or
- Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_AUTO to stop forcing a mode.
+ one of #VIRTUALIZATION_MODE_BINAURAL,
+ #VIRTUALIZATION_MODE_TRANSAURAL to force a particular processing mode, or
+ #VIRTUALIZATION_MODE_AUTO to stop forcing a mode.
Forces the virtualizer effect to use the given processing mode.
- To be added.
+ true if the processing mode is supported, and it is successfully set, or
+ forcing was successfully disabled, false otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Virtualizer.forceVirtualizationMode(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -247,22 +274,35 @@
the channel mask of the content to virtualize.
the mode for which virtualization processing is to be performed,
- one of Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_BINAURAL, Android.Media.Audiofx.Virtualizer.VIRTUALIZATION_MODE_TRANSAURAL.
+ one of #VIRTUALIZATION_MODE_BINAURAL, #VIRTUALIZATION_MODE_TRANSAURAL.
a non-null array whose length is 3 times the number of channels in the channel
- mask.
- If the method indicates the configuration is supported, the array will contain upon return
- triplets of values: for each channel i among the channels of the mask:
- - the element at index 3*i in the array contains the speaker
- identification (e.g. Android.Media.AudioFormat.CHANNEL_OUT_FRONT_LEFT),
- the element at index 3*i+1 contains its corresponding azimuth angle
- expressed in degrees, where 0 is the direction the listener faces, 180 is behind
- the listener, and -90 is to her/his left,
- the element at index 3*i+2 contains its corresponding elevation angle
- where +90 is directly above the listener, 0 is the horizontal plane, and -90 is
- directly below the listener.
+ mask.
+ If the method indicates the configuration is supported, the array will contain upon return
+ triplets of values: for each channel <code>i</code> among the channels of the mask:
+ <ul>
+ <li>the element at index <code>3*i</code> in the array contains the speaker
+ identification (e.g. AudioFormat#CHANNEL_OUT_FRONT_LEFT),</li>
+ <li>the element at index <code>3*i+1</code> contains its corresponding azimuth angle
+ expressed in degrees, where 0 is the direction the listener faces, 180 is behind
+ the listener, and -90 is to her/his left,</li>
+ <li>the element at index <code>3*i+2</code> contains its corresponding elevation angle
+ where +90 is directly above the listener, 0 is the horizontal plane, and -90 is
+ directly below the listener.</li>
Queries the virtual speaker angles (azimuth and elevation) for a combination of a channel
- mask and virtualization mode.
- To be added.
+ mask and virtualization mode.
+ true if the combination of channel mask and virtualization mode is supported, false
+ otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Virtualizer.getSpeakerAngles(int, int, int[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -467,9 +507,19 @@
Gets the current strength of the effect.
- To be added.
+ the strength of the effect. The valid range for strength is [0, 1000], where 0 per
+ mille designates the mildest effect and 1000 per mille the strongest
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Virtualizer.getRoundedStrength().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -543,10 +593,19 @@
strength of the effect. The valid range for strength strength is [0, 1000],
- where 0 per mille designates the mildest effect and 1000 per mille designates the strongest.
+ where 0 per mille designates the mildest effect and 1000 per mille designates the strongest.
Sets the strength of the virtualizer effect.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Virtualizer.setStrength(short).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+IOnDataCaptureListener.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+IOnDataCaptureListener.xml
index 3b3755e2f1..d803c553cb 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+IOnDataCaptureListener.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+IOnDataCaptureListener.xml
@@ -26,14 +26,18 @@
The OnDataCaptureListener interface defines methods called by the Visualizer to periodically
- update the audio visualization capture.
+ update the audio visualization capture.
- Android platform documentation
+ Java documentation for android.media.audiofx.Visualizer.OnDataCaptureListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -65,11 +69,19 @@
Visualizer object on which the listener is registered.
array of bytes containing the frequency representation.
- sampling rate of the audio visualized.
-
+ sampling rate of the visualized audio.
Method called when a new frequency capture is available.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Visualizer.OnDataCaptureListener.onFftDataCapture(android.media.audiofx.Visualizer, byte[], int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -101,11 +113,19 @@
Visualizer object on which the listener is registered.
array of bytes containing the waveform representation.
- sampling rate of the audio visualized.
-
+ sampling rate of the visualized audio.
Method called when a new waveform capture is available.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Visualizer.OnDataCaptureListener.onWaveFormDataCapture(android.media.audiofx.Visualizer, byte[], int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+MeasurementPeakRms.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+MeasurementPeakRms.xml
index c45460dcd2..f59d034ccb 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+MeasurementPeakRms.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer+MeasurementPeakRms.xml
@@ -18,14 +18,18 @@
- To be added.
+ A class to store peak and RMS values.
- Android platform documentation
+ Java documentation for android.media.audiofx.Visualizer.MeasurementPeakRms.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -103,10 +107,19 @@
System.Int32
- To be added.
+ The peak value in mB.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Visualizer.MeasurementPeakRms.mPeak.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,10 +143,19 @@
System.Int32
- To be added.
+ The RMS value in mB.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Visualizer.MeasurementPeakRms.mRms.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer.xml b/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer.xml
index cb0cdcafdf..76a3414c49 100644
--- a/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer.xml
+++ b/docs/Mono.Android/en/Android.Media.Audiofx/Visualizer.xml
@@ -615,9 +615,21 @@
array of bytes where the waveform should be returned
Returns a waveform capture of currently playing audio content.
- To be added.
+
+ #SUCCESS in case of success,
+ #ERROR_NO_MEMORY, #ERROR_INVALID_OPERATION or #ERROR_DEAD_OBJECT
+ in case of failure.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Visualizer.getWaveForm(byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -712,9 +724,20 @@
Returns the current measurement modes performed by this audio effect
- To be added.
+ the mask of the measurements,
+ #MEASUREMENT_MODE_NONE (when no measurements are performed)
+ or #MEASUREMENT_MODE_PEAK_RMS.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Visualizer.getMeasurementMode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -897,9 +920,19 @@
Returns the current scaling mode on the captured visualization data.
- To be added.
+ the scaling mode, see #SCALING_MODE_NORMALIZED
+ and #SCALING_MODE_AS_PLAYED.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Visualizer.getScalingMode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1012,11 +1045,21 @@
requested capture size
- Sets the capture size, i.e. the number of bytes returned by and
- methods.
- To be added.
+ Sets the capture size, i.
+
+ #SUCCESS in case of success,
+ #ERROR_BAD_VALUE in case of failure.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Visualizer.setCaptureSize(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1111,9 +1154,20 @@
requested enable state
Enable or disable the visualization engine.
- To be added.
+
+ #SUCCESS in case of success,
+ #ERROR_INVALID_OPERATION or #ERROR_DEAD_OBJECT in case of failure.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Visualizer.setEnabled(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1150,12 +1204,22 @@
a mask of the measurements to perform. The valid values are
- (to cancel any measurement)
- or .
+ #MEASUREMENT_MODE_NONE (to cancel any measurement)
+ or #MEASUREMENT_MODE_PEAK_RMS.
Sets the combination of measurement modes to be performed by this audio effect.
- To be added.
+
+ #SUCCESS in case of success, #ERROR_BAD_VALUE in case of failure.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Visualizer.setMeasurementMode(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1190,12 +1254,23 @@
- see
- and
+ see #SCALING_MODE_NORMALIZED
+ and #SCALING_MODE_AS_PLAYED
Set the type of scaling applied on the captured visualization data.
- To be added.
+
+ #SUCCESS in case of success,
+ #ERROR_BAD_VALUE in case of failure.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.audiofx.Visualizer.setScalingMode(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ConnectionCallback.xml b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ConnectionCallback.xml
index b714160751..f04bf4d413 100644
--- a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ConnectionCallback.xml
+++ b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ConnectionCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Callbacks for connection related events.
- Android platform documentation
+ Java documentation for android.media.browse.MediaBrowser.ConnectionCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,9 +131,18 @@
- To be added.
+ Invoked after MediaBrowser#connect() when the request has successfully completed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.ConnectionCallback.onConnected().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -154,9 +167,18 @@
- To be added.
+ Invoked when the connection to the media browser failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.ConnectionCallback.onConnectionFailed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -181,9 +203,18 @@
- To be added.
+ Invoked when the client is disconnected from the media browser.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.ConnectionCallback.onConnectionSuspended().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ItemCallback.xml b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ItemCallback.xml
index 50a7e1a926..4c5986ac3e 100644
--- a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ItemCallback.xml
+++ b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+ItemCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Callback for receiving the result of #getItem.
- Android platform documentation
+ Java documentation for android.media.browse.MediaBrowser.ItemCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,10 +133,20 @@
- To be added.
- To be added.
+ The media id of the media item which could not be loaded.
+ Called there was an error retrieving it or the connected service doesn't support
+ #getItem.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.ItemCallback.onError(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+MediaItem.xml b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+MediaItem.xml
index 1e07e8f9bf..6470ad9801 100644
--- a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+MediaItem.xml
+++ b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+MediaItem.xml
@@ -31,14 +31,18 @@
- To be added.
+ A class with information on a single media item for use in browsing/searching media.
- Android platform documentation
+ Java documentation for android.media.browse.MediaBrowser.MediaItem.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -70,11 +74,21 @@
- To be added.
- To be added.
- To be added.
+ The description of the media, which must include a
+ media id.
+ The flags for this item.
+ Create a new MediaItem for use in browsing media.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.MediaItem.MediaBrowser$MediaItem(android.media.MediaDescription, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -179,10 +193,19 @@
Android.Media.MediaDescription
- To be added.
+ Returns the description of the media.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.MediaItem.getDescription().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -206,10 +229,19 @@
Android.Media.Browse.MediaItemFlags
- To be added.
+ Gets the flags of the item.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.MediaItem.getFlags().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -233,10 +265,19 @@
System.Boolean
- To be added.
+ Returns whether this item is browsable.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.MediaItem.isBrowsable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -260,10 +301,19 @@
System.Boolean
- To be added.
+ Returns whether this item is playable.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.MediaItem.isPlayable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -321,10 +371,19 @@
System.String
- To be added.
+ Returns the media id in the MediaDescription for this item.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.MediaItem.getMediaId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+SubscriptionCallback.xml b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+SubscriptionCallback.xml
index 0647896440..bd651795cb 100644
--- a/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+SubscriptionCallback.xml
+++ b/docs/Mono.Android/en/Android.Media.Browse/MediaBrowser+SubscriptionCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Callbacks for subscription related events.
- Android platform documentation
+ Java documentation for android.media.browse.MediaBrowser.SubscriptionCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,11 +134,20 @@
- To be added.
- To be added.
- To be added.
+ The media id of the parent media item.
+ The children which were loaded.
+ Called when the list of children is loaded or updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.SubscriptionCallback.onChildrenLoaded(java.lang.String, java.util.List<android.media.browse.MediaBrowser.MediaItem>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -163,12 +176,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The media id of the parent media item.
+ The children which were loaded.
+ The bundle of service-specific arguments sent to the media
+ browser service. The contents of this bundle may affect the
+ information returned when browsing.
+ Called when the list of children is loaded or updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.SubscriptionCallback.onChildrenLoaded(java.lang.String, java.util.List<android.media.browse.MediaBrowser.MediaItem>, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -195,10 +219,20 @@
- To be added.
- To be added.
+ The media id of the parent media item whose children could
+ not be loaded.
+ Called when the id doesn't exist or other errors in subscribing.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.SubscriptionCallback.onError(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -226,11 +260,22 @@
- To be added.
- To be added.
- To be added.
+ The media id of the parent media item whose children could
+ not be loaded.
+ The bundle of service-specific arguments sent to the media
+ browser service.
+ Called when the id doesn't exist or other errors in subscribing.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.browse.MediaBrowser.SubscriptionCallback.onError(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Metrics/NetworkEvent+Builder.xml b/docs/Mono.Android/en/Android.Media.Metrics/NetworkEvent+Builder.xml
index 7e7e9a94f0..cd47cf697b 100644
--- a/docs/Mono.Android/en/Android.Media.Metrics/NetworkEvent+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media.Metrics/NetworkEvent+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder for NetworkEvent
+
+
+
+ Java documentation for android.media.metrics.NetworkEvent.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Creates a new Builder.
+
+
+
+ Java documentation for android.media.metrics.NetworkEvent.Builder.NetworkEvent$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -64,9 +86,20 @@
- To be added.
+ Builds the instance.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.metrics.NetworkEvent.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Metrics/PlaybackErrorEvent+Builder.xml b/docs/Mono.Android/en/Android.Media.Metrics/PlaybackErrorEvent+Builder.xml
index b1a77df0e0..512edf49b3 100644
--- a/docs/Mono.Android/en/Android.Media.Metrics/PlaybackErrorEvent+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media.Metrics/PlaybackErrorEvent+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder for PlaybackErrorEvent
+
+
+
+ Java documentation for android.media.metrics.PlaybackErrorEvent.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Creates a new Builder.
+
+
+
+ Java documentation for android.media.metrics.PlaybackErrorEvent.Builder.PlaybackErrorEvent$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -64,9 +86,20 @@
- To be added.
+ Builds the instance.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.metrics.PlaybackErrorEvent.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Metrics/PlaybackMetrics+Builder.xml b/docs/Mono.Android/en/Android.Media.Metrics/PlaybackMetrics+Builder.xml
index e2930b0222..abc7687845 100644
--- a/docs/Mono.Android/en/Android.Media.Metrics/PlaybackMetrics+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media.Metrics/PlaybackMetrics+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder for PlaybackMetrics
+
+
+
+ Java documentation for android.media.metrics.PlaybackMetrics.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Creates a new Builder.
+
+
+
+ Java documentation for android.media.metrics.PlaybackMetrics.Builder.PlaybackMetrics$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -93,9 +115,20 @@
- To be added.
+ Builds the instance.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.metrics.PlaybackMetrics.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Metrics/PlaybackStateEvent+Builder.xml b/docs/Mono.Android/en/Android.Media.Metrics/PlaybackStateEvent+Builder.xml
index e1d88606c2..bcb33266d8 100644
--- a/docs/Mono.Android/en/Android.Media.Metrics/PlaybackStateEvent+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media.Metrics/PlaybackStateEvent+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder for PlaybackStateEvent
+
+
+
+ Java documentation for android.media.metrics.PlaybackStateEvent.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Creates a new Builder.
+
+
+
+ Java documentation for android.media.metrics.PlaybackStateEvent.Builder.PlaybackStateEvent$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -64,9 +86,20 @@
- To be added.
+ Builds the instance.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.metrics.PlaybackStateEvent.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Metrics/TrackChangeEvent+Builder.xml b/docs/Mono.Android/en/Android.Media.Metrics/TrackChangeEvent+Builder.xml
index 6bdbc31cce..680c5b1eba 100644
--- a/docs/Mono.Android/en/Android.Media.Metrics/TrackChangeEvent+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media.Metrics/TrackChangeEvent+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder for TrackChangeEvent
+
+
+
+ Java documentation for android.media.metrics.TrackChangeEvent.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,21 @@
- To be added.
- To be added.
- To be added.
+ the track type. It must be one of #TRACK_TYPE_AUDIO,
+ #TRACK_TYPE_VIDEO, #TRACK_TYPE_TEXT.
+ Creates a new Builder.
+
+
+
+ Java documentation for android.media.metrics.TrackChangeEvent.Builder.TrackChangeEvent$Builder(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,9 +91,20 @@
- To be added.
+ Builds the instance.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.metrics.TrackChangeEvent.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Midi/MidiDevice+MidiConnection.xml b/docs/Mono.Android/en/Android.Media.Midi/MidiDevice+MidiConnection.xml
index 7e4d6cc517..09b95b5f49 100644
--- a/docs/Mono.Android/en/Android.Media.Midi/MidiDevice+MidiConnection.xml
+++ b/docs/Mono.Android/en/Android.Media.Midi/MidiDevice+MidiConnection.xml
@@ -31,14 +31,19 @@
- To be added.
+ This class represents a connection between the output port of one device
+ and the input port of another.
- Android platform documentation
+ Java documentation for android.media.midi.MidiDevice.MidiConnection.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Midi/MidiDeviceInfo+PortInfo.xml b/docs/Mono.Android/en/Android.Media.Midi/MidiDeviceInfo+PortInfo.xml
index 872507f9e8..5662ebb73d 100644
--- a/docs/Mono.Android/en/Android.Media.Midi/MidiDeviceInfo+PortInfo.xml
+++ b/docs/Mono.Android/en/Android.Media.Midi/MidiDeviceInfo+PortInfo.xml
@@ -18,14 +18,18 @@
- To be added.
+ Contains information about an input or output port.
- Android platform documentation
+ Java documentation for android.media.midi.MidiDeviceInfo.PortInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -80,10 +84,19 @@
System.String
- To be added.
- To be added.
+ Returns the name of the port, or empty string if the port has no name
+ the port name
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.midi.MidiDeviceInfo.PortInfo.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,10 +120,19 @@
System.Int32
- To be added.
- To be added.
+ Returns the port number of the port
+ the port number
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.midi.MidiDeviceInfo.PortInfo.getPortNumber().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -196,10 +218,19 @@
Android.Media.Midi.MidiPortType
- To be added.
- To be added.
+ Returns the port type of the port (either #TYPE_INPUT or #TYPE_OUTPUT)
+ the port type
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.midi.MidiDeviceInfo.PortInfo.getType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Midi/MidiManager+DeviceCallback.xml b/docs/Mono.Android/en/Android.Media.Midi/MidiManager+DeviceCallback.xml
index 45f0873378..02bc1c96a8 100644
--- a/docs/Mono.Android/en/Android.Media.Midi/MidiManager+DeviceCallback.xml
+++ b/docs/Mono.Android/en/Android.Media.Midi/MidiManager+DeviceCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Callback class used for clients to receive MIDI device added and removed notifications
- Android platform documentation
+ Java documentation for android.media.midi.MidiManager.DeviceCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,10 +133,19 @@
- To be added.
- To be added.
+ a MidiDeviceInfo for the newly added device
+ Called to notify when a new MIDI device has been added
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.midi.MidiManager.DeviceCallback.onDeviceAdded(android.media.midi.MidiDeviceInfo).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,10 +172,19 @@
- To be added.
- To be added.
+ a MidiDeviceInfo for the removed device
+ Called to notify when a MIDI device has been removed
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.midi.MidiManager.DeviceCallback.onDeviceRemoved(android.media.midi.MidiDeviceInfo).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -189,10 +211,19 @@
- To be added.
- To be added.
+ a MidiDeviceStatus for the changed device
+ Called to notify when the status of a MIDI device has changed
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.midi.MidiManager.DeviceCallback.onDeviceStatusChanged(android.media.midi.MidiDeviceStatus).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Midi/MidiManager+IOnDeviceOpenedListener.xml b/docs/Mono.Android/en/Android.Media.Midi/MidiManager+IOnDeviceOpenedListener.xml
index 990282f143..7b1ea96e81 100644
--- a/docs/Mono.Android/en/Android.Media.Midi/MidiManager+IOnDeviceOpenedListener.xml
+++ b/docs/Mono.Android/en/Android.Media.Midi/MidiManager+IOnDeviceOpenedListener.xml
@@ -25,14 +25,19 @@
- To be added.
+ Listener class used for receiving the results of #openDevice and
+ #openBluetoothDevice
- Android platform documentation
+ Java documentation for android.media.midi.MidiManager.OnDeviceOpenedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -59,10 +64,19 @@
- To be added.
- To be added.
+ a MidiDevice for opened device, or null if opening failed
+ Called to respond to a #openDevice request
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.midi.MidiManager.OnDeviceOpenedListener.onDeviceOpened(android.media.midi.MidiDevice).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Midi/MidiReceiver.xml b/docs/Mono.Android/en/Android.Media.Midi/MidiReceiver.xml
index 83932b28c6..cda285f10f 100644
--- a/docs/Mono.Android/en/Android.Media.Midi/MidiReceiver.xml
+++ b/docs/Mono.Android/en/Android.Media.Midi/MidiReceiver.xml
@@ -145,9 +145,18 @@
- To be added.
+ Instructs the receiver to discard all pending MIDI data.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.midi.MidiReceiver.flush().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -239,9 +248,18 @@
- To be added.
+ Called when the receiver is instructed to discard all pending MIDI data.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.midi.MidiReceiver.onFlush().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Projection/MediaProjection+Callback.xml b/docs/Mono.Android/en/Android.Media.Projection/MediaProjection+Callback.xml
index 2b3c8a6699..be9fc5918e 100644
--- a/docs/Mono.Android/en/Android.Media.Projection/MediaProjection+Callback.xml
+++ b/docs/Mono.Android/en/Android.Media.Projection/MediaProjection+Callback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Callbacks for the projection session.
- Android platform documentation
+ Java documentation for android.media.projection.MediaProjection.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,9 +131,18 @@
- To be added.
+ Called when the MediaProjection session is no longer valid.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.projection.MediaProjection.Callback.onStop().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaController+Callback.xml b/docs/Mono.Android/en/Android.Media.Session/MediaController+Callback.xml
index bf44337f52..3bd44a291c 100644
--- a/docs/Mono.Android/en/Android.Media.Session/MediaController+Callback.xml
+++ b/docs/Mono.Android/en/Android.Media.Session/MediaController+Callback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Callback for receiving updates from the session.
- Android platform documentation
+ Java documentation for android.media.session.MediaController.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,10 +163,20 @@
- To be added.
- To be added.
+ The extras that can include other information associated with the
+ MediaSession.
+ Override to handle changes to the MediaSession extras.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.Callback.onExtrasChanged(android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -189,10 +203,19 @@
- To be added.
- To be added.
+ The current metadata for the session or null if none.
+ Override to handle changes to the current metadata.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.Callback.onMetadataChanged(android.media.MediaMetadata).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -219,10 +242,19 @@
- To be added.
- To be added.
+ The new playback state of the session
+ Override to handle changes in playback state.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.Callback.onPlaybackStateChanged(android.media.session.PlaybackState).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -249,10 +281,21 @@
- To be added.
- To be added.
+ A list of items in the current play queue. It should
+ include the currently playing item as well as previous and
+ upcoming items if applicable.
+ Override to handle changes to items in the queue.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.Callback.onQueueChanged(java.util.List<android.media.session.MediaSession.QueueItem>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -279,10 +322,20 @@
- To be added.
- To be added.
+ The title that should be displayed along with the play queue such as
+ "Now Playing". May be null if there is no such title.
+ Override to handle changes to the queue title.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.Callback.onQueueTitleChanged(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -303,10 +356,20 @@
- To be added.
- To be added.
+ The title that should be displayed along with the play queue such as
+ "Now Playing". May be null if there is no such title.
+ Override to handle changes to the queue title.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.Callback.onQueueTitleChanged(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -331,9 +394,18 @@
- To be added.
+ Override to handle the session being destroyed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.Callback.onSessionDestroyed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -362,10 +434,21 @@
To be added.
- To be added.
- To be added.
+ The event from the session.
+ Optional parameters for the event, may be null.
+ Override to handle custom events sent by the session owner without a
+ specified interface.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.Callback.onSessionEvent(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaController+PlaybackInfo.xml b/docs/Mono.Android/en/Android.Media.Session/MediaController+PlaybackInfo.xml
index 430c4c5ca0..bcbee5cc53 100644
--- a/docs/Mono.Android/en/Android.Media.Session/MediaController+PlaybackInfo.xml
+++ b/docs/Mono.Android/en/Android.Media.Session/MediaController+PlaybackInfo.xml
@@ -31,14 +31,19 @@
- To be added.
+ Holds information about the current playback and how audio is handled for
+ this session.
- Android platform documentation
+ Java documentation for android.media.session.MediaController.PlaybackInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -62,10 +67,19 @@
Android.Media.AudioAttributes
- To be added.
- To be added.
+ Get the audio attributes for this session.
+ The attributes for this session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.PlaybackInfo.getAudioAttributes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -114,10 +128,19 @@
System.Int32
- To be added.
- To be added.
+ Get the current volume for this session.
+ The current volume where this session is playing.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.PlaybackInfo.getCurrentVolume().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -204,10 +227,19 @@
System.Int32
- To be added.
- To be added.
+ Get the maximum volume that may be set for this session.
+ The maximum allowed volume where this session is playing.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.PlaybackInfo.getMaxVolume().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -231,10 +263,19 @@
Android.Media.MediaPlaybackType
- To be added.
- To be added.
+ Get the type of playback which affects volume handling.
+ The type of playback this session is using.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.PlaybackInfo.getPlaybackType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -320,9 +361,21 @@
System.String
- To be added.
- To be added.
- To be added.
+ Gets the volume control ID for this session.
+ the volume control ID for this session or null if it uses local playback
+ or not set.
+
+
+
+ Java documentation for android.media.session.MediaController.PlaybackInfo.getVolumeControlId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaController+TransportControls.xml b/docs/Mono.Android/en/Android.Media.Session/MediaController+TransportControls.xml
index 0655150cf4..ba20e315aa 100644
--- a/docs/Mono.Android/en/Android.Media.Session/MediaController+TransportControls.xml
+++ b/docs/Mono.Android/en/Android.Media.Session/MediaController+TransportControls.xml
@@ -18,14 +18,18 @@
- To be added.
+ Interface for controlling media playback on a session.
- Android platform documentation
+ Java documentation for android.media.session.MediaController.TransportControls.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,9 +54,18 @@
- To be added.
+ Start fast forwarding.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.fastForward().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -108,9 +121,19 @@
- To be added.
+ Request that the player pause its playback and stay at its current
+ position.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.pause().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -135,9 +158,18 @@
- To be added.
+ Request that the player start its playback at its current position.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.play().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -165,11 +197,21 @@
- To be added.
- To be added.
- To be added.
+ The id of the requested media.
+ Optional extras that can include extra information about the media item
+ to be played.
+ Request that the player start playback for a specific media id.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.playFromMediaId(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -197,11 +239,21 @@
- To be added.
- To be added.
- To be added.
+ The search query.
+ Optional extras that can include extra information
+ about the query.
+ Request that the player start playback for a specific search query.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.playFromSearch(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -229,11 +281,21 @@
- To be added.
- To be added.
- To be added.
+ The URI of the requested media.
+ Optional extras that can include extra information about the media item
+ to be played.
+ Request that the player start playback for a specific Uri.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.playFromUri(android.net.Uri, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -258,9 +320,18 @@
- To be added.
+ Request that the player prepare its playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.prepare().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -288,11 +359,21 @@
- To be added.
- To be added.
- To be added.
+ The id of the requested media.
+ Optional extras that can include extra information about the media item
+ to be prepared.
+ Request that the player prepare playback for a specific media id.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.prepareFromMediaId(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -320,11 +401,21 @@
- To be added.
- To be added.
- To be added.
+ The search query.
+ Optional extras that can include extra information
+ about the query.
+ Request that the player prepare playback for a specific search query.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.prepareFromSearch(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -352,11 +443,21 @@
- To be added.
- To be added.
- To be added.
+ The URI of the requested media.
+ Optional extras that can include extra information about the media item
+ to be prepared.
+ Request that the player prepare playback for a specific Uri.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.prepareFromUri(android.net.Uri, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -381,9 +482,18 @@
- To be added.
+ Start rewinding.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.rewind().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,10 +520,19 @@
- To be added.
- To be added.
+ Position to move to, in milliseconds.
+ Move to a new location in the media stream.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.seekTo(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -473,11 +592,22 @@
- To be added.
- To be added.
- To be added.
+ The action identifier of the PlaybackState.CustomAction as
+ specified by the MediaSession.
+ Optional arguments to supply to the MediaSession for this
+ custom action.
+ Send the id and args from a custom action back for the MediaSession to perform.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.sendCustomAction(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -504,9 +634,20 @@
- To be added.
- To be added.
- To be added.
+ The playback speed
+ Sets the playback speed.
+
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.setPlaybackSpeed(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -532,10 +673,19 @@
- To be added.
- To be added.
+ The rating to set for the current content
+ Rate the current content.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.setRating(android.media.Rating).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -560,9 +710,18 @@
- To be added.
+ Skip to the next item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.skipToNext().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -587,9 +746,18 @@
- To be added.
+ Skip to the previous item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.skipToPrevious().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -617,9 +785,18 @@
To be added.
- To be added.
+ Play an item with a specific id in the play queue.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.skipToQueueItem(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -644,9 +821,19 @@
- To be added.
+ Request that the player stop its playback; it may clear its state in
+ whatever way is appropriate.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaController.TransportControls.stop().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaSession+Callback.xml b/docs/Mono.Android/en/Android.Media.Session/MediaSession+Callback.xml
index a4d82605ab..05a90bf4c4 100644
--- a/docs/Mono.Android/en/Android.Media.Session/MediaSession+Callback.xml
+++ b/docs/Mono.Android/en/Android.Media.Session/MediaSession+Callback.xml
@@ -18,14 +18,19 @@
- To be added.
+ Receives media buttons, transport controls, and commands from controllers
+ and the system.
- Android platform documentation
+ Java documentation for android.media.session.MediaSession.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,12 +136,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The command name.
+ Optional parameters for the command, may be null.
+ A result receiver to which a result may be sent by the command, may be null.
+ Called when a controller has sent a command to this session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onCommand(java.lang.String, android.os.Bundle, android.os.ResultReceiver).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -164,11 +178,22 @@
- To be added.
- To be added.
- To be added.
+ The action that was originally sent in the
+ PlaybackState.CustomAction.
+ Optional extras specified by the MediaController.
+ Called when a MediaController wants a PlaybackState.CustomAction to be
+ performed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onCustomAction(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -193,9 +218,18 @@
- To be added.
+ Override to handle requests to fast forward.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onFastForward().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -222,11 +256,23 @@
- To be added.
- To be added.
- To be added.
+ an intent containing the KeyEvent as an
+ extra
+ Called when a media button is pressed and this session has the
+ highest priority or a controller sends a media button event to the
+ session.
+ True if the event was handled, false otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onMediaButtonEvent(android.content.Intent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -251,9 +297,18 @@
- To be added.
+ Override to handle requests to pause playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onPause().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -278,9 +333,18 @@
- To be added.
+ Override to handle requests to begin playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onPlay().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -310,9 +374,19 @@
To be added.
To be added.
- To be added.
+ Override to handle requests to play a specific mediaId that was
+ provided by your app's MediaBrowserService.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onPlayFromMediaId(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +416,18 @@
To be added.
To be added.
- To be added.
+ Override to handle requests to begin playback from a search query.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onPlayFromSearch(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -374,9 +457,18 @@
To be added.
To be added.
- To be added.
+ Override to handle requests to play a specific media item represented by a URI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onPlayFromUri(android.net.Uri, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -401,9 +493,18 @@
- To be added.
+ Override to handle requests to prepare playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onPrepare().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -433,9 +534,19 @@
To be added.
To be added.
- To be added.
+ Override to handle requests to prepare for playing a specific mediaId that was provided
+ by your app's MediaBrowserService.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onPrepareFromMediaId(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -465,9 +576,18 @@
To be added.
To be added.
- To be added.
+ Override to handle requests to prepare playback from a search query.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onPrepareFromSearch(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -497,9 +617,18 @@
To be added.
To be added.
- To be added.
+ Override to handle requests to prepare a specific media item represented by a URI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onPrepareFromUri(android.net.Uri, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -524,9 +653,18 @@
- To be added.
+ Override to handle requests to rewind.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onRewind().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -553,10 +691,19 @@
- To be added.
- To be added.
+ New position to move to, in milliseconds.
+ Override to handle requests to seek to a specific position in ms.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onSeekTo(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -583,9 +730,20 @@
- To be added.
- To be added.
- To be added.
+ the playback speed
+ Override to handle the playback speed change.
+
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onSetPlaybackSpeed(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -611,10 +769,19 @@
- To be added.
- To be added.
+ rating
+ Override to handle the item being rated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onSetRating(android.media.Rating).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -639,9 +806,18 @@
- To be added.
+ Override to handle requests to skip to the next media item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onSkipToNext().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -666,9 +842,18 @@
- To be added.
+ Override to handle requests to skip to the previous media item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onSkipToPrevious().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -696,9 +881,19 @@
To be added.
- To be added.
+ Override to handle requests to play an item with a given id from the
+ play queue.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onSkipToQueueItem(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -723,9 +918,18 @@
- To be added.
+ Override to handle requests to stop playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.Callback.onStop().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaSession+QueueItem.xml b/docs/Mono.Android/en/Android.Media.Session/MediaSession+QueueItem.xml
index d0a8334210..8e8d396752 100644
--- a/docs/Mono.Android/en/Android.Media.Session/MediaSession+QueueItem.xml
+++ b/docs/Mono.Android/en/Android.Media.Session/MediaSession+QueueItem.xml
@@ -31,14 +31,18 @@
- To be added.
+ A single item that is part of the play queue.
- Android platform documentation
+ Java documentation for android.media.session.MediaSession.QueueItem.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -63,11 +67,21 @@
- To be added.
- To be added.
- To be added.
+ The MediaDescription for this item.
+ An identifier for this item. It must be unique within the
+ play queue and cannot be #UNKNOWN_ID.
+ Create a new MediaSession.QueueItem.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.QueueItem.MediaSession$QueueItem(android.media.MediaDescription, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -149,10 +163,19 @@
Android.Media.MediaDescription
- To be added.
+ Get the description for this item.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.QueueItem.getDescription().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -210,10 +233,19 @@
System.Int64
- To be added.
+ Get the queue id for this item.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.QueueItem.getQueueId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -303,9 +335,18 @@
-1
- To be added.
+ This id is reserved.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.MediaSession.QueueItem.UNKNOWN_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaSession+Token.xml b/docs/Mono.Android/en/Android.Media.Session/MediaSession+Token.xml
index ed8924d087..ceec40cb6b 100644
--- a/docs/Mono.Android/en/Android.Media.Session/MediaSession+Token.xml
+++ b/docs/Mono.Android/en/Android.Media.Session/MediaSession+Token.xml
@@ -31,14 +31,18 @@
- To be added.
+ Represents an ongoing session.
- Android platform documentation
+ Java documentation for android.media.session.MediaSession.Token.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnActiveSessionsChangedListener.xml b/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnActiveSessionsChangedListener.xml
index e7c4199122..5cc9f265b0 100644
--- a/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnActiveSessionsChangedListener.xml
+++ b/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnActiveSessionsChangedListener.xml
@@ -25,14 +25,18 @@
- To be added.
+ Listens for changes to the list of active sessions.
- Android platform documentation
+ Java documentation for android.media.session.MediaSessionManager.OnActiveSessionsChangedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnSession2TokensChangedListener.xml b/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnSession2TokensChangedListener.xml
index c887177e69..84312bf84e 100644
--- a/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnSession2TokensChangedListener.xml
+++ b/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+IOnSession2TokensChangedListener.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ This API is not generally intended for third party application developers.
+
+
+
+ Java documentation for android.media.session.MediaSessionManager.OnSession2TokensChangedListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -52,9 +63,20 @@
- To be added.
- To be added.
- To be added.
+ list of Session2Token
+ Called when the #getSession2Tokens() is changed.
+
+
+
+ Java documentation for android.media.session.MediaSessionManager.OnSession2TokensChangedListener.onSession2TokensChanged(java.util.List<android.media.Session2Token>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+RemoteUserInfo.xml b/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+RemoteUserInfo.xml
index 8dcc609422..6327dfd4be 100644
--- a/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+RemoteUserInfo.xml
+++ b/docs/Mono.Android/en/Android.Media.Session/MediaSessionManager+RemoteUserInfo.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Information of a remote user of MediaSession or MediaBrowserService.
+
+
+
+ Java documentation for android.media.session.MediaSessionManager.RemoteUserInfo.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -44,11 +55,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The package name of the remote user
+ The pid of the remote user
+ The uid of the remote user
+ Create a new remote user information.
+
+
+
+ Java documentation for android.media.session.MediaSessionManager.RemoteUserInfo.MediaSessionManager$RemoteUserInfo(java.lang.String, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -101,8 +123,19 @@
To be added.
- To be added.
- To be added.
+ package name of the controller
+
+
+
+ Java documentation for android.media.session.MediaSessionManager.RemoteUserInfo.getPackageName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -126,8 +159,19 @@
To be added.
- To be added.
- To be added.
+ pid of the controller
+
+
+
+ Java documentation for android.media.session.MediaSessionManager.RemoteUserInfo.getPid().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -209,8 +253,19 @@
To be added.
- To be added.
- To be added.
+ uid of the controller
+
+
+
+ Java documentation for android.media.session.MediaSessionManager.RemoteUserInfo.getUid().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.Session/PlaybackState+Builder.xml b/docs/Mono.Android/en/Android.Media.Session/PlaybackState+Builder.xml
index 25e78189dd..dffddb6e8d 100644
--- a/docs/Mono.Android/en/Android.Media.Session/PlaybackState+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media.Session/PlaybackState+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for PlaybackState objects.
- Android platform documentation
+ Java documentation for android.media.session.PlaybackState.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -46,9 +50,18 @@
- To be added.
+ Creates an initially empty state builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.PlaybackState.Builder.PlaybackState$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,10 +85,20 @@
- To be added.
- To be added.
+ The state to use for initializing the builder.
+ Creates a builder with the same initial values as those in the from
+ state.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.PlaybackState.Builder.PlaybackState$Builder(android.media.session.PlaybackState).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -166,10 +189,20 @@
- To be added.
- To be added.
+ Build and return the PlaybackState instance with these
+ values.
+ A new state instance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.PlaybackState.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.Session/PlaybackState+CustomAction.xml b/docs/Mono.Android/en/Android.Media.Session/PlaybackState+CustomAction.xml
index 5af463eca9..d0501e7eb8 100644
--- a/docs/Mono.Android/en/Android.Media.Session/PlaybackState+CustomAction.xml
+++ b/docs/Mono.Android/en/Android.Media.Session/PlaybackState+CustomAction.xml
@@ -31,14 +31,21 @@
- To be added.
+
+ PlaybackState.CustomAction CustomActions can be used to extend the capabilities of
+ the standard transport controls by exposing app specific actions to
+ MediaController MediaControllers.
- Android platform documentation
+ Java documentation for android.media.session.PlaybackState.CustomAction.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -62,10 +69,19 @@
System.String
- To be added.
- To be added.
+ Returns the action of the CustomAction.
+ The action of the CustomAction.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.PlaybackState.CustomAction.getAction().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -147,10 +163,20 @@
Android.OS.Bundle
- To be added.
- To be added.
+ Returns extras which provide additional application-specific information about the
+ action, or null if none.
+ Optional arguments for the CustomAction.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.PlaybackState.CustomAction.getExtras().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -174,10 +200,19 @@
System.Int32
- To be added.
- To be added.
+ Returns the resource id of the icon in the MediaSession MediaSession's package.
+ The resource id of the icon in the MediaSession MediaSession's package.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.PlaybackState.CustomAction.getIcon().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -256,10 +291,19 @@
Java.Lang.ICharSequence
- To be added.
- To be added.
+ Returns the display name of this action.
+ The display name of this CustomAction.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.session.PlaybackState.CustomAction.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+BaseTvColumns.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+BaseTvColumns.xml
index 9a3d48aab8..9137a4183c 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvContract+BaseTvColumns.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+BaseTvColumns.xml
@@ -57,9 +57,18 @@
System.String
- To be added.
+ The name of the package that owns the current row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels+InterfaceConsts.xml
index 065c191b50..c19fa86577 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The name of the package that owns the current row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels.xml
index a958908cf7..37373aa40d 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+Channels.xml
@@ -18,14 +18,18 @@
- To be added.
+ Column definitions for the TV channels table.
- Android platform documentation
+ Java documentation for android.media.tv.TvContract.Channels.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,9 +53,18 @@
System.String
- To be added.
+ The accent color of the app link template for this channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,9 +88,18 @@
System.String
- To be added.
+ The URI for the app badge icon of the app link template for this channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_ICON_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -101,9 +123,18 @@
System.String
- To be added.
+ The intent URI of the app link for this channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_INTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,9 +158,19 @@
System.String
- To be added.
+ The URI for the poster art used as the background of the app link template for this
+ channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_POSTER_ART_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,9 +194,18 @@
System.String
- To be added.
+ The link text of the app link template for this channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_APP_LINK_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -179,8 +229,19 @@
System.String
- To be added.
- To be added.
+ The comma-separated genre string of this TV channel.
+
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_BROADCAST_GENRE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -203,9 +264,18 @@
System.String
- To be added.
+ The flag indicating whether this TV channel is browsable or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_BROWSABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -229,8 +299,19 @@
System.String
- To be added.
- To be added.
+ The channel list ID of this TV channel.
+
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_CHANNEL_LIST_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -253,9 +334,18 @@
System.String
- To be added.
+ The description of this TV channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_DESCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -279,9 +369,18 @@
System.String
- To be added.
+ The channel name that is displayed to the user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -305,9 +404,18 @@
System.String
- To be added.
+ The channel number that is displayed to the user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_DISPLAY_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -331,8 +439,19 @@
System.String
- To be added.
- To be added.
+ The global content ID of this TV channel, as a URI.
+
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_GLOBAL_CONTENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -355,9 +474,18 @@
System.String
- To be added.
+ The ID of the TV input service that provides this TV channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_INPUT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -381,9 +509,18 @@
System.String
- To be added.
+ Internal data used by individual TV input services.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_INTERNAL_PROVIDER_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -407,9 +544,18 @@
System.String
- To be added.
+ Internal integer flag used by individual TV input services.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_INTERNAL_PROVIDER_FLAG1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -433,9 +579,18 @@
System.String
- To be added.
+ Internal integer flag used by individual TV input services.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_INTERNAL_PROVIDER_FLAG2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -459,9 +614,18 @@
System.String
- To be added.
+ Internal integer flag used by individual TV input services.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_INTERNAL_PROVIDER_FLAG3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -485,9 +649,18 @@
System.String
- To be added.
+ Internal integer flag used by individual TV input services.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_INTERNAL_PROVIDER_FLAG4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -511,9 +684,18 @@
System.String
- To be added.
+ The internal ID used by individual TV input services.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_INTERNAL_PROVIDER_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -537,9 +719,18 @@
System.String
- To be added.
+ The flag indicating whether this TV channel is locked or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -563,9 +754,18 @@
System.String
- To be added.
+ The network affiliation for this TV channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_NETWORK_AFFILIATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -589,9 +789,18 @@
System.String
- To be added.
+ The original network ID of this TV channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_ORIGINAL_NETWORK_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -615,8 +824,19 @@
System.String
- To be added.
- To be added.
+ The remote control key preset number that is assigned to this channel.
+
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_REMOTE_CONTROL_KEY_PRESET_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -639,8 +859,19 @@
System.String
- To be added.
- To be added.
+ The flag indicating whether this TV channel is scrambled or not.
+
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_SCRAMBLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -663,9 +894,18 @@
System.String
- To be added.
+ The flag indicating whether this TV channel is searchable or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_SEARCHABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -689,9 +929,18 @@
System.String
- To be added.
+ The service ID of this channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_SERVICE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -715,9 +964,18 @@
System.String
- To be added.
+ The predefined service type of this TV channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_SERVICE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -741,9 +999,18 @@
System.String
- To be added.
+ The flag indicating whether this TV channel is transient or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_TRANSIENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -767,9 +1034,18 @@
System.String
- To be added.
+ The transport stream ID of this channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_TRANSPORT_STREAM_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -793,9 +1069,18 @@
System.String
- To be added.
+ The broadcast system type of this TV channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -819,9 +1104,18 @@
System.String
- To be added.
+ The version number of this row entry used by TV input services.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_VERSION_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -845,9 +1139,18 @@
System.String
- To be added.
+ The typical video format for programs from this TV channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_VIDEO_FORMAT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -871,8 +1174,19 @@
System.String
- To be added.
- To be added.
+ The typical video resolution.
+
+
+
+ Java documentation for android.media.tv.TvContract.Channels.COLUMN_VIDEO_RESOLUTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -895,9 +1209,18 @@
System.String
- To be added.
+ The MIME type of a single TV channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -921,9 +1244,18 @@
System.String
- To be added.
+ The MIME type of a directory of TV channels.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -947,10 +1279,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URI for this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -977,11 +1318,21 @@
- To be added.
- To be added.
- To be added.
+ The video format defined in Channels.
+ Returns the video resolution (definition) for a given video format.
+ the corresponding video resolution string. null if the resolution string
+ is not defined for the given video format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.getVideoResolution(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1036,9 +1387,18 @@
System.String
- To be added.
+ The service type for radio channels that have audio only.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.SERVICE_TYPE_AUDIO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1062,9 +1422,18 @@
System.String
- To be added.
+ The service type for regular TV channels that have both audio and video.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.SERVICE_TYPE_AUDIO_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1088,9 +1457,18 @@
System.String
- To be added.
+ A generic service type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.SERVICE_TYPE_OTHER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1176,9 +1554,18 @@
System.String
- To be added.
+ The channel type for 1seg (handheld).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_1SEG.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1202,8 +1589,19 @@
System.String
- To be added.
- To be added.
+ The channel type for ATSC3.
+
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_ATSC3_T.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1226,9 +1624,18 @@
System.String
- To be added.
+ The channel type for ATSC (cable).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_ATSC_C.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1252,9 +1659,18 @@
System.String
- To be added.
+ The channel type for ATSC-M/H (mobile/handheld).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_ATSC_M_H.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1278,9 +1694,18 @@
System.String
- To be added.
+ The channel type for ATSC (terrestrial).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_ATSC_T.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1304,9 +1729,18 @@
System.String
- To be added.
+ The channel type for CMMB (handheld).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_CMMB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1330,9 +1764,18 @@
System.String
- To be added.
+ The channel type for DTMB (terrestrial).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_DTMB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1356,9 +1799,18 @@
System.String
- To be added.
+ The channel type for DVB-C (cable).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_C.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1382,9 +1834,18 @@
System.String
- To be added.
+ The channel type for DVB-C2 (cable).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_C2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1408,9 +1869,18 @@
System.String
- To be added.
+ The channel type for DVB-H (handheld).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_H.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1434,9 +1904,18 @@
System.String
- To be added.
+ The channel type for DVB-S (satellite).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_S.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1460,9 +1939,18 @@
System.String
- To be added.
+ The channel type for DVB-S2 (satellite).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_S2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1486,9 +1974,18 @@
System.String
- To be added.
+ The channel type for DVB-SH (satellite).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_SH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1512,9 +2009,18 @@
System.String
- To be added.
+ The channel type for DVB-T (terrestrial).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_T.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1538,9 +2044,18 @@
System.String
- To be added.
+ The channel type for DVB-T2 (terrestrial).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_DVB_T2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1564,9 +2079,18 @@
System.String
- To be added.
+ The channel type for ISDB-C (cable).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_ISDB_C.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1590,9 +2114,18 @@
System.String
- To be added.
+ The channel type for ISDB-S (satellite).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_ISDB_S.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1616,8 +2149,19 @@
System.String
- To be added.
- To be added.
+ The channel type for ISDB-S3 (satellite).
+
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_ISDB_S3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1640,9 +2184,18 @@
System.String
- To be added.
+ The channel type for ISDB-T (terrestrial).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_ISDB_T.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1666,9 +2219,18 @@
System.String
- To be added.
+ The channel type for ISDB-Tb (Brazil).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_ISDB_TB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1692,9 +2254,18 @@
System.String
- To be added.
+ The channel type for NTSC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_NTSC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1718,9 +2289,18 @@
System.String
- To be added.
+ A generic channel type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_OTHER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1744,9 +2324,18 @@
System.String
- To be added.
+ The channel type for PAL.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_PAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1770,9 +2359,18 @@
System.String
- To be added.
+ The channel type for preview videos.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_PREVIEW.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1796,9 +2394,18 @@
System.String
- To be added.
+ The channel type for S-DMB (satellite).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_S_DMB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1822,9 +2429,18 @@
System.String
- To be added.
+ The channel type for SECAM.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_SECAM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1848,9 +2464,18 @@
System.String
- To be added.
+ The channel type for T-DMB (terrestrial).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.TYPE_T_DMB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1874,9 +2499,18 @@
System.String
- To be added.
+ The video format for 1080i.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_1080I.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1900,9 +2534,18 @@
System.String
- To be added.
+ The video format for 1080p.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_1080P.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1926,9 +2569,18 @@
System.String
- To be added.
+ The video format for 2160p.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_2160P.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1952,9 +2604,18 @@
System.String
- To be added.
+ The video format for 240p.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_240P.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1978,9 +2639,18 @@
System.String
- To be added.
+ The video format for 360p.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_360P.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2004,9 +2674,18 @@
System.String
- To be added.
+ The video format for 4320p.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_4320P.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2030,9 +2709,18 @@
System.String
- To be added.
+ The video format for 480i.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_480I.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2056,9 +2744,18 @@
System.String
- To be added.
+ The video format for 480p.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_480P.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2082,9 +2779,18 @@
System.String
- To be added.
+ The video format for 576i.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_576I.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2108,9 +2814,18 @@
System.String
- To be added.
+ The video format for 576p.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_576P.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2134,9 +2849,18 @@
System.String
- To be added.
+ The video format for 720p.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_FORMAT_720P.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2160,9 +2884,18 @@
System.String
- To be added.
+ The video resolution for enhanced-definition.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_RESOLUTION_ED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2186,9 +2919,18 @@
System.String
- To be added.
+ The video resolution for full high-definition.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_RESOLUTION_FHD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2212,9 +2954,18 @@
System.String
- To be added.
+ The video resolution for high-definition.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_RESOLUTION_HD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2238,9 +2989,18 @@
System.String
- To be added.
+ The video resolution for standard-definition.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_RESOLUTION_SD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2264,9 +3024,18 @@
System.String
- To be added.
+ The video resolution for ultra high-definition.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Channels.VIDEO_RESOLUTION_UHD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+IBaseTvColumns.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+IBaseTvColumns.xml
index b2e7caacb7..f71b200f57 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvContract+IBaseTvColumns.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+IBaseTvColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Common base for the tables of TV channels/programs.
+
+
+
+ Java documentation for android.media.tv.TvContract.BaseTvColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,19 @@
System.String
- To be added.
- To be added.
+ The name of the package that owns the current row.
+
+
+
+ Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms+InterfaceConsts.xml
index 0d1e1f920a..0b2dd7c892 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The name of the package that owns the current row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms.xml
index 75708d65a4..625873da28 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+PreviewPrograms.xml
@@ -18,14 +18,18 @@
- To be added.
+ Column definitions for the preview TV programs table.
- Android platform documentation
+ Java documentation for android.media.tv.TvContract.PreviewPrograms.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -179,9 +183,18 @@
System.String
- To be added.
+ The ID of the TV channel that provides this TV program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.PreviewPrograms.COLUMN_CHANNEL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1267,9 +1280,18 @@
System.String
- To be added.
+ The weight of the preview program within the channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.PreviewPrograms.COLUMN_WEIGHT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1293,9 +1315,18 @@
System.String
- To be added.
+ The MIME type of a single preview TV program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.PreviewPrograms.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1319,9 +1350,18 @@
System.String
- To be added.
+ The MIME type of a directory of preview TV programs.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.PreviewPrograms.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1345,10 +1385,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URI for this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.PreviewPrograms.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs+InterfaceConsts.xml
index fafe3d1466..46724d5a4a 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The name of the package that owns the current row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs.xml
index 5a7c7a75db..a1573ab577 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+Programs.xml
@@ -18,14 +18,18 @@
- To be added.
+ Column definitions for the TV programs table.
- Android platform documentation
+ Java documentation for android.media.tv.TvContract.Programs.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,9 +79,18 @@
System.String
- To be added.
+ The comma-separated genre string of this TV program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Programs.COLUMN_BROADCAST_GENRE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,9 +140,18 @@
System.String
- To be added.
+ The ID of the TV channel that provides this TV program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Programs.COLUMN_CHANNEL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -179,9 +201,18 @@
System.String
- To be added.
+ The end time of this TV program, in milliseconds since the epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -235,9 +266,18 @@
System.String
- To be added.
+ The episode number of this TV program for episodic TV shows.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Programs.COLUMN_EPISODE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -287,8 +327,19 @@
System.String
- To be added.
- To be added.
+ The event ID of this TV program.
+
+
+
+ Java documentation for android.media.tv.TvContract.Programs.COLUMN_EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -311,8 +362,19 @@
System.String
- To be added.
- To be added.
+ The global content ID of this TV program, as a URI.
+
+
+
+ Java documentation for android.media.tv.TvContract.Programs.COLUMN_GLOBAL_CONTENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -517,9 +579,18 @@
System.String
- To be added.
+ The flag indicating whether recording of this program is prohibited.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Programs.COLUMN_RECORDING_PROHIBITED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -651,9 +722,18 @@
System.String
- To be added.
+ The season number of this TV program for episodic TV shows.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Programs.COLUMN_SEASON_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -777,9 +857,18 @@
System.String
- To be added.
+ The start time of this TV program, in milliseconds since the epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -933,9 +1022,18 @@
System.String
- To be added.
+ The MIME type of a single TV program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Programs.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -959,9 +1057,18 @@
System.String
- To be added.
+ The MIME type of a directory of TV programs.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Programs.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -985,10 +1092,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URI for this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.Programs.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms+InterfaceConsts.xml
index bc10d38981..70e7054059 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The name of the package that owns the current row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms.xml
index 663824294b..8e20dfe792 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+RecordedPrograms.xml
@@ -18,14 +18,18 @@
- To be added.
+ Column definitions for the recorded TV programs table.
- Android platform documentation
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,9 +79,18 @@
System.String
- To be added.
+ The comma-separated genre string of this recorded TV program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_BROADCAST_GENRE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,9 +140,18 @@
System.String
- To be added.
+ The ID of the TV channel that provides this recorded program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_CHANNEL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -179,9 +201,18 @@
System.String
- To be added.
+ The end time of the original TV program, in milliseconds since the epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -257,9 +288,18 @@
System.String
- To be added.
+ The ID of the TV input service that is associated with this recorded program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_INPUT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -465,9 +505,18 @@
System.String
- To be added.
+ The data size (in bytes) for this recorded program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_RECORDING_DATA_BYTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -491,9 +540,18 @@
System.String
- To be added.
+ The URI of the recording data for this recorded program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_RECORDING_DATA_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -517,9 +575,18 @@
System.String
- To be added.
+ The duration (in milliseconds) of this recorded program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_RECORDING_DURATION_MILLIS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -543,9 +610,18 @@
System.String
- To be added.
+ The expiration time for this recorded program, in milliseconds since the epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_RECORDING_EXPIRE_TIME_UTC_MILLIS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -773,9 +849,18 @@
System.String
- To be added.
+ The start time of the original TV program, in milliseconds since the epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -929,9 +1014,18 @@
System.String
- To be added.
+ The MIME type of a single recorded TV program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -955,9 +1049,18 @@
System.String
- To be added.
+ The MIME type of a directory of recorded TV programs.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -981,10 +1084,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URI for this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.RecordedPrograms.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms+InterfaceConsts.xml
index bd2abded23..7afe4187df 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The name of the package that owns the current row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.BaseTvColumns.COLUMN_PACKAGE_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms.xml b/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms.xml
index ee60f784fe..171495385a 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvContract+WatchNextPrograms.xml
@@ -18,14 +18,18 @@
- To be added.
+ Column definitions for the "watch next" TV programs table.
- Android platform documentation
+ Java documentation for android.media.tv.TvContract.WatchNextPrograms.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -569,9 +573,19 @@
System.String
- To be added.
+ The last UTC time that the user engaged in this TV program, in milliseconds since the
+ epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.WatchNextPrograms.COLUMN_LAST_ENGAGEMENT_TIME_UTC_MILLIS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1267,9 +1281,18 @@
System.String
- To be added.
+ The "watch next" type of this program content.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.WatchNextPrograms.COLUMN_WATCH_NEXT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1293,9 +1316,18 @@
System.String
- To be added.
+ The MIME type of a single preview TV program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.WatchNextPrograms.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1319,9 +1351,18 @@
System.String
- To be added.
+ The MIME type of a directory of "watch next" TV programs.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.WatchNextPrograms.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1345,10 +1386,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URI for this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvContract.WatchNextPrograms.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvInputInfo+Builder.xml b/docs/Mono.Android/en/Android.Media.TV/TvInputInfo+Builder.xml
index 56b8fb2ae6..70e8c5c8bd 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvInputInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvInputInfo+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ A convenience builder for creating TvInputInfo objects.
- Android platform documentation
+ Java documentation for android.media.tv.TvInputInfo.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,11 +54,21 @@
- To be added.
- To be added.
- To be added.
+ A Context of the application package implementing this class.
+ The name of the application component to be used for the
+ TvInputService.
+ Constructs a new builder for TvInputInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputInfo.Builder.TvInputInfo$Builder(android.content.Context, android.content.ComponentName).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -79,10 +93,19 @@
- To be added.
- To be added.
+ Creates a TvInputInfo instance with the specified fields.
+ TvInputInfo containing information about this TV input.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvInputManager+TvInputCallback.xml b/docs/Mono.Android/en/Android.Media.TV/TvInputManager+TvInputCallback.xml
index 66f43ef858..dab6d54d57 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvInputManager+TvInputCallback.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvInputManager+TvInputCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Callback used to monitor status of the TV inputs.
- Android platform documentation
+ Java documentation for android.media.tv.TvInputManager.TvInputCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,10 +133,19 @@
- To be added.
- To be added.
+ The ID of the TV input.
+ This is called when a TV input is added to the system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputManager.TvInputCallback.onInputAdded(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,10 +172,19 @@
- To be added.
- To be added.
+ The ID of the TV input.
+ This is called when a TV input is removed from the system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputManager.TvInputCallback.onInputRemoved(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -197,11 +219,22 @@
- To be added.
- To be added.
- To be added.
+ The ID of the TV input.
+ State of the TV input. The value is one of the following:
+ <ul>
+ <li>TvInputManager#INPUT_STATE_CONNECTED<li>TvInputManager#INPUT_STATE_CONNECTED_STANDBY<li>TvInputManager#INPUT_STATE_DISCONNECTED</ul>
+ This is called when the state of a given TV input is changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputManager.TvInputCallback.onInputStateChanged(java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -228,10 +261,19 @@
- To be added.
- To be added.
+ The ID of the TV input.
+ This is called when a TV input is updated on the system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputManager.TvInputCallback.onInputUpdated(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -258,10 +300,19 @@
- To be added.
- To be added.
+ The <code>TvInputInfo</code> object that contains new information.
+ This is called when the information about an existing TV input has been updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputManager.TvInputCallback.onTvInputInfoUpdated(android.media.tv.TvInputInfo).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvInputService+HardwareSession.xml b/docs/Mono.Android/en/Android.Media.TV/TvInputService+HardwareSession.xml
index b038146834..379df0a9a8 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvInputService+HardwareSession.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvInputService+HardwareSession.xml
@@ -18,14 +18,19 @@
- To be added.
+ Base class for a TV input session which represents an external device connected to a
+ hardware TV input.
- Android platform documentation
+ Java documentation for android.media.tv.TvInputService.HardwareSession.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +54,19 @@
- To be added.
- To be added.
+ The context of the application
+ Creates a new HardwareSession.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.HardwareSession.TvInputService$HardwareSession(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -158,9 +172,19 @@
- To be added.
+ Called when the underlying hardware TV input session calls
+ TvInputService.Session#notifyVideoAvailable().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.HardwareSession.onHardwareVideoAvailable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,10 +218,22 @@
- To be added.
- To be added.
+ The reason that the hardware TV input stopped the playback:
+ <ul>
+ <li>TvInputManager#VIDEO_UNAVAILABLE_REASON_UNKNOWN<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_TUNING<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_WEAK_SIGNAL<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_BUFFERING<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_AUDIO_ONLY</ul>
+ Called when the underlying hardware TV input session calls
+ TvInputService.Session#notifyVideoUnavailable(int).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.HardwareSession.onHardwareVideoUnavailable(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -225,10 +261,19 @@
To be added.
- To be added.
+ This method will not be called in HardwareSession.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.HardwareSession.onSetSurface(android.view.Surface).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvInputService+RecordingSession.xml b/docs/Mono.Android/en/Android.Media.TV/TvInputService+RecordingSession.xml
index b1491c9131..304fdbc11c 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvInputService+RecordingSession.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvInputService+RecordingSession.xml
@@ -18,14 +18,18 @@
- To be added.
+ Base class for derived classes to implement to provide a TV input recording session.
- Android platform documentation
+ Java documentation for android.media.tv.TvInputService.RecordingSession.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,19 @@
- To be added.
- To be added.
+ The context of the application
+ Creates a new RecordingSession.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.TvInputService$RecordingSession(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -140,10 +153,22 @@
- To be added.
- To be added.
+ The error code. Should be one of the followings.
+ <ul>
+ <li>TvInputManager#RECORDING_ERROR_UNKNOWN<li>TvInputManager#RECORDING_ERROR_INSUFFICIENT_SPACE<li>TvInputManager#RECORDING_ERROR_RESOURCE_BUSY</ul>
+ Informs the application that there is an error and this recording session is no longer
+ able to start or continue recording.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.notifyError(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -170,10 +195,21 @@
- To be added.
- To be added.
+ The URI of the newly recorded program.
+ Informs the application that this recording session has stopped recording and created a
+ new data entry in the TvContract.RecordedPrograms table that describes the newly
+ recorded program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.notifyRecordingStopped(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -200,10 +236,20 @@
- To be added.
- To be added.
+ The URI of a channel.
+ Informs the application that this recording session has been tuned to the given channel
+ and is ready to start recording.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.notifyTuned(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -231,11 +277,22 @@
- To be added.
- To be added.
- To be added.
+ Name of the command to be performed. This <em>must</em> be a scoped name,
+ i.e. prefixed with a package name you own, so that different developers will
+ not create conflicting commands.
+ Any data to include with the command.
+ Processes a private command sent from the application to the TV input.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.onAppPrivateCommand(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,9 +319,20 @@
- To be added.
- To be added.
- To be added.
+ Domain-specific data for recording request.
+ Called when the application requests to pause TV program recording.
+
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.onPauseRecording(android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -288,9 +356,19 @@
- To be added.
+ Called when the application requests to release all the resources held by this recording
+ session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.onRelease().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -317,9 +395,20 @@
- To be added.
- To be added.
- To be added.
+ Domain-specific data for recording request.
+ Called when the application requests to resume TV program recording.
+
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.onResumeRecording(android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -345,10 +434,20 @@
- To be added.
- To be added.
+ The URI for the TV program to record, built by
+ TvContract#buildProgramUri(long). Can be null.
+ Called when the application requests to start TV program recording.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.onStartRecording(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -376,10 +475,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The URI for the TV program to record, built by
+ TvContract#buildProgramUri(long). Can be null.
+ Domain-specific data for this tune request. Keys <em>must</em> be a scoped
+ name, i.e. prefixed with a package name you own, so that different developers
+ will not create conflicting keys.
+ Called when the application requests to start TV program recording.
+
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.onStartRecording(android.net.Uri, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -403,9 +516,18 @@
- To be added.
+ Called when the application requests to stop TV program recording.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.onStopRecording().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -432,10 +554,19 @@
- To be added.
- To be added.
+ The URI of a channel.
+ Called when the application requests to tune to a given channel for TV program recording.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.onTune(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -463,11 +594,22 @@
- To be added.
- To be added.
- To be added.
+ The URI of a channel.
+ Domain-specific data for this tune request. Keys <em>must</em> be a scoped
+ name, i.e. prefixed with a package name you own, so that different developers
+ will not create conflicting keys.
+ Called when the application requests to tune to a given channel for TV program recording.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.RecordingSession.onTune(android.net.Uri, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvInputService+Session.xml b/docs/Mono.Android/en/Android.Media.TV/TvInputService+Session.xml
index bf7d515a7c..b6a0e8f071 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvInputService+Session.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvInputService+Session.xml
@@ -31,14 +31,18 @@
- To be added.
+ Base class for derived classes to implement to provide a TV input session.
- Android platform documentation
+ Java documentation for android.media.tv.TvInputService.Session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -62,10 +66,19 @@
- To be added.
- To be added.
+ The context of the application
+ Creates a new Session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.TvInputService$Session(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,13 +165,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ Left position in pixels, relative to the overlay view.
+ Top position in pixels, relative to the overlay view.
+ Right position in pixels, relative to the overlay view.
+ Bottom position in pixels, relative to the overlay view.
+ Assigns a size and position to the surface passed in #onSetSurface.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.layoutSurface(int, int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -185,10 +207,20 @@
- To be added.
- To be added.
+ The URI of the new channel.
+ Informs the application that the current channel is re-tuned for some reason and the
+ session now displays the content from a new channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.notifyChannelRetuned(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -213,9 +245,18 @@
- To be added.
+ Informs the application that the user is allowed to watch the current program content.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.notifyContentAllowed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -242,10 +283,20 @@
- To be added.
- To be added.
+ The content rating for the current TV program. Can be
+ TvContentRating#UNRATED.
+ Informs the application that the current program content is blocked by parent controls.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.notifyContentBlocked(android.media.tv.TvContentRating).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -279,10 +330,21 @@
- To be added.
- To be added.
+ The current time shift status. Should be one of the followings.
+ <ul>
+ <li>TvInputManager#TIME_SHIFT_STATUS_UNSUPPORTED<li>TvInputManager#TIME_SHIFT_STATUS_UNAVAILABLE<li>TvInputManager#TIME_SHIFT_STATUS_AVAILABLE</ul>
+ Informs the application that the time shift status is changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.notifyTimeShiftStatusChanged(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -309,10 +371,19 @@
- To be added.
- To be added.
+ A list which includes track information.
+ Sends the list of all audio/video/subtitle tracks.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.notifyTracksChanged(java.util.List<android.media.tv.TvTrackInfo>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -347,11 +418,22 @@
- To be added.
- To be added.
- To be added.
+ The type of the selected track. The type can be
+ TvTrackInfo#TYPE_AUDIO, TvTrackInfo#TYPE_VIDEO or
+ TvTrackInfo#TYPE_SUBTITLE.
+ The ID of the selected track.
+ Sends the type and ID of a selected track.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.notifyTrackSelected(int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -376,9 +458,18 @@
- To be added.
+ Informs the application that the video is now available for watching.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.notifyVideoAvailable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -412,10 +503,21 @@
- To be added.
- To be added.
+ The reason why the video became unavailable:
+ <ul>
+ <li>TvInputManager#VIDEO_UNAVAILABLE_REASON_UNKNOWN<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_TUNING<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_WEAK_SIGNAL<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_BUFFERING<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_AUDIO_ONLY</ul>
+ Informs the application that the video became unavailable for some reason.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.notifyVideoUnavailable(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -443,11 +545,22 @@
- To be added.
- To be added.
- To be added.
+ Name of the command to be performed. This <em>must</em> be a scoped name,
+ i.e. prefixed with a package name you own, so that different developers will
+ not create conflicting commands.
+ Any data to include with the command.
+ Processes a private command sent from the application to the TV input.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onAppPrivateCommand(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,10 +585,19 @@
- To be added.
- To be added.
+ Called when the application requests to create an overlay view.
+ a view attached to the overlay window
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onCreateOverlayView().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -503,10 +625,21 @@
To be added.
- To be added.
- To be added.
+ The motion event being received.
+ Implement this method to handle generic motion events on the current input session.
+ If you handled the event, return true. If you want to allow the event to
+ be handled by the next receiver, return false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onGenericMotionEvent(android.view.MotionEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -544,12 +677,24 @@
- To be added.
To be added.
- To be added.
- To be added.
+ The value in event.getKeyCode().
+ Description of the key event.
+ Default implementation of android.view.KeyEvent.Callback#onKeyDown(int, KeyEvent)
+ KeyEvent.Callback.onKeyDown(): always returns false (doesn't handle the event).
+ If you handled the event, return true. If you want to allow the event to
+ be handled by the next receiver, return false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onKeyDown(int, android.view.KeyEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -587,12 +732,25 @@
- To be added.
To be added.
- To be added.
- To be added.
+ The value in event.getKeyCode().
+ Description of the key event.
+ Default implementation of
+ android.view.KeyEvent.Callback#onKeyLongPress(int, KeyEvent)
+ KeyEvent.Callback.onKeyLongPress(): always returns false (doesn't handle the event).
+ If you handled the event, return true. If you want to allow the event to
+ be handled by the next receiver, return false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onKeyLongPress(int, android.view.KeyEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -631,13 +789,26 @@
- To be added.
- To be added.
To be added.
- To be added.
- To be added.
+ The value in event.getKeyCode().
+ The number of times the action was made.
+ Description of the key event.
+ Default implementation of
+ android.view.KeyEvent.Callback#onKeyMultiple(int, int, KeyEvent)
+ KeyEvent.Callback.onKeyMultiple(): always returns false (doesn't handle the event).
+ If you handled the event, return true. If you want to allow the event to
+ be handled by the next receiver, return false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onKeyMultiple(int, int, android.view.KeyEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -675,12 +846,24 @@
- To be added.
To be added.
- To be added.
- To be added.
+ The value in event.getKeyCode().
+ Description of the key event.
+ Default implementation of android.view.KeyEvent.Callback#onKeyUp(int, KeyEvent)
+ KeyEvent.Callback.onKeyUp(): always returns false (doesn't handle the event).
+ If you handled the event, return true. If you want to allow the event to
+ be handled by the next receiver, return false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onKeyUp(int, android.view.KeyEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -708,11 +891,20 @@
- To be added.
- To be added.
- To be added.
+ The width of the overlay view.
+ The height of the overlay view.
+ Called when the size of the overlay view is changed by the application.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onOverlayViewSizeChanged(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -737,9 +929,18 @@
- To be added.
+ Called when the session is released.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onRelease().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -774,12 +975,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The ID of the track to select. null means to unselect the current
+ track for a given type.
+ The type of the track to select. The type can be
+ TvTrackInfo#TYPE_AUDIO, TvTrackInfo#TYPE_VIDEO or
+ TvTrackInfo#TYPE_SUBTITLE.
+ Selects a given track.
+
+ true if the track selection was successful, false otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onSelectTrack(int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -806,10 +1020,20 @@
- To be added.
- To be added.
+
+ true to enable, false to disable.
+ Enables or disables the caption.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onSetCaptionEnabled(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -836,10 +1060,19 @@
- To be added.
- To be added.
+ A volume value between 0.0f to 1.0f.
+ Sets the relative stream volume of the current TV input session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onSetStreamVolume(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -866,11 +1099,21 @@
- To be added.
- To be added.
- To be added.
+ The surface to be used for video rendering. Can be null.
+ Called when the application sets the surface.
+
+ true if the surface was set successfully, false otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onSetSurface(android.view.Surface).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -906,12 +1149,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The new PixelFormat of the surface.
+ The new width of the surface.
+ The new height of the surface.
+ Called after any structural changes (format or size) have been made to the surface passed
+ in #onSetSurface.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onSurfaceChanged(int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -936,10 +1189,19 @@
- To be added.
+ Returns the current position for time shifting, in milliseconds since the epoch.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onTimeShiftGetCurrentPosition().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -964,10 +1226,19 @@
- To be added.
+ Returns the start position for time shifting, in milliseconds since the epoch.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onTimeShiftGetStartPosition().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -992,9 +1263,18 @@
- To be added.
+ Called when the application requests to pause playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onTimeShiftPause().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1021,10 +1301,19 @@
- To be added.
- To be added.
+ The URI of a recorded TV program.
+ Called when the application requests to play a given recorded TV program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onTimeShiftPlay(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1049,9 +1338,18 @@
- To be added.
+ Called when the application requests to resume playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onTimeShiftResume().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1078,10 +1376,19 @@
- To be added.
- To be added.
+ The time position to seek to, in milliseconds since the epoch.
+ Called when the application requests to seek to a specified time position.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onTimeShiftSeekTo(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1108,10 +1415,19 @@
- To be added.
- To be added.
+ The playback params.
+ Called when the application sets playback parameters containing the speed and audio mode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onTimeShiftSetPlaybackParams(android.media.PlaybackParams).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1139,10 +1455,21 @@
To be added.
- To be added.
- To be added.
+ The motion event being received.
+ Implement this method to handle touch screen motion events on the current input session.
+ If you handled the event, return true. If you want to allow the event to
+ be handled by the next receiver, return false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onTouchEvent(android.view.MotionEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1170,10 +1497,21 @@
To be added.
- To be added.
- To be added.
+ The motion event being received.
+ Implement this method to handle trackball events on the current input session.
+ If you handled the event, return true. If you want to allow the event to
+ be handled by the next receiver, return false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onTrackballEvent(android.view.MotionEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1200,11 +1538,21 @@
- To be added.
- To be added.
- To be added.
+ The URI of the channel.
+ Tunes to a given channel.
+
+ true if the tuning was successful, false otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onTune(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1232,12 +1580,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The URI of the channel.
+ Domain-specific data for this tune request. Keys <em>must</em> be a scoped
+ name, i.e. prefixed with a package name you own, so that different developers
+ will not create conflicting keys.
+ Tunes to a given channel.
+
+ true if the tuning was successful, false otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onTune(android.net.Uri, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1264,10 +1624,19 @@
- To be added.
- To be added.
+ An unblocked content rating
+ Requests to unblock the content according to the given rating.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.onUnblockContent(android.media.tv.TvContentRating).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1294,10 +1663,21 @@
- To be added.
- To be added.
+
+ true if you want to enable the overlay view. false
+ otherwise.
+ Enables or disables the overlay view.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvInputService.Session.setOverlayViewEnabled(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvRecordingClient+RecordingCallback.xml b/docs/Mono.Android/en/Android.Media.TV/TvRecordingClient+RecordingCallback.xml
index 4a48b361c7..962b474674 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvRecordingClient+RecordingCallback.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvRecordingClient+RecordingCallback.xml
@@ -18,14 +18,19 @@
- To be added.
+ Callback used to receive various status updates on the
+ android.media.tv.TvInputService.RecordingSession
- Android platform documentation
+ Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,10 +134,20 @@
- To be added.
- To be added.
+ The ID of the TV input bound to the current TvRecordingClient.
+ This is called when an error occurred while establishing a connection to the recording
+ session for the corresponding TV input.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onConnectionFailed(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,10 +174,19 @@
- To be added.
- To be added.
+ The ID of the TV input bound to the current TvRecordingClient.
+ This is called when the connection to the current recording session is lost.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onDisconnected(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -196,10 +220,21 @@
- To be added.
- To be added.
+ The error code. Should be one of the followings.
+ <ul>
+ <li>TvInputManager#RECORDING_ERROR_UNKNOWN<li>TvInputManager#RECORDING_ERROR_INSUFFICIENT_SPACE<li>TvInputManager#RECORDING_ERROR_RESOURCE_BUSY</ul>
+ This is called when an issue has occurred.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onError(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -226,10 +261,21 @@
- To be added.
- To be added.
+ The URI for the newly recorded program.
+ This is called when the current recording session has stopped recording and created a
+ new data entry in the TvContract.RecordedPrograms table that describes the newly
+ recorded program.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onRecordingStopped(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -256,10 +302,20 @@
- To be added.
- To be added.
+ The URI of a channel.
+ This is called when the recording session has been tuned to the given channel and is
+ ready to start recording.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvRecordingClient.RecordingCallback.onTuned(android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvTrackInfo+Builder.xml b/docs/Mono.Android/en/Android.Media.TV/TvTrackInfo+Builder.xml
index 9fe50c368d..cdb9a86d1e 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvTrackInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvTrackInfo+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ A builder class for creating TvTrackInfo objects.
- Android platform documentation
+ Java documentation for android.media.tv.TvTrackInfo.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -57,11 +61,21 @@
- To be added.
- To be added.
- To be added.
+ The type of the track.
+ The ID of the track that uniquely identifies the current track among all the
+ other tracks in the same TV program.
+ Create a Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvTrackInfo.Builder.TvTrackInfo$Builder(int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -86,10 +100,19 @@
- To be added.
- To be added.
+ Creates a TvTrackInfo instance with the specified fields.
+ The new TvTrackInfo instance
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvTrackInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvView+IOnUnhandledInputEventListener.xml b/docs/Mono.Android/en/Android.Media.TV/TvView+IOnUnhandledInputEventListener.xml
index cc8df04199..e6ae119386 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvView+IOnUnhandledInputEventListener.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvView+IOnUnhandledInputEventListener.xml
@@ -25,14 +25,18 @@
- To be added.
+ Interface definition for a callback to be invoked when the unhandled input event is received.
- Android platform documentation
+ Java documentation for android.media.tv.TvView.OnUnhandledInputEventListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -60,10 +64,21 @@
To be added.
- To be added.
- To be added.
+ The input event.
+ Called when an input event was not handled by the bound TV input.
+ If you handled the event, return true. If you want to allow the event to
+ be handled by the next receiver, return false.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.OnUnhandledInputEventListener.onUnhandledInputEvent(android.view.InputEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvView+TimeShiftPositionCallback.xml b/docs/Mono.Android/en/Android.Media.TV/TvView+TimeShiftPositionCallback.xml
index c3313ea57f..d9430987a8 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvView+TimeShiftPositionCallback.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvView+TimeShiftPositionCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Callback used to receive time shift position changes.
- Android platform documentation
+ Java documentation for android.media.tv.TvView.TimeShiftPositionCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,11 +134,20 @@
- To be added.
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ The current position for time shifting, in milliseconds since the epoch.
+ This is called when the current position for time shifting has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TimeShiftPositionCallback.onTimeShiftCurrentPositionChanged(java.lang.String, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,11 +175,20 @@
- To be added.
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ The start position for time shifting, in milliseconds since the epoch.
+ This is called when the start position for time shifting has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TimeShiftPositionCallback.onTimeShiftStartPositionChanged(java.lang.String, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media.TV/TvView+TvInputCallback.xml b/docs/Mono.Android/en/Android.Media.TV/TvView+TvInputCallback.xml
index 47a80cfda7..1cf43ecaa6 100644
--- a/docs/Mono.Android/en/Android.Media.TV/TvView+TvInputCallback.xml
+++ b/docs/Mono.Android/en/Android.Media.TV/TvView+TvInputCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Callback used to receive various status updates on the TvView.
- Android platform documentation
+ Java documentation for android.media.tv.TvView.TvInputCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,11 +134,21 @@
- To be added.
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ The URI of a channel.
+ This is invoked when the channel of this TvView is changed by the underlying TV input
+ without any TvView#tune request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TvInputCallback.onChannelRetuned(java.lang.String, android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -161,10 +175,20 @@
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ This is invoked when an error occurred while establishing a connection to the underlying
+ TV input.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TvInputCallback.onConnectionFailed(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -191,10 +215,20 @@
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ This is called when the current program content turns out to be allowed to watch since
+ its content rating is not blocked by parental controls.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TvInputCallback.onContentAllowed(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -222,11 +256,21 @@
- To be added.
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ The content rating of the blocked program.
+ This is called when the current program content turns out to be not allowed to watch
+ since its content rating is blocked by parental controls.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TvInputCallback.onContentBlocked(java.lang.String, android.media.tv.TvContentRating).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -253,10 +297,19 @@
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ This is invoked when the existing connection to the underlying TV input is lost.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TvInputCallback.onDisconnected(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -291,11 +344,22 @@
- To be added.
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ The current time shift status. Should be one of the followings.
+ <ul>
+ <li>TvInputManager#TIME_SHIFT_STATUS_UNSUPPORTED<li>TvInputManager#TIME_SHIFT_STATUS_UNAVAILABLE<li>TvInputManager#TIME_SHIFT_STATUS_AVAILABLE</ul>
+ This is called when the time shift status is changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TvInputCallback.onTimeShiftStatusChanged(java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -323,11 +387,20 @@
- To be added.
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ A list which includes track information.
+ This is called when the track information has been changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TvInputCallback.onTracksChanged(java.lang.String, java.util.List<android.media.tv.TvTrackInfo>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -363,12 +436,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ The type of the track selected. The type can be
+ TvTrackInfo#TYPE_AUDIO, TvTrackInfo#TYPE_VIDEO or
+ TvTrackInfo#TYPE_SUBTITLE.
+ The ID of the track selected.
+ This is called when there is a change on the selected tracks.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TvInputCallback.onTrackSelected(java.lang.String, int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -395,10 +479,19 @@
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ This is called when the video is available, so the TV input starts the playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TvInputCallback.onVideoAvailable(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -427,12 +520,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ The width of the video.
+ The height of the video.
+ This is invoked when the video size has been changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TvInputCallback.onVideoSizeChanged(java.lang.String, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -467,11 +569,22 @@
- To be added.
- To be added.
- To be added.
+ The ID of the TV input bound to this view.
+ The reason why the TV input stopped the playback:
+ <ul>
+ <li>TvInputManager#VIDEO_UNAVAILABLE_REASON_UNKNOWN<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_TUNING<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_WEAK_SIGNAL<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_BUFFERING<li>TvInputManager#VIDEO_UNAVAILABLE_REASON_AUDIO_ONLY</ul>
+ This is called when the video is not available, so the TV input stops the playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.tv.TvView.TvInputCallback.onVideoUnavailable(java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/ApplicationMediaCapabilities+Builder.xml b/docs/Mono.Android/en/Android.Media/ApplicationMediaCapabilities+Builder.xml
index 1f6356ac10..cd0d5cde26 100644
--- a/docs/Mono.Android/en/Android.Media/ApplicationMediaCapabilities+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/ApplicationMediaCapabilities+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder class for ApplicationMediaCapabilities objects.
+
+
+
+ Java documentation for android.media.ApplicationMediaCapabilities.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Constructs a new Builder with all the supports default to false.
+
+
+
+ Java documentation for android.media.ApplicationMediaCapabilities.Builder.ApplicationMediaCapabilities$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -180,9 +202,21 @@
- To be added.
- To be added.
- To be added.
+ Builds a ApplicationMediaCapabilities object.
+ a new ApplicationMediaCapabilities instance successfully initialized
+ with all the parameters set on this <code>Builder</code>.
+
+
+
+ Java documentation for android.media.ApplicationMediaCapabilities.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/AsyncPlayer.xml b/docs/Mono.Android/en/Android.Media/AsyncPlayer.xml
index 27d8ab58b6..03bb3f23d1 100644
--- a/docs/Mono.Android/en/Android.Media/AsyncPlayer.xml
+++ b/docs/Mono.Android/en/Android.Media/AsyncPlayer.xml
@@ -152,16 +152,17 @@
- Your application's context.
- The URI to play. (see MediaPlayer#setDataSource(Context, Uri))
- Whether the audio should loop forever.
+ the non-null application's context.
+ the non-null URI to play. (see MediaPlayer#setDataSource(Context, Uri))
+ whether the audio should loop forever.
(see MediaPlayer#setLooping(boolean))
- To be added.
+ the non-null AudioAttributes to use.
+ (see MediaPlayer#setAudioAttributes(AudioAttributes))
Start playing the sound.
- Java documentation for android.media.AsyncPlayer.play(android.content.Context, android.net.Uri, boolean, int).
+ Java documentation for android.media.AsyncPlayer.play(android.content.Context, android.net.Uri, boolean, android.media.AudioAttributes).
diff --git a/docs/Mono.Android/en/Android.Media/AudioAttributes+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioAttributes+Builder.xml
index 6604154fa0..1375be85c7 100644
--- a/docs/Mono.Android/en/Android.Media/AudioAttributes+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioAttributes+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for AudioAttributes objects.
- Android platform documentation
+ Java documentation for android.media.AudioAttributes.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -46,9 +50,18 @@
- To be added.
+ Constructs a new Builder with the defaults.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioAttributes.Builder.AudioAttributes$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,10 +85,19 @@
- To be added.
- To be added.
+ the AudioAttributes object whose data will be reused in the new Builder.
+ Constructs a new Builder from a given AudioAttributes
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioAttributes.Builder.AudioAttributes$Builder(android.media.AudioAttributes).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -123,10 +145,20 @@
- To be added.
- To be added.
+ Combines all of the attributes that have been set and return a new
+ AudioAttributes object.
+ a new AudioAttributes object
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioAttributes.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioFocusRequestClass+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioFocusRequestClass+Builder.xml
index 9a19080b0e..c48511a43f 100644
--- a/docs/Mono.Android/en/Android.Media/AudioFocusRequestClass+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioFocusRequestClass+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for AudioFocusRequest objects.
- Android platform documentation
+ Java documentation for android.media.AudioFocusRequest.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -56,10 +60,20 @@
- To be added.
- To be added.
+ the type of audio focus gain that will be requested
+ Constructs a new Builder, and specifies how audio focus
+ will be requested.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioFocusRequest.Builder.AudioFocusRequest$Builder(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -83,10 +97,20 @@
- To be added.
- To be added.
+ the non-null AudioFocusRequest to build a duplicate from.
+ Constructs a new Builder with all the properties of the AudioFocusRequest
+ passed as parameter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioFocusRequest.Builder.AudioFocusRequest$Builder(android.media.AudioFocusRequest).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -111,10 +135,21 @@
- To be added.
- To be added.
+ Builds a new AudioFocusRequest instance combining all the information gathered
+ by this Builder's configuration methods.
+ the AudioFocusRequest instance qualified by all the properties set
+ on this Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioFocusRequest.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioFormat+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioFormat+Builder.xml
index f6aa4ac501..7013e4c09e 100644
--- a/docs/Mono.Android/en/Android.Media/AudioFormat+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioFormat+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for AudioFormat objects.
- Android platform documentation
+ Java documentation for android.media.AudioFormat.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -46,9 +50,18 @@
- To be added.
+ Constructs a new Builder with none of the format characteristics set.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioFormat.Builder.AudioFormat$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,10 +85,19 @@
- To be added.
- To be added.
+ the AudioFormat object whose data will be reused in the new Builder.
+ Constructs a new Builder from a given AudioFormat.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioFormat.Builder.AudioFormat$Builder(android.media.AudioFormat).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -123,10 +145,20 @@
- To be added.
- To be added.
+ Combines all of the format characteristics that have been set and return a new
+ AudioFormat object.
+ a new AudioFormat object
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioFormat.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioFormat.xml b/docs/Mono.Android/en/Android.Media/AudioFormat.xml
index 34da847e2f..076b00441e 100644
--- a/docs/Mono.Android/en/Android.Media/AudioFormat.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioFormat.xml
@@ -68,7 +68,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioFormat.AudioFormat().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -247,6 +256,49 @@
+
+
+
+
+
+ Field
+
+ F:Android.OS.IParcelable.ContentsFileDescriptor
+
+
+ Mono.Android
+ 0.0.0.0
+
+
+
+ [Android.Runtime.Register("CHANNEL_OUT_7POINT1")]
+ [<Android.Runtime.Register("CHANNEL_OUT_7POINT1")>]
+
+
+ [System.Obsolete("This constant will be removed in the future version. Use Android.Media.ChannelOut enum directly instead of this field.", true)]
+ [<System.Obsolete("This constant will be removed in the future version. Use Android.Media.ChannelOut enum directly instead of this field.", true)>]
+
+
+
+ Android.Media.ChannelOut
+
+ 1020
+
+ To be added.
+
+
+
+ Java documentation for android.media.AudioFormat.CHANNEL_OUT_7POINT1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
+
diff --git a/docs/Mono.Android/en/Android.Media/AudioManager+AudioPlaybackCallback.xml b/docs/Mono.Android/en/Android.Media/AudioManager+AudioPlaybackCallback.xml
index 5158b23968..961a2fcf0c 100644
--- a/docs/Mono.Android/en/Android.Media/AudioManager+AudioPlaybackCallback.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioManager+AudioPlaybackCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Interface for receiving update notifications about the playback activity on the system.
- Android platform documentation
+ Java documentation for android.media.AudioManager.AudioPlaybackCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,10 +133,20 @@
- To be added.
- To be added.
+ list containing the results of
+ AudioManager#getActivePlaybackConfigurations().
+ Called whenever the playback activity and configuration has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioManager.AudioPlaybackCallback.onPlaybackConfigChanged(java.util.List<android.media.AudioPlaybackConfiguration>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioManager+AudioRecordingCallback.xml b/docs/Mono.Android/en/Android.Media/AudioManager+AudioRecordingCallback.xml
index 6d140ec738..3abdf6bec7 100644
--- a/docs/Mono.Android/en/Android.Media/AudioManager+AudioRecordingCallback.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioManager+AudioRecordingCallback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Interface for receiving update notifications about the recording configuration.
- Android platform documentation
+ Java documentation for android.media.AudioManager.AudioRecordingCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,10 +133,20 @@
- To be added.
- To be added.
+ list containing the results of
+ AudioManager#getActiveRecordingConfigurations().
+ Called whenever the device recording configuration has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioManager.AudioRecordingCallback.onRecordingConfigChanged(java.util.List<android.media.AudioRecordingConfiguration>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioManager+IOnAudioFocusChangeListener.xml b/docs/Mono.Android/en/Android.Media/AudioManager+IOnAudioFocusChangeListener.xml
index 6e357cde5e..8005688a02 100644
--- a/docs/Mono.Android/en/Android.Media/AudioManager+IOnAudioFocusChangeListener.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioManager+IOnAudioFocusChangeListener.xml
@@ -26,14 +26,18 @@
Interface definition for a callback to be invoked when the audio focus of the system is
- updated.
+ updated.
- Android platform documentation
+ Java documentation for android.media.AudioManager.OnAudioFocusChangeListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -68,13 +72,21 @@
- the type of focus change, one of ,
- ,
- and .
-
+ the type of focus change, one of AudioManager#AUDIOFOCUS_GAIN,
+ AudioManager#AUDIOFOCUS_LOSS, AudioManager#AUDIOFOCUS_LOSS_TRANSIENT
+ and AudioManager#AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK.
Called on the listener to notify it the audio focus for this listener has been changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioManager.OnAudioFocusChangeListener.onAudioFocusChange(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioManager+IOnCommunicationDeviceChangedListener.xml b/docs/Mono.Android/en/Android.Media/AudioManager+IOnCommunicationDeviceChangedListener.xml
index f814dee052..391c841998 100644
--- a/docs/Mono.Android/en/Android.Media/AudioManager+IOnCommunicationDeviceChangedListener.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioManager+IOnCommunicationDeviceChangedListener.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ Listener registered by client to be notified upon communication audio device change.
+
+
+
+ Java documentation for android.media.AudioManager.OnCommunicationDeviceChangedListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -52,9 +63,22 @@
- To be added.
- To be added.
- To be added.
+ the audio device requested for communication use cases.
+ Can be null on platforms not supporting
+ android.content.pm.PackageManager#FEATURE_TELEPHONY.
+ Callback method called upon communication audio device change.
+
+
+
+ Java documentation for android.media.AudioManager.OnCommunicationDeviceChangedListener.onCommunicationDeviceChanged(android.media.AudioDeviceInfo).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/AudioManager+IOnModeChangedListener.xml b/docs/Mono.Android/en/Android.Media/AudioManager+IOnModeChangedListener.xml
index 44038ae313..d0fefcedc9 100644
--- a/docs/Mono.Android/en/Android.Media/AudioManager+IOnModeChangedListener.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioManager+IOnModeChangedListener.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ Interface definition of a callback that is notified when the audio mode changes
+
+
+
+ Java documentation for android.media.AudioManager.OnModeChangedListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -52,9 +63,20 @@
- To be added.
- To be added.
- To be added.
+ The current audio mode
+ Called on the listener to indicate that the audio mode has changed
+
+
+
+ Java documentation for android.media.AudioManager.OnModeChangedListener.onModeChanged(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/AudioMetadata+Format.xml b/docs/Mono.Android/en/Android.Media/AudioMetadata+Format.xml
index 20e6bfcad0..67a80e0fdf 100644
--- a/docs/Mono.Android/en/Android.Media/AudioMetadata+Format.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioMetadata+Format.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A container class for AudioMetadata Format keys.
+
+
+
+ Java documentation for android.media.AudioMetadata.Format.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/AudioMetadata+IKey.xml b/docs/Mono.Android/en/Android.Media/AudioMetadata+IKey.xml
index 7ffacde3f1..58b374317b 100644
--- a/docs/Mono.Android/en/Android.Media/AudioMetadata+IKey.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioMetadata+IKey.xml
@@ -29,8 +29,20 @@
- To be added.
- To be added.
+ type of value associated with Key.
+ Key interface for the AudioMetadata map.
+
+
+
+ Java documentation for android.media.AudioMetadata.Key.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/AudioPlaybackCaptureConfiguration+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioPlaybackCaptureConfiguration+Builder.xml
index a316c041a1..e61c3abf7c 100644
--- a/docs/Mono.Android/en/Android.Media/AudioPlaybackCaptureConfiguration+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioPlaybackCaptureConfiguration+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for creating AudioPlaybackCaptureConfiguration instances.
+
+
+
+ Java documentation for android.media.AudioPlaybackCaptureConfiguration.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
+ A MediaProjection that supports audio projection.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.AudioPlaybackCaptureConfiguration.Builder.AudioPlaybackCaptureConfiguration$Builder(android.media.projection.MediaProjection).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -133,9 +155,20 @@
- To be added.
+ Builds the configuration instance.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.AudioPlaybackCaptureConfiguration.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/AudioPresentation+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioPresentation+Builder.xml
index 0c07f877cd..8573f56353 100644
--- a/docs/Mono.Android/en/Android.Media/AudioPresentation+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioPresentation+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder class for creating AudioPresentation objects.
+
+
+
+ Java documentation for android.media.AudioPresentation.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
- To be added.
- To be added.
+ The presentation ID of this audio presentation.
+ Create a Builder.
+
+
+
+ Java documentation for android.media.AudioPresentation.Builder.AudioPresentation$Builder(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,9 +90,20 @@
- To be added.
- To be added.
- To be added.
+ Creates a AudioPresentation instance with the specified fields.
+ The new AudioPresentation instance
+
+
+
+ Java documentation for android.media.AudioPresentation.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/AudioRecord+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioRecord+Builder.xml
index 031117c233..32dc501278 100644
--- a/docs/Mono.Android/en/Android.Media/AudioRecord+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioRecord+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for AudioRecord objects.
- Android platform documentation
+ Java documentation for android.media.AudioRecord.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -46,9 +50,18 @@
- To be added.
+ Constructs a new Builder with the default values as described above.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioRecord.Builder.AudioRecord$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -97,9 +110,19 @@
To be added.
- To be added.
+ a new AudioRecord instance successfully initialized with all
+ the parameters set on this <code>Builder</code>.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioRecord.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRecordPositionUpdateListener.xml b/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRecordPositionUpdateListener.xml
index 727a2d83b5..30c1a0fbe9 100644
--- a/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRecordPositionUpdateListener.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRecordPositionUpdateListener.xml
@@ -26,16 +26,20 @@
Interface definition for a callback to be invoked when an AudioRecord has
- reached a notification marker set by
- or for periodic updates on the progress of the record head, as set by
- .
+ reached a notification marker set by AudioRecord#setNotificationMarkerPosition(int)
+ or for periodic updates on the progress of the record head, as set by
+ AudioRecord#setPositionNotificationPeriod(int).
- Android platform documentation
+ Java documentation for android.media.AudioRecord.OnRecordPositionUpdateListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -65,9 +69,18 @@
To be added.
Called on the listener to notify it that the previously set marker has been reached
- by the recording head.
+ by the recording head.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioRecord.OnRecordPositionUpdateListener.onMarkerReached(android.media.AudioRecord).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -97,9 +110,18 @@
To be added.
Called on the listener to periodically notify it that the record head has reached
- a multiple of the notification period.
+ a multiple of the notification period.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioRecord.OnRecordPositionUpdateListener.onPeriodicNotification(android.media.AudioRecord).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRoutingChangedListener.xml b/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRoutingChangedListener.xml
index c7831e50de..b4793ff494 100644
--- a/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRoutingChangedListener.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioRecord+IOnRoutingChangedListener.xml
@@ -32,14 +32,19 @@
- To be added.
+ Defines the interface by which applications can receive notifications of
+ routing changes for the associated AudioRecord.
- Android platform documentation
+ Java documentation for android.media.AudioRecord.OnRoutingChangedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -106,9 +111,19 @@
To be added.
- To be added.
+ Called when the routing of an AudioRecord changes from either and
+ explicit or policy rerouting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioRecord.OnRoutingChangedListener.onRoutingChanged(android.media.AudioRecord).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioRecord+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/AudioRecord+MetricsConstants.xml
index ff5eba9937..d20425f8f3 100644
--- a/docs/Mono.Android/en/Android.Media/AudioRecord+MetricsConstants.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioRecord+MetricsConstants.xml
@@ -42,8 +42,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of channels being recorded in this record track
+ from the AudioRecord#getMetrics return value.
+
+
+
+ Java documentation for android.media.AudioRecord.MetricsConstants.CHANNELS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -66,8 +78,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the audio data encoding for this track
+ from the AudioRecord#getMetrics return value.
+
+
+
+ Java documentation for android.media.AudioRecord.MetricsConstants.ENCODING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -123,8 +147,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the estimated latency through the recording pipeline
+ from the AudioRecord#getMetrics return value.
+
+
+
+ Java documentation for android.media.AudioRecord.MetricsConstants.LATENCY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -147,8 +183,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the sink sample rate for this record track in Hz
+ from the AudioRecord#getMetrics return value.
+
+
+
+ Java documentation for android.media.AudioRecord.MetricsConstants.SAMPLERATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -171,8 +219,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the source type for this track
+ from the AudioRecord#getMetrics return value.
+
+
+
+ Java documentation for android.media.AudioRecord.MetricsConstants.SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/AudioRecord.xml b/docs/Mono.Android/en/Android.Media/AudioRecord.xml
index d8821bddf5..6981cbea12 100644
--- a/docs/Mono.Android/en/Android.Media/AudioRecord.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioRecord.xml
@@ -126,14 +126,38 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ the recording source.
+ See MediaRecorder.AudioSource for the recording source definitions.
+ the sample rate expressed in Hertz. 44100Hz is currently the only
+ rate that is guaranteed to work on all devices, but other rates such as 22050,
+ 16000, and 11025 may work on some devices.
+ AudioFormat#SAMPLE_RATE_UNSPECIFIED means to use a route-dependent value
+ which is usually the sample rate of the source.
+ #getSampleRate() can be used to retrieve the actual sample rate chosen.
+ describes the configuration of the audio channels.
+ See AudioFormat#CHANNEL_IN_MONO and
+ AudioFormat#CHANNEL_IN_STEREO. AudioFormat#CHANNEL_IN_MONO is guaranteed
+ to work on all devices.
+ the format in which the audio data is to be returned.
+ See AudioFormat#ENCODING_PCM_8BIT, AudioFormat#ENCODING_PCM_16BIT,
+ and AudioFormat#ENCODING_PCM_FLOAT.
+ the total size (in bytes) of the buffer where audio data is written
+ to during the recording. New audio data can be read from this buffer in smaller chunks
+ than this size. See #getMinBufferSize(int, int, int) to determine the minimum
+ required buffer size for the successful creation of an AudioRecord instance. Using values
+ smaller than getMinBufferSize() will result in an initialization failure.
Class constructor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioRecord.AudioRecord(int, int, int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -443,10 +467,19 @@
System.Int32
- To be added.
- To be added.
+ Returns the frame count of the native <code>AudioRecord</code> buffer.
+ current size in frames of the <code>AudioRecord</code> buffer.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioRecord.getBufferSizeInFrames().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +2343,18 @@
- Starts recording from the AudioRecord instance.
+ Starts recording from the AudioRecord instance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioRecord.startRecording().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2422,7 +2464,16 @@
Stops recording.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioRecord.stop().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack+Builder.xml b/docs/Mono.Android/en/Android.Media/AudioTrack+Builder.xml
index 8d894468f6..8302a766f4 100644
--- a/docs/Mono.Android/en/Android.Media/AudioTrack+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioTrack+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for AudioTrack objects.
- Android platform documentation
+ Java documentation for android.media.AudioTrack.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -46,9 +50,18 @@
- To be added.
+ Constructs a new Builder with the default values as described above.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioTrack.Builder.AudioTrack$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -96,10 +109,20 @@
- To be added.
- To be added.
+ Builds an AudioTrack instance initialized with all the parameters set
+ on this <code>Builder</code>.
+ a new successfully initialized AudioTrack instance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioTrack.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack+IOnCodecFormatChangedListener.xml b/docs/Mono.Android/en/Android.Media/AudioTrack+IOnCodecFormatChangedListener.xml
index 1e88d6a783..357b3e5bbe 100644
--- a/docs/Mono.Android/en/Android.Media/AudioTrack+IOnCodecFormatChangedListener.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioTrack+IOnCodecFormatChangedListener.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ Interface definition for a listener for codec format changes.
+
+
+
+ Java documentation for android.media.AudioTrack.OnCodecFormatChangedListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -53,10 +64,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ is the AudioTrack instance associated with the codec.
+ is a AudioMetadataReadMap of values which contains decoded format
+ changes reported by the codec. Not all hardware
+ codecs indicate codec format changes. Acceptable keys are taken from
+ AudioMetadata.Format.KEY_* range, with the associated value type.
+ Called when the compressed codec format changes.
+
+
+
+ Java documentation for android.media.AudioTrack.OnCodecFormatChangedListener.onCodecFormatChanged(android.media.AudioTrack, android.media.AudioMetadataReadMap).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack+IOnPlaybackPositionUpdateListener.xml b/docs/Mono.Android/en/Android.Media/AudioTrack+IOnPlaybackPositionUpdateListener.xml
index 7861dd8d4d..37e1dcbad8 100644
--- a/docs/Mono.Android/en/Android.Media/AudioTrack+IOnPlaybackPositionUpdateListener.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioTrack+IOnPlaybackPositionUpdateListener.xml
@@ -26,14 +26,18 @@
Interface definition for a callback to be invoked when the playback head position of
- an AudioTrack has reached a notification marker or has increased by a certain period.
+ an AudioTrack has reached a notification marker or has increased by a certain period.
- Android platform documentation
+ Java documentation for android.media.AudioTrack.OnPlaybackPositionUpdateListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -63,9 +67,18 @@
To be added.
Called on the listener to notify it that the previously set marker has been reached
- by the playback head.
+ by the playback head.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioTrack.OnPlaybackPositionUpdateListener.onMarkerReached(android.media.AudioTrack).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +108,18 @@
To be added.
Called on the listener to periodically notify it that the playback head has reached
- a multiple of the notification period.
+ a multiple of the notification period.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioTrack.OnPlaybackPositionUpdateListener.onPeriodicNotification(android.media.AudioTrack).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack+IOnRoutingChangedListener.xml b/docs/Mono.Android/en/Android.Media/AudioTrack+IOnRoutingChangedListener.xml
index 1715ec4afa..9657e9bb73 100644
--- a/docs/Mono.Android/en/Android.Media/AudioTrack+IOnRoutingChangedListener.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioTrack+IOnRoutingChangedListener.xml
@@ -32,14 +32,19 @@
- To be added.
+ Defines the interface by which applications can receive notifications of
+ routing changes for the associated AudioTrack.
- Android platform documentation
+ Java documentation for android.media.AudioTrack.OnRoutingChangedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -106,9 +111,19 @@
To be added.
- To be added.
+ Called when the routing of an AudioTrack changes from either and
+ explicit or policy rerouting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioTrack.OnRoutingChangedListener.onRoutingChanged(android.media.AudioTrack).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/AudioTrack+MetricsConstants.xml
index b891b0c911..a8c1733ccb 100644
--- a/docs/Mono.Android/en/Android.Media/AudioTrack+MetricsConstants.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioTrack+MetricsConstants.xml
@@ -46,8 +46,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the native channel mask information for this track
+ from the AudioTrack#getMetrics return value.
+
+
+
+ Java documentation for android.media.AudioTrack.MetricsConstants.CHANNELMASK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -70,8 +82,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the attribute content type for this track
+ from the AudioTrack#getMetrics return value.
+
+
+
+ Java documentation for android.media.AudioTrack.MetricsConstants.CONTENTTYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,8 +151,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the sample rate for this track in Hz
+ from the AudioTrack#getMetrics return value.
+
+
+
+ Java documentation for android.media.AudioTrack.MetricsConstants.SAMPLERATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -151,8 +187,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the stream type for this track
+ from the AudioTrack#getMetrics return value.
+
+
+
+ Java documentation for android.media.AudioTrack.MetricsConstants.STREAMTYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -233,8 +281,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the attribute usage for this track
+ from the AudioTrack#getMetrics return value.
+
+
+
+ Java documentation for android.media.AudioTrack.MetricsConstants.USAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack+StreamEventCallback.xml b/docs/Mono.Android/en/Android.Media/AudioTrack+StreamEventCallback.xml
index 010d8d887a..cbb19267fa 100644
--- a/docs/Mono.Android/en/Android.Media/AudioTrack+StreamEventCallback.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioTrack+StreamEventCallback.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Abstract class to receive event notifications about the stream playback in offloaded mode.
+
+
+
+ Java documentation for android.media.AudioTrack.StreamEventCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -117,10 +128,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the AudioTrack on which the event happened.
+ the number of frames available to write without blocking.
+ Note that the frame size of a compressed stream is 1 byte.
+ Called when more audio data can be written without blocking on an offloaded track.
+
+
+
+ Java documentation for android.media.AudioTrack.StreamEventCallback.onDataRequest(android.media.AudioTrack, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -146,9 +169,21 @@
- To be added.
- To be added.
- To be added.
+ the AudioTrack on which the event happened.
+ Called when all the buffers of an offloaded track that were queued in the audio system
+ (e.
+
+
+
+ Java documentation for android.media.AudioTrack.StreamEventCallback.onPresentationEnded(android.media.AudioTrack).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -174,9 +209,20 @@
- To be added.
- To be added.
- To be added.
+ the AudioTrack on which the event happened.
+ Called when an offloaded track is no longer valid and has been discarded by the system.
+
+
+
+ Java documentation for android.media.AudioTrack.StreamEventCallback.onTearDown(android.media.AudioTrack).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/AudioTrack.xml b/docs/Mono.Android/en/Android.Media/AudioTrack.xml
index 3eba621157..112d29627e 100644
--- a/docs/Mono.Android/en/Android.Media/AudioTrack.xml
+++ b/docs/Mono.Android/en/Android.Media/AudioTrack.xml
@@ -104,8 +104,10 @@
- To be added.
- To be added.
+ a non-null AudioAttributes instance.
+ a non-null AudioFormat instance describing the format of the data
+ that will be played through this AudioTrack. See AudioFormat.Builder for
+ configuring the audio format parameters such as encoding, channel mask and sample rate.
the total size (in bytes) of the internal buffer where audio data is
read from for playback. This should be a nonzero multiple of the frame size in bytes.
<p> If the track's creation mode is #MODE_STATIC,
@@ -123,13 +125,16 @@
to the streaming <code>AudioTrack</code> to avoid underrun.
See #getMinBufferSize(int, int, int) to determine the estimated minimum buffer size
for an AudioTrack instance in streaming mode.
- streaming or static buffer. See #MODE_STATIC and #MODE_STREAM
- To be added.
- Class constructor.
+ streaming or static buffer. See #MODE_STATIC and #MODE_STREAM.
+ ID of audio session the AudioTrack must be attached to, or
+ AudioManager#AUDIO_SESSION_ID_GENERATE if the session isn't known at construction
+ time. See also AudioManager#generateAudioSessionId() to obtain a session ID before
+ construction.
+ Class constructor with AudioAttributes and AudioFormat.
- Java documentation for android.media.AudioTrack.AudioTrack(int, int, int, int, int, int).
+ Java documentation for android.media.AudioTrack.AudioTrack(android.media.AudioAttributes, android.media.AudioFormat, int, int, int).
@@ -662,9 +667,19 @@
system wide unique id of the effect to attach
Attaches an auxiliary effect to the audio track.
- To be added.
+ error code or success, see #SUCCESS,
+ #ERROR_INVALID_OPERATION, #ERROR_BAD_VALUE
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioTrack.attachAuxEffect(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2256,7 +2271,16 @@
Pauses the playback of the audio data.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioTrack.pause().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3319,8 +3343,20 @@
- To be added.
- To be added.
+ Declares that the last write() operation on this track provided the last buffer of this
+ stream.
+
+
+
+ Java documentation for android.media.AudioTrack.setOffloadEndOfStream().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -3918,7 +3954,16 @@
Stops playing the audio data.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.AudioTrack.stop().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/DrmInitData+SchemeInitData.xml b/docs/Mono.Android/en/Android.Media/DrmInitData+SchemeInitData.xml
index d176ba409a..27f156ad87 100644
--- a/docs/Mono.Android/en/Android.Media/DrmInitData+SchemeInitData.xml
+++ b/docs/Mono.Android/en/Android.Media/DrmInitData+SchemeInitData.xml
@@ -18,14 +18,18 @@
- To be added.
+ Scheme initialization data.
- Android platform documentation
+ Java documentation for android.media.DrmInitData.SchemeInitData.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -51,11 +55,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The UUID associated with this scheme initialization data.
+ The mimeType of the initialization data.
+ The initialization data.
+ Creates a new instance with the given values.
+
+
+
+ Java documentation for android.media.DrmInitData.SchemeInitData.DrmInitData$SchemeInitData(java.util.UUID, java.lang.String, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -78,10 +93,19 @@
System.Collections.Generic.IList<System.Byte>
- To be added.
+ The initialization data.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.DrmInitData.SchemeInitData.data.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -136,10 +160,19 @@
System.String
- To be added.
+ The mimeType of #data.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.DrmInitData.SchemeInitData.mimeType.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -225,9 +258,20 @@
Java.Util.UUID
- To be added.
+ The UUID associated with this scheme initialization data.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.DrmInitData.SchemeInitData.uuid.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -250,9 +294,20 @@
Java.Util.UUID
- To be added.
+ The Nil UUID, as defined in RFC 4122, section 4.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.DrmInitData.SchemeInitData.UUID_NIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/DrmInitData.xml b/docs/Mono.Android/en/Android.Media/DrmInitData.xml
index 59b340feda..6a88e51998 100644
--- a/docs/Mono.Android/en/Android.Media/DrmInitData.xml
+++ b/docs/Mono.Android/en/Android.Media/DrmInitData.xml
@@ -71,6 +71,10 @@
[Android.Runtime.Register("get", "(Ljava/util/UUID;)Landroid/media/DrmInitData$SchemeInitData;", "GetGet_Ljava_util_UUID_Handler", ApiSince=24)]
[<Android.Runtime.Register("get", "(Ljava/util/UUID;)Landroid/media/DrmInitData$SchemeInitData;", "GetGet_Ljava_util_UUID_Handler", ApiSince=24)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Android.Media.DrmInitData+SchemeInitData
diff --git a/docs/Mono.Android/en/Android.Media/EncoderProfiles+AudioProfile.xml b/docs/Mono.Android/en/Android.Media/EncoderProfiles+AudioProfile.xml
index 4edaa176a2..0885810e74 100644
--- a/docs/Mono.Android/en/Android.Media/EncoderProfiles+AudioProfile.xml
+++ b/docs/Mono.Android/en/Android.Media/EncoderProfiles+AudioProfile.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Configuration for an audio encoder.
+
+
+
+ Java documentation for android.media.EncoderProfiles.AudioProfile.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
System.Int32
- To be added.
+ The target audio output bitrate in bits per second
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.AudioProfile.getBitrate().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -67,9 +89,20 @@
System.Int32
- To be added.
+ The number of audio channels used for the audio track
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.AudioProfile.getChannels().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -92,9 +125,20 @@
System.Int32
- To be added.
+ The audio encoder being used for the audio track.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.AudioProfile.getCodec().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -146,9 +190,20 @@
System.String
- To be added.
+ The media type of the audio encoder being used for the video track
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.AudioProfile.getMediaType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -171,9 +226,20 @@
System.Int32
- To be added.
+ The audio encoder profile being used for the audio track
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.AudioProfile.getProfile().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -196,9 +262,20 @@
System.Int32
- To be added.
+ The audio sampling rate used for the audio track
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.AudioProfile.getSampleRate().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/EncoderProfiles+VideoProfile.xml b/docs/Mono.Android/en/Android.Media/EncoderProfiles+VideoProfile.xml
index 21327c1908..80c354b6a0 100644
--- a/docs/Mono.Android/en/Android.Media/EncoderProfiles+VideoProfile.xml
+++ b/docs/Mono.Android/en/Android.Media/EncoderProfiles+VideoProfile.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Configuration for a video encoder.
+
+
+
+ Java documentation for android.media.EncoderProfiles.VideoProfile.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
System.Int32
- To be added.
+ The target video output bitrate in bits per second
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.VideoProfile.getBitrate().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -67,9 +89,20 @@
System.Int32
- To be added.
+ The video encoder being used for the video track
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.VideoProfile.getCodec().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -92,9 +125,20 @@
System.Int32
- To be added.
+ The target video frame rate in frames per second.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.VideoProfile.getFrameRate().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -117,9 +161,20 @@
System.Int32
- To be added.
+ The target video frame height in pixels
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.VideoProfile.getHeight().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -171,9 +226,20 @@
System.String
- To be added.
+ The media type of the video encoder being used for the video track
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.VideoProfile.getMediaType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -196,9 +262,20 @@
System.Int32
- To be added.
+ The video encoder profile being used for the video track.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.VideoProfile.getProfile().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -279,9 +356,20 @@
System.Int32
- To be added.
+ The target video frame width in pixels
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.EncoderProfiles.VideoProfile.getWidth().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/FaceDetector+Face.xml b/docs/Mono.Android/en/Android.Media/FaceDetector+Face.xml
index 7958e8a1b1..2ef1166d4d 100644
--- a/docs/Mono.Android/en/Android.Media/FaceDetector+Face.xml
+++ b/docs/Mono.Android/en/Android.Media/FaceDetector+Face.xml
@@ -19,14 +19,18 @@
A Face contains all the information identifying the location
- of a face in a bitmap.
+ of a face in a bitmap.
- Android platform documentation
+ Java documentation for android.media.FaceDetector.Face.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,7 +82,16 @@
Returns a confidence factor between 0 and 1.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.FaceDetector.Face.confidence().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -104,9 +117,18 @@
0.4
- The minimum confidence factor of good face recognition
+ The minimum confidence factor of good face recognition
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.FaceDetector.Face.CONFIDENCE_THRESHOLD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -135,7 +157,16 @@
Returns the distance between the eyes.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.FaceDetector.Face.eyesDistance().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -164,11 +195,19 @@
the PointF coordinates (float values) of the
- face's mid-point
-
+ face's mid-point
Sets the position of the mid-point between the eyes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.FaceDetector.Face.getMidPoint(android.graphics.PointF).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -235,12 +274,21 @@
the Euler axis to retrieve an angle from
- (EULER_X, EULER_Y or
- EULER_Z)
+ (<var>EULER_X</var>, <var>EULER_Y</var> or
+ <var>EULER_Z</var>)
Returns the face's pose.
- To be added.
+ the Euler angle of the of the face, for the given axis
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.FaceDetector.Face.pose(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/IAudioMetadataMap.xml b/docs/Mono.Android/en/Android.Media/IAudioMetadataMap.xml
index 073f4a68fc..f92c703013 100644
--- a/docs/Mono.Android/en/Android.Media/IAudioMetadataMap.xml
+++ b/docs/Mono.Android/en/Android.Media/IAudioMetadataMap.xml
@@ -28,8 +28,20 @@
- To be added.
- To be added.
+ AudioMetadataMap is a writeable Map-style
+ interface of AudioMetadata.Key value pairs.
+
+
+
+ Java documentation for android.media.AudioMetadataMap.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/IAudioMetadataReadMap.xml b/docs/Mono.Android/en/Android.Media/IAudioMetadataReadMap.xml
index 44e6dddcd0..f36e44a82a 100644
--- a/docs/Mono.Android/en/Android.Media/IAudioMetadataReadMap.xml
+++ b/docs/Mono.Android/en/Android.Media/IAudioMetadataReadMap.xml
@@ -25,8 +25,20 @@
- To be added.
- To be added.
+ A read only Map-style interface of AudioMetadata.Key value pairs used
+ for AudioMetadata.
+
+
+
+ Java documentation for android.media.AudioMetadataReadMap.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/IAudioRoutingOnRoutingChangedListener.xml b/docs/Mono.Android/en/Android.Media/IAudioRoutingOnRoutingChangedListener.xml
index 670273a0d9..82d11f6190 100644
--- a/docs/Mono.Android/en/Android.Media/IAudioRoutingOnRoutingChangedListener.xml
+++ b/docs/Mono.Android/en/Android.Media/IAudioRoutingOnRoutingChangedListener.xml
@@ -25,8 +25,20 @@
- To be added.
- To be added.
+ Defines the interface by which applications can receive notifications of routing
+ changes for the associated AudioRouting.
+
+
+
+ Java documentation for android.media.AudioRouting.OnRoutingChangedListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/Image+Plane.xml b/docs/Mono.Android/en/Android.Media/Image+Plane.xml
index 969e35292c..48884441b7 100644
--- a/docs/Mono.Android/en/Android.Media/Image+Plane.xml
+++ b/docs/Mono.Android/en/Android.Media/Image+Plane.xml
@@ -18,14 +18,18 @@
- To be added.
+ A single color plane of image data.
- Android platform documentation
+ Java documentation for android.media.Image.Plane.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/ImageReader+IOnImageAvailableListener.xml b/docs/Mono.Android/en/Android.Media/ImageReader+IOnImageAvailableListener.xml
index aef8931eb3..95a72c96c7 100644
--- a/docs/Mono.Android/en/Android.Media/ImageReader+IOnImageAvailableListener.xml
+++ b/docs/Mono.Android/en/Android.Media/ImageReader+IOnImageAvailableListener.xml
@@ -25,14 +25,18 @@
- To be added.
+ Callback interface for being notified that a new image is available.
- Android platform documentation
+ Java documentation for android.media.ImageReader.OnImageAvailableListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -59,10 +63,19 @@
- To be added.
- To be added.
+ the ImageReader the callback is associated with.
+ Callback that is called when a new image is available from ImageReader.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.ImageReader.OnImageAvailableListener.onImageAvailable(android.media.ImageReader).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/ImageWriter+IOnImageReleasedListener.xml b/docs/Mono.Android/en/Android.Media/ImageWriter+IOnImageReleasedListener.xml
index a8ca203b34..db6c3694ae 100644
--- a/docs/Mono.Android/en/Android.Media/ImageWriter+IOnImageReleasedListener.xml
+++ b/docs/Mono.Android/en/Android.Media/ImageWriter+IOnImageReleasedListener.xml
@@ -25,14 +25,19 @@
- To be added.
+ ImageWriter callback interface, used to to asynchronously notify the
+ application of various ImageWriter events.
- Android platform documentation
+ Java documentation for android.media.ImageWriter.OnImageReleasedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -59,10 +64,20 @@
- To be added.
- To be added.
+ the ImageWriter the callback is associated with.
+ Callback that is called when an input Image is released back to
+ ImageWriter after the data consumption.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.ImageWriter.OnImageReleasedListener.onImageReleased(android.media.ImageWriter).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/JetPlayer+IOnJetEventListener.xml b/docs/Mono.Android/en/Android.Media/JetPlayer+IOnJetEventListener.xml
index 9396f8dc64..cb78a00912 100644
--- a/docs/Mono.Android/en/Android.Media/JetPlayer+IOnJetEventListener.xml
+++ b/docs/Mono.Android/en/Android.Media/JetPlayer+IOnJetEventListener.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.media.JetPlayer.OnJetEventListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -70,11 +74,19 @@
6 bit unsigned value
4 bit unsigned value
7 bit unsigned value
- 7 bit unsigned value
-
+ 7 bit unsigned value
Callback for when the JET engine generates a new event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.JetPlayer.OnJetEventListener.onJetEvent(android.media.JetPlayer, short, byte, byte, byte, byte).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -104,11 +116,19 @@
the JET player the status update is coming from
- the number of segments in the JET queue
-
+ the number of segments in the JET queue
Callback for when JET's number of queued segments is updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.JetPlayer.OnJetEventListener.onJetNumQueuedSegmentUpdate(android.media.JetPlayer, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -138,11 +158,19 @@
the JET player the status update is coming from
- indicates whether JET is paused (1) or not (0)
-
+ indicates whether JET is paused (1) or not (0)
Callback for when JET pause state is updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.JetPlayer.OnJetEventListener.onJetPauseUpdate(android.media.JetPlayer, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -174,11 +202,19 @@
the JET player the status update is coming from
the ID of the currently playing segment
- the repetition count for the segment (0 means it plays once)
-
+ the repetition count for the segment (0 means it plays once)
Callback for when JET's currently playing segment's userID is updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.JetPlayer.OnJetEventListener.onJetUserIdUpdate(android.media.JetPlayer, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCas+IEventListener.xml b/docs/Mono.Android/en/Android.Media/MediaCas+IEventListener.xml
index 29cdd2b807..64ad42d8d2 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCas+IEventListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCas+IEventListener.xml
@@ -25,14 +25,19 @@
- To be added.
+ An interface registered by the caller to #setEventListener
+ to receives scheme-specific notifications from a MediaCas instance.
- Android platform documentation
+ Java documentation for android.media.MediaCas.EventListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -62,13 +67,24 @@
- To be added.
To be added.
- To be added.
- To be added.
- To be added.
+ the MediaCas object to receive this event.
+ an integer whose meaning is scheme-specific.
+ an integer whose meaning is scheme-specific.
+ a byte array of data whose format and meaning are
+ scheme-specific.
+ Notify the listener of a scheme-specific event from the CA system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCas.EventListener.onEvent(android.media.MediaCas, int, int, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -97,11 +113,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ the MediaCas object to receive this event.
+ the plugin status which is updated.
+ an integer whose meaning is specific to the status to be updated.
+ Notify the listener that the cas plugin status is updated.
+
+
+
+ Java documentation for android.media.MediaCas.EventListener.onPluginStatusUpdate(android.media.MediaCas, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,9 +154,20 @@
- To be added.
- To be added.
- To be added.
+ the MediaCas object to receive this event.
+ Notify the listener that the session resources was lost.
+
+
+
+ Java documentation for android.media.MediaCas.EventListener.onResourceLost(android.media.MediaCas).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCas+PluginDescriptor.xml b/docs/Mono.Android/en/Android.Media/MediaCas+PluginDescriptor.xml
index a31ca7ab37..7002e06a4a 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCas+PluginDescriptor.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCas+PluginDescriptor.xml
@@ -18,14 +18,18 @@
- To be added.
+ Describe a CAS plugin with its CA_system_ID and string name.
- Android platform documentation
+ Java documentation for android.media.MediaCas.PluginDescriptor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCas+Session.xml b/docs/Mono.Android/en/Android.Media/MediaCas+Session.xml
index 3833db6445..7949ed3ae6 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCas+Session.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCas+Session.xml
@@ -31,14 +31,18 @@
- To be added.
+ Class for an open session with the CA system.
- Android platform documentation
+ Java documentation for android.media.MediaCas.Session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -66,9 +70,18 @@
- To be added.
+ Close the session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCas.Session.close().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -93,9 +106,20 @@
- To be added.
- To be added.
- To be added.
+ Get Session Id.
+ session Id of the session.
+
+
+
+ Java documentation for android.media.MediaCas.Session.getSessionId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,10 +179,19 @@
- To be added.
- To be added.
+ byte array of the ECM data.
+ Send a received ECM packet to the specified session of the CA system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCas.Session.processEcm(byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -187,12 +220,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ byte array of the ECM data.
+ position within data where the ECM data begins.
+ length of the data (starting from offset).
+ Send a received ECM packet to the specified session of the CA system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCas.Session.processEcm(byte[], int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -222,10 +264,22 @@
To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ an integer denoting a scheme-specific event to be sent.
+ a scheme-specific integer argument for the event.
+ a byte array containing scheme-specific data for the event.
+ Send a session event to a CA system.
+
+
+
+ Java documentation for android.media.MediaCas.Session.sendSessionEvent(int, int, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -251,10 +305,19 @@
- To be added.
- To be added.
+ byte array of the private data.
+ Set the private data for a session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCas.Session.setPrivateData(byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCasException+DeniedByServerException.xml b/docs/Mono.Android/en/Android.Media/MediaCasException+DeniedByServerException.xml
index 11b8f770c5..7fd353e444 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCasException+DeniedByServerException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCasException+DeniedByServerException.xml
@@ -18,14 +18,19 @@
- To be added.
+ Exception thrown when the provisioning server or key server denies a
+ license for a device.
- Android platform documentation
+ Java documentation for android.media.MediaCasException.DeniedByServerException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCasException+InsufficientResourceException.xml b/docs/Mono.Android/en/Android.Media/MediaCasException+InsufficientResourceException.xml
index dbf43e3ccd..c240d3fb9b 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCasException+InsufficientResourceException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCasException+InsufficientResourceException.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ Exception thrown when an operation on a MediaCas object is attempted
+ and hardware resources are not sufficient to allocate, due to client's lower priority.
+
+
+
+ Java documentation for android.media.MediaCasException.InsufficientResourceException.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCasException+NotProvisionedException.xml b/docs/Mono.Android/en/Android.Media/MediaCasException+NotProvisionedException.xml
index 518d6f6ef4..90fd13edf6 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCasException+NotProvisionedException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCasException+NotProvisionedException.xml
@@ -18,14 +18,19 @@
- To be added.
+ Exception thrown when an operation on a MediaCas object is attempted
+ before it's provisioned successfully.
- Android platform documentation
+ Java documentation for android.media.MediaCasException.NotProvisionedException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCasException+ResourceBusyException.xml b/docs/Mono.Android/en/Android.Media/MediaCasException+ResourceBusyException.xml
index e5eae91c92..61f0b58e2e 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCasException+ResourceBusyException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCasException+ResourceBusyException.xml
@@ -18,14 +18,19 @@
- To be added.
+ Exception thrown when an operation on a MediaCas object is attempted
+ and hardware resources are not available, due to being in use.
- Android platform documentation
+ Java documentation for android.media.MediaCasException.ResourceBusyException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCasException+UnsupportedCasException.xml b/docs/Mono.Android/en/Android.Media/MediaCasException+UnsupportedCasException.xml
index 148f422d84..b79e7cf8df 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCasException+UnsupportedCasException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCasException+UnsupportedCasException.xml
@@ -18,14 +18,19 @@
- To be added.
+ Exception thrown when an attempt is made to construct a MediaCas object
+ using a CA_system_id that is not supported by the device
- Android platform documentation
+ Java documentation for android.media.MediaCasException.UnsupportedCasException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+BufferInfo.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+BufferInfo.xml
index aaa206e4ca..7822f0ee43 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+BufferInfo.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+BufferInfo.xml
@@ -19,14 +19,18 @@
Per buffer metadata includes an offset and size specifying
- the range of valid data in the associated codec buffer.
+ the range of valid data in the associated codec (output) buffer.
- Android platform documentation
+ Java documentation for android.media.MediaCodec.BufferInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,11 +80,19 @@
Android.Media.MediaCodecBufferFlags
-
-
+ Buffer flags associated with the buffer.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.BufferInfo.flags.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -136,11 +148,19 @@
System.Int32
-
-
+ The start-offset of the data in the buffer.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.BufferInfo.offset.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -165,11 +185,19 @@
System.Int64
-
-
+ The presentation timestamp in microseconds for the buffer.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.BufferInfo.presentationTimeUs.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -207,14 +235,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
-
-
+ the start-offset of the data in the buffer.
+ the amount of data (in bytes) in the buffer.
+ the presentation timestamp in microseconds.
+ buffer flags associated with the buffer. This
+ should be a combination of #BUFFER_FLAG_KEY_FRAME and
+ #BUFFER_FLAG_END_OF_STREAM.
+ Update the buffer metadata information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.BufferInfo.set(int, int, long, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -239,11 +277,19 @@
System.Int32
-
-
+ The amount of data (in bytes) in the buffer.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.BufferInfo.size.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+Callback.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+Callback.xml
index b3f69831f0..ed34a84e18 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+Callback.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+Callback.xml
@@ -18,14 +18,18 @@
- To be added.
+ MediaCodec callback interface.
- Android platform documentation
+ Java documentation for android.media.MediaCodec.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,11 +166,20 @@
- To be added.
- To be added.
- To be added.
+ The MediaCodec object.
+ The index of the available input buffer.
+ Called when an input buffer becomes available.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.Callback.onInputBufferAvailable(android.media.MediaCodec, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -228,11 +241,20 @@
- To be added.
- To be added.
- To be added.
+ The MediaCodec object.
+ The new output format.
+ Called when the output format has changed
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.Callback.onOutputFormatChanged(android.media.MediaCodec, android.media.MediaFormat).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+CodecException.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+CodecException.xml
index e37af1921e..cb254c711e 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+CodecException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+CodecException.xml
@@ -18,14 +18,18 @@
- To be added.
+ Thrown when an internal codec error occurs.
- Android platform documentation
+ Java documentation for android.media.MediaCodec.CodecException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,20 @@
System.String
- To be added.
+ Retrieve a developer-readable diagnostic information string
+ associated with the exception.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CodecException.getDiagnosticInfo().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,10 +90,19 @@
Android.Media.MediaCodecErrorCode
- To be added.
+ Retrieve the error code associated with a CodecException
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CodecException.getErrorCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -103,10 +126,21 @@
System.Boolean
- To be added.
+ Returns true if the codec cannot proceed further,
+ but can be recovered by stopping, configuring,
+ and starting again.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CodecException.isRecoverable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,10 +164,21 @@
System.Boolean
- To be added.
+ Returns true if the codec exception is a transient issue,
+ perhaps due to resource constraints, and that the method
+ (or encoding/decoding) may be retried at a later time.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CodecException.isTransient().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoException.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoException.xml
index eae2e5682f..901e9844fd 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoException.xml
@@ -18,14 +18,18 @@
- To be added.
+ Thrown when a crypto error occurs while queueing a secure input buffer.
- Android platform documentation
+ Java documentation for android.media.MediaCodec.CryptoException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -85,11 +89,19 @@
Android.Media.MediaCodecCryptoErrorType
-
-
- To be added.
+ Returns error code associated with this CryptoException.
+ an error code defined in MediaDrm.ErrorCodes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoException.getErrorCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -119,8 +131,20 @@
8
- To be added.
- To be added.
+ This indicates that the video frame being decrypted exceeds
+ the size of the device's protected output buffers.
+
+
+
+ Java documentation for android.media.MediaCodec.CryptoException.ERROR_FRAME_TOO_LARGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -148,9 +172,20 @@
4
- To be added.
+ This indicates that the output protection levels supported by the
+ device are not sufficient to meet the requirements set by the
+ content owner in the license policy.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoException.ERROR_INSUFFICIENT_OUTPUT_PROTECTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -179,8 +214,21 @@
7
- To be added.
- To be added.
+ This indicates that the security level of the device is not
+ sufficient to meet the requirements set by the content owner
+ in the license policy.
+
+
+
+ Java documentation for android.media.MediaCodec.CryptoException.ERROR_INSUFFICIENT_SECURITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -208,9 +256,19 @@
2
- To be added.
+ This indicates that the key used for decryption is no longer
+ valid due to license term expiration.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoException.ERROR_KEY_EXPIRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -239,8 +297,20 @@
9
- To be added.
- To be added.
+ This error indicates that session state has been
+ invalidated.
+
+
+
+ Java documentation for android.media.MediaCodec.CryptoException.ERROR_LOST_STATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -268,9 +338,19 @@
1
- To be added.
+ This indicates that the requested key was not found when trying to
+ perform a decrypt operation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoException.ERROR_NO_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -299,9 +379,19 @@
3
- To be added.
+ This indicates that a required crypto resource was not able to be
+ allocated while attempting the requested operation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoException.ERROR_RESOURCE_BUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -330,9 +420,21 @@
5
- To be added.
+ This indicates that decryption was attempted on a session that is
+ not opened, which could be due to a failure to open the session,
+ closing the session prematurely, or the session being reclaimed
+ by the resource manager.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoException.ERROR_SESSION_NOT_OPENED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -361,9 +463,20 @@
6
- To be added.
+ This indicates that an operation was attempted that could not be
+ supported by the crypto system of the device in its current
+ configuration.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoException.ERROR_UNSUPPORTED_OPERATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoInfo.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoInfo.xml
index 06f6549773..59df88706a 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoInfo.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+CryptoInfo.xml
@@ -18,15 +18,18 @@
- Metadata describing the structure of a (at least partially) encrypted
- input sample.
+ Metadata describing the structure of an encrypted input sample.
- Android platform documentation
+ Java documentation for android.media.MediaCodec.CryptoInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -102,11 +105,19 @@
System.Collections.Generic.IList<System.Byte>
- A 16-byte initialization vector
-
+ A 16-byte initialization vector
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoInfo.iv.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,11 +173,19 @@
System.Collections.Generic.IList<System.Byte>
- A 16-byte opaque key
-
+ A 16-byte key id
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoInfo.key.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -192,10 +211,20 @@
The type of encryption that has been applied,
- see and .
+ see #CRYPTO_MODE_UNENCRYPTED, #CRYPTO_MODE_AES_CTR
+ and #CRYPTO_MODE_AES_CBC
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoInfo.mode.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -223,7 +252,16 @@
The number of leading unencrypted bytes in each subSample.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoInfo.numBytesOfClearData.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -251,7 +289,16 @@
The number of trailing encrypted bytes in each subSample.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoInfo.numBytesOfEncryptedData.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -279,7 +326,16 @@
The number of subSamples that make up the buffer's contents.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoInfo.numSubSamples.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -325,10 +381,19 @@
To be added.
To be added.
To be added.
-
-
+ Set the subsample count, clear/encrypted sizes, key, IV and mode fields of
+ a MediaCodec.CryptoInfo instance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.CryptoInfo.set(int, int[], int[], byte[], byte[], int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFirstTunnelFrameReadyListener.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFirstTunnelFrameReadyListener.xml
index 88fbda5e24..e582c24c16 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFirstTunnelFrameReadyListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFirstTunnelFrameReadyListener.xml
@@ -25,8 +25,21 @@
- To be added.
- To be added.
+ Listener to be called when the first output frame has been decoded
+ and is ready to be rendered for a codec configured for tunnel mode with
+ KEY_AUDIO_SESSION_ID.
+
+
+
+ Java documentation for android.media.MediaCodec.OnFirstTunnelFrameReadyListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -53,8 +66,20 @@
To be added.
- To be added.
- To be added.
+ Called when the first output frame has been decoded and is ready to be
+ rendered.
+
+
+
+ Java documentation for android.media.MediaCodec.OnFirstTunnelFrameReadyListener.onFirstTunnelFrameReady(android.media.MediaCodec).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFrameRenderedListener.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFrameRenderedListener.xml
index 608495e8aa..17902301de 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFrameRenderedListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+IOnFrameRenderedListener.xml
@@ -25,14 +25,18 @@
- To be added.
+ Listener to be called when an output frame has rendered on the output surface
- Android platform documentation
+ Java documentation for android.media.MediaCodec.OnFrameRenderedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,12 +65,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the MediaCodec instance
+ the presentation time (media time) of the frame rendered.
+ This is usually the same as specified in #queueInputBuffer; however,
+ some codecs may alter the media time by applying some time-based transformation,
+ such as frame rate conversion. In that case, presentation time corresponds
+ to the actual output frame rendered.
+ The system time when the frame was rendered.
+ Called when an output frame has rendered on the output surface.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.OnFrameRenderedListener.onFrameRendered(android.media.MediaCodec, long, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+IncompatibleWithBlockModelException.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+IncompatibleWithBlockModelException.xml
index b96b6cd440..2aae8685c8 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+IncompatibleWithBlockModelException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+IncompatibleWithBlockModelException.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Thrown when the codec is configured for block model and an incompatible API is called.
+
+
+
+ Java documentation for android.media.MediaCodec.IncompatibleWithBlockModelException.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+LinearBlock.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+LinearBlock.xml
index 9358d4f397..8d34563583 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+LinearBlock.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+LinearBlock.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Section of memory that represents a linear block.
+
+
+
+ Java documentation for android.media.MediaCodec.LinearBlock.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -45,10 +56,25 @@
- To be added.
- To be added.
+ list of codecs that the client wants to use a
+ linear block without copying. Null entries are
+ ignored.
+ Returns true if it is possible to allocate a linear block that can be
+ passed to all listed codecs as input buffers without copying the
+ content.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaCodec.LinearBlock.isCodecCopyFreeCompatible(java.lang.String[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,9 +97,20 @@
System.Boolean
- To be added.
+ Returns true if the buffer is mappable.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaCodec.LinearBlock.isMappable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -126,9 +163,20 @@
- To be added.
- To be added.
- To be added.
+ Map the memory and return the mapped region.
+ mapped memory region as ByteBuffer object
+
+
+
+ Java documentation for android.media.MediaCodec.LinearBlock.map().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -183,8 +231,20 @@
- To be added.
- To be added.
+ Mark this block as ready to be recycled by the framework once it is
+ no longer in use.
+
+
+
+ Java documentation for android.media.MediaCodec.LinearBlock.recycle().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+MetricsConstants.xml
index 0ca6e6a119..6c4f1b399a 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+MetricsConstants.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+MetricsConstants.xml
@@ -49,9 +49,19 @@
System.String
- To be added.
+ Key to extract the codec being used
+ from the MediaCodec#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.MetricsConstants.CODEC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,9 +85,19 @@
System.String
- To be added.
+ Key to extract the flag indicating whether the codec is running
+ as an encoder or decoder from the MediaCodec#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.MetricsConstants.ENCODER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -101,9 +121,19 @@
System.String
- To be added.
+ Key to extract the height (in pixels) of the video track
+ from the MediaCodec#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.MetricsConstants.HEIGHT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -158,9 +188,19 @@
System.String
- To be added.
+ Key to extract the MIME type
+ from the MediaCodec#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.MetricsConstants.MIME_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -184,9 +224,19 @@
System.String
- To be added.
+ Key to extract what the codec mode
+ from the MediaCodec#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.MetricsConstants.MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -210,9 +260,19 @@
System.String
- To be added.
+ The value returned for the key #MODE when the
+ codec is a audio codec.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.MetricsConstants.MODE_AUDIO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -236,9 +296,19 @@
System.String
- To be added.
+ The value returned for the key #MODE when the
+ codec is a video codec.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.MetricsConstants.MODE_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,9 +332,19 @@
System.String
- To be added.
+ Key to extract the rotation (in degrees) to properly orient the video
+ from the MediaCodec#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.MetricsConstants.ROTATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -288,9 +368,19 @@
System.String
- To be added.
+ Key to extract the flag indicating whether the codec is running
+ in secure (DRM) mode from the MediaCodec#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.MetricsConstants.SECURE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -376,9 +466,19 @@
System.String
- To be added.
+ Key to extract the width (in pixels) of the video track
+ from the MediaCodec#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodec.MetricsConstants.WIDTH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+OutputFrame.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+OutputFrame.xml
index 2be958dc11..cf0173bc5f 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+OutputFrame.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+OutputFrame.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A single output frame and its associated metadata.
+
+
+
+ Java documentation for android.media.MediaCodec.OutputFrame.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,21 @@
System.Collections.Generic.ICollection<System.String>
- To be added.
+ Returns an unmodifiable set of the names of entries that has changed from
+ the previous frame.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaCodec.OutputFrame.getChangedKeys().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -67,9 +90,20 @@
System.Int32
- To be added.
+ Returns the buffer flags.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaCodec.OutputFrame.getFlags().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -92,9 +126,20 @@
Android.Media.MediaFormat
- To be added.
+ Returns a read-only MediaFormat for this frame.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaCodec.OutputFrame.getFormat().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -117,9 +162,20 @@
Android.Hardware.HardwareBuffer
- To be added.
+ Returns the output hardware graphic buffer, or null if this frame is empty.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaCodec.OutputFrame.getHardwareBuffer().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -196,9 +252,20 @@
System.Int64
- To be added.
+ Returns the presentation timestamp in microseconds.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaCodec.OutputFrame.getPresentationTimeUs().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+ParameterDescriptor.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+ParameterDescriptor.xml
index a809a470ed..57e010990d 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+ParameterDescriptor.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+ParameterDescriptor.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Contains description of a parameter.
+
+
+
+ Java documentation for android.media.MediaCodec.ParameterDescriptor.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -92,9 +103,20 @@
System.String
- To be added.
+ Returns the name of the parameter.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaCodec.ParameterDescriptor.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -175,9 +197,20 @@
System.Int32
- To be added.
+ Returns the type of the parameter.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaCodec.ParameterDescriptor.getType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodec+QueueRequest.xml b/docs/Mono.Android/en/Android.Media/MediaCodec+QueueRequest.xml
index 49a800645d..8b794837cb 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodec+QueueRequest.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodec+QueueRequest.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder-like class for queue requests.
+
+
+
+ Java documentation for android.media.MediaCodec.QueueRequest.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -72,8 +83,19 @@
- To be added.
- To be added.
+ Finish building a queue request and queue the buffers with tunings.
+
+
+
+ Java documentation for android.media.MediaCodec.QueueRequest.queue().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+AudioCapabilities.xml b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+AudioCapabilities.xml
index dc0c08ca6f..dde925cb19 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+AudioCapabilities.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+AudioCapabilities.xml
@@ -18,14 +18,18 @@
- To be added.
+ A class that supports querying the audio capabilities of a codec.
- Android platform documentation
+ Java documentation for android.media.MediaCodecInfo.AudioCapabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,19 @@
Android.Util.Range
- To be added.
+ Returns the range of supported bitrates in bits/second.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.AudioCapabilities.getBitrateRange().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -103,10 +116,19 @@
- To be added.
+ Returns the array of supported sample rate ranges.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.AudioCapabilities.getSupportedSampleRateRanges().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,10 +153,20 @@
- To be added.
+ Returns the array of supported sample rates if the codec
+ supports only discrete values.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.AudioCapabilities.getSupportedSampleRates().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,10 +194,19 @@
To be added.
- To be added.
+ Query whether the sample rate is supported by the codec.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.AudioCapabilities.isSampleRateSupported(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -220,10 +261,19 @@
System.Int32
- To be added.
+ Returns the maximum number of input channels supported.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.AudioCapabilities.getMaxInputChannelCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -247,9 +297,20 @@
System.Int32
- To be added.
+ Returns the minimum number of input channels supported.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaCodecInfo.AudioCapabilities.getMinInputChannelCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecCapabilities.xml b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecCapabilities.xml
index 5cfc2dc2ff..8cadc4d8ec 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecCapabilities.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecCapabilities.xml
@@ -18,16 +18,18 @@
- Encapsulates the capabilities of a given codec component,
- i.e. what profile/level combinations it supports and what colorspaces
- it is capable of providing the decoded data in.
+ Encapsulates the capabilities of a given codec component.
- Android platform documentation
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -112,7 +114,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format12bitRGB444.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -145,7 +156,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format16bitARGB1555.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -178,7 +198,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format16bitARGB4444.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -211,7 +240,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format16bitBGR565.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -241,10 +279,18 @@
6
-
-
+ 16 bits per pixel RGB color format, with 5-bit red & blue and 6-bit green component.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format16bitRGB565.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -277,7 +323,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format18bitARGB1665.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -310,7 +365,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format18BitBGR666.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -343,7 +407,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format18bitRGB666.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -376,7 +449,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format19bitARGB1666.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -409,7 +491,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format24BitABGR6666.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -442,7 +533,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format24bitARGB1887.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -475,7 +575,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format24BitARGB6666.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -505,10 +614,18 @@
12
-
-
+ 24 bits per pixel RGB color format, with 8-bit red, green & blue components.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format24bitBGR888.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -541,7 +658,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format24bitRGB888.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -574,7 +700,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format25bitARGB1888.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -604,9 +739,18 @@
2130747392
- To be added.
+ 32 bits per pixel RGBA color format, with 8-bit red, green, blue, and alpha components.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format32bitABGR8888.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -638,7 +782,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format32bitARGB8888.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -671,7 +824,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format32bitBGRA8888.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -704,7 +866,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_Format8bitRGB332.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -737,7 +908,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatCbYCrY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -770,7 +950,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatCrYCbY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -800,10 +989,18 @@
36
-
-
+ 16 bits per pixel, little-endian Y color format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL16.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -836,7 +1033,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -869,7 +1075,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL24.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -899,10 +1114,18 @@
38
-
-
+ 32 bits per pixel, little-endian Y color format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL32.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -935,7 +1158,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,10 +1197,18 @@
35
-
-
+ 8 bits per pixel Y color format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatL8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1001,7 +1241,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatMonochrome.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1031,10 +1280,18 @@
31
-
-
+ SMIA 10-bit Bayer format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRawBayer10bit.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1064,10 +1321,18 @@
30
-
-
+ SMIA 8-bit Bayer format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRawBayer8bit.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1097,10 +1362,18 @@
32
-
-
+ SMIA 8-bit compressed Bayer format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRawBayer8bitcompressed.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1130,9 +1403,19 @@
2134288520
- To be added.
+ Flexible 32 bits per pixel RGBA color format with 8-bit red, green, blue, and alpha
+ components.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRGBAFlexible.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1161,9 +1444,19 @@
2134292616
- To be added.
+ Flexible 24 bits per pixel RGB color format with 8-bit red, green and blue
+ components.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatRGBFlexible.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1187,11 +1480,19 @@
System.Collections.Generic.IList<System.Int32>
- Defined in the OpenMAX IL specs, color format values are drawn from
- OMX_COLOR_FORMATTYPE.
+ The color format for the media.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.colorFormats.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1257,7 +1558,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYCbYCr.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1290,7 +1600,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYCrYCb.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1323,7 +1642,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV411PackedPlanar.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1356,7 +1684,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV411Planar.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1386,9 +1723,19 @@
2135033992
- To be added.
+ Flexible 12 bits per pixel, subsampled YUV color format with 8-bit chroma and luma
+ components.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420Flexible.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1420,7 +1767,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420PackedPlanar.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1453,7 +1809,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420PackedSemiPlanar.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1486,7 +1851,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420Planar.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1519,7 +1893,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420SemiPlanar.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1549,9 +1932,19 @@
2135042184
- To be added.
+ Flexible 16 bits per pixel, subsampled YUV color format with 8-bit chroma and luma
+ components.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV422Flexible.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1583,7 +1976,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV422PackedPlanar.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1616,7 +2018,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV422PackedSemiPlanar.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1649,7 +2060,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV422Planar.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1682,7 +2102,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV422SemiPlanar.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1712,9 +2141,19 @@
2135181448
- To be added.
+ Flexible 24 bits per pixel YUV color format with 8-bit chroma and luma
+ components.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV444Flexible.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1746,7 +2185,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV444Interleaved.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1779,7 +2227,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_QCOM_FormatYUV420SemiPlanar.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,7 +2269,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.COLOR_TI_FormatYUV420PackedSemiPlanar.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1879,10 +2345,20 @@
Android.Media.MediaFormat
- To be added.
+ Returns a MediaFormat object with default values for configurations that have
+ defaults.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.getDefaultFormat().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1933,9 +2409,18 @@
System.String
- To be added.
+ <b>video decoder only</b>: codec supports seamless resolution changes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_AdaptivePlayback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1959,8 +2444,20 @@
System.String
- To be added.
- To be added.
+ If true, the timestamp of each output buffer is derived from the timestamp of the input
+ buffer that produced the output.
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_DynamicTimestamp.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1983,8 +2480,20 @@
System.String
- To be added.
- To be added.
+ <b>decoder only</b>If true, the codec supports partial (including multiple) access units
+ per input buffer.
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_FrameParsing.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2007,9 +2516,18 @@
System.String
- To be added.
+ <b>video encoder only</b>: codec supports intra refresh.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_IntraRefresh.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2033,8 +2551,19 @@
System.String
- To be added.
- To be added.
+ <b>decoder only</b>: codec supports low latency decoding.
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_LowLatency.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2057,8 +2586,20 @@
System.String
- To be added.
- To be added.
+ If true, the codec supports multiple access units (for decoding, or to output for
+ encoders).
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_MultipleFrames.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2081,9 +2622,18 @@
System.String
- To be added.
+ <b>video decoder only</b>: codec supports queuing partial frames.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_PartialFrame.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2107,8 +2657,19 @@
System.String
- To be added.
- To be added.
+ <b>video encoder only</b>: codec supports quantization parameter bounds.
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_QpBounds.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2131,9 +2692,18 @@
System.String
- To be added.
+ <b>video decoder only</b>: codec supports secure decryption.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_SecurePlayback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2157,9 +2727,18 @@
System.String
- To be added.
+ <b>video or audio decoder only</b>: codec supports tunneled playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_TunneledPlayback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2187,10 +2766,19 @@
To be added.
- To be added.
+ Query codec feature requirements.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.isFeatureRequired(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2218,10 +2806,19 @@
To be added.
- To be added.
+ Query codec feature capabilities.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.isFeatureSupported(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2307,10 +2904,19 @@
System.Int32
- To be added.
+ Returns the max number of the supported concurrent codec instances.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.getMaxSupportedInstances().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2334,10 +2940,19 @@
System.String
- To be added.
+ Returns the mime type for which this codec-capability object was created.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecCapabilities.getMimeType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecProfileLevel.xml b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecProfileLevel.xml
index fc69390059..0895da099e 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecProfileLevel.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+CodecProfileLevel.xml
@@ -18,14 +18,18 @@
- To be added.
+ Encapsulates the profiles available for a codec component.
- Android platform documentation
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -440,8 +444,19 @@
42
- To be added.
- To be added.
+ xHE-AAC (includes USAC)
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AACObjectXHE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1165,8 +1180,23 @@
2
- To be added.
- To be added.
+ AV1 Main profile 4:2:0 10-bit
+
+ See definition in
+ AV1 Specification
+ Annex A.
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1194,8 +1224,19 @@
4096
- To be added.
- To be added.
+ AV1 Main profile 4:2:0 10-bit with HDR10.
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10HDR10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1223,8 +1264,19 @@
8192
- To be added.
- To be added.
+ AV1 Main profile 4:2:0 10-bit with HDR10Plus.
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10HDR10Plus.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1252,8 +1304,23 @@
1
- To be added.
- To be added.
+ AV1 Main profile 4:2:0 8-bit
+
+ See definition in
+ AV1 Specification
+ Annex A.
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1927,10 +1994,18 @@
1
-
-
+ AVC Baseline profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileBaseline.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1960,9 +2035,18 @@
65536
- To be added.
+ AVC Constrained Baseline profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileConstrainedBaseline.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1991,9 +2075,18 @@
524288
- To be added.
+ AVC Constrained High profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileConstrainedHigh.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2022,10 +2115,18 @@
4
-
-
+ AVC Extended profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileExtended.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2055,10 +2156,18 @@
8
-
-
+ AVC High profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2088,10 +2197,18 @@
16
-
-
+ AVC High 10 profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2121,10 +2238,18 @@
32
-
-
+ AVC High 4:2:2 profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh422.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,10 +2279,18 @@
64
-
-
+ AVC High 4:4:4 profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh444.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2187,10 +2320,18 @@
2
-
-
+ AVC Main profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileMain.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2499,8 +2640,19 @@
1024
- To be added.
- To be added.
+ Dolby Vision AV1 profile
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.DolbyVisionProfileDvav110.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -4382,12 +4534,19 @@
Android.Media.MediaCodecProfileLevel
- Defined in the OpenMAX IL specs, depending on the type of media
- this can be OMX_VIDEO_AVCLEVELTYPE, OMX_VIDEO_H263LEVELTYPE
- OMX_VIDEO_MPEG4LEVELTYPE or OMX_VIDEO_VP8LEVELTYPE.
+ The level of the media content.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.level.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -5607,12 +5766,19 @@
Android.Media.MediaCodecProfileType
- Defined in the OpenMAX IL specs, depending on the type of media
- this can be OMX_VIDEO_AVCPROFILETYPE, OMX_VIDEO_H263PROFILETYPE,
- OMX_VIDEO_MPEG4PROFILETYPE or OMX_VIDEO_VP8PROFILETYPE.
+ The profile of the media content.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.profile.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -6303,9 +6469,18 @@
1
- To be added.
+ VP9 Profile 0 4:2:0 8-bit
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile0.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -6334,9 +6509,18 @@
2
- To be added.
+ VP9 Profile 1 4:2:2 8-bit
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -6365,9 +6549,18 @@
4
- To be added.
+ VP9 Profile 2 4:2:0 10-bit
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -6396,9 +6589,18 @@
4096
- To be added.
+ VP9 Profile 2 4:2:0 10-bit HDR
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile2HDR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -6427,8 +6629,19 @@
16384
- To be added.
- To be added.
+ VP9 Profile 2 4:2:0 10-bit HDR10Plus
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile2HDR10Plus.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -6456,9 +6669,18 @@
8
- To be added.
+ VP9 Profile 3 4:2:2 10-bit
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -6487,9 +6709,18 @@
8192
- To be added.
+ VP9 Profile 3 4:2:2 10-bit HDR
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile3HDR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -6518,8 +6749,19 @@
32768
- To be added.
- To be added.
+ VP9 Profile 3 4:2:2 10-bit HDR10Plus
+
+
+
+ Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile3HDR10Plus.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+EncoderCapabilities.xml b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+EncoderCapabilities.xml
index c1a260c22d..a3e22e2e4e 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+EncoderCapabilities.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+EncoderCapabilities.xml
@@ -18,14 +18,18 @@
- To be added.
+ A class that supports querying the encoding capabilities of a codec.
- Android platform documentation
+ Java documentation for android.media.MediaCodecInfo.EncoderCapabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -54,8 +58,19 @@
3
- To be added.
- To be added.
+ Constant bitrate mode with frame drops
+
+
+
+ Java documentation for android.media.MediaCodecInfo.EncoderCapabilities.BITRATE_MODE_CBR_FD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -78,10 +93,19 @@
Android.Util.Range
- To be added.
+ Returns the supported range of encoder complexity values.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.EncoderCapabilities.getComplexityRange().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,10 +140,19 @@
To be added.
- To be added.
+ Query whether a bitrate mode is supported.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.EncoderCapabilities.isBitrateModeSupported(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -174,9 +207,20 @@
Android.Util.Range
- To be added.
+ Returns the supported range of quality values.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaCodecInfo.EncoderCapabilities.getQualityRange().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+VideoCapabilities.xml b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+VideoCapabilities.xml
index da377a0d5a..14cd1f53bc 100644
--- a/docs/Mono.Android/en/Android.Media/MediaCodecInfo+VideoCapabilities.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaCodecInfo+VideoCapabilities.xml
@@ -18,14 +18,18 @@
- To be added.
+ A class that supports querying the video capabilities of a codec.
- Android platform documentation
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -57,10 +61,20 @@
To be added.
To be added.
To be added.
- To be added.
+ Returns whether a given video size (width and
+ height) and frameRate combination is supported.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.areSizeAndRateSupported(int, int, double).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -84,10 +98,19 @@
Android.Util.Range
- To be added.
+ Returns the range of supported bitrates in bits/second.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getBitrateRange().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -115,12 +138,21 @@
- To be added.
- To be added.
- To be added.
+ the width of the video
+ the height of the video
+ Returns the range of achievable video frame rates for a video size.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getAchievableFrameRatesFor(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -148,12 +180,21 @@
- To be added.
- To be added.
- To be added.
+ the width of the video
+ the height of the video
+ Returns the range of supported video frame rates for a video size.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedFrameRatesFor(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -180,11 +221,20 @@
- To be added.
- To be added.
+ the width of the video
+ Returns the range of supported video heights for a video width
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedHeightsFor(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -211,11 +261,20 @@
- To be added.
- To be added.
+ the height of the video
+ Returns the range of supported video widths for a video height.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedWidthsFor(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -239,10 +298,19 @@
System.Int32
- To be added.
+ Returns the alignment requirement for video height (in pixels).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getHeightAlignment().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -272,10 +340,20 @@
To be added.
To be added.
- To be added.
+ Returns whether a given video size (width and
+ height) is supported.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.isSizeSupported(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -330,10 +408,19 @@
Android.Util.Range
- To be added.
+ Returns the range of supported frame rates.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedFrameRates().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -357,10 +444,19 @@
Android.Util.Range
- To be added.
+ Returns the range of supported video heights.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedHeights().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +480,20 @@
System.Collections.Generic.IList<Android.Media.MediaCodecInfo+VideoCapabilities+PerformancePoint>
- To be added.
+ Returns the supported performance points.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedPerformancePoints().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -409,10 +516,19 @@
Android.Util.Range
- To be added.
+ Returns the range of supported video widths.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getSupportedWidths().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,10 +614,19 @@
System.Int32
- To be added.
+ Returns the alignment requirement for video width (in pixels).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaCodecInfo.VideoCapabilities.getWidthAlignment().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaController2+Builder.xml b/docs/Mono.Android/en/Android.Media/MediaController2+Builder.xml
index 712292645e..51d5a35644 100644
--- a/docs/Mono.Android/en/Android.Media/MediaController2+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaController2+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This API is not generally intended for third party application developers.
+
+
+
+ Java documentation for android.media.MediaController2.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,10 +54,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ context
+ token of the session to connect to
+ Creates a builder for MediaController2.
+
+
+
+ Java documentation for android.media.MediaController2.Builder.MediaController2$Builder(android.content.Context, android.media.Session2Token).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -70,9 +92,20 @@
- To be added.
- To be added.
- To be added.
+ Build MediaController2.
+ a new controller
+
+
+
+ Java documentation for android.media.MediaController2.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaController2+ControllerCallback.xml b/docs/Mono.Android/en/Android.Media/MediaController2+ControllerCallback.xml
index f88dabf850..15d30f246d 100644
--- a/docs/Mono.Android/en/Android.Media/MediaController2+ControllerCallback.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaController2+ControllerCallback.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This API is not generally intended for third party application developers.
+
+
+
+ Java documentation for android.media.MediaController2.ControllerCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -151,10 +162,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the controller for this event
+ commands that's allowed by the session.
+ Called when the controller is successfully connected to the session.
+
+
+
+ Java documentation for android.media.MediaController2.ControllerCallback.onConnected(android.media.MediaController2, android.media.Session2CommandGroup).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -180,9 +202,21 @@
- To be added.
- To be added.
- To be added.
+ the controller for this event
+ Called when the session refuses the controller or the controller is disconnected from
+ the session.
+
+
+
+ Java documentation for android.media.MediaController2.ControllerCallback.onDisconnected(android.media.MediaController2).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -209,10 +243,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the controller for this event
+
+ true if the session's playback is active.
+ false otherwise.
+ Called when the session's playback activeness is changed.
+
+
+
+ Java documentation for android.media.MediaController2.ControllerCallback.onPlaybackActiveChanged(android.media.MediaController2, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDescription+Builder.xml b/docs/Mono.Android/en/Android.Media/MediaDescription+Builder.xml
index 05a13f5d00..59e44e5da2 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDescription+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDescription+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for MediaDescription objects.
- Android platform documentation
+ Java documentation for android.media.MediaDescription.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -46,9 +50,18 @@
- To be added.
+ Creates an initially empty builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDescription.Builder.MediaDescription$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -96,10 +109,19 @@
- To be added.
- To be added.
+ Build MediaDescription.
+ a new media description.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDescription.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+CryptoSession.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+CryptoSession.xml
index c49540291e..fdee3fac94 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+CryptoSession.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+CryptoSession.xml
@@ -18,14 +18,22 @@
- To be added.
+ In addition to supporting decryption of DASH Common Encrypted Media, the
+ MediaDrm APIs provide the ability to securely deliver session keys from
+ an operator's session key server to a client device, based on the factory-installed
+ root of trust, and then perform encrypt, decrypt, sign and verify operations
+ with the session key on arbitrary user data.
- Android platform documentation
+ Java documentation for android.media.MediaDrm.CryptoSession.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -57,12 +65,20 @@
specifies which key to use
the data to encrypt
- the initialization vector to use for the cipher
-
+ the initialization vector to use for the cipher
Decrypt data using the CryptoSessions's cipher algorithm
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.CryptoSession.decrypt(byte[], byte[], byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -94,12 +110,20 @@
specifies which key to use
the data to encrypt
- the initialization vector to use for the cipher
-
+ the initialization vector to use for the cipher
Encrypt data using the CryptoSession's cipher algorithm
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.CryptoSession.encrypt(byte[], byte[], byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,12 +184,20 @@
specifies which key to use
- the data for which a signature is to be computed
-
+ the data for which a signature is to be computed
Sign data using the CryptoSessions's mac algorithm.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.CryptoSession.sign(byte[], byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -260,12 +292,20 @@
specifies which key to use
the data to verify
the reference signature which will be compared with the
- computed signature
-
+ computed signature
Verify a signature using the CryptoSessions's mac algorithm.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.CryptoSession.verify(byte[], byte[], byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+ErrorCodes.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+ErrorCodes.xml
index 381f640d49..ae2a247dba 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+ErrorCodes.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+ErrorCodes.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Error codes that may be returned from MediaDrmStateException#getErrorCode() and MediaCodec.CryptoException#getErrorCode()
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -47,8 +58,19 @@
10
- To be added.
- To be added.
+ Certificate is malformed or is of the wrong type.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_CERTIFICATE_MALFORMED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -76,8 +98,19 @@
11
- To be added.
- To be added.
+ Certificate has not been set.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_CERTIFICATE_MISSING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +138,19 @@
12
- To be added.
- To be added.
+ An error happened within the crypto library used by the drm plugin.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_CRYPTO_LIBRARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -134,8 +178,20 @@
8
- To be added.
- To be added.
+ The video frame being decrypted exceeds the size of the device's
+ protected output buffers.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_FRAME_TOO_LARGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -163,8 +219,19 @@
13
- To be added.
- To be added.
+ Unexpected error reported by the device OEM subsystem.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_GENERIC_OEM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -192,8 +259,19 @@
14
- To be added.
- To be added.
+ Unexpected internal failure in MediaDrm/MediaCrypto.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_GENERIC_PLUGIN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -221,8 +299,20 @@
15
- To be added.
- To be added.
+ The init data parameter passed to MediaDrm#getKeyRequest is
+ empty or invalid.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_INIT_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -250,8 +340,21 @@
4
- To be added.
- To be added.
+ The output protection levels supported by the device are not
+ sufficient to meet the requirements set by the content owner in the
+ license policy.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_INSUFFICIENT_OUTPUT_PROTECTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -279,8 +382,20 @@
7
- To be added.
- To be added.
+ The security level of the device is not sufficient to meet the
+ requirements set by the content owner in the license policy.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_INSUFFICIENT_SECURITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -308,8 +423,20 @@
2
- To be added.
- To be added.
+ The key used for decryption is no longer valid due to license term
+ expiration.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_KEY_EXPIRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -337,8 +464,20 @@
16
- To be added.
- To be added.
+ Either the key was not loaded from the license before attempting the
+ operation, or the key ID parameter provided by the app is incorrect.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_KEY_NOT_LOADED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -366,8 +505,20 @@
17
- To be added.
- To be added.
+ The license response was empty, fields are missing or otherwise
+ unable to be parsed or decrypted.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LICENSE_PARSE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -395,8 +546,19 @@
18
- To be added.
- To be added.
+ The operation (e.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LICENSE_POLICY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -424,8 +586,20 @@
19
- To be added.
- To be added.
+ Failed to generate a release request because a field in the offline
+ license is empty or malformed.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LICENSE_RELEASE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -453,8 +627,19 @@
20
- To be added.
- To be added.
+ The license server detected an error in the license request.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LICENSE_REQUEST_REJECTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -482,8 +667,20 @@
21
- To be added.
- To be added.
+ Failed to restore an offline license because a field in the offline
+ license is empty or malformed.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LICENSE_RESTORE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -511,8 +708,19 @@
22
- To be added.
- To be added.
+ Offline license is in an invalid state for the attempted operation.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LICENSE_STATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -540,8 +748,19 @@
9
- To be added.
- To be added.
+ The session state has been invalidated.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_LOST_STATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -569,8 +788,19 @@
23
- To be added.
- To be added.
+ Failure in the media framework.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_MEDIA_FRAMEWORK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -598,8 +828,20 @@
1
- To be added.
- To be added.
+ The requested key was not found when trying to perform a decrypt
+ operation.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_NO_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -627,8 +869,19 @@
24
- To be added.
- To be added.
+ Error loading the provisioned certificate.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_CERTIFICATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -656,8 +909,19 @@
25
- To be added.
- To be added.
+ Required steps were not performed before provisioning was attempted.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_CONFIG.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -685,8 +949,20 @@
26
- To be added.
- To be added.
+ The provisioning response was empty, fields are missing or otherwise
+ unable to be parsed.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_PARSE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -714,8 +990,20 @@
27
- To be added.
- To be added.
+ The provisioning server detected an error in the provisioning
+ request.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_REQUEST_REJECTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -743,8 +1031,20 @@
28
- To be added.
- To be added.
+ Provisioning failed in a way that is likely to succeed on a
+ subsequent attempt.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_RETRY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -772,8 +1072,20 @@
3
- To be added.
- To be added.
+ A required crypto resource was not able to be allocated while
+ attempting the requested operation.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_RESOURCE_BUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -801,8 +1113,21 @@
29
- To be added.
- To be added.
+ This indicates that apps using MediaDrm sessions are
+ temporarily exceeding the capacity of available crypto
+ resources.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_RESOURCE_CONTENTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -830,8 +1155,20 @@
30
- To be added.
- To be added.
+ Failed to generate a secure stop request because a field in the
+ stored license is empty or malformed.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_SECURE_STOP_RELEASE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -859,8 +1196,22 @@
5
- To be added.
- To be added.
+ Decryption was attempted on a session that is not opened, which could
+ be due to a failure to open the session, closing the session
+ prematurely, the session being reclaimed by the resource manager, or
+ a non-existent session id.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_SESSION_NOT_OPENED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -888,8 +1239,19 @@
31
- To be added.
- To be added.
+ The plugin was unable to read data from the filesystem.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_STORAGE_READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -917,8 +1279,19 @@
32
- To be added.
- To be added.
+ The plugin was unable to write data to the filesystem.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_STORAGE_WRITE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -946,8 +1319,20 @@
0
- To be added.
- To be added.
+ ERROR_UNKNOWN is used where no other defined error code is applicable
+ to the current failure.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_UNKNOWN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -975,8 +1360,20 @@
6
- To be added.
- To be added.
+ An operation was attempted that could not be supported by the crypto
+ system of the device in its current configuration.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_UNSUPPORTED_OPERATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1004,8 +1401,20 @@
33
- To be added.
- To be added.
+
+ MediaCodec#queueSecureInputBuffer called with 0 subsamples.
+
+
+
+ Java documentation for android.media.MediaDrm.ErrorCodes.ERROR_ZERO_SUBSAMPLES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+IHdcpLevel.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+IHdcpLevel.xml
index 9323487dc5..db4e5813d2 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+IHdcpLevel.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+IHdcpLevel.xml
@@ -33,7 +33,18 @@
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaDrm.HdcpLevel.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnEventListener.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnEventListener.xml
index 110e88e6a1..23b798506a 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnEventListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnEventListener.xml
@@ -26,15 +26,18 @@
Interface definition for a callback to be invoked when a drm event
- occurs
-
+ occurs
- Android platform documentation
+ Java documentation for android.media.MediaDrm.OnEventListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,15 +76,25 @@
- the MediaDrm object on which the event occurred
- the DRM session ID on which the event occurred
indicates the event type
+ the MediaDrm object on which the event occurred
+ the DRM session ID on which the event occurred,
+ or null if there is no session ID associated with the event.
+ indicates the event type
an secondary error code
- optional byte array of data that may be associated with the event
-
+ optional byte array of data that may be associated with the event
Called when an event occurs that requires the app to be notified
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.OnEventListener.onEvent(android.media.MediaDrm, byte[], int, int, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnExpirationUpdateListener.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnExpirationUpdateListener.xml
index b98a6cd3bc..9bc373e74c 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnExpirationUpdateListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnExpirationUpdateListener.xml
@@ -25,14 +25,19 @@
- To be added.
+ Interface definition for a callback to be invoked when a drm session
+ expiration update occurs
- Android platform documentation
+ Java documentation for android.media.MediaDrm.OnExpirationUpdateListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,12 +66,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the MediaDrm object on which the event occurred
+ the DRM session ID on which the event occurred
+ the new expiration time for the keys in the session.
+ The time is in milliseconds, relative to the Unix epoch. A time of
+ 0 indicates that the keys never expire.
+ Called when a session expiration update occurs, to inform the app
+ about the change in expiration time
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.OnExpirationUpdateListener.onExpirationUpdate(android.media.MediaDrm, byte[], long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnKeyStatusChangeListener.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnKeyStatusChangeListener.xml
index 9147cdb3e7..e8f716069d 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnKeyStatusChangeListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnKeyStatusChangeListener.xml
@@ -25,14 +25,19 @@
- To be added.
+ Interface definition for a callback to be invoked when the keys in a drm
+ session change states.
- Android platform documentation
+ Java documentation for android.media.MediaDrm.OnKeyStatusChangeListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -62,13 +67,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ the MediaDrm object on which the event occurred
+ the DRM session ID on which the event occurred
+ a list of MediaDrm.KeyStatus
+ instances indicating the status for each key in the session
+ indicates if a key has been added that is usable,
+ which may trigger an attempt to resume playback on the media stream
+ if it is currently blocked waiting for a key.
+ Called when the keys in a session change status, such as when the license
+ is renewed or expires.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.OnKeyStatusChangeListener.onKeyStatusChange(android.media.MediaDrm, byte[], java.util.List<android.media.MediaDrm.KeyStatus>, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnSessionLostStateListener.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnSessionLostStateListener.xml
index 3679e7a426..790b057873 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+IOnSessionLostStateListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+IOnSessionLostStateListener.xml
@@ -25,8 +25,20 @@
- To be added.
- To be added.
+ Interface definition for a callback to be invoked when the
+ session state has been lost and is now invalid
+
+
+
+ Java documentation for android.media.MediaDrm.OnSessionLostStateListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -53,10 +65,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the MediaDrm object on which the event occurred
+ the DRM session ID on which the event occurred
+ Called when session state has lost state, to inform the app
+ about the condition so it can close the session and open a new
+ one to resume operation.
+
+
+
+ Java documentation for android.media.MediaDrm.OnSessionLostStateListener.onSessionLostState(android.media.MediaDrm, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+ISecurityLevel.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+ISecurityLevel.xml
index dd00c21c72..fa26164c10 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+ISecurityLevel.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+ISecurityLevel.xml
@@ -32,8 +32,20 @@
- To be added.
- To be added.
+ Security level indicates the robustness of the device's DRM
+ implementation.
+
+
+
+ Java documentation for android.media.MediaDrm.SecurityLevel.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+KeyRequest.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+KeyRequest.xml
index da82ae170d..d2a0424d56 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+KeyRequest.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+KeyRequest.xml
@@ -18,15 +18,18 @@
- Contains the opaque data an app uses to request keys from a license server
-
+ Contains the opaque data an app uses to request keys from a license server.
- Android platform documentation
+ Java documentation for android.media.MediaDrm.KeyRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,10 +55,19 @@
Get the default URL to use when sending the key request message to a
- server, if known.
+ server, if known.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.KeyRequest.getDefaultUrl().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -81,11 +93,19 @@
- Get the opaque message data
-
+ Get the opaque message data
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.KeyRequest.getData().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -141,10 +161,19 @@
System.Int32
- To be added.
+ Get the type of the request
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.KeyRequest.getRequestType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -169,9 +198,18 @@
0
- To be added.
+ Key request type is initial license request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.KeyRequest.REQUEST_TYPE_INITIAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -196,8 +234,19 @@
3
- To be added.
- To be added.
+ Keys are already loaded and are available for use.
+
+
+
+ Java documentation for android.media.MediaDrm.KeyRequest.REQUEST_TYPE_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -221,9 +270,18 @@
2
- To be added.
+ Key request type is license release
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.KeyRequest.REQUEST_TYPE_RELEASE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -248,9 +306,18 @@
1
- To be added.
+ Key request type is license renewal.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.KeyRequest.REQUEST_TYPE_RENEWAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,8 +342,20 @@
4
- To be added.
- To be added.
+ Keys have been loaded but an additional license request is needed
+ to update their values.
+
+
+
+ Java documentation for android.media.MediaDrm.KeyRequest.REQUEST_TYPE_UPDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+KeyStatus.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+KeyStatus.xml
index 8a6c1880f5..3d9746f8ad 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+KeyStatus.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+KeyStatus.xml
@@ -18,14 +18,18 @@
- To be added.
+ Defines the status of a key.
- Android platform documentation
+ Java documentation for android.media.MediaDrm.KeyStatus.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,10 +54,19 @@
- To be added.
+ Returns the id for the key
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.KeyStatus.getKeyId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -108,10 +121,19 @@
Android.Media.MediaDrmStatusCode
- To be added.
+ Returns the status code for the key
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.KeyStatus.getStatusCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+LogMessage.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+LogMessage.xml
index af1e3e7469..4f9d33ed31 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+LogMessage.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+LogMessage.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ A LogMessage records an event in the MediaDrm framework
+ or vendor plugin.
+
+
+
+ Java documentation for android.media.MediaDrm.LogMessage.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,9 +83,20 @@
System.String
- To be added.
+ Description of the recorded event.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaDrm.LogMessage.getMessage().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -96,9 +119,20 @@
System.Int32
- To be added.
+ Priority of the recorded event.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaDrm.LogMessage.getPriority().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -179,9 +213,21 @@
System.Int64
- To be added.
+ Timing of the recorded event measured in milliseconds since the Epoch,
+ 1970-01-01 00:00:00 +0000 (UTC).
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaDrm.LogMessage.getTimestampMillis().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+MediaDrmStateException.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+MediaDrmStateException.xml
index e772da205d..0701b36af9 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+MediaDrmStateException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+MediaDrmStateException.xml
@@ -18,14 +18,18 @@
- To be added.
+ Thrown when a general failure occurs during a MediaDrm operation.
- Android platform documentation
+ Java documentation for android.media.MediaDrm.MediaDrmStateException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,20 @@
System.String
- To be added.
+ Retrieve a developer-readable diagnostic information string
+ associated with the exception.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.MediaDrmStateException.getDiagnosticInfo().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,9 +90,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Returns error code associated with this MediaDrmStateException.
+ an error code defined in MediaDrm.ErrorCodes.
+
+
+
+ Java documentation for android.media.MediaDrm.MediaDrmStateException.getErrorCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -101,9 +126,22 @@
System.Boolean
- To be added.
+ Returns true if the MediaDrmStateException is a transient
+ issue, perhaps due to resource constraints, and that the operation
+ (e.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaDrm.MediaDrmStateException.isTransient().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+MetricsConstants.xml
index 8b5d9e65c7..ab288a1a1b 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+MetricsConstants.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+MetricsConstants.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ Definitions for the metrics that are reported via the
+ #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,8 +54,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of failed #closeSession calls
+ from the PersistableBundle returned by a
+ #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.CLOSE_SESSION_ERROR_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -66,8 +91,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the list of error codes that were returned from
+ #closeSession calls.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.CLOSE_SESSION_ERROR_LIST.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -90,8 +127,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of successful #closeSession calls
+ from the PersistableBundle returned by a
+ #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.CLOSE_SESSION_OK_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -114,8 +164,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the count of OnEventListener#onEvent
+ calls of type KEY_EXPIRED occured.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.EVENT_KEY_EXPIRED_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -138,8 +200,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the count of OnEventListener#onEvent
+ calls of type KEY_NEEDED occured.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.EVENT_KEY_NEEDED_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -162,8 +236,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the count of OnEventListener#onEvent
+ calls of type PROVISION_REQUIRED occured.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.EVENT_PROVISION_REQUIRED_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -186,8 +272,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the count of OnEventListener#onEvent
+ calls of type SESSION_RECLAIMED.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.EVENT_SESSION_RECLAIMED_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -210,8 +308,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the count of OnEventListener#onEvent
+ calls of type VENDOR_DEFINED.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.EVENT_VENDOR_DEFINED_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -234,8 +344,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of failed
+ #getPropertyByteArray calls were made with the
+ #PROPERTY_DEVICE_UNIQUE_ID value.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.GET_DEVICE_UNIQUE_ID_ERROR_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -258,8 +381,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the list of error codes that were returned from
+ #getPropertyByteArray calls with the
+ #PROPERTY_DEVICE_UNIQUE_ID value.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.GET_DEVICE_UNIQUE_ID_ERROR_LIST.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -282,8 +418,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of successful
+ #getPropertyByteArray calls were made with the
+ #PROPERTY_DEVICE_UNIQUE_ID value.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.GET_DEVICE_UNIQUE_ID_OK_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -306,8 +455,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of failed #getKeyRequest
+ calls from the PersistableBundle returned by a
+ #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.GET_KEY_REQUEST_ERROR_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -330,8 +492,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the list of error codes that were returned from
+ #getKeyRequest calls.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.GET_KEY_REQUEST_ERROR_LIST.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -354,8 +528,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of successful #getKeyRequest calls
+ from the PersistableBundle returned by a
+ #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.GET_KEY_REQUEST_OK_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -378,8 +565,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the average time in microseconds of calls to
+ #getKeyRequest.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.GET_KEY_REQUEST_OK_TIME_MICROS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -402,8 +601,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of failed #getProvisionRequest
+ calls from the PersistableBundle returned by a
+ #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.GET_PROVISION_REQUEST_ERROR_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -426,8 +638,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the list of error codes that were returned from
+ #getProvisionRequest calls.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.GET_PROVISION_REQUEST_ERROR_LIST.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -450,8 +674,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of successful #getProvisionRequest
+ calls from the PersistableBundle returned by a
+ #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.GET_PROVISION_REQUEST_OK_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -503,8 +740,20 @@
System.String
- To be added.
- To be added.
+ Key to extraact the count of KeyStatus#STATUS_EXPIRED events
+ that occured.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.KEY_STATUS_EXPIRED_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -527,8 +776,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the count of KeyStatus#STATUS_INTERNAL_ERROR
+ events that occured.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.KEY_STATUS_INTERNAL_ERROR_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -551,8 +812,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the count of
+ KeyStatus#STATUS_OUTPUT_NOT_ALLOWED events that occured.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.KEY_STATUS_OUTPUT_NOT_ALLOWED_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -575,8 +848,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the count of KeyStatus#STATUS_PENDING
+ events that occured.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.KEY_STATUS_PENDING_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -599,8 +884,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the count of KeyStatus#STATUS_USABLE
+ events that occured.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.KEY_STATUS_USABLE_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -623,8 +920,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of failed #openSession calls
+ from the PersistableBundle returned by a
+ #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.OPEN_SESSION_ERROR_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -647,8 +957,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the list of error codes that were returned from
+ #openSession calls.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.OPEN_SESSION_ERROR_LIST.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -671,8 +993,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of successful #openSession calls
+ from the PersistableBundle returned by a
+ #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.OPEN_SESSION_OK_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -695,8 +1030,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of failed #provideKeyResponse
+ calls from the PersistableBundle returned by a
+ #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_KEY_RESPONSE_ERROR_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -719,8 +1067,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the list of error codes that were returned from
+ #provideKeyResponse calls.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_KEY_RESPONSE_ERROR_LIST.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -743,8 +1103,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of successful #provideKeyResponse
+ calls from the PersistableBundle returned by a
+ #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_KEY_RESPONSE_OK_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -767,8 +1140,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the average time in microseconds of calls to
+ #provideKeyResponse.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_KEY_RESPONSE_OK_TIME_MICROS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -791,8 +1176,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of failed
+ #provideProvisionResponse calls from the
+ PersistableBundle returned by a #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_PROVISION_RESPONSE_ERROR_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -815,8 +1213,20 @@
System.String
- To be added.
- To be added.
+ Key to extract the list of error codes that were returned from
+ #provideProvisionResponse calls.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_PROVISION_RESPONSE_ERROR_LIST.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -839,8 +1249,21 @@
System.String
- To be added.
- To be added.
+ Key to extract the number of successful
+ #provideProvisionResponse calls from the
+ PersistableBundle returned by a #getMetrics call.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.PROVIDE_PROVISION_RESPONSE_OK_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -863,8 +1286,19 @@
System.String
- To be added.
- To be added.
+ Key to extract the end times of sessions.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.SESSION_END_TIMES_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -887,8 +1321,19 @@
System.String
- To be added.
- To be added.
+ Key to extract the start times of sessions.
+
+
+
+ Java documentation for android.media.MediaDrm.MetricsConstants.SESSION_START_TIMES_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+PlaybackComponent.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+PlaybackComponent.xml
index 82c91e3b85..aa2a186066 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+PlaybackComponent.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+PlaybackComponent.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This class contains the Drm session ID and log session ID
+
+
+
+ Java documentation for android.media.MediaDrm.PlaybackComponent.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -75,9 +86,27 @@
Android.Media.Metrics.LogSessionId
- To be added.
+ Returns the LogSessionId. -or- Gets the LogSessionId.
To be added.
- To be added.
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.MediaDrm.PlaybackComponent.getLogSessionId().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.MediaDrm.PlaybackComponent.setLogSessionId(android.media.metrics.LogSessionId).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+ProvisionRequest.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+ProvisionRequest.xml
index 84f183425c..cf80fd4606 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+ProvisionRequest.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+ProvisionRequest.xml
@@ -19,15 +19,18 @@
Contains the opaque data an app uses to request a certificate from a provisioning
- server
-
+ server
- Android platform documentation
+ Java documentation for android.media.MediaDrm.ProvisionRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -53,10 +56,19 @@
Get the default URL to use when sending the provision request
- message to a server, if known.
+ message to a server, if known.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.ProvisionRequest.getDefaultUrl().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -82,11 +94,19 @@
- Get the opaque message data
-
+ Get the opaque message data
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaDrm.ProvisionRequest.getData().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaDrm+SessionException.xml b/docs/Mono.Android/en/Android.Media/MediaDrm+SessionException.xml
index 819de76a76..20b773330f 100644
--- a/docs/Mono.Android/en/Android.Media/MediaDrm+SessionException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaDrm+SessionException.xml
@@ -18,8 +18,21 @@
- To be added.
- To be added.
+
+ SessionException is a misnomer because it may occur in methods
+ <b>without</b> a session context.
+
+
+
+ Java documentation for android.media.MediaDrm.SessionException.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -73,9 +86,20 @@
Android.Media.ErrorCode
- To be added.
+ Retrieve the error code associated with the SessionException
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaDrm.SessionException.getErrorCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -103,8 +127,21 @@
1
- To be added.
- To be added.
+ This indicates that apps using MediaDrm sessions are
+ temporarily exceeding the capacity of available crypto
+ resources.
+
+
+
+ Java documentation for android.media.MediaDrm.SessionException.ERROR_RESOURCE_CONTENTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -132,8 +169,19 @@
0
- To be added.
- To be added.
+ The SessionException has an unknown error code.
+
+
+
+ Java documentation for android.media.MediaDrm.SessionException.ERROR_UNKNOWN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -156,9 +204,22 @@
System.Boolean
- To be added.
+ Returns true if the SessionException is a transient
+ issue, perhaps due to resource constraints, and that the operation
+ (e.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaDrm.SessionException.isTransient().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaExtractor+CasInfo.xml b/docs/Mono.Android/en/Android.Media/MediaExtractor+CasInfo.xml
index f0abb10306..507bb101d9 100644
--- a/docs/Mono.Android/en/Android.Media/MediaExtractor+CasInfo.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaExtractor+CasInfo.xml
@@ -18,14 +18,18 @@
- To be added.
+ Describes the conditional access system used to scramble a track.
- Android platform documentation
+ Java documentation for android.media.MediaExtractor.CasInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,9 +54,23 @@
- To be added.
- To be added.
- To be added.
+ Retrieves the private data in the CA_Descriptor associated with a track.
+ a byte array containing the private data. A null return value
+ indicates that the private data is unavailable. An empty array,
+ on the other hand, indicates that the private data is empty
+ (zero in length).
+
+
+
+ Java documentation for android.media.MediaExtractor.CasInfo.getPrivateData().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -133,10 +151,19 @@
System.Int32
- To be added.
- To be added.
+ Retrieves the system id of the conditional access system.
+ CA system id of the CAS used to scramble the track.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaExtractor.CasInfo.getSystemId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaExtractor+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/MediaExtractor+MetricsConstants.xml
index 9ad750ec9c..da5618d04c 100644
--- a/docs/Mono.Android/en/Android.Media/MediaExtractor+MetricsConstants.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaExtractor+MetricsConstants.xml
@@ -49,9 +49,19 @@
System.String
- To be added.
+ Key to extract the container format
+ from the MediaExtractor#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaExtractor.MetricsConstants.FORMAT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -106,9 +116,19 @@
System.String
- To be added.
+ Key to extract the container MIME type
+ from the MediaExtractor#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaExtractor.MetricsConstants.MIME_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,9 +214,19 @@
System.String
- To be added.
+ Key to extract the number of tracks in the container
+ from the MediaExtractor#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaExtractor.MetricsConstants.TRACKS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaFeature+HdrType.xml b/docs/Mono.Android/en/Android.Media/MediaFeature+HdrType.xml
index 5b18fd7f79..660750557c 100644
--- a/docs/Mono.Android/en/Android.Media/MediaFeature+HdrType.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaFeature+HdrType.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Defines tye type of HDR(high dynamic range) video.
+
+
+
+ Java documentation for android.media.MediaFeature.HdrType.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,8 +53,19 @@
System.String
- To be added.
- To be added.
+ HDR type for dolby-vision.
+
+
+
+ Java documentation for android.media.MediaFeature.HdrType.DOLBY_VISION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -66,8 +88,19 @@
System.String
- To be added.
- To be added.
+ HDR type for hdr10.
+
+
+
+ Java documentation for android.media.MediaFeature.HdrType.HDR10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -90,8 +123,19 @@
System.String
- To be added.
- To be added.
+ HDR type for hdr10+.
+
+
+
+ Java documentation for android.media.MediaFeature.HdrType.HDR10_PLUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -114,8 +158,19 @@
System.String
- To be added.
- To be added.
+ HDR type for hlg.
+
+
+
+ Java documentation for android.media.MediaFeature.HdrType.HLG.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaMetadata+Builder.xml b/docs/Mono.Android/en/Android.Media/MediaMetadata+Builder.xml
index af20408259..cfe7e17b96 100644
--- a/docs/Mono.Android/en/Android.Media/MediaMetadata+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaMetadata+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Use to build MediaMetadata objects.
- Android platform documentation
+ Java documentation for android.media.MediaMetadata.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -46,9 +50,18 @@
- To be added.
+ Create an empty Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaMetadata.Builder.MediaMetadata$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,10 +85,20 @@
- To be added.
- To be added.
+ source
+ Create a Builder using a MediaMetadata instance to set the
+ initial values.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaMetadata.Builder.MediaMetadata$Builder(android.media.MediaMetadata).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,10 +123,19 @@
- To be added.
- To be added.
+ Creates a MediaMetadata instance with the specified fields.
+ The new MediaMetadata instance
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaMetadata.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaMetadataEditor.xml b/docs/Mono.Android/en/Android.Media/MediaMetadataEditor.xml
index 0f9d6d96f3..e480deaf68 100644
--- a/docs/Mono.Android/en/Android.Media/MediaMetadataEditor.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaMetadataEditor.xml
@@ -127,6 +127,10 @@
[Android.Runtime.Register("apply", "()V", "GetApplyHandler")]
[<Android.Runtime.Register("apply", "()V", "GetApplyHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -265,12 +269,22 @@
- the key
+ the #BITMAP_KEY_ARTWORK key
the value returned if the key is not present
- Returns the value for the key.
- To be added.
+ Returns the Bitmap value for the key.
+ the Bitmap value for the key, or the supplied default value if the key is
+ not present
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaMetadataEditor.getBitmap(int, android.graphics.Bitmap).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -357,12 +371,21 @@
- one of the keys supported in
+ one of the keys supported in #putLong(int, long)
the value returned if the key is not present
Returns the long value for the key.
- To be added.
+ the long value for the key, or the supplied default value if the key is not present
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaMetadataEditor.getLong(int, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -402,12 +425,23 @@
- one of the keys supported in
+ one of the keys supported in #putObject(int, Object)
the value returned if the key is not present
Returns an object representation of the value for the key
- To be added.
+ the object for the key, as a Long, Bitmap, String, or
+ Rating depending on the key value, or the supplied default value if the key is
+ not present
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaMetadataEditor.getObject(int, java.lang.Object).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -447,12 +481,22 @@
- one of the keys supported in
+ one of the keys supported in #putString(int, String)
the value returned if the key is not present
- Returns the value for the key.
- To be added.
+ Returns the String value for the key.
+ the String value for the key, or the supplied default value if the key is
+ not present
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaMetadataEditor.getString(int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -582,16 +626,26 @@
the identifier of a the metadata field to set. Valid values are
- ,
- ,
- (with a value
- expressed in milliseconds),
- .
+ android.media.MediaMetadataRetriever#METADATA_KEY_CD_TRACK_NUMBER,
+ android.media.MediaMetadataRetriever#METADATA_KEY_DISC_NUMBER,
+ android.media.MediaMetadataRetriever#METADATA_KEY_DURATION (with a value
+ expressed in milliseconds),
+ android.media.MediaMetadataRetriever#METADATA_KEY_YEAR.
The long value for the given key
Adds numerical information.
- To be added.
+ Returns a reference to the same MediaMetadataEditor object, so you can chain put
+ calls together.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaMetadataEditor.putLong(int, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -632,13 +686,28 @@
the identifier of a the metadata field to set. Valid keys for a:
- - object are ,
- object are the same as for
- object are the same as for
- object are
- and .
+ <ul>
+ <li>Bitmap object are #BITMAP_KEY_ARTWORK,</li>
+ <li>String object are the same as for #putString(int, String)</li>
+ <li>Long object are the same as for #putLong(int, long)</li>
+ <li>Rating object are #RATING_KEY_BY_OTHERS
+ and #RATING_KEY_BY_USER.</li>
+ </ul>
the metadata to add.
Adds information stored as an instance.
- To be added.
+ Returns a reference to the same MediaMetadataEditor object, so you can chain put
+ calls together.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaMetadataEditor.putObject(int, java.lang.Object).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaMetadataRetriever+BitmapParams.xml b/docs/Mono.Android/en/Android.Media/MediaMetadataRetriever+BitmapParams.xml
index dd5b8544c5..2ffefe78db 100644
--- a/docs/Mono.Android/en/Android.Media/MediaMetadataRetriever+BitmapParams.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaMetadataRetriever+BitmapParams.xml
@@ -39,8 +39,19 @@
- To be added.
- To be added.
+ Create a default BitmapParams object.
+
+
+
+ Java documentation for android.media.MediaMetadataRetriever.BitmapParams.MediaMetadataRetriever$BitmapParams().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaMuxer+OutputFormat.xml b/docs/Mono.Android/en/Android.Media/MediaMuxer+OutputFormat.xml
index aa53aea0b0..b40311ef1b 100644
--- a/docs/Mono.Android/en/Android.Media/MediaMuxer+OutputFormat.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaMuxer+OutputFormat.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaMuxer.OutputFormat.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -86,9 +90,18 @@
2
- To be added.
+ 3GPP media file format
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -117,8 +130,19 @@
3
- To be added.
- To be added.
+ HEIF media file format
+
+
+
+ Java documentation for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_HEIF.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -148,7 +172,16 @@
MPEG4 media file format
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -178,8 +211,19 @@
4
- To be added.
- To be added.
+ Ogg media file format
+
+
+
+ Java documentation for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_OGG.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -207,9 +251,18 @@
1
- To be added.
+ WEBM media file format
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+IInputReader.xml b/docs/Mono.Android/en/Android.Media/MediaParser+IInputReader.xml
index 7e26807310..651230364c 100644
--- a/docs/Mono.Android/en/Android.Media/MediaParser+IInputReader.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaParser+IInputReader.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ Provides input data to MediaParser.
+
+
+
+ Java documentation for android.media.MediaParser.InputReader.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -104,12 +115,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The buffer into which the read data should be stored.
+ The start offset into buffer at which data should be written.
+ The maximum number of bytes to read.
+ Reads up to readLength bytes of data and stores them into buffer,
+ starting at index offset.
+ The non-zero number of bytes read, or -1 if no data is available because the end
+ of the input has been reached.
+
+
+
+ Java documentation for android.media.MediaParser.InputReader.read(byte[], int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+IOutputConsumer.xml b/docs/Mono.Android/en/Android.Media/MediaParser+IOutputConsumer.xml
index ab9b88e2fa..282b5dbda6 100644
--- a/docs/Mono.Android/en/Android.Media/MediaParser+IOutputConsumer.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaParser+IOutputConsumer.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ Receives extracted media sample data and metadata from MediaParser.
+
+
+
+ Java documentation for android.media.MediaParser.OutputConsumer.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -148,9 +159,20 @@
- To be added.
- To be added.
- To be added.
+ The number of tracks in the stream.
+ Called when the number of tracks is found.
+
+
+
+ Java documentation for android.media.MediaParser.OutputConsumer.onTrackCountFound(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+ISeekableInputReader.xml b/docs/Mono.Android/en/Android.Media/MediaParser+ISeekableInputReader.xml
index b3d302c100..851e9e5fca 100644
--- a/docs/Mono.Android/en/Android.Media/MediaParser+ISeekableInputReader.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaParser+ISeekableInputReader.xml
@@ -28,8 +28,20 @@
- To be added.
- To be added.
+
+ InputReader that allows setting the read position.
+
+
+
+ Java documentation for android.media.MediaParser.SeekableInputReader.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -55,9 +67,20 @@
- To be added.
- To be added.
- To be added.
+ The position to seek to, in bytes.
+ Sets the read position at the given position.
+
+
+
+ Java documentation for android.media.MediaParser.SeekableInputReader.seekToPosition(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+ParsingException.xml b/docs/Mono.Android/en/Android.Media/MediaParser+ParsingException.xml
index 0d16f21662..10d162ee1f 100644
--- a/docs/Mono.Android/en/Android.Media/MediaParser+ParsingException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaParser+ParsingException.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Thrown when an error occurs while parsing a media stream.
+
+
+
+ Java documentation for android.media.MediaParser.ParsingException.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+SeekMap.xml b/docs/Mono.Android/en/Android.Media/MediaParser+SeekMap.xml
index c0f5d90eb9..45b1be3c78 100644
--- a/docs/Mono.Android/en/Android.Media/MediaParser+SeekMap.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaParser+SeekMap.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Maps seek positions to SeekPoint SeekPoints in the stream.
+
+
+
+ Java documentation for android.media.MediaParser.SeekMap.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,21 @@
System.Int64
- To be added.
+ Returns the duration of the stream in microseconds or #UNKNOWN_DURATION if the
+ duration is unknown.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaParser.SeekMap.getDurationMicros().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -70,10 +93,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ A seek time in microseconds.
+ Obtains SeekPoint SeekPoints for the specified seek time in microseconds.
+ The corresponding SeekPoint SeekPoints.
+
+
+
+ Java documentation for android.media.MediaParser.SeekMap.getSeekPoints(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -96,9 +130,20 @@
System.Boolean
- To be added.
+ Returns whether seeking is supported.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaParser.SeekMap.isSeekable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -209,8 +254,19 @@
-2147483648
- To be added.
- To be added.
+ Returned by #getDurationMicros() when the duration is unknown.
+
+
+
+ Java documentation for android.media.MediaParser.SeekMap.UNKNOWN_DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+SeekPoint.xml b/docs/Mono.Android/en/Android.Media/MediaParser+SeekPoint.xml
index c052111b82..5cbd9d803b 100644
--- a/docs/Mono.Android/en/Android.Media/MediaParser+SeekPoint.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaParser+SeekPoint.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Defines a seek point in a media stream.
+
+
+
+ Java documentation for android.media.MediaParser.SeekPoint.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,9 +82,20 @@
System.Int64
- To be added.
+ The byte offset of the seek point.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaParser.SeekPoint.position.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -179,9 +201,20 @@
System.Int64
- To be added.
+ The time of the seek point, in microseconds.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaParser.SeekPoint.timeMicros.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+TrackData.xml b/docs/Mono.Android/en/Android.Media/MediaParser+TrackData.xml
index c84d72a628..ffb1f15e12 100644
--- a/docs/Mono.Android/en/Android.Media/MediaParser+TrackData.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaParser+TrackData.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Holds information associated with a track.
+
+
+
+ Java documentation for android.media.MediaParser.TrackData.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,21 @@
Android.Media.DrmInitData
- To be added.
+ Holds DrmInitData necessary to acquire keys associated with the track, or null if
+ the track has no encryption data.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaParser.TrackData.drmInitData.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -96,9 +119,20 @@
Android.Media.MediaFormat
- To be added.
+ Holds MediaFormat information for the track.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaParser.TrackData.mediaFormat.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaParser+UnrecognizedInputFormatException.xml b/docs/Mono.Android/en/Android.Media/MediaParser+UnrecognizedInputFormatException.xml
index 43f8c39c85..443cf69839 100644
--- a/docs/Mono.Android/en/Android.Media/MediaParser+UnrecognizedInputFormatException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaParser+UnrecognizedInputFormatException.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ Thrown if all parser implementations provided to #create failed to sniff the input
+ content.
+
+
+
+ Java documentation for android.media.MediaParser.UnrecognizedInputFormatException.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaParser.xml b/docs/Mono.Android/en/Android.Media/MediaParser.xml
index f2fd09b000..e443a3c6d3 100644
--- a/docs/Mono.Android/en/Android.Media/MediaParser.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaParser.xml
@@ -1083,8 +1083,7 @@
System.String
- Parser for the FLAC container format, as defined in the <a
- href="https://xiph.
+ Parser for the FLAC container format, as defined in the spec.
@@ -1190,8 +1189,7 @@
System.String
- Parser for the Matroska container format, as defined in the <a
- href="https://matroska.
+ Parser for the Matroska container format, as defined in the spec.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+DrmInfo.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+DrmInfo.xml
index afd2900511..a0f43f099a 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+DrmInfo.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+DrmInfo.xml
@@ -18,14 +18,18 @@
- To be added.
+ Encapsulates the DRM properties of the source.
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.DrmInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,10 +54,19 @@
- To be added.
+ Returns the intersection of the data source and the device DRM schemes.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.DrmInfo.getSupportedSchemes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -108,10 +121,19 @@
System.Collections.Generic.IDictionary<Java.Util.UUID,System.Byte[]>
- To be added.
+ Returns the PSSH info of the data source for each supported DRM scheme.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.DrmInfo.getPssh().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnBufferingUpdateListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnBufferingUpdateListener.xml
index 279223c286..41b396e96f 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnBufferingUpdateListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnBufferingUpdateListener.xml
@@ -26,14 +26,18 @@
Interface definition of a callback to be invoked indicating buffering
- status of a media resource being streamed over the network.
+ status of a media resource being streamed over the network.
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.OnBufferingUpdateListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,12 +68,20 @@
the MediaPlayer the update pertains to
the percentage (0-100) of the content
- that has been buffered or played thus far
-
+ that has been buffered or played thus far
Called to update status in buffering a media stream received through
- progressive HTTP download.
+ progressive HTTP download.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.OnBufferingUpdateListener.onBufferingUpdate(android.media.MediaPlayer, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnCompletionListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnCompletionListener.xml
index 2dec81a9a7..e1ef58c161 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnCompletionListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnCompletionListener.xml
@@ -26,14 +26,18 @@
Interface definition for a callback to be invoked when playback of
- a media source has completed.
+ a media source has completed.
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.OnCompletionListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,11 +65,19 @@
- the MediaPlayer that reached the end of the file
-
+ the MediaPlayer that reached the end of the file
Called when the end of a media source is reached during playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.OnCompletionListener.onCompletion(android.media.MediaPlayer).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmConfigHelper.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmConfigHelper.xml
index dc601bd52f..0db0cfc198 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmConfigHelper.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmConfigHelper.xml
@@ -25,14 +25,20 @@
- To be added.
+ Interface definition of a callback to be invoked when the app
+ can do DRM configuration (get/set properties) before the session
+ is opened.
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.OnDrmConfigHelper.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -59,10 +65,19 @@
- To be added.
- To be added.
+ the MediaPlayer associated with this callback
+ Called to give the app the opportunity to configure DRM before the session is created
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.OnDrmConfigHelper.onDrmConfig(android.media.MediaPlayer).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmInfoListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmInfoListener.xml
index e436956235..9203cae3ca 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmInfoListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmInfoListener.xml
@@ -25,14 +25,19 @@
- To be added.
+ Interface definition of a callback to be invoked when the
+ DRM info becomes available
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.OnDrmInfoListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmPreparedListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmPreparedListener.xml
index 6b1a19ec4b..f5172fb401 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmPreparedListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnDrmPreparedListener.xml
@@ -25,14 +25,19 @@
- To be added.
+ Interface definition of a callback to notify the app when the
+ DRM is ready for key request/response
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.OnDrmPreparedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -67,11 +72,24 @@
- To be added.
- To be added.
- To be added.
+ the MediaPlayer associated with this callback
+ the result of DRM preparation which can be
+ #PREPARE_DRM_STATUS_SUCCESS,
+ #PREPARE_DRM_STATUS_PROVISIONING_NETWORK_ERROR,
+ #PREPARE_DRM_STATUS_PROVISIONING_SERVER_ERROR, or
+ #PREPARE_DRM_STATUS_PREPARATION_ERROR.
+ Called to notify the app that prepareDrm is finished and ready for key request/response
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.OnDrmPreparedListener.onDrmPrepared(android.media.MediaPlayer, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnErrorListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnErrorListener.xml
index d5c75cf165..3311cfb8e6 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnErrorListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnErrorListener.xml
@@ -26,15 +26,19 @@
Interface definition of a callback to be invoked when there
- has been an error during an asynchronous operation (other errors
- will throw exceptions at method call time).
+ has been an error during an asynchronous operation (other errors
+ will throw exceptions at method call time).
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.OnErrorListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,14 +77,28 @@
the MediaPlayer the error pertains to
the type of error that has occurred:
-
+ <ul>
+ <li>#MEDIA_ERROR_UNKNOWN<li>#MEDIA_ERROR_SERVER_DIED</ul>
an extra code, specific to the error. Typically
- implementation dependent.
-
+ implementation dependent.
+ <ul>
+ <li>#MEDIA_ERROR_IO<li>#MEDIA_ERROR_MALFORMED<li>#MEDIA_ERROR_UNSUPPORTED<li>#MEDIA_ERROR_TIMED_OUT<li><code>MEDIA_ERROR_SYSTEM (-2147483648)</code> - low-level system error.
+ </ul>
Called to indicate an error.
- To be added.
+ True if the method handled the error, false if it didn't.
+ Returning false, or not having an OnErrorListener at all, will
+ cause the OnCompletionListener to be called.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.OnErrorListener.onError(android.media.MediaPlayer, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnInfoListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnInfoListener.xml
index d543515564..bedafbc79b 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnInfoListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnInfoListener.xml
@@ -26,14 +26,18 @@
Interface definition of a callback to be invoked to communicate some
- info and/or warning about the media or its playback.
+ info and/or warning about the media or its playback.
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.OnInfoListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,13 +76,27 @@
the MediaPlayer the info pertains to.
the type of info or warning.
-
+ <ul>
+ <li>#MEDIA_INFO_UNKNOWN<li>#MEDIA_INFO_VIDEO_TRACK_LAGGING<li>#MEDIA_INFO_VIDEO_RENDERING_START<li>#MEDIA_INFO_BUFFERING_START<li>#MEDIA_INFO_BUFFERING_END<li><code>MEDIA_INFO_NETWORK_BANDWIDTH (703)</code> -
+ bandwidth information is available (as <code>extra</code> kbps)
+ <li>#MEDIA_INFO_BAD_INTERLEAVING<li>#MEDIA_INFO_NOT_SEEKABLE<li>#MEDIA_INFO_METADATA_UPDATE<li>#MEDIA_INFO_UNSUPPORTED_SUBTITLE<li>#MEDIA_INFO_SUBTITLE_TIMED_OUT</ul>
an extra code, specific to the info. Typically
- implementation dependent.
+ implementation dependent.
Called to indicate an info or a warning.
- To be added.
+ True if the method handled the info, false if it didn't.
+ Returning false, or not having an OnInfoListener at all, will
+ cause the info to be discarded.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.OnInfoListener.onInfo(android.media.MediaPlayer, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnMediaTimeDiscontinuityListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnMediaTimeDiscontinuityListener.xml
index 396d45f71f..abb7a2ef89 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnMediaTimeDiscontinuityListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnMediaTimeDiscontinuityListener.xml
@@ -25,8 +25,20 @@
- To be added.
- To be added.
+ Interface definition of a callback to be invoked when discontinuity in the normal progression
+ of the media time is detected.
+
+
+
+ Java documentation for android.media.MediaPlayer.OnMediaTimeDiscontinuityListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -53,10 +65,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the MediaPlayer for which the discontinuity has occured.
+ the timestamp that correlates media time, system time and clock rate,
+ or MediaTimestamp#TIMESTAMP_UNKNOWN in an error case.
+ Called to indicate a time discontinuity has occured.
+
+
+
+ Java documentation for android.media.MediaPlayer.OnMediaTimeDiscontinuityListener.onMediaTimeDiscontinuity(android.media.MediaPlayer, android.media.MediaTimestamp).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnPreparedListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnPreparedListener.xml
index bf983e99c6..7a7e67ba90 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnPreparedListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnPreparedListener.xml
@@ -26,14 +26,18 @@
Interface definition for a callback to be invoked when the media
- source is ready for playback.
+ source is ready for playback.
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.OnPreparedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,11 +65,19 @@
- the MediaPlayer that is ready for playback
-
+ the MediaPlayer that is ready for playback
Called when the media file is ready for playback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.OnPreparedListener.onPrepared(android.media.MediaPlayer).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSeekCompleteListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSeekCompleteListener.xml
index ded4b100d4..27def15eea 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSeekCompleteListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSeekCompleteListener.xml
@@ -26,14 +26,18 @@
Interface definition of a callback to be invoked indicating
- the completion of a seek operation.
+ the completion of a seek operation.
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.OnSeekCompleteListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,11 +65,19 @@
- the MediaPlayer that issued the seek operation
-
+ the MediaPlayer that issued the seek operation
Called to indicate the completion of a seek operation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.OnSeekCompleteListener.onSeekComplete(android.media.MediaPlayer).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSubtitleDataListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSubtitleDataListener.xml
index 72dc7be943..1d1657a3a1 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSubtitleDataListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnSubtitleDataListener.xml
@@ -25,8 +25,20 @@
- To be added.
- To be added.
+ Interface definition of a callback to be invoked when a player subtitle track has new
+ subtitle data available.
+
+
+
+ Java documentation for android.media.MediaPlayer.OnSubtitleDataListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -53,10 +65,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the player that reports the new subtitle data
+ the subtitle data
+ Method called when new subtitle data is available
+
+
+
+ Java documentation for android.media.MediaPlayer.OnSubtitleDataListener.onSubtitleData(android.media.MediaPlayer, android.media.SubtitleData).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedMetaDataAvailableListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedMetaDataAvailableListener.xml
index 44c8901277..192db47f8a 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedMetaDataAvailableListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedMetaDataAvailableListener.xml
@@ -25,14 +25,19 @@
- To be added.
+ Interface definition of a callback to be invoked when a
+ track has timed metadata available.
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.OnTimedMetaDataAvailableListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -60,11 +65,20 @@
- To be added.
- To be added.
- To be added.
+ the MediaPlayer associated with this callback
+ the timed metadata sample associated with this event
+ Called to indicate avaliable timed metadata
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.OnTimedMetaDataAvailableListener.onTimedMetaDataAvailable(android.media.MediaPlayer, android.media.TimedMetaData).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedTextListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedTextListener.xml
index 6ebe59c96d..e766291bf5 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedTextListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnTimedTextListener.xml
@@ -26,14 +26,18 @@
Interface definition of a callback to be invoked when a
- timed text is available for display.
+ timed text is available for display.
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.OnTimedTextListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,11 +68,19 @@
the MediaPlayer associated with this callback
the timed text sample which contains the text
- needed to be displayed and the display format.
-
+ needed to be displayed and the display format.
Called to indicate an avaliable timed text
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.OnTimedTextListener.onTimedText(android.media.MediaPlayer, android.media.TimedText).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnVideoSizeChangedListener.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnVideoSizeChangedListener.xml
index 89d43d65a2..3ed8e88611 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnVideoSizeChangedListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+IOnVideoSizeChangedListener.xml
@@ -26,15 +26,18 @@
Interface definition of a callback to be invoked when the
- video size is first known or updated
-
+ video size is first known or updated
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.OnVideoSizeChangedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -66,14 +69,19 @@
the MediaPlayer associated with this callback
the width of the video
- the height of the video
-
- Called to indicate the video size
-
- The video size (width and height) could be 0 if there was no video,
- no display surface was set, or the value was not determined yet.
+ the height of the video
+ Called to indicate the video size
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.OnVideoSizeChangedListener.onVideoSizeChanged(android.media.MediaPlayer, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+MetricsConstants.xml
index 118ca50e3e..10f6004fb1 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+MetricsConstants.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+MetricsConstants.xml
@@ -49,9 +49,19 @@
System.String
- To be added.
+ Key to extract the codec being used to decode the audio track
+ from the MediaPlayer#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.MetricsConstants.CODEC_AUDIO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,9 +85,19 @@
System.String
- To be added.
+ Key to extract the codec being used to decode the video track
+ from the MediaPlayer#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.MetricsConstants.CODEC_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -101,9 +121,20 @@
System.String
- To be added.
+ Key to extract the duration (in milliseconds) of the
+ media being played
+ from the MediaPlayer#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.MetricsConstants.DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,9 +158,20 @@
System.String
- To be added.
+ Key to extract an (optional) error code detected while
+ playing the media
+ from the MediaPlayer#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.MetricsConstants.ERROR_CODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,9 +195,20 @@
System.String
- To be added.
+ Key to extract the count of errors encountered while
+ playing the media
+ from the MediaPlayer#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.MetricsConstants.ERRORS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -179,9 +232,19 @@
System.String
- To be added.
+ Key to extract the count of video frames played
+ from the MediaPlayer#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.MetricsConstants.FRAMES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -205,9 +268,19 @@
System.String
- To be added.
+ Key to extract the count of video frames dropped
+ from the MediaPlayer#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.MetricsConstants.FRAMES_DROPPED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -231,9 +304,19 @@
System.String
- To be added.
+ Key to extract the height (in pixels) of the video track
+ from the MediaPlayer#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.MetricsConstants.HEIGHT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -288,9 +371,19 @@
System.String
- To be added.
+ Key to extract the MIME type of the audio track
+ from the MediaPlayer#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.MetricsConstants.MIME_TYPE_AUDIO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -314,9 +407,19 @@
System.String
- To be added.
+ Key to extract the MIME type of the video track
+ from the MediaPlayer#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.MetricsConstants.MIME_TYPE_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -340,9 +443,20 @@
System.String
- To be added.
+ Key to extract the playing time (in milliseconds) of the
+ media being played
+ from the MediaPlayer#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.MetricsConstants.PLAYING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -428,9 +542,19 @@
System.String
- To be added.
+ Key to extract the width (in pixels) of the video track
+ from the MediaPlayer#getMetrics return value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.MetricsConstants.WIDTH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+NoDrmSchemeException.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+NoDrmSchemeException.xml
index 6ea098c7ee..7a3a261509 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+NoDrmSchemeException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+NoDrmSchemeException.xml
@@ -18,14 +18,18 @@
- To be added.
+ Thrown when a DRM method is called before preparing a DRM scheme through prepareDrm().
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.NoDrmSchemeException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningNetworkErrorException.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningNetworkErrorException.xml
index dfb9807904..587e32f699 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningNetworkErrorException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningNetworkErrorException.xml
@@ -18,14 +18,19 @@
- To be added.
+ Thrown when the device requires DRM provisioning but the provisioning attempt has
+ failed due to a network error (Internet reachability, timeout, etc.
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.ProvisioningNetworkErrorException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningServerErrorException.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningServerErrorException.xml
index 4bfe8bee87..73e1d96b46 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningServerErrorException.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+ProvisioningServerErrorException.xml
@@ -18,14 +18,19 @@
- To be added.
+ Thrown when the device requires DRM provisioning but the provisioning attempt has
+ failed due to the provisioning server denying the request.
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.ProvisioningServerErrorException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer+TrackInfo.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer+TrackInfo.xml
index d9fd3b39bd..6288e6d5ca 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer+TrackInfo.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer+TrackInfo.xml
@@ -35,10 +35,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaPlayer.TrackInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,11 +94,19 @@
- Describe the kinds of special objects contained in this Parcelable's
- marshalled representation.
+ To be added
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.TrackInfo.describeContents().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -119,10 +131,19 @@
Android.Media.MediaFormat
- To be added.
+ Gets the MediaFormat of the track.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.TrackInfo.getFormat().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -181,9 +202,20 @@
Gets the language code of the track.
- To be added.
+ a language code in either way of ISO-639-1 or ISO-639-2.
+ When the language is unknown or could not be determined,
+ ISO-639-2 language code, "und", is returned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.TrackInfo.getLanguage().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -483,9 +515,18 @@
Gets the track type.
- To be added.
+ TrackType which indicates if the track is video, audio, timed text.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.TrackInfo.getTrackType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -528,9 +569,18 @@
Additional flags about how the object should be written.
May be 0 or .
- Flatten this object in to a Parcel.
+ To be added
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaPlayer.TrackInfo.writeToParcel(android.os.Parcel, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaPlayer.xml b/docs/Mono.Android/en/Android.Media/MediaPlayer.xml
index 3709fcb7d1..03778f8811 100644
--- a/docs/Mono.Android/en/Android.Media/MediaPlayer.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaPlayer.xml
@@ -413,9 +413,17 @@
However, it is possible to force this player to be part of an already existing audio session
by calling this method.
This method must be called before one of the overloaded <code> setDataSource </code> methods.
- Sets the audio session ID.
- To be added.
+ Returns the audio session ID. -or- Sets the audio session ID.
+ the audio session ID. #setAudioSessionId(int)
+ Note that the audio session ID is 0 only if a problem occured when the MediaPlayer was contructed.
+ Property getter documentation:
+
+
+ Java documentation for android.media.MediaPlayer.getAudioSessionId().
+
+
+ Property setter documentation:
Java documentation for android.media.MediaPlayer.setAudioSessionId(int).
diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioEncoder.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioEncoder.xml
index cb1e91ce00..d07ef5d4b5 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioEncoder.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioEncoder.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaRecorder.AudioEncoder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioSource.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioSource.xml
index 7a78cfbc68..5c7c0d4ad2 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioSource.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+AudioSource.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaRecorder.AudioSource.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnErrorListener.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnErrorListener.xml
index 4c6de8740e..cabd12380e 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnErrorListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnErrorListener.xml
@@ -26,14 +26,18 @@
Interface definition for a callback to be invoked when an error
- occurs while recording.
+ occurs while recording.
- Android platform documentation
+ Java documentation for android.media.MediaRecorder.OnErrorListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,12 +76,21 @@
the MediaRecorder that encountered the error
the type of error that has occurred:
-
- an extra code, specific to the error type
-
+ <ul>
+ <li>#MEDIA_RECORDER_ERROR_UNKNOWN<li>#MEDIA_ERROR_SERVER_DIED</ul>
+ an extra code, specific to the error type
Called when an error occurs while recording.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.OnErrorListener.onError(android.media.MediaRecorder, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnInfoListener.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnInfoListener.xml
index cb1baacdb3..42849a78ff 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnInfoListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+IOnInfoListener.xml
@@ -25,15 +25,19 @@
- Interface definition for a callback to be invoked when an error
- occurs while recording.
+ Interface definition of a callback to be invoked to communicate some
+ info and/or warning about the recording.
- Android platform documentation
+ Java documentation for android.media.MediaRecorder.OnInfoListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -70,14 +74,23 @@
- the MediaRecorder that encountered the error
- the type of error that has occurred:
-
- an extra code, specific to the error type
-
- Called when an error occurs while recording.
+ the MediaRecorder the info pertains to
+ the type of info or warning that has occurred
+ <ul>
+ <li>#MEDIA_RECORDER_INFO_UNKNOWN<li>#MEDIA_RECORDER_INFO_MAX_DURATION_REACHED<li>#MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED</ul>
+ an extra code, specific to the info type
+ Called to indicate an info or a warning during recording.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.OnInfoListener.onInfo(android.media.MediaRecorder, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+MetricsConstants.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+MetricsConstants.xml
index 962097c6fb..66cc11c5d2 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRecorder+MetricsConstants.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+MetricsConstants.xml
@@ -49,9 +49,19 @@
System.String
- To be added.
+ Key to extract the audio bitrate
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.AUDIO_BITRATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,9 +85,19 @@
System.String
- To be added.
+ Key to extract the number of audio channels
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.AUDIO_CHANNELS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -101,9 +121,19 @@
System.String
- To be added.
+ Key to extract the audio samplerate
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.AUDIO_SAMPLERATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,9 +157,19 @@
System.String
- To be added.
+ Key to extract the audio timescale
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.AUDIO_TIMESCALE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,9 +193,19 @@
System.String
- To be added.
+ Key to extract the video capture frame rate
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.CAPTURE_FPS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -179,9 +229,19 @@
System.String
- To be added.
+ Key to extract the video capture framerate enable value
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.CAPTURE_FPS_ENABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -205,9 +265,19 @@
System.String
- To be added.
+ Key to extract the intended playback frame rate
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.FRAMERATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -231,9 +301,19 @@
System.String
- To be added.
+ Key to extract the height (in pixels) of the captured video
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.HEIGHT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -288,9 +368,19 @@
System.String
- To be added.
+ Key to extract the recorded movies time units
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.MOVIE_TIMESCALE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -314,9 +404,19 @@
System.String
- To be added.
+ Key to extract the rotation (in degrees) to properly orient the video
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.ROTATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -402,9 +502,19 @@
System.String
- To be added.
+ Key to extract the video bitrate from being used
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.VIDEO_BITRATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -428,9 +538,19 @@
System.String
- To be added.
+ Key to extract the value for how often video iframes are generated
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.VIDEO_IFRAME_INTERVAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -454,9 +574,19 @@
System.String
- To be added.
+ Key to extract the video encoding level
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.VIDEO_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -480,9 +610,19 @@
System.String
- To be added.
+ Key to extract the video encoding profile
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.VIDEO_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -506,9 +646,19 @@
System.String
- To be added.
+ Key to extract the recorded video time units
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.VIDEO_TIMESCALE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -532,9 +682,19 @@
System.String
- To be added.
+ Key to extract the width (in pixels) of the captured video
+ from the MediaRecorder#getMetrics return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.MetricsConstants.WIDTH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+OutputFormat.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+OutputFormat.xml
index 839d41af03..9671c6cd11 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRecorder+OutputFormat.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+OutputFormat.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaRecorder.OutputFormat.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoEncoder.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoEncoder.xml
index 7658f95aa3..6fd1edfbe8 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoEncoder.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoEncoder.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaRecorder.VideoEncoder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoSource.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoSource.xml
index 8b143bd1b4..7974007e8f 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoSource.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRecorder+VideoSource.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaRecorder.VideoSource.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRecorder.xml b/docs/Mono.Android/en/Android.Media/MediaRecorder.xml
index 3f27ce5525..32ff9e4e63 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRecorder.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRecorder.xml
@@ -1307,9 +1307,18 @@
To be added.
- To be added.
+ Currently not implemented.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.setAuxiliaryOutputFile(java.io.FileDescriptor).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1341,9 +1350,18 @@
To be added.
- To be added.
+ Currently not implemented.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRecorder.setAuxiliaryOutputFile(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRoute2Info+Builder.xml b/docs/Mono.Android/en/Android.Media/MediaRoute2Info+Builder.xml
index 07fd27baf0..9e6c11ecf8 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRoute2Info+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRoute2Info+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for MediaRoute2Info media route info.
+
+
+
+ Java documentation for android.media.MediaRoute2Info.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,21 @@
- To be added.
- To be added.
- To be added.
+ the existing instance to copy data from.
+ Constructor for builder to create MediaRoute2Info with existing
+ MediaRoute2Info instance.
+
+
+
+ Java documentation for android.media.MediaRoute2Info.Builder.MediaRoute2Info$Builder(android.media.MediaRoute2Info).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,10 +91,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The ID of the route. Must not be empty.
+ The user-visible name of the route.
+ Constructor for builder to create MediaRoute2Info.
+
+
+
+ Java documentation for android.media.MediaRoute2Info.Builder.MediaRoute2Info$Builder(java.lang.String, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -180,9 +214,20 @@
- To be added.
+ Builds the MediaRoute2Info media route info.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaRoute2Info.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+Callback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+Callback.xml
index 4b627e7416..d52ae18c4b 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter+Callback.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter+Callback.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaRouter.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteCategory.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteCategory.xml
index 9f2af7a1a2..3f982b525a 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteCategory.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteCategory.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaRouter.RouteCategory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -70,11 +74,20 @@
- To be added.
- To be added.
- To be added.
+ Context to resolve name resources
+ Return the properly localized/configuration dependent name of this RouteCategory.
+ the name of this route category
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteCategory.getName(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -103,9 +116,18 @@
Context to resolve name resources
Return the properly localized/configuration dependent name of this RouteCategory.
- To be added.
+ the name of this route category
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteCategory.getName(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -133,11 +155,24 @@
- To be added.
- To be added.
- To be added.
+ a List to fill with the routes in this category. If this parameter is
+ non-null, it will be cleared, filled with the current routes with this
+ category, and returned. If this parameter is null, a new List will be
+ allocated to report the category's current routes.
+ Return the current list of routes in this category that have been added
+ to the MediaRouter.
+ A list with the routes in this category that have been added to the MediaRouter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteCategory.getRoutes(java.util.List<android.media.MediaRouter.RouteInfo>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,9 +197,18 @@
Return whether or not this category supports grouping.
- To be added.
+ true if this category supports
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteCategory.isGroupable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -243,9 +287,18 @@
- To be added.
+ the name of this route category
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteCategory.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -272,9 +325,18 @@
- To be added.
+ Flag set describing the route types supported by this category
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteCategory.getSupportedTypes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteGroup.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteGroup.xml
index e3f6472be8..2163e626c4 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteGroup.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteGroup.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaRouter.RouteGroup.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -237,11 +241,19 @@
- index of the route to remove
-
+ index of the route to remove
Remove the route at the specified index from this group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteGroup.removeRoute(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -268,9 +280,18 @@
- To be added.
+ The number of routes in this group
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteGroup.getRouteCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -298,11 +319,19 @@
- icon drawable to use to represent this group
-
+ icon drawable to use to represent this group
Set an icon that will be used to represent this group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteGroup.setIconDrawable(android.graphics.drawable.Drawable).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -330,11 +359,19 @@
- Resource ID of an icon drawable to use to represent this group
-
+ Resource ID of an icon drawable to use to represent this group
Set an icon that will be used to represent this group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteGroup.setIconResource(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteInfo.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteInfo.xml
index 92bb440285..3b930cfe12 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter+RouteInfo.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter+RouteInfo.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaRouter.RouteInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -124,9 +128,18 @@
Gets the user-visible description of the route.
- To be added.
+ The description of the route, or null if none.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getDescription().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,10 +164,21 @@
Android.Media.MediaRouterDeviceType
- To be added.
- To be added.
+ Gets the type of the receiver device associated with this route.
+ The type of the receiver device associated with this route:
+ #DEVICE_TYPE_BLUETOOTH, #DEVICE_TYPE_TV, #DEVICE_TYPE_SPEAKER,
+ or #DEVICE_TYPE_UNKNOWN.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getDeviceType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +207,19 @@
3
- To be added.
+ A receiver device type of the route indicating the presentation of the media is happening
+ on a bluetooth device such as a bluetooth speaker.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.DEVICE_TYPE_BLUETOOTH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +248,19 @@
2
- To be added.
+ A receiver device type of the route indicating the presentation of the media is happening
+ on a speaker.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.DEVICE_TYPE_SPEAKER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +289,19 @@
1
- To be added.
+ A receiver device type of the route indicating the presentation of the media is happening
+ on a TV.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.DEVICE_TYPE_TV.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -276,9 +330,18 @@
0
- To be added.
+ The default receiver device type of the route indicating the type is unknown.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.DEVICE_TYPE_UNKNOWN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -299,11 +362,21 @@
- To be added.
- To be added.
- To be added.
+ Context used to resolve the correct configuration to load
+ Return the properly localized/resource user-visible name of this route.
+ The user-visible name of a media route. This is the string presented
+ to users who may select this as the active route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getName(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +405,19 @@
Context used to resolve the correct configuration to load
Return the properly localized/resource user-visible name of this route.
- To be added.
+ The user-visible name of a media route. This is the string presented
+ to users who may select this as the active route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getName(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -389,9 +472,18 @@
Get the icon representing this route.
- To be added.
+ the icon representing this route or null if no icon is available
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getIconDrawable().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -417,10 +509,19 @@
Returns true if the route is in the process of connecting and is not
- yet ready for use.
- To be added.
+ yet ready for use.
+ True if this route is in the process of connecting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.isConnecting().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,9 +547,18 @@
Returns true if this route is enabled and may be selected.
- To be added.
+ True if this route is enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.isEnabled().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -526,9 +636,19 @@
Gets the user-visible name of the route.
- To be added.
+ The user-visible name of a media route. This is the string presented
+ to users who may select this as the active route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -555,9 +675,18 @@
- To be added.
+ the stream over which the playback associated with this route is performed
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getPlaybackStream().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,9 +714,18 @@
- To be added.
+ the type of playback associated with this route
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getPlaybackType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -619,9 +757,18 @@
0
The default playback type, "local", indicating the presentation of the media is happening
- on the same device (e.g. a phone, a tablet) as where it is controlled from.
+ on the same device (e.g. a phone, a tablet) as where it is controlled from.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.PLAYBACK_TYPE_LOCAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -652,9 +799,18 @@
1
A playback type indicating the presentation of the media is happening on
- a different device (i.e. the remote device) than where it is controlled from.
+ a different device (i.e. the remote device) than where it is controlled from.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.PLAYBACK_TYPE_REMOTE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -684,10 +840,19 @@
0
- Playback information indicating the playback volume is fixed, i.e. it cannot be
- controlled from this object.
+ Playback information indicating the playback volume is fixed, i.e. it cannot be
+ controlled from this object.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.PLAYBACK_VOLUME_FIXED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -718,9 +883,18 @@
1
Playback information indicating the playback volume is variable and can be controlled
- from this object.
+ from this object.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.PLAYBACK_VOLUME_VARIABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -745,11 +919,21 @@
Android.Views.Display
- Gets the that should be used by the application to show
- a on an external display when this route is selected.
- To be added.
+ Gets the Display that should be used by the application to show
+ a android.app.Presentation on an external display when this route is selected.
+ The preferred presentation display to use when this route is
+ selected or null if none.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getPresentationDisplay().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -779,11 +963,19 @@
- value between 0 and getVolumeMax
-
+ value between 0 and getVolumeMax
Request a volume change for this route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.requestSetVolume(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -811,11 +1003,19 @@
- Delta to apply to the current volume
-
+ Delta to apply to the current volume
Request an incremental volume update for this route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.requestUpdateVolume(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -863,9 +1063,19 @@
- To be added.
+ The user-visible status for a media route. This may include a description
+ of the currently playing media, if available.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getStatus().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -892,9 +1102,18 @@
- To be added.
+ A media type flag set describing which types this route supports.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getSupportedTypes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -923,11 +1142,27 @@
Java.Lang.Object
-
-
- To be added.
+ Arbitrary, app-specific data for this route to hold for later use
+ Set an application-specific tag object for this route.
+ The tag object previously set by the application
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getTag().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.setTag(java.lang.Object).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1016,9 +1251,18 @@
Return the current volume for this route.
- To be added.
+ the volume at which the playback associated with this route is performed
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getVolume().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1046,9 +1290,18 @@
- To be added.
+ how volume is handling on the route
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getVolumeHandling().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1076,9 +1329,18 @@
- To be added.
+ the maximum volume at which the playback associated with this route is performed
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.RouteInfo.getVolumeMax().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+SimpleCallback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+SimpleCallback.xml
index 242d1f17e4..c90b552063 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter+SimpleCallback.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter+SimpleCallback.xml
@@ -18,14 +18,18 @@
- Stub implementation of T:Android.Media.MediaRouter+Callback.
+ Stub implementation of MediaRouter.Callback.
- Android platform documentation
+ Java documentation for android.media.MediaRouter.SimpleCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+UserRouteInfo.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+UserRouteInfo.xml
index 82c0df86dd..5189b5a881 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter+UserRouteInfo.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter+UserRouteInfo.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaRouter.UserRouteInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -108,10 +112,28 @@
Android.Media.RemoteControlClient
- Retrieve the RemoteControlClient associated with this route, if one has been set.
- To be added.
+ RemoteControlClient associated with this route
+ Retrieve the RemoteControlClient associated with this route, if one has been set. -or- Set the RemoteControlClient responsible for reporting playback info for this
+ user route.
+ the RemoteControlClient associated with this route
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Property getter documentation:
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.getRemoteControlClient().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setRemoteControlClient(android.media.RemoteControlClient).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -140,11 +162,19 @@
- The description of the route, or null if none.
-
+ The description of the route, or null if none.
Set the user-visible description of this route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setDescription(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -166,10 +196,19 @@
- To be added.
- To be added.
+ The description of the route, or null if none.
+ Set the user-visible description of this route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setDescription(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -196,11 +235,19 @@
- icon drawable to use to represent this route
-
+ icon drawable to use to represent this route
Set an icon that will be used to represent this route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setIconDrawable(android.graphics.drawable.Drawable).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -228,11 +275,19 @@
- Resource ID of an icon drawable to use to represent this route
-
+ Resource ID of an icon drawable to use to represent this route
Set an icon that will be used to represent this route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setIconResource(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -260,11 +315,19 @@
- Name to display to the user to describe this route
-
+ Name to display to the user to describe this route
Set the user-visible name of this route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setName(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,11 +355,19 @@
- Resource ID of the name to display to the user to describe this route
-
+ Resource ID of the name to display to the user to describe this route
Set the user-visible name of this route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setName(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -318,10 +389,19 @@
- To be added.
- To be added.
+ Name to display to the user to describe this route
+ Set the user-visible name of this route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setName(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -355,10 +435,19 @@
- To be added.
+ stream
Defines over what stream type the media is presented.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setPlaybackStream(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -423,12 +512,21 @@
- To be added.
+ type
Defines whether playback associated with this route is "local"
- () or "remote"
- ().
+ (RouteInfo#PLAYBACK_TYPE_LOCAL) or "remote"
+ (RouteInfo#PLAYBACK_TYPE_REMOTE).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setPlaybackType(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -457,11 +555,19 @@
Status to display to the user to describe what the endpoint
- of this route is currently doing
-
+ of this route is currently doing
Set the current user-visible status for this route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setStatus(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -483,10 +589,20 @@
- To be added.
- To be added.
+ Status to display to the user to describe what the endpoint
+ of this route is currently doing
+ Set the current user-visible status for this route.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setStatus(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -513,11 +629,20 @@
- To be added.
+ volume
Defines at what volume the playback associated with this route is performed (for user
- feedback purposes).
+ feedback purposes).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setVolume(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -583,12 +708,21 @@
- To be added.
+ volumeHandling
Defines whether volume for the playback associated with this route is fixed
- () or can modified
- ().
+ (RouteInfo#PLAYBACK_VOLUME_FIXED) or can modified
+ (RouteInfo#PLAYBACK_VOLUME_VARIABLE).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setVolumeHandling(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -616,11 +750,20 @@
- To be added.
+ volumeMax
Defines the maximum volume at which the playback associated with this route is performed
- (for user feedback purposes).
+ (for user feedback purposes).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaRouter.UserRouteInfo.setVolumeMax(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter+VolumeCallback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter+VolumeCallback.xml
index de762e4b9d..5f210713a6 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter+VolumeCallback.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter+VolumeCallback.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.media.MediaRouter.VolumeCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter2+ControllerCallback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter2+ControllerCallback.xml
index 90e336efca..b3b898e3aa 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter2+ControllerCallback.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter2+ControllerCallback.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Callback for receiving RoutingController updates.
+
+
+
+ Java documentation for android.media.MediaRouter2.ControllerCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter2+IOnGetControllerHintsListener.xml b/docs/Mono.Android/en/Android.Media/MediaRouter2+IOnGetControllerHintsListener.xml
index 4c34a694e3..ad8feb3dc4 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter2+IOnGetControllerHintsListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter2+IOnGetControllerHintsListener.xml
@@ -25,8 +25,20 @@
- To be added.
- To be added.
+ A listener interface to send optional app-specific hints when creating a
+ RoutingController.
+
+
+
+ Java documentation for android.media.MediaRouter2.OnGetControllerHintsListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -52,10 +64,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the route to create a controller with
+ Called when the MediaRouter2 or the system is about to request
+ a media route provider service to create a controller with the given route.
+ An optional bundle of app-specific arguments to send to the provider,
+ or null if none. The contents of this bundle may affect the result of
+ controller creation.
+
+
+
+ Java documentation for android.media.MediaRouter2.OnGetControllerHintsListener.onGetControllerHints(android.media.MediaRoute2Info).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter2+RouteCallback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter2+RouteCallback.xml
index 63b76be6ca..193a88b440 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter2+RouteCallback.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter2+RouteCallback.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Callback for receiving events about media route discovery.
+
+
+
+ Java documentation for android.media.MediaRouter2.RouteCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -116,9 +127,20 @@
- To be added.
- To be added.
- To be added.
+ the list of routes that have been added. It's never empty.
+ Called when routes are added.
+
+
+
+ Java documentation for android.media.MediaRouter2.RouteCallback.onRoutesAdded(java.util.List<android.media.MediaRoute2Info>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -144,9 +166,20 @@
- To be added.
- To be added.
- To be added.
+ the list of routes that have been changed. It's never empty.
+ Called when routes are changed.
+
+
+
+ Java documentation for android.media.MediaRouter2.RouteCallback.onRoutesChanged(java.util.List<android.media.MediaRoute2Info>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -172,9 +205,20 @@
- To be added.
- To be added.
- To be added.
+ the list of routes that have been removed. It's never empty.
+ Called when routes are removed.
+
+
+
+ Java documentation for android.media.MediaRouter2.RouteCallback.onRoutesRemoved(java.util.List<android.media.MediaRoute2Info>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter2+RoutingController.xml b/docs/Mono.Android/en/Android.Media/MediaRouter2+RoutingController.xml
index 7fa58b8cda..9b68da658c 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter2+RoutingController.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter2+RoutingController.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A class to control media routing session in media route provider.
+
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -63,9 +74,20 @@
Android.OS.Bundle
- To be added.
+ Gets the control hints used to control routing session if available.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.getControlHints().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -89,8 +111,19 @@
To be added.
- To be added.
- To be added.
+ the unmodifiable list of deselectable routes for the session.
+
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.getDeselectableRoutes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -117,8 +150,19 @@
To be added.
- To be added.
- To be added.
+ Deselects a route from the remote session.
+
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.deselectRoute(android.media.MediaRoute2Info).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -142,8 +186,19 @@
To be added.
- To be added.
- To be added.
+ the ID of the controller. It is globally unique.
+
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.getId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -166,9 +221,20 @@
System.Boolean
- To be added.
+ Returns true if this controller is released, false otherwise.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.isReleased().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -221,8 +287,19 @@
- To be added.
- To be added.
+ Releases this controller and the corresponding session.
+
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.release().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -246,8 +323,19 @@
To be added.
- To be added.
- To be added.
+ the unmodifiable list of selectable routes for the session.
+
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.getSelectableRoutes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -271,8 +359,19 @@
To be added.
- To be added.
- To be added.
+ the unmodifiable list of currently selected routes
+
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.getSelectedRoutes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -385,9 +484,29 @@
System.Int32
- To be added.
+ The new volume value between 0 and RoutingController#getVolumeMax
+ (inclusive).
+ Gets the current volume of the session. -or- Requests a volume change for the remote session asynchronously.
To be added.
- To be added.
+
+ Property getter documentation:
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.getVolume().
+
+
+ Property setter documentation:
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.setVolume(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -410,9 +529,22 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Gets the information about how volume is handled on the session.
+
+ MediaRoute2Info#PLAYBACK_VOLUME_FIXED or
+ MediaRoute2Info#PLAYBACK_VOLUME_VARIABLE
+
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.getVolumeHandling().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -435,9 +567,20 @@
System.Int32
- To be added.
+ Gets the maximum volume of the session.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.MediaRouter2.RoutingController.getVolumeMax().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaRouter2+TransferCallback.xml b/docs/Mono.Android/en/Android.Media/MediaRouter2+TransferCallback.xml
index efabb89076..cff31d69a9 100644
--- a/docs/Mono.Android/en/Android.Media/MediaRouter2+TransferCallback.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaRouter2+TransferCallback.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Callback for receiving events on media transfer.
+
+
+
+ Java documentation for android.media.MediaRouter2.TransferCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -174,9 +185,20 @@
- To be added.
- To be added.
- To be added.
+ the route info which was used for the transfer
+ Called when #transferTo(MediaRoute2Info) failed.
+
+
+
+ Java documentation for android.media.MediaRouter2.TransferCallback.onTransferFailure(android.media.MediaRoute2Info).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IMediaScannerConnectionClient.xml b/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IMediaScannerConnectionClient.xml
index b3df9f6a04..e88d807110 100644
--- a/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IMediaScannerConnectionClient.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IMediaScannerConnectionClient.xml
@@ -29,15 +29,19 @@
An interface for notifying clients of MediaScannerConnection
- when a connection to the MediaScanner service has been established
- and when the scanning of a file has completed.
+ when a connection to the MediaScanner service has been established
+ and when the scanning of a file has completed.
- Android platform documentation
+ Java documentation for android.media.MediaScannerConnection.MediaScannerConnectionClient.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +68,18 @@
Called to notify the client when a connection to the
- MediaScanner service has been established.
+ MediaScanner service has been established.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaScannerConnection.MediaScannerConnectionClient.onMediaScannerConnected().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IOnScanCompletedListener.xml b/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IOnScanCompletedListener.xml
index 6e6f2ed0c6..12264fb718 100644
--- a/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IOnScanCompletedListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaScannerConnection+IOnScanCompletedListener.xml
@@ -26,14 +26,18 @@
Interface for notifying clients of the result of scanning a
- requested media file.
+ requested media file.
- Android platform documentation
+ Java documentation for android.media.MediaScannerConnection.OnScanCompletedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,12 +68,20 @@
the path to the file that has been scanned.
the Uri for the file if the scanning operation succeeded
- and the file was added to the media database, or null if scanning failed.
-
+ and the file was added to the media database, or null if scanning failed.
Called to notify the client when the media scanner has finished
- scanning a file.
+ scanning a file.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaScannerConnection.OnScanCompletedListener.onScanCompleted(java.lang.String, android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaSession2+Builder.xml b/docs/Mono.Android/en/Android.Media/MediaSession2+Builder.xml
index 563f0495aa..d84c0d897b 100644
--- a/docs/Mono.Android/en/Android.Media/MediaSession2+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaSession2+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This API is not generally intended for third party application developers.
+
+
+
+ Java documentation for android.media.MediaSession2.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
- To be added.
- To be added.
+ Context
+ Creates a builder for MediaSession2.
+
+
+
+ Java documentation for android.media.MediaSession2.Builder.MediaSession2$Builder(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,9 +90,20 @@
- To be added.
- To be added.
- To be added.
+ Build MediaSession2.
+ a new session
+
+
+
+ Java documentation for android.media.MediaSession2.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaSession2+ControllerInfo.xml b/docs/Mono.Android/en/Android.Media/MediaSession2+ControllerInfo.xml
index 3ecbc634a4..b701a67344 100644
--- a/docs/Mono.Android/en/Android.Media/MediaSession2+ControllerInfo.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaSession2+ControllerInfo.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This API is not generally intended for third party application developers.
+
+
+
+ Java documentation for android.media.MediaSession2.ControllerInfo.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
To be added.
- To be added.
- To be added.
+ connection hints sent from controller.
+
+
+
+ Java documentation for android.media.MediaSession2.ControllerInfo.getConnectionHints().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -97,8 +119,19 @@
To be added.
- To be added.
- To be added.
+ package name of the controller.
+
+
+
+ Java documentation for android.media.MediaSession2.ControllerInfo.getPackageName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -205,8 +238,19 @@
To be added.
- To be added.
- To be added.
+ uid of the controller. Can be a negative value if the uid cannot be obtained.
+
+
+
+ Java documentation for android.media.MediaSession2.ControllerInfo.getUid().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaSession2+SessionCallback.xml b/docs/Mono.Android/en/Android.Media/MediaSession2+SessionCallback.xml
index 49039541e1..31637851de 100644
--- a/docs/Mono.Android/en/Android.Media/MediaSession2+SessionCallback.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaSession2+SessionCallback.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This API is not generally intended for third party application developers.
+
+
+
+ Java documentation for android.media.MediaSession2.SessionCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaSession2Service+MediaNotification.xml b/docs/Mono.Android/en/Android.Media/MediaSession2Service+MediaNotification.xml
index a086048966..c04b679bfd 100644
--- a/docs/Mono.Android/en/Android.Media/MediaSession2Service+MediaNotification.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaSession2Service+MediaNotification.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This API is not generally intended for third party application developers.
+
+
+
+ Java documentation for android.media.MediaSession2Service.MediaNotification.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,10 +54,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ notification id to be used for
+ NotificationManager#notify(int, Notification).
+ a notification to make session service run in the foreground. Media
+ style notification is recommended here.
+ Default constructor
+
+
+
+ Java documentation for android.media.MediaSession2Service.MediaNotification.MediaSession2Service$MediaNotification(int, android.app.Notification).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -119,9 +143,20 @@
Android.App.Notification
- To be added.
- To be added.
- To be added.
+ Gets the notification.
+ the notification
+
+
+
+ Java documentation for android.media.MediaSession2Service.MediaNotification.getNotification().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -144,9 +179,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Gets the id of the notification.
+ the notification id
+
+
+
+ Java documentation for android.media.MediaSession2Service.MediaNotification.getNotificationId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/MediaSync+Callback.xml b/docs/Mono.Android/en/Android.Media/MediaSync+Callback.xml
index f014758c98..f4c047dda9 100644
--- a/docs/Mono.Android/en/Android.Media/MediaSync+Callback.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaSync+Callback.xml
@@ -18,14 +18,18 @@
- To be added.
+ MediaSync callback interface.
- Android platform documentation
+ Java documentation for android.media.MediaSync.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,12 +135,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The MediaSync object.
+ The returned audio buffer.
+ The ID associated with audioBuffer as passed into
+ MediaSync#queueAudio.
+ Called when returning an audio buffer which has been consumed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaSync.Callback.onAudioBufferConsumed(android.media.MediaSync, java.nio.ByteBuffer, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaSync+IOnErrorListener.xml b/docs/Mono.Android/en/Android.Media/MediaSync+IOnErrorListener.xml
index 31a7945292..4d499907aa 100644
--- a/docs/Mono.Android/en/Android.Media/MediaSync+IOnErrorListener.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaSync+IOnErrorListener.xml
@@ -25,14 +25,20 @@
- To be added.
+ Interface definition of a callback to be invoked when there
+ has been an error during an asynchronous operation (other errors
+ will throw exceptions at method call time).
- Android platform documentation
+ Java documentation for android.media.MediaSync.OnErrorListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -68,12 +74,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The MediaSync the error pertains to
+ The type of error that has occurred:
+ <ul>
+ <li>#MEDIASYNC_ERROR_AUDIOTRACK_FAIL<li>#MEDIASYNC_ERROR_SURFACE_FAIL</ul>
+ an extra code, specific to the error. Typically
+ implementation dependent.
+ Called to indicate an error.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaSync.OnErrorListener.onError(android.media.MediaSync, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/MediaSyncEvent.xml b/docs/Mono.Android/en/Android.Media/MediaSyncEvent.xml
index c267129683..88278f8191 100644
--- a/docs/Mono.Android/en/Android.Media/MediaSyncEvent.xml
+++ b/docs/Mono.Android/en/Android.Media/MediaSyncEvent.xml
@@ -141,9 +141,18 @@
the synchronization event type.
Creates a synchronization event of the sepcified type.
- To be added.
+ the MediaSyncEvent created.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaSyncEvent.createEvent(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,9 +271,18 @@
the audio session ID of the event source being monitored.
Sets the event source audio session ID.
- To be added.
+ the MediaSyncEvent the method is called on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.MediaSyncEvent.setAudioSessionId(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/PlaybackParams.xml b/docs/Mono.Android/en/Android.Media/PlaybackParams.xml
index 932af30cdc..8fefd78549 100644
--- a/docs/Mono.Android/en/Android.Media/PlaybackParams.xml
+++ b/docs/Mono.Android/en/Android.Media/PlaybackParams.xml
@@ -300,10 +300,9 @@
- To be added.
- this <code>PlaybackParams</code> instance.
+ audioFallbackMode
Sets the audio fallback mode.
- To be added.
+ this <code>PlaybackParams</code> instance.
@@ -341,10 +340,9 @@
- To be added.
- this <code>PlaybackParams</code> instance.
+ pitch
Sets the pitch factor.
- To be added.
+ this <code>PlaybackParams</code> instance.
@@ -382,10 +380,9 @@
- To be added.
- this <code>PlaybackParams</code> instance.
+ speed
Sets the speed factor.
- To be added.
+ this <code>PlaybackParams</code> instance.
diff --git a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnGetPlaybackPositionListener.xml b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnGetPlaybackPositionListener.xml
index faf0d9bfba..d9572da503 100644
--- a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnGetPlaybackPositionListener.xml
+++ b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnGetPlaybackPositionListener.xml
@@ -30,14 +30,18 @@
Interface definition for a callback to be invoked when the media playback position is
- queried.
+ queried.
- Android platform documentation
+ Java documentation for android.media.RemoteControlClient.OnGetPlaybackPositionListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -68,9 +72,20 @@
Called on the implementer of the interface to query the current playback position.
- To be added.
+ a negative value if the current playback position (or the last valid playback
+ position) is not known, or a zero or positive value expressed in ms indicating the
+ current position, or the last valid known position.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteControlClient.OnGetPlaybackPositionListener.onGetPlaybackPosition().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnMetadataUpdateListener.xml b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnMetadataUpdateListener.xml
index 71a8d2c9d8..5240c54e4b 100644
--- a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnMetadataUpdateListener.xml
+++ b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnMetadataUpdateListener.xml
@@ -29,14 +29,19 @@
- To be added.
+ Interface definition for a callback to be invoked when one of the metadata values has
+ been updated.
- Android platform documentation
+ Java documentation for android.media.RemoteControlClient.OnMetadataUpdateListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,11 +80,21 @@
- To be added.
- To be added.
- To be added.
+ the identifier of the updated metadata field.
+ the Object storing the new value for the key.
+ Called on the implementer to notify that the metadata field for the given key has
+ been updated to the new value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteControlClient.OnMetadataUpdateListener.onMetadataUpdate(int, java.lang.Object).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnPlaybackPositionUpdateListener.xml b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnPlaybackPositionUpdateListener.xml
index 1405299b47..82cd7428f1 100644
--- a/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnPlaybackPositionUpdateListener.xml
+++ b/docs/Mono.Android/en/Android.Media/RemoteControlClient+IOnPlaybackPositionUpdateListener.xml
@@ -30,14 +30,18 @@
Interface definition for a callback to be invoked when the media playback position is
- requested to be updated.
+ requested to be updated.
- Android platform documentation
+ Java documentation for android.media.RemoteControlClient.OnPlaybackPositionUpdateListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -69,12 +73,20 @@
- the new requested position in the current media, expressed in ms.
-
+ the new requested position in the current media, expressed in ms.
Called on the implementer to notify it that the playback head should be set at the given
- position.
+ position.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteControlClient.OnPlaybackPositionUpdateListener.onPlaybackPositionUpdate(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/RemoteControlClient+MetadataEditor.xml b/docs/Mono.Android/en/Android.Media/RemoteControlClient+MetadataEditor.xml
index 093fe9c629..9a5976334b 100644
--- a/docs/Mono.Android/en/Android.Media/RemoteControlClient+MetadataEditor.xml
+++ b/docs/Mono.Android/en/Android.Media/RemoteControlClient+MetadataEditor.xml
@@ -22,9 +22,18 @@
- Class used to modify metadata in a object.
+ Class used to modify metadata in a RemoteControlClient object.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteControlClient.MetadataEditor.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,10 +87,19 @@
Associates all the metadata that has been set since the MetadataEditor instance was
- created with , or since
- was called, with the RemoteControlClient.
+ created with RemoteControlClient#editMetadata(boolean), or since
+ #clear() was called, with the RemoteControlClient.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteControlClient.MetadataEditor.apply().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -113,7 +131,16 @@
The metadata key for the content artwork / album art.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteControlClient.MetadataEditor.BITMAP_KEY_ARTWORK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -143,10 +170,19 @@
- Clears all the metadata that has been set since the MetadataEditor instance was
- created with .
+ Clears all the metadata that has been set since the MetadataEditor instance was created
+ (with RemoteControlClient#editMetadata(boolean)).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteControlClient.MetadataEditor.clear().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -174,7 +210,18 @@
To be added.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.RemoteControlClient.MetadataEditor.clone().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/RemoteController+IOnClientUpdateListener.xml b/docs/Mono.Android/en/Android.Media/RemoteController+IOnClientUpdateListener.xml
index 94b7d6e3cc..72a75f1513 100644
--- a/docs/Mono.Android/en/Android.Media/RemoteController+IOnClientUpdateListener.xml
+++ b/docs/Mono.Android/en/Android.Media/RemoteController+IOnClientUpdateListener.xml
@@ -29,14 +29,19 @@
- To be added.
+ Interface definition for the callbacks to be invoked whenever media events, metadata
+ and playback status are available.
- Android platform documentation
+ Java documentation for android.media.RemoteController.OnClientUpdateListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -67,10 +72,21 @@
- To be added.
- To be added.
+ true if there is no selected RemoteControlClient and no information
+ is available.
+ Called whenever all information, previously received through the other
+ methods of the listener, is no longer valid and is about to be refreshed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteController.OnClientUpdateListener.onClientChange(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -145,13 +161,28 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ one of the playback states authorized
+ in RemoteControlClient#setPlaybackState(int).
+ the system time at which the state change was reported,
+ expressed in ms. Based on android.os.SystemClock#elapsedRealtime().
+ a positive value for the current media playback position expressed
+ in ms, a negative value if the position is temporarily unknown.
+ a value expressed as a ratio of 1x playback: 1.0f is normal playback,
+ 2.0f is 2x, 0.5f is half-speed, -2.0f is rewind at 2x speed. 0.0f means nothing is
+ playing (e.g. when state is RemoteControlClient#PLAYSTATE_ERROR).
+ Called whenever the playback state has changed, and playback position
+ and speed are known.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteController.OnClientUpdateListener.onClientPlaybackStateUpdate(int, long, long, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -190,9 +221,20 @@
To be added.
- To be added.
+ one of the playback states authorized
+ in RemoteControlClient#setPlaybackState(int).
+ Called whenever the playback state has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteController.OnClientUpdateListener.onClientPlaybackStateUpdate(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -230,10 +272,20 @@
- To be added.
- To be added.
+ one of the flags authorized
+ in RemoteControlClient#setTransportControlFlags(int).
+ Called whenever the transport control flags have changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteController.OnClientUpdateListener.onClientTransportControlUpdate(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/RemoteController+MetadataEditor.xml b/docs/Mono.Android/en/Android.Media/RemoteController+MetadataEditor.xml
index 820eb6945a..e5c3712774 100644
--- a/docs/Mono.Android/en/Android.Media/RemoteController+MetadataEditor.xml
+++ b/docs/Mono.Android/en/Android.Media/RemoteController+MetadataEditor.xml
@@ -22,14 +22,19 @@
- To be added.
+ A class to read the metadata published by a RemoteControlClient, or send a
+ RemoteControlClient new values for keys that can be edited.
- Android platform documentation
+ Java documentation for android.media.RemoteController.MetadataEditor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -81,9 +86,20 @@
- To be added.
+ Applies all of the metadata changes that have been set since the MediaMetadataEditor
+ instance was created with RemoteController#editMetadata()
+ or since #clear() was called.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteController.MetadataEditor.apply().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/RemoteController.xml b/docs/Mono.Android/en/Android.Media/RemoteController.xml
index ca57eb5fb1..21a400cca3 100644
--- a/docs/Mono.Android/en/Android.Media/RemoteController.xml
+++ b/docs/Mono.Android/en/Android.Media/RemoteController.xml
@@ -377,9 +377,18 @@
a 0 or positive value for the new playback position, expressed in ms.
Sets the new playback position.
- To be added.
+ true if the command to set the playback position was successfully sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteController.seekTo(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -411,25 +420,34 @@
- a instance whose key code is one of
- F:Android.Views.Keycode.MediaMute,
- ,
- ,
- ,
- ,
- ,
- ,
- ,
- ,
- ,
- ,
- ,
- ,
- or .
+ a KeyEvent instance whose key code is one of
+ KeyEvent#KEYCODE_MUTE,
+ KeyEvent#KEYCODE_HEADSETHOOK,
+ KeyEvent#KEYCODE_MEDIA_PLAY,
+ KeyEvent#KEYCODE_MEDIA_PAUSE,
+ KeyEvent#KEYCODE_MEDIA_PLAY_PAUSE,
+ KeyEvent#KEYCODE_MEDIA_STOP,
+ KeyEvent#KEYCODE_MEDIA_NEXT,
+ KeyEvent#KEYCODE_MEDIA_PREVIOUS,
+ KeyEvent#KEYCODE_MEDIA_REWIND,
+ KeyEvent#KEYCODE_MEDIA_RECORD,
+ KeyEvent#KEYCODE_MEDIA_FAST_FORWARD,
+ KeyEvent#KEYCODE_MEDIA_CLOSE,
+ KeyEvent#KEYCODE_MEDIA_EJECT,
+ or KeyEvent#KEYCODE_MEDIA_AUDIO_TRACK.
Send a simulated key event for a media button to be received by the current client.
- To be added.
+ true if the event was successfully sent, false otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteController.sendMediaKeyEvent(android.view.KeyEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -465,9 +483,18 @@
the maximum width in pixels
the maximum height in pixels
Set the maximum artwork image dimensions to be received in the metadata.
- To be added.
+ true if the artwork dimension was successfully set.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteController.setArtworkConfiguration(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -507,11 +534,20 @@
- or
+ #POSITION_SYNCHRONIZATION_NONE or #POSITION_SYNCHRONIZATION_CHECK
Set the playback position synchronization mode.
- To be added.
+ true if the synchronization mode was successfully set.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.RemoteController.setSynchronizationMode(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/RouteDiscoveryPreference+Builder.xml b/docs/Mono.Android/en/Android.Media/RouteDiscoveryPreference+Builder.xml
index 320232f382..062146cfc7 100644
--- a/docs/Mono.Android/en/Android.Media/RouteDiscoveryPreference+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/RouteDiscoveryPreference+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for RouteDiscoveryPreference.
+
+
+
+ Java documentation for android.media.RouteDiscoveryPreference.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -95,9 +106,20 @@
- To be added.
+ Builds the RouteDiscoveryPreference.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.RouteDiscoveryPreference.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/RoutingSessionInfo+Builder.xml b/docs/Mono.Android/en/Android.Media/RoutingSessionInfo+Builder.xml
index 2825690538..c64ae95d79 100644
--- a/docs/Mono.Android/en/Android.Media/RoutingSessionInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/RoutingSessionInfo+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder class for RoutingSessionInfo.
+
+
+
+ Java documentation for android.media.RoutingSessionInfo.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,21 @@
- To be added.
- To be added.
- To be added.
+ the existing instance to copy data from.
+ Constructor for builder to create RoutingSessionInfo with
+ existing RoutingSessionInfo instance.
+
+
+
+ Java documentation for android.media.RoutingSessionInfo.Builder.RoutingSessionInfo$Builder(android.media.RoutingSessionInfo).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,10 +91,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ ID of the session. Must not be empty.
+ package name of the client app which uses this session.
+ If is is unknown, then just use an empty string.
+ Constructor for builder to create RoutingSessionInfo.
+
+
+
+ Java documentation for android.media.RoutingSessionInfo.Builder.RoutingSessionInfo$Builder(java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -211,9 +246,20 @@
- To be added.
+ Builds a routing session info.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.RoutingSessionInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/Session2Command+Result.xml b/docs/Mono.Android/en/Android.Media/Session2Command+Result.xml
index bef0cfe7ba..2cc6377052 100644
--- a/docs/Mono.Android/en/Android.Media/Session2Command+Result.xml
+++ b/docs/Mono.Android/en/Android.Media/Session2Command+Result.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This API is not generally intended for third party application developers.
+
+
+
+ Java documentation for android.media.Session2Command.Result.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,10 +54,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ result code
+ result data
+ Constructor of Result.
+
+
+
+ Java documentation for android.media.Session2Command.Result.Session2Command$Result(int, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -98,9 +120,20 @@
System.Int32
- To be added.
+ Returns the result code.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.Session2Command.Result.getResultCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -123,9 +156,20 @@
Android.OS.Bundle
- To be added.
+ Returns the result data.
To be added.
- To be added.
+
+
+
+ Java documentation for android.media.Session2Command.Result.getResultData().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -149,8 +193,19 @@
-1
- To be added.
- To be added.
+ Result code represents that call is ended with an unknown error.
+
+
+
+ Java documentation for android.media.Session2Command.Result.RESULT_ERROR_UNKNOWN_ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -174,8 +229,19 @@
1
- To be added.
- To be added.
+ Result code representing that the command is skipped or canceled.
+
+
+
+ Java documentation for android.media.Session2Command.Result.RESULT_INFO_SKIPPED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -199,8 +265,19 @@
0
- To be added.
- To be added.
+ Result code representing that the command is successfully completed.
+
+
+
+ Java documentation for android.media.Session2Command.Result.RESULT_SUCCESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/Session2CommandGroup+Builder.xml b/docs/Mono.Android/en/Android.Media/Session2CommandGroup+Builder.xml
index 881c9080c7..b866741e66 100644
--- a/docs/Mono.Android/en/Android.Media/Session2CommandGroup+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/Session2CommandGroup+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This API is not generally intended for third party application developers.
+
+
+
+ Java documentation for android.media.Session2CommandGroup.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -63,9 +74,21 @@
- To be added.
- To be added.
- To be added.
+ commandGroup
+ Creates a new builder for Session2CommandGroup with commands copied from another
+ Session2CommandGroup object.
+
+
+
+ Java documentation for android.media.Session2CommandGroup.Builder.Session2CommandGroup$Builder(android.media.Session2CommandGroup).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -118,9 +141,20 @@
- To be added.
- To be added.
- To be added.
+ Builds Session2CommandGroup.
+ a new Session2CommandGroup.
+
+
+
+ Java documentation for android.media.Session2CommandGroup.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Media/SoundPool+Builder.xml b/docs/Mono.Android/en/Android.Media/SoundPool+Builder.xml
index 2dcc3a4570..fa0ddaa56b 100644
--- a/docs/Mono.Android/en/Android.Media/SoundPool+Builder.xml
+++ b/docs/Mono.Android/en/Android.Media/SoundPool+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for SoundPool objects.
- Android platform documentation
+ Java documentation for android.media.SoundPool.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -46,9 +50,18 @@
- To be added.
+ Constructs a new Builder with the defaults format values.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.SoundPool.Builder.SoundPool$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/SoundPool+IOnLoadCompleteListener.xml b/docs/Mono.Android/en/Android.Media/SoundPool+IOnLoadCompleteListener.xml
index 6e06cc97f6..6fe8ef9d4a 100644
--- a/docs/Mono.Android/en/Android.Media/SoundPool+IOnLoadCompleteListener.xml
+++ b/docs/Mono.Android/en/Android.Media/SoundPool+IOnLoadCompleteListener.xml
@@ -63,13 +63,21 @@
- the sample ID of the sound loaded.
- To be added.
- the status of the load operation (0 = success)
-
+ SoundPool object from the load() method
+ the sample ID of the sound loaded.
+ the status of the load operation (0 = success)
Called when a sound has completed loading.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.SoundPool.OnLoadCompleteListener.onLoadComplete(android.media.SoundPool, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/SyncParams.xml b/docs/Mono.Android/en/Android.Media/SyncParams.xml
index f72107059a..bf4dccbf58 100644
--- a/docs/Mono.Android/en/Android.Media/SyncParams.xml
+++ b/docs/Mono.Android/en/Android.Media/SyncParams.xml
@@ -225,10 +225,9 @@
- To be added.
- this <code>SyncParams</code> instance.
+ audioAdjustMode
Sets the audio adjust mode.
- To be added.
+ this <code>SyncParams</code> instance.
@@ -315,10 +314,9 @@
- To be added.
- this <code>SyncParams</code> instance.
+ syncSource
Sets the sync source.
- To be added.
+ this <code>SyncParams</code> instance.
diff --git a/docs/Mono.Android/en/Android.Media/VolumeShaper+Configuration.xml b/docs/Mono.Android/en/Android.Media/VolumeShaper+Configuration.xml
index 147c7811be..a5b769de7e 100644
--- a/docs/Mono.Android/en/Android.Media/VolumeShaper+Configuration.xml
+++ b/docs/Mono.Android/en/Android.Media/VolumeShaper+Configuration.xml
@@ -31,14 +31,19 @@
- To be added.
+ The VolumeShaper.Configuration class contains curve
+ and duration information.
- Android platform documentation
+ Java documentation for android.media.VolumeShaper.Configuration.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -147,10 +152,19 @@
System.Int64
- To be added.
+ Returns the duration of the volume shape in milliseconds.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.VolumeShaper.Configuration.getDuration().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -175,10 +189,19 @@
- To be added.
+ Returns the times (x) coordinate array of the volume curve points.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.VolumeShaper.Configuration.getTimes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,10 +226,19 @@
- To be added.
+ Returns the volumes (y) coordinate array of the volume curve points.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.VolumeShaper.Configuration.getVolumes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -230,10 +262,19 @@
Android.Media.VolumeInterpolatorType
- To be added.
+ Returns the interpolator type.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.VolumeShaper.Configuration.getInterpolatorType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -318,10 +359,20 @@
System.Int32
- To be added.
+ Returns the maximum number of curve points allowed for
+ VolumeShaper.Builder#setCurve(float[], float[]).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.media.VolumeShaper.Configuration.getMaximumCurvePoints().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Media/VolumeShaper+Operation.xml b/docs/Mono.Android/en/Android.Media/VolumeShaper+Operation.xml
index b6592270d1..709cae3994 100644
--- a/docs/Mono.Android/en/Android.Media/VolumeShaper+Operation.xml
+++ b/docs/Mono.Android/en/Android.Media/VolumeShaper+Operation.xml
@@ -31,14 +31,19 @@
- To be added.
+ The VolumeShaper.Operation class is used to specify operations
+ to the VolumeShaper that affect the volume change.
- Android platform documentation
+ Java documentation for android.media.VolumeShaper.Operation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Mtp/MtpDevice.xml b/docs/Mono.Android/en/Android.Mtp/MtpDevice.xml
index 2109a95333..54613e64b3 100644
--- a/docs/Mono.Android/en/Android.Mtp/MtpDevice.xml
+++ b/docs/Mono.Android/en/Android.Mtp/MtpDevice.xml
@@ -1011,11 +1011,20 @@
- To be added.
- To be added.
- To be added.
+ signal for cancellation
+ Reads an event from the device.
+ obtained event
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.mtp.MtpDevice.readEvent(android.os.CancellationSignal).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Mtp/MtpObjectInfo+Builder.xml b/docs/Mono.Android/en/Android.Mtp/MtpObjectInfo+Builder.xml
index bfcaddb076..f0cc9505f2 100644
--- a/docs/Mono.Android/en/Android.Mtp/MtpObjectInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.Mtp/MtpObjectInfo+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builds a new object info instance.
- Android platform documentation
+ Java documentation for android.mtp.MtpObjectInfo.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,10 +76,19 @@
- To be added.
- To be added.
+ object info of an existing entry
+ Creates a builder on a copy of an existing object info.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.mtp.MtpObjectInfo.Builder.MtpObjectInfo$Builder(android.mtp.MtpObjectInfo).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -123,10 +136,20 @@
- To be added.
- To be added.
+ Builds the object info instance.
+ the object info of the newly created file, or NULL in case
+ of an error.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.mtp.MtpObjectInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net.Http/SslCertificate+DName.xml b/docs/Mono.Android/en/Android.Net.Http/SslCertificate+DName.xml
index d16fdcdf03..78c78f2d5d 100644
--- a/docs/Mono.Android/en/Android.Net.Http/SslCertificate+DName.xml
+++ b/docs/Mono.Android/en/Android.Net.Http/SslCertificate+DName.xml
@@ -18,14 +18,23 @@
- To be added.
+ A distinguished name helper class: a 3-tuple of:
+ <ul>
+ <li>the most specific common name (CN)</li>
+ <li>the most specific organization (O)</li>
+ <li>the most specific organizational unit (OU)</li>
+ <ul>
- Android platform documentation
+ Java documentation for android.net.http.SslCertificate.DName.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -104,9 +113,18 @@
- To be added.
+ The most specific Common-name (CN) component of this name
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.http.SslCertificate.DName.getCName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -134,9 +152,18 @@
- To be added.
+ The distinguished name (normally includes CN, O, and OU names)
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.http.SslCertificate.DName.getDName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,9 +221,18 @@
- To be added.
+ The most specific Organization (O) component of this name
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.http.SslCertificate.DName.getOName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -285,9 +321,18 @@
- To be added.
+ The most specific Organizational Unit (OU) component of this name
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.http.SslCertificate.DName.getUName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IDiscoveryListener.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IDiscoveryListener.xml
index e3e0012d88..61e8ca2391 100644
--- a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IDiscoveryListener.xml
+++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IDiscoveryListener.xml
@@ -25,14 +25,18 @@
- Interface for callback invocation for service discovery
+ Interface for callback invocation for service discovery
- Android platform documentation
+ Java documentation for android.net.nsd.NsdManager.DiscoveryListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IRegistrationListener.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IRegistrationListener.xml
index 2b7b902374..1d26694f21 100644
--- a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IRegistrationListener.xml
+++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IRegistrationListener.xml
@@ -25,14 +25,18 @@
- Interface for callback invocation for service registration
+ Interface for callback invocation for service registration
- Android platform documentation
+ Java documentation for android.net.nsd.NsdManager.RegistrationListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IResolveListener.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IResolveListener.xml
index 442b574bda..ab360b43c1 100644
--- a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IResolveListener.xml
+++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager+IResolveListener.xml
@@ -25,14 +25,18 @@
- Interface for callback invocation for service resolution
+ Interface for callback invocation for service resolution
- Android platform documentation
+ Java documentation for android.net.nsd.NsdManager.ResolveListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml
index 3ec071dc4b..11f1f709dc 100644
--- a/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml
+++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdManager.xml
@@ -19,14 +19,18 @@
The Network Service Discovery Manager class provides the API to discover services
- on a network.
+ on a network.
- Android platform documentation
+ Java documentation for android.net.nsd.NsdManager.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net.Nsd/NsdServiceInfo.xml b/docs/Mono.Android/en/Android.Net.Nsd/NsdServiceInfo.xml
index 2246d04b3b..cd68b2bde0 100644
--- a/docs/Mono.Android/en/Android.Net.Nsd/NsdServiceInfo.xml
+++ b/docs/Mono.Android/en/Android.Net.Nsd/NsdServiceInfo.xml
@@ -31,14 +31,19 @@
- To be added.
+ A class representing service information for network service discovery
+ NsdManager
- Android platform documentation
+ Java documentation for android.net.nsd.NsdServiceInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall+Listener.xml b/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall+Listener.xml
index 6e9db31666..9692a98342 100644
--- a/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall+Listener.xml
+++ b/docs/Mono.Android/en/Android.Net.Sip/SipAudioCall+Listener.xml
@@ -23,14 +23,18 @@
Listener for events relating to a SIP call, such as when a call is being
- recieved ("on ringing") or a call is outgoing ("on calling").
+ recieved ("on ringing") or a call is outgoing ("on calling").
- Android platform documentation
+ Java documentation for android.net.sip.SipAudioCall.Listener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -145,11 +149,19 @@
- the call object that carries out the audio call
-
+ the call object that carries out the audio call
Called when the peer is busy during session initialization.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipAudioCall.Listener.onCallBusy(android.net.sip.SipAudioCall).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -181,11 +193,19 @@
- the call object that carries out the audio call
-
+ the call object that carries out the audio call
Called when the session is terminated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipAudioCall.Listener.onCallEnded(android.net.sip.SipAudioCall).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -217,11 +237,19 @@
- the call object that carries out the audio call
-
+ the call object that carries out the audio call
Called when the session is established.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipAudioCall.Listener.onCallEstablished(android.net.sip.SipAudioCall).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -253,11 +281,19 @@
- the call object that carries out the audio call
-
+ the call object that carries out the audio call
Called when the call is on hold.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipAudioCall.Listener.onCallHeld(android.net.sip.SipAudioCall).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -289,11 +325,19 @@
- the call object that carries out the audio call
-
+ the call object that carries out the audio call
Called when a request is sent out to initiate a new call.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipAudioCall.Listener.onCalling(android.net.sip.SipAudioCall).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -327,9 +371,18 @@
To be added.
Called when an event occurs and the corresponding callback is not
- overridden.
+ overridden.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipAudioCall.Listener.onChanged(android.net.sip.SipAudioCall).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -375,7 +428,16 @@
error message
Called when an error occurs.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipAudioCall.Listener.onError(android.net.sip.SipAudioCall, int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -408,11 +470,19 @@
- the call object that is ready to make another call
-
+ the call object that is ready to make another call
Called when the call object is ready to make another call.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipAudioCall.Listener.onReadyToCall(android.net.sip.SipAudioCall).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,11 +516,19 @@
the call object that carries out the audio call
- the SIP profile of the caller
-
+ the SIP profile of the caller
Called when a new call comes in.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipAudioCall.Listener.onRinging(android.net.sip.SipAudioCall, android.net.sip.SipProfile).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -482,12 +560,20 @@
- the call object that carries out the audio call
-
+ the call object that carries out the audio call
Called when a RINGING response is received for the INVITE request
- sent.
+ sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipAudioCall.Listener.onRingingBack(android.net.sip.SipAudioCall).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipProfile+Builder.xml b/docs/Mono.Android/en/Android.Net.Sip/SipProfile+Builder.xml
index b0dde081b7..995be04413 100644
--- a/docs/Mono.Android/en/Android.Net.Sip/SipProfile+Builder.xml
+++ b/docs/Mono.Android/en/Android.Net.Sip/SipProfile+Builder.xml
@@ -22,14 +22,18 @@
- Helper class for creating a .
+ Helper class for creating a SipProfile.
- Android platform documentation
+ Java documentation for android.net.sip.SipProfile.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,7 +65,16 @@
To be added.
Creates a builder based on the given profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipProfile.Builder.SipProfile$Builder(android.net.sip.SipProfile).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,10 +103,19 @@
- To be added.
+ the URI string as "sip:<user_name>
Constructor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipProfile.Builder.SipProfile$Builder(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if the string is not a valid URI
@@ -148,11 +170,22 @@
- To be added.
- To be added.
+ username of the SIP account
+ the SIP server domain; if the network address
+ is different from the domain, use #setOutboundProxy to
+ set server address
Constructor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipProfile.Builder.SipProfile$Builder(java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if the parameters are not valid
@@ -185,9 +218,18 @@
Builds and returns the SIP profile object.
- To be added.
+ the profile object created
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipProfile.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipSession+Listener.xml b/docs/Mono.Android/en/Android.Net.Sip/SipSession+Listener.xml
index ef5bfddf4b..1fe519d362 100644
--- a/docs/Mono.Android/en/Android.Net.Sip/SipSession+Listener.xml
+++ b/docs/Mono.Android/en/Android.Net.Sip/SipSession+Listener.xml
@@ -23,14 +23,18 @@
Listener for events relating to a SIP session, such as when a session is being registered
- ("on registering") or a call is outgoing ("on calling").
+ ("on registering") or a call is outgoing ("on calling").
- Android platform documentation
+ Java documentation for android.net.sip.SipSession.Listener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -145,11 +149,19 @@
- the session object that carries out the transaction
-
+ the session object that carries out the transaction
Called when the peer is busy during session initialization.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.Listener.onCallBusy(android.net.sip.SipSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -191,12 +203,20 @@
the session object that carries out the transaction
- error code defined in
- error message
-
+ error code defined in SipErrorCode
+ error message
Called when an error occurs during session modification negotiation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.Listener.onCallChangeFailed(android.net.sip.SipSession, int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -228,11 +248,19 @@
- the session object that is associated with the dialog
-
+ the session object that is associated with the dialog
Called when the session is terminated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.Listener.onCallEnded(android.net.sip.SipSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -266,11 +294,19 @@
the session object that is associated with the dialog
- the peer's session description
-
+ the peer's session description
Called when the session is established.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.Listener.onCallEstablished(android.net.sip.SipSession, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -302,11 +338,19 @@
- the session object that carries out the transaction
-
+ the session object that carries out the transaction
Called when an INVITE request is sent to initiate a new call.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.Listener.onCalling(android.net.sip.SipSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -348,13 +392,21 @@
the session object that carries out the transaction
- error code defined in
- error message
-
+ error code defined in SipErrorCode
+ error message
Called when an error occurs during session initialization and
- termination.
+ termination.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.Listener.onError(android.net.sip.SipSession, int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -386,11 +438,19 @@
- the session object that carries out the transaction
-
+ the session object that carries out the transaction
Called when a registration request is sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.Listener.onRegistering(android.net.sip.SipSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -424,11 +484,19 @@
the session object that carries out the transaction
- duration in second before the registration expires
-
+ duration in second before the registration expires
Called when registration is successfully done.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.Listener.onRegistrationDone(android.net.sip.SipSession, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -470,12 +538,20 @@
the session object that carries out the transaction
- error code defined in
- error message
-
+ error code defined in SipErrorCode
+ error message
Called when the registration fails.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.Listener.onRegistrationFailed(android.net.sip.SipSession, int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -507,11 +583,19 @@
- the session object that carries out the transaction
-
+ the session object that carries out the transaction
Called when the registration gets timed out.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.Listener.onRegistrationTimeout(android.net.sip.SipSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -547,11 +631,19 @@
the session object that carries out the transaction
the SIP profile of the caller
- the caller's session description
-
+ the caller's session description
Called when an INVITE request is received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.Listener.onRinging(android.net.sip.SipSession, android.net.sip.SipProfile, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -583,11 +675,19 @@
- the session object that carries out the transaction
-
+ the session object that carries out the transaction
Called when a RINGING response is received for the INVITE request sent
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.Listener.onRingingBack(android.net.sip.SipSession).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net.Sip/SipSession+State.xml b/docs/Mono.Android/en/Android.Net.Sip/SipSession+State.xml
index e85e3ac854..3b5aa74ac5 100644
--- a/docs/Mono.Android/en/Android.Net.Sip/SipSession+State.xml
+++ b/docs/Mono.Android/en/Android.Net.Sip/SipSession+State.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.net.sip.SipSession.State.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -84,7 +88,16 @@
When the unregistration request is sent out.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.State.DEREGISTERING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,7 +129,16 @@
When a call is established.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.State.IN_CALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -148,7 +170,16 @@
When an INVITE request is received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.State.INCOMING_CALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -180,7 +211,16 @@
When an OK response is sent for the INVITE request received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.State.INCOMING_CALL_ANSWERING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -243,7 +283,16 @@
Not defined.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.State.NOT_DEFINED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,7 +324,16 @@
When an INVITE request is sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.State.OUTGOING_CALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -307,7 +365,16 @@
When a CANCEL request is sent for the INVITE request sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.State.OUTGOING_CALL_CANCELING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -339,7 +406,16 @@
When a RINGING response is received for the INVITE request sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.State.OUTGOING_CALL_RING_BACK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -371,7 +447,16 @@
When an OPTIONS request is sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.State.PINGING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -403,7 +488,16 @@
When session is ready to initiate a call or transaction.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.State.READY_TO_CALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -435,7 +529,16 @@
When the registration request is sent out.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.State.REGISTERING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,7 +643,16 @@
Converts the state to string.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.sip.SipSession.State.toString(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net.Vcn/VcnConfig+Builder.xml b/docs/Mono.Android/en/Android.Net.Vcn/VcnConfig+Builder.xml
index 9c29eeafc9..9bcecb3e57 100644
--- a/docs/Mono.Android/en/Android.Net.Vcn/VcnConfig+Builder.xml
+++ b/docs/Mono.Android/en/Android.Net.Vcn/VcnConfig+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This class is used to incrementally build VcnConfig objects.
+
+
+
+ Java documentation for android.net.vcn.VcnConfig.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -97,9 +108,20 @@
- To be added.
- To be added.
- To be added.
+ Builds and validates the VcnConfig.
+ an immutable VcnConfig instance
+
+
+
+ Java documentation for android.net.vcn.VcnConfig.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Net.Vcn/VcnGatewayConnectionConfig+Builder.xml b/docs/Mono.Android/en/Android.Net.Vcn/VcnGatewayConnectionConfig+Builder.xml
index 8e190c236e..33cf4ef712 100644
--- a/docs/Mono.Android/en/Android.Net.Vcn/VcnGatewayConnectionConfig+Builder.xml
+++ b/docs/Mono.Android/en/Android.Net.Vcn/VcnGatewayConnectionConfig+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This class is used to incrementally build VcnGatewayConnectionConfig objects.
+
+
+
+ Java documentation for android.net.vcn.VcnGatewayConnectionConfig.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,9 +110,20 @@
- To be added.
- To be added.
- To be added.
+ Builds and validates the VcnGatewayConnectionConfig.
+ an immutable VcnGatewayConnectionConfig instance
+
+
+
+ Java documentation for android.net.vcn.VcnGatewayConnectionConfig.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Net.Vcn/VcnManager+VcnStatusCallback.xml b/docs/Mono.Android/en/Android.Net.Vcn/VcnManager+VcnStatusCallback.xml
index c3f2e87aec..8ef91c96c4 100644
--- a/docs/Mono.Android/en/Android.Net.Vcn/VcnManager+VcnStatusCallback.xml
+++ b/docs/Mono.Android/en/Android.Net.Vcn/VcnManager+VcnStatusCallback.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ VcnStatusCallback is the interface for Carrier apps to receive updates for their VCNs.
+
+
+
+ Java documentation for android.net.vcn.VcnManager.VcnStatusCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -118,11 +129,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ the String GatewayConnection name for the GatewayConnection
+ encountering an error. This will match the name for exactly one VcnGatewayConnectionConfig for the VcnConfig configured for this callback's
+ subscription group
+ the code to indicate the error that occurred. This value will be one of
+ VCN_ERROR_CODE_*.
+ Throwable to provide additional information about the error, or null if none
+ Invoked when a VCN Gateway Connection corresponding to this callback's subscription group
+ encounters an error.
+
+
+
+ Java documentation for android.net.vcn.VcnManager.VcnStatusCallback.onGatewayConnectionError(java.lang.String, int, java.lang.Throwable).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -148,9 +174,20 @@
- To be added.
- To be added.
- To be added.
+ the code for the status change encountered by this VcnStatusCallback's subscription group. This value will be one of VCN_STATUS_CODE_*.
+ Invoked when status of the VCN for this callback's subscription group changes.
+
+
+
+ Java documentation for android.net.vcn.VcnManager.VcnStatusCallback.onStatusChanged(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Net.Wifi.Aware/WifiAwareCipherSuite.xml b/docs/Mono.Android/en/Android.Net.Wifi.Aware/WifiAwareCipherSuite.xml
index efb3254889..db86ce228b 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi.Aware/WifiAwareCipherSuite.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi.Aware/WifiAwareCipherSuite.xml
@@ -63,29 +63,5 @@
To be added.
-
-
-
-
-
- Field
-
- Mono.Android
- 0.0.0.0
-
-
-
- [Android.Runtime.IntDefinition(null, JniField="")]
- [<Android.Runtime.IntDefinition(null, JniField="")>]
-
-
-
- Android.Net.Wifi.Aware.WifiAwareCipherSuite
-
- 0
-
- To be added.
-
-
diff --git a/docs/Mono.Android/en/Android.Net.Wifi/WifiManager+WpsCallback.xml b/docs/Mono.Android/en/Android.Net.Wifi/WifiManager+WpsCallback.xml
index adafbcc192..dd5a51ae54 100644
--- a/docs/Mono.Android/en/Android.Net.Wifi/WifiManager+WpsCallback.xml
+++ b/docs/Mono.Android/en/Android.Net.Wifi/WifiManager+WpsCallback.xml
@@ -129,6 +129,10 @@
[Android.Runtime.Register("onStarted", "(Ljava/lang/String;)V", "GetOnStarted_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("onStarted", "(Ljava/lang/String;)V", "GetOnStarted_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -159,6 +163,10 @@
[Android.Runtime.Register("onSucceeded", "()V", "GetOnSucceededHandler")]
[<Android.Runtime.Register("onSucceeded", "()V", "GetOnSucceededHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
diff --git a/docs/Mono.Android/en/Android.Net/Ikev2VpnProfile+Builder.xml b/docs/Mono.Android/en/Android.Net/Ikev2VpnProfile+Builder.xml
index 5d0b99c86b..4aa3e67907 100644
--- a/docs/Mono.Android/en/Android.Net/Ikev2VpnProfile+Builder.xml
+++ b/docs/Mono.Android/en/Android.Net/Ikev2VpnProfile+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A incremental builder for IKEv2 VPN profiles
+
+
+
+ Java documentation for android.net.Ikev2VpnProfile.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,10 +54,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the server that the VPN should connect to
+ the identity string to be used for IKEv2 authentication
+ Creates a new builder with the basic parameters of an IKEv2/IPsec VPN.
+
+
+
+ Java documentation for android.net.Ikev2VpnProfile.Builder.Ikev2VpnProfile$Builder(java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -70,9 +92,20 @@
- To be added.
+ Validates, builds and provisions the VpnProfile.
To be added.
- To be added.
+
+
+
+ Java documentation for android.net.Ikev2VpnProfile.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Net/IpSecManager+ResourceUnavailableException.xml b/docs/Mono.Android/en/Android.Net/IpSecManager+ResourceUnavailableException.xml
index 5586088846..168f5d7889 100644
--- a/docs/Mono.Android/en/Android.Net/IpSecManager+ResourceUnavailableException.xml
+++ b/docs/Mono.Android/en/Android.Net/IpSecManager+ResourceUnavailableException.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Thrown to indicate that an IPsec resource is unavailable.
+
+
+
+ Java documentation for android.net.IpSecManager.ResourceUnavailableException.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Net/IpSecManager+SecurityParameterIndex.xml b/docs/Mono.Android/en/Android.Net/IpSecManager+SecurityParameterIndex.xml
index 52c81dcca2..80f3dadf61 100644
--- a/docs/Mono.Android/en/Android.Net/IpSecManager+SecurityParameterIndex.xml
+++ b/docs/Mono.Android/en/Android.Net/IpSecManager+SecurityParameterIndex.xml
@@ -31,8 +31,19 @@
- To be added.
- To be added.
+ This class represents a reserved SPI.
+
+
+
+ Java documentation for android.net.IpSecManager.SecurityParameterIndex.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -59,8 +70,19 @@
- To be added.
- To be added.
+ Release an SPI that was previously reserved.
+
+
+
+ Java documentation for android.net.IpSecManager.SecurityParameterIndex.close().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -115,9 +137,20 @@
System.Int32
- To be added.
+ Get the underlying SPI held by this object.
To be added.
- To be added.
+
+
+
+ Java documentation for android.net.IpSecManager.SecurityParameterIndex.getSpi().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Net/IpSecManager+SpiUnavailableException.xml b/docs/Mono.Android/en/Android.Net/IpSecManager+SpiUnavailableException.xml
index 3cc0967cb9..30979fc485 100644
--- a/docs/Mono.Android/en/Android.Net/IpSecManager+SpiUnavailableException.xml
+++ b/docs/Mono.Android/en/Android.Net/IpSecManager+SpiUnavailableException.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Thrown to indicate that a requested SPI is in use.
+
+
+
+ Java documentation for android.net.IpSecManager.SpiUnavailableException.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,9 +82,20 @@
System.Int32
- To be added.
+ Get the SPI that caused a collision.
To be added.
- To be added.
+
+
+
+ Java documentation for android.net.IpSecManager.SpiUnavailableException.getSpi().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Net/IpSecManager+UdpEncapsulationSocket.xml b/docs/Mono.Android/en/Android.Net/IpSecManager+UdpEncapsulationSocket.xml
index 428edab40f..8b0bd521b4 100644
--- a/docs/Mono.Android/en/Android.Net/IpSecManager+UdpEncapsulationSocket.xml
+++ b/docs/Mono.Android/en/Android.Net/IpSecManager+UdpEncapsulationSocket.xml
@@ -31,8 +31,19 @@
- To be added.
- To be added.
+ This class provides access to a UDP encapsulation Socket.
+
+
+
+ Java documentation for android.net.IpSecManager.UdpEncapsulationSocket.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -59,8 +70,19 @@
- To be added.
- To be added.
+ Close this socket.
+
+
+
+ Java documentation for android.net.IpSecManager.UdpEncapsulationSocket.close().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -83,9 +105,20 @@
Java.IO.FileDescriptor
- To be added.
+ Get the encapsulation socket's file descriptor.
To be added.
- To be added.
+
+
+
+ Java documentation for android.net.IpSecManager.UdpEncapsulationSocket.getFileDescriptor().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -140,9 +173,20 @@
System.Int32
- To be added.
+ Get the bound port of the wrapped socket.
To be added.
- To be added.
+
+
+
+ Java documentation for android.net.IpSecManager.UdpEncapsulationSocket.getPort().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Net/IpSecTransform+Builder.xml b/docs/Mono.Android/en/Android.Net/IpSecTransform+Builder.xml
index 1d6e7ffeff..66ca06b9a3 100644
--- a/docs/Mono.Android/en/Android.Net/IpSecTransform+Builder.xml
+++ b/docs/Mono.Android/en/Android.Net/IpSecTransform+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ This class is used to build IpSecTransform objects.
+
+
+
+ Java documentation for android.net.IpSecTransform.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
- To be added.
- To be added.
+ current context
+ Create a new IpSecTransform.
+
+
+
+ Java documentation for android.net.IpSecTransform.Builder.IpSecTransform$Builder(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Net/LocalServerSocket.xml b/docs/Mono.Android/en/Android.Net/LocalServerSocket.xml
index 37126fa86f..3af0332c57 100644
--- a/docs/Mono.Android/en/Android.Net/LocalServerSocket.xml
+++ b/docs/Mono.Android/en/Android.Net/LocalServerSocket.xml
@@ -68,11 +68,20 @@
- To be added.
+ bound file descriptor
Create a LocalServerSocket from a file descriptor that's already
- been created and bound. listen() will be called immediately on it.
+ been created and bound.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.LocalServerSocket.LocalServerSocket(java.io.FileDescriptor).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -98,10 +107,19 @@
- To be added.
+ address for socket
Creates a new server socket listening at specified name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.LocalServerSocket.LocalServerSocket(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +170,18 @@
Accepts a new connection to the socket.
- To be added.
+ a socket representing the new connection.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.LocalServerSocket.accept().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -208,7 +235,16 @@
Closes server socket.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.LocalServerSocket.close().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net/LocalSocket.xml b/docs/Mono.Android/en/Android.Net/LocalSocket.xml
index db83af2aca..ca6d6a0730 100644
--- a/docs/Mono.Android/en/Android.Net/LocalSocket.xml
+++ b/docs/Mono.Android/en/Android.Net/LocalSocket.xml
@@ -173,7 +173,16 @@
endpoint address
Binds this socket to an endpoint name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.LocalSocket.bind(android.net.LocalSocketAddress).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -205,7 +214,16 @@
Closes the socket.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.LocalSocket.close().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -408,10 +426,19 @@
Retrieves a set of file descriptors that a peer has sent through
- an ancillary message.
- To be added.
+ an ancillary message.
+ null or file descriptor array
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.LocalSocket.getAncillaryFileDescriptors().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -732,9 +759,18 @@
Retrieves the credentials of this socket's peer.
- To be added.
+ non-null; peer credentials
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.LocalSocket.getPeerCredentials().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -902,7 +938,16 @@
Shuts down the input side of the socket.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.LocalSocket.shutdownInput().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -931,7 +976,16 @@
Shuts down the output side of the socket.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.LocalSocket.shutdownOutput().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net/LocalSocketAddress+Namespace.xml b/docs/Mono.Android/en/Android.Net/LocalSocketAddress+Namespace.xml
index 7127f7e77c..beb142531d 100644
--- a/docs/Mono.Android/en/Android.Net/LocalSocketAddress+Namespace.xml
+++ b/docs/Mono.Android/en/Android.Net/LocalSocketAddress+Namespace.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.net.LocalSocketAddress.Namespace.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net/Proxy.xml b/docs/Mono.Android/en/Android.Net/Proxy.xml
index 9d3c4c17cd..730d585fd4 100644
--- a/docs/Mono.Android/en/Android.Net/Proxy.xml
+++ b/docs/Mono.Android/en/Android.Net/Proxy.xml
@@ -168,9 +168,18 @@
System.String
- Intent extra included with intents.
+ Intent extra included with #PROXY_CHANGE_ACTION intents.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.Proxy.EXTRA_PROXY_INFO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net/SSLCertificateSocketFactory.xml b/docs/Mono.Android/en/Android.Net/SSLCertificateSocketFactory.xml
index a8617035b7..f74ffdb4bf 100644
--- a/docs/Mono.Android/en/Android.Net/SSLCertificateSocketFactory.xml
+++ b/docs/Mono.Android/en/Android.Net/SSLCertificateSocketFactory.xml
@@ -142,7 +142,7 @@
the host address the socket has to be connected to.
the port number of the remote host at which the socket is
connected.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -191,7 +191,7 @@
the remote host address the socket has to be connected to.
the port number of the remote host at which the socket is
connected.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -245,7 +245,7 @@
the local host address the socket is bound to.
the port number of the local host at which the socket is
bound.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -300,7 +300,7 @@
true if socket s should be closed when the
created socket is closed, false if the socket
s should be left open.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -354,7 +354,7 @@
the local host address the socket is bound to.
the port number of the local host at which the socket is
bound.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -529,13 +529,22 @@
to use for SSL connection handshake, or 0
- for none. The socket timeout is reset to 0 after the handshake.
- The to use, or null for no cache.
+ for none. The socket timeout is reset to 0 after the handshake.
+ The SSLSessionCache to use, or null for no cache.
Returns a socket factory (also named SSLSocketFactory, but in a different
- namespace) for use with the Apache HTTP stack.
- To be added.
+ namespace) for use with the Apache HTTP stack.
+ a new SocketFactory with the specified parameters
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.SSLCertificateSocketFactory.getHttpSocketFactory(int, android.net.SSLSessionCache).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -617,7 +626,9 @@
a socket created by this factory.
- Returns the <a href="http://technotes.
+ Returns the Next
+ Protocol Negotiation (NPN) protocol selected by client and server, or
+ null if no protocol was negotiated.
To be added.
@@ -731,7 +742,8 @@
a socket created by this factory.
the desired SNI hostname, null to disable.
- Turns on <a href="http://tools.
+ Turns on Server
+ Name Indication (SNI) on a given socket.
@@ -914,7 +926,8 @@
a socket created by this factory
true to enable session ticket support on this socket.
- Enables <a href="http://tools.
+ Enables session ticket
+ support on the given socket.
diff --git a/docs/Mono.Android/en/Android.Net/TelephonyNetworkSpecifier+Builder.xml b/docs/Mono.Android/en/Android.Net/TelephonyNetworkSpecifier+Builder.xml
index 15b4c494d0..c479add51c 100644
--- a/docs/Mono.Android/en/Android.Net/TelephonyNetworkSpecifier+Builder.xml
+++ b/docs/Mono.Android/en/Android.Net/TelephonyNetworkSpecifier+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder to create TelephonyNetworkSpecifier object.
+
+
+
+ Java documentation for android.net.TelephonyNetworkSpecifier.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -64,9 +75,20 @@
- To be added.
- To be added.
- To be added.
+ Create a NetworkSpecifier for the cellular network request.
+ TelephonyNetworkSpecifier object.
+
+
+
+ Java documentation for android.net.TelephonyNetworkSpecifier.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Net/Uri+Builder.xml b/docs/Mono.Android/en/Android.Net/Uri+Builder.xml
index af1129ebf5..92b003b14b 100644
--- a/docs/Mono.Android/en/Android.Net/Uri+Builder.xml
+++ b/docs/Mono.Android/en/Android.Net/Uri+Builder.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.net.Uri.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,7 +53,16 @@
Constructs a new Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.Uri.Builder.Uri$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -210,7 +223,16 @@
Constructs a Uri with the current attributes.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.Uri.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if the URI is opaque and the
diff --git a/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IValueSanitizer.xml b/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IValueSanitizer.xml
index 6884affc80..e13aafc5b5 100644
--- a/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IValueSanitizer.xml
+++ b/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IValueSanitizer.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.net.UrlQuerySanitizer.ValueSanitizer.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -60,11 +64,20 @@
- To be added.
+ value
Sanitize an unencoded value.
- To be added.
+ the sanitized unencoded value
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.UrlQuerySanitizer.ValueSanitizer.sanitize(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IllegalCharacterValueSanitizer.xml b/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IllegalCharacterValueSanitizer.xml
index 9869f641e0..205aeb1c23 100644
--- a/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IllegalCharacterValueSanitizer.xml
+++ b/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+IllegalCharacterValueSanitizer.xml
@@ -35,10 +35,14 @@
- Android platform documentation
+ Java documentation for android.net.UrlQuerySanitizer.IllegalCharacterValueSanitizer.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -70,10 +74,19 @@
- To be added.
+ some combination of the XXX_OK flags.
Construct a sanitizer.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.UrlQuerySanitizer.IllegalCharacterValueSanitizer.UrlQuerySanitizer$IllegalCharacterValueSanitizer(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -161,11 +174,20 @@
- To be added.
+ value
Sanitize a value.
- To be added.
+ the sanitized value
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.UrlQuerySanitizer.IllegalCharacterValueSanitizer.sanitize(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+ParameterValuePair.xml b/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+ParameterValuePair.xml
index afd8c96bfc..60d06f059f 100644
--- a/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+ParameterValuePair.xml
+++ b/docs/Mono.Android/en/Android.Net/UrlQuerySanitizer+ParameterValuePair.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.net.UrlQuerySanitizer.ParameterValuePair.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -135,11 +139,19 @@
System.String
- The unencoded parameter
-
+ The unencoded parameter
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.UrlQuerySanitizer.ParameterValuePair.mParameter.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -164,11 +176,19 @@
System.String
- The unencoded value
-
+ The unencoded value
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.UrlQuerySanitizer.ParameterValuePair.mValue.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Net/VpnService+Builder.xml b/docs/Mono.Android/en/Android.Net/VpnService+Builder.xml
index c32f1ebaf3..2b3885e24e 100644
--- a/docs/Mono.Android/en/Android.Net/VpnService+Builder.xml
+++ b/docs/Mono.Android/en/Android.Net/VpnService+Builder.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.net.VpnService.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -470,10 +474,21 @@
Create a VPN interface using the parameters supplied to this
- builder.
- To be added.
+ builder.
+
+ ParcelFileDescriptor of the VPN interface, or
+ null if the application is not prepared.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.net.VpnService.Builder.establish().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if a parameter is not accepted
diff --git a/docs/Mono.Android/en/Android.Nfc.Tech/MifareClassic.xml b/docs/Mono.Android/en/Android.Nfc.Tech/MifareClassic.xml
index 5580d07573..4603087d29 100644
--- a/docs/Mono.Android/en/Android.Nfc.Tech/MifareClassic.xml
+++ b/docs/Mono.Android/en/Android.Nfc.Tech/MifareClassic.xml
@@ -34,14 +34,18 @@
- Provides access to MIFARE Classic properties and I/O operations on a .
+ Provides access to MIFARE Classic properties and I/O operations on a Tag.
- Android platform documentation
+ Java documentation for android.nfc.tech.MifareClassic.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Nfc.Tech/NfcBarcode.xml b/docs/Mono.Android/en/Android.Nfc.Tech/NfcBarcode.xml
index 3db7295bfd..693dba8c4d 100644
--- a/docs/Mono.Android/en/Android.Nfc.Tech/NfcBarcode.xml
+++ b/docs/Mono.Android/en/Android.Nfc.Tech/NfcBarcode.xml
@@ -177,9 +177,18 @@
Returns the barcode of an NfcBarcode tag.
- To be added.
+ a byte array containing the barcode
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.nfc.tech.NfcBarcode.getBarcode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateBeamUrisCallback.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateBeamUrisCallback.xml
index 3b14bd714d..117575d8fe 100644
--- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateBeamUrisCallback.xml
+++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateBeamUrisCallback.xml
@@ -33,10 +33,14 @@
- Android platform documentation
+ Java documentation for android.nfc.NfcAdapter.CreateBeamUrisCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateNdefMessageCallback.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateNdefMessageCallback.xml
index e326887470..0e45b6da03 100644
--- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateNdefMessageCallback.xml
+++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+ICreateNdefMessageCallback.xml
@@ -30,14 +30,18 @@
A callback to be invoked when another NFC device capable of NDEF push (Android Beam)
- is within range.
+ is within range.
- Android platform documentation
+ Java documentation for android.nfc.NfcAdapter.CreateNdefMessageCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -71,10 +75,21 @@
with the field set
- Called to provide a to push.
- To be added.
+
+ NfcEvent with the NfcEvent#nfcAdapter field set
+ Called to provide a NdefMessage to push.
+ NDEF message to push, or null to not provide a message
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.nfc.NfcAdapter.CreateNdefMessageCallback.createNdefMessage(android.nfc.NfcEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnNdefPushCompleteCallback.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnNdefPushCompleteCallback.xml
index 70a72d0ba1..4d8772afe2 100644
--- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnNdefPushCompleteCallback.xml
+++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnNdefPushCompleteCallback.xml
@@ -29,15 +29,19 @@
- A callback to be invoked when the system successfully delivers your
- to another device.
+ A callback to be invoked when the system successfully delivers your NdefMessage
+ to another device.
- Android platform documentation
+ Java documentation for android.nfc.NfcAdapter.OnNdefPushCompleteCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -71,9 +75,20 @@
with the field set
+
+ NfcEvent with the NfcEvent#nfcAdapter field set
Called on successful NDEF push.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.nfc.NfcAdapter.OnNdefPushCompleteCallback.onNdefPushComplete(android.nfc.NfcEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnTagRemovedListener.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnTagRemovedListener.xml
index 4a203cf9f4..b5b9bc1b5d 100644
--- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnTagRemovedListener.xml
+++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IOnTagRemovedListener.xml
@@ -25,14 +25,18 @@
- To be added.
+ A callback that is invoked when a tag is removed from the field.
- Android platform documentation
+ Java documentation for android.nfc.NfcAdapter.OnTagRemovedListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IReaderCallback.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IReaderCallback.xml
index 26aaf8fd6b..55483df560 100644
--- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IReaderCallback.xml
+++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter+IReaderCallback.xml
@@ -25,14 +25,19 @@
- To be added.
+ A callback to be invoked when the system finds a tag while the foreground activity is
+ operating in reader mode.
- Android platform documentation
+ Java documentation for android.nfc.NfcAdapter.ReaderCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Nfc/NfcAdapter.xml b/docs/Mono.Android/en/Android.Nfc/NfcAdapter.xml
index dc62dc9e3b..9ba5cc0220 100644
--- a/docs/Mono.Android/en/Android.Nfc/NfcAdapter.xml
+++ b/docs/Mono.Android/en/Android.Nfc/NfcAdapter.xml
@@ -278,10 +278,19 @@
Android.Nfc.NfcAdapter
- To be added.
+ Legacy NfcAdapter getter, always use #getDefaultAdapter(Context) instead.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.nfc.NfcAdapter.getDefaultAdapter().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS.Health/TimerStat.xml b/docs/Mono.Android/en/Android.OS.Health/TimerStat.xml
index 1b54060409..71e11dc580 100644
--- a/docs/Mono.Android/en/Android.OS.Health/TimerStat.xml
+++ b/docs/Mono.Android/en/Android.OS.Health/TimerStat.xml
@@ -263,7 +263,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.health.TimerStat.describeContents().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS.Storage/StorageManager+StorageVolumeCallback.xml b/docs/Mono.Android/en/Android.OS.Storage/StorageManager+StorageVolumeCallback.xml
index 50cbd6919d..fc0b9ee9f2 100644
--- a/docs/Mono.Android/en/Android.OS.Storage/StorageManager+StorageVolumeCallback.xml
+++ b/docs/Mono.Android/en/Android.OS.Storage/StorageManager+StorageVolumeCallback.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Callback that delivers StorageVolume related events.
+
+
+
+ Java documentation for android.os.storage.StorageManager.StorageVolumeCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -117,8 +128,21 @@
To be added.
- To be added.
- To be added.
+ Called when StorageVolume#getState() changes, such as
+ changing to the Environment#MEDIA_MOUNTED or
+ Environment#MEDIA_UNMOUNTED states.
+
+
+
+ Java documentation for android.os.storage.StorageManager.StorageVolumeCallback.onStateChanged(android.os.storage.StorageVolume).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS.Storage/StorageManager.xml b/docs/Mono.Android/en/Android.OS.Storage/StorageManager.xml
index 98c05f42bd..d1154e9762 100644
--- a/docs/Mono.Android/en/Android.OS.Storage/StorageManager.xml
+++ b/docs/Mono.Android/en/Android.OS.Storage/StorageManager.xml
@@ -1016,13 +1016,27 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The desired access mode, must be one of
+ ParcelFileDescriptor#MODE_READ_ONLY,
+ ParcelFileDescriptor#MODE_WRITE_ONLY, or
+ ParcelFileDescriptor#MODE_READ_WRITE
+ Callback to process file operation requests issued on
+ returned file descriptor.
+ Handler that invokes callback methods.
+ Opens a seekable ParcelFileDescriptor that proxies all low-level
+ I/O requests back to the given ProxyFileDescriptorCallback.
+ Seekable ParcelFileDescriptor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.storage.StorageManager.openProxyFileDescriptor(int, android.os.ProxyFileDescriptorCallback, android.os.Handler).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/AsyncTask+Status.xml b/docs/Mono.Android/en/Android.OS/AsyncTask+Status.xml
index 02a9c7c096..414fce51d7 100644
--- a/docs/Mono.Android/en/Android.OS/AsyncTask+Status.xml
+++ b/docs/Mono.Android/en/Android.OS/AsyncTask+Status.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.os.AsyncTask.Status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/AsyncTask.xml b/docs/Mono.Android/en/Android.OS/AsyncTask.xml
index 3801351103..b7b2323610 100644
--- a/docs/Mono.Android/en/Android.OS/AsyncTask.xml
+++ b/docs/Mono.Android/en/Android.OS/AsyncTask.xml
@@ -164,6 +164,10 @@
[Android.Runtime.Register("doInBackground", "([Ljava/lang/Object;)Ljava/lang/Object;", "GetDoInBackground_arrayLjava_lang_Object_Handler")]
[<Android.Runtime.Register("doInBackground", "([Ljava/lang/Object;)Ljava/lang/Object;", "GetDoInBackground_arrayLjava_lang_Object_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
Java.Lang.Object
diff --git a/docs/Mono.Android/en/Android.OS/Binder.xml b/docs/Mono.Android/en/Android.OS/Binder.xml
index 8d954f6050..067bbf1fee 100644
--- a/docs/Mono.Android/en/Android.OS/Binder.xml
+++ b/docs/Mono.Android/en/Android.OS/Binder.xml
@@ -690,7 +690,7 @@
System.Boolean
- [TODO: @inheritDoc]
+ To be added
Note that if you're calling on a local binder, this always returns true
because your process is alive if you're calling it.
diff --git a/docs/Mono.Android/en/Android.OS/BugreportManager+BugreportCallback.xml b/docs/Mono.Android/en/Android.OS/BugreportManager+BugreportCallback.xml
index b8b0c49e47..9c237367ec 100644
--- a/docs/Mono.Android/en/Android.OS/BugreportManager+BugreportCallback.xml
+++ b/docs/Mono.Android/en/Android.OS/BugreportManager+BugreportCallback.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ An interface describing the callback for bugreport progress and status.
+
+
+
+ Java documentation for android.os.BugreportManager.BugreportCallback.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -89,8 +100,19 @@
5
- To be added.
- To be added.
+ There is currently a bugreport running.
+
+
+
+ Java documentation for android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_ANOTHER_REPORT_IN_PROGRESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -118,8 +140,19 @@
1
- To be added.
- To be added.
+ The input options were invalid.
+
+
+
+ Java documentation for android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_INVALID_INPUT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -147,8 +180,19 @@
2
- To be added.
- To be added.
+ A runtime error occurred.
+
+
+
+ Java documentation for android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_RUNTIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -176,8 +220,19 @@
4
- To be added.
- To be added.
+ The request to get user consent timed out.
+
+
+
+ Java documentation for android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_USER_CONSENT_TIMED_OUT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -205,8 +260,19 @@
3
- To be added.
- To be added.
+ User denied consent to share the bugreport.
+
+
+
+ Java documentation for android.os.BugreportManager.BugreportCallback.BUGREPORT_ERROR_USER_DENIED_CONSENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -259,8 +325,20 @@
- To be added.
- To be added.
+ Called when it is ready for calling app to show UI, showing any extra UI before this
+ callback can interfere with bugreport generation.
+
+
+
+ Java documentation for android.os.BugreportManager.BugreportCallback.onEarlyReportFinished().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -287,8 +365,19 @@
To be added.
- To be added.
- To be added.
+ Called when taking bugreport resulted in an error.
+
+
+
+ Java documentation for android.os.BugreportManager.BugreportCallback.onError(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -312,8 +401,19 @@
- To be added.
- To be added.
+ Called when taking bugreport finishes successfully.
+
+
+
+ Java documentation for android.os.BugreportManager.BugreportCallback.onFinished().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -339,9 +439,20 @@
- To be added.
- To be added.
- To be added.
+ the progress in [0.0, 100.0]
+ Called when there is a progress update.
+
+
+
+ Java documentation for android.os.BugreportManager.BugreportCallback.onProgress(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS/Build+Partition.xml b/docs/Mono.Android/en/Android.OS/Build+Partition.xml
index c4379b25b2..0081721aa5 100644
--- a/docs/Mono.Android/en/Android.OS/Build+Partition.xml
+++ b/docs/Mono.Android/en/Android.OS/Build+Partition.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Build information for a particular device partition.
+
+
+
+ Java documentation for android.os.Build.Partition.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -63,9 +74,20 @@
System.Int64
- To be added.
+ The time (ms since epoch), at which this partition was built, see Build#TIME.
To be added.
- To be added.
+
+
+
+ Java documentation for android.os.Build.Partition.getBuildTimeMillis().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -88,9 +110,20 @@
System.String
- To be added.
+ The build fingerprint of this partition, see Build#FINGERPRINT.
To be added.
- To be added.
+
+
+
+ Java documentation for android.os.Build.Partition.getFingerprint().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -142,9 +175,20 @@
System.String
- To be added.
+ The name of this partition, e.
To be added.
- To be added.
+
+
+
+ Java documentation for android.os.Build.Partition.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -167,8 +211,19 @@
System.String
- To be added.
- To be added.
+ The name identifying the system partition.
+
+
+
+ Java documentation for android.os.Build.Partition.PARTITION_NAME_SYSTEM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS/Build+VERSION.xml b/docs/Mono.Android/en/Android.OS/Build+VERSION.xml
index e303ba8a49..4719acff3e 100644
--- a/docs/Mono.Android/en/Android.OS/Build+VERSION.xml
+++ b/docs/Mono.Android/en/Android.OS/Build+VERSION.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.os.Build.VERSION.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -98,10 +102,19 @@
System.String
- To be added.
+ The base OS build the product is based on.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION.BASE_OS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,10 +139,19 @@
The current development codename, or the string "REL" if this is
- a release build.
+ a release build.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION.CODENAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -155,10 +177,19 @@
The internal value used by the underlying source control to
- represent this build.
+ represent this build.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION.INCREMENTAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +245,20 @@
System.Int32
- To be added.
+ The media performance class of the device or 0 if none.
To be added.
- To be added.
+
+
+
+ Java documentation for android.os.Build.VERSION.MEDIA_PERFORMANCE_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -239,10 +281,19 @@
System.Int32
- To be added.
+ The developer preview revision of a prerelease SDK.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION.PREVIEW_SDK_INT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -269,7 +320,16 @@
The user-visible version string.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION.RELEASE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -294,9 +354,21 @@
System.String
- To be added.
+ The version string we show to the user; may be #RELEASE or
+ #CODENAME if not a final release build.
To be added.
- To be added.
+
+
+
+ Java documentation for android.os.Build.VERSION.RELEASE_OR_CODENAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -324,10 +396,19 @@
The user-visible SDK version of the framework in its raw String
- representation; use instead.
+ representation; use #SDK_INT instead.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION.SDK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -352,11 +433,20 @@
Android.OS.BuildVersionCodes
- The user-visible SDK version of the framework; its possible
- values are defined in T:Android.OS.Build+VERSION_CODES.
+ The SDK version of the software currently running on this hardware
+ device.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION.SDK_INT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -381,10 +471,19 @@
System.String
- To be added.
+ The user-visible security patch level.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION.SECURITY_PATCH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/Build+VERSION_CODES.xml b/docs/Mono.Android/en/Android.OS/Build+VERSION_CODES.xml
index bb2b054704..588498b04b 100644
--- a/docs/Mono.Android/en/Android.OS/Build+VERSION_CODES.xml
+++ b/docs/Mono.Android/en/Android.OS/Build+VERSION_CODES.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.os.Build.VERSION_CODES.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -103,9 +107,18 @@
1
- October 2008: The original, first, version of Android.
+ The original, first, version of Android.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.BASE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -135,9 +148,18 @@
2
- February 2009: First Android update, officially called 1.
+ First Android update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.BASE_1_1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,9 +189,18 @@
3
- May 2009: Android 1.
+ C.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.CUPCAKE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -200,9 +231,18 @@
10000
Magic version number for a current development build, which has
- not yet turned into an official release.
+ not yet turned into an official release.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.CUR_DEVELOPMENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -232,9 +272,18 @@
4
- September 2009: Android 1.
+ D.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.DONUT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +313,18 @@
5
- November 2009: Android 2.
+ E.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.ECLAIR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -296,9 +354,18 @@
6
- December 2009: Android 2.
+ E incremental update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.ECLAIR_0_1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -328,9 +395,18 @@
7
- January 2010: Android 2.
+ E MR1.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.ECLAIR_MR1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -360,9 +436,18 @@
8
- June 2010: Android 2.
+ F.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.FROYO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -392,9 +477,18 @@
9
- November 2010: Android 2.
+ G.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.GINGERBREAD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -424,9 +518,18 @@
10
- February 2011: Android 2.
+ G MR1.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.GINGERBREAD_MR1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -456,9 +559,18 @@
11
- February 2011: Android 3.
+ H.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.HONEYCOMB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +600,18 @@
12
- May 2011: Android 3.
+ H MR1.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.HONEYCOMB_MR1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -520,9 +641,18 @@
13
- June 2011: Android 3.
+ H MR2.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.HONEYCOMB_MR2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -552,9 +682,18 @@
14
- October 2011: Android 4.
+ I.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.ICE_CREAM_SANDWICH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -584,9 +723,18 @@
15
- December 2011: Android 4.
+ I MR1.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.ICE_CREAM_SANDWICH_MR1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -616,9 +764,18 @@
16
- June 2012: Android 4.
+ J.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.JELLY_BEAN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -648,9 +805,18 @@
17
- Android 4.
+ J MR1.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.JELLY_BEAN_MR1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -680,9 +846,18 @@
18
- Android 4.
+ J MR2.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.JELLY_BEAN_MR2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -743,9 +918,18 @@
19
- To be added.
+ K.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.KITKAT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -774,9 +958,18 @@
20
- To be added.
+ K for watches.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.KITKAT_WATCH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -805,9 +998,18 @@
21
- To be added.
+ L.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.LOLLIPOP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -836,9 +1038,18 @@
22
- To be added.
+ L MR1.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.LOLLIPOP_MR1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -867,9 +1078,18 @@
23
- To be added.
+ M.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.M.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -898,9 +1118,18 @@
24
- To be added.
+ N.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.N.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -929,9 +1158,18 @@
25
- To be added.
+ N MR1.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.N_MR1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -960,9 +1198,18 @@
26
- To be added.
+ O.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.O.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1238,18 @@
27
- To be added.
+ O MR1.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Build.VERSION_CODES.O_MR1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1022,8 +1278,19 @@
28
- To be added.
- To be added.
+ P.
+
+
+
+ Java documentation for android.os.Build.VERSION_CODES.P.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1051,8 +1318,19 @@
29
- To be added.
- To be added.
+ Q.
+
+
+
+ Java documentation for android.os.Build.VERSION_CODES.Q.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1080,8 +1358,19 @@
30
- To be added.
- To be added.
+ R.
+
+
+
+ Java documentation for android.os.Build.VERSION_CODES.R.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1109,8 +1398,19 @@
31
- To be added.
- To be added.
+ S.
+
+
+
+ Java documentation for android.os.Build.VERSION_CODES.S.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS/CancellationSignal+IOnCancelListener.xml b/docs/Mono.Android/en/Android.OS/CancellationSignal+IOnCancelListener.xml
index cf704b794c..25268644d6 100644
--- a/docs/Mono.Android/en/Android.OS/CancellationSignal+IOnCancelListener.xml
+++ b/docs/Mono.Android/en/Android.OS/CancellationSignal+IOnCancelListener.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.os.CancellationSignal.OnCancelListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -58,9 +62,18 @@
- Called when is invoked.
+ Called when CancellationSignal#cancel is invoked.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.CancellationSignal.OnCancelListener.onCancel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/CombinedVibration+ParallelCombination.xml b/docs/Mono.Android/en/Android.OS/CombinedVibration+ParallelCombination.xml
index b77f325b82..67c954b051 100644
--- a/docs/Mono.Android/en/Android.OS/CombinedVibration+ParallelCombination.xml
+++ b/docs/Mono.Android/en/Android.OS/CombinedVibration+ParallelCombination.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A combination of haptic effects that should be played in multiple vibrators in parallel.
+
+
+
+ Java documentation for android.os.CombinedVibration.ParallelCombination.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -74,9 +85,21 @@
- To be added.
- To be added.
- To be added.
+ Combine all of the added effects into a CombinedVibration.
+ The CombinedVibration resulting from combining the added effects to
+ be played in parallel.
+
+
+
+ Java documentation for android.os.CombinedVibration.ParallelCombination.combine().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS/Debug+InstructionCount.xml b/docs/Mono.Android/en/Android.OS/Debug+InstructionCount.xml
index 628bd81cb5..2463298a8e 100644
--- a/docs/Mono.Android/en/Android.OS/Debug+InstructionCount.xml
+++ b/docs/Mono.Android/en/Android.OS/Debug+InstructionCount.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.os.Debug.InstructionCount.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -114,7 +118,16 @@
Collect instruction counts.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.InstructionCount.collect().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -145,10 +158,19 @@
Return the total number of method-invocation instructions
- executed globally.
+ executed globally.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.InstructionCount.globalMethodInvocations().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -178,11 +200,19 @@
- Return the total number of instructions executed globally (i.e. in
- all threads).
+ Return the total number of instructions executed globally (i.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.InstructionCount.globalTotal().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -244,9 +274,18 @@
Reset counters and ensure counts are running.
- To be added.
+ true if counting was started
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.InstructionCount.resetAndStart().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/Debug+MemoryInfo.xml b/docs/Mono.Android/en/Android.OS/Debug+MemoryInfo.xml
index 441cb8da52..42615bccf4 100644
--- a/docs/Mono.Android/en/Android.OS/Debug+MemoryInfo.xml
+++ b/docs/Mono.Android/en/Android.OS/Debug+MemoryInfo.xml
@@ -32,14 +32,18 @@
This class is used to retrieved various statistics about the memory mappings for this
- process.
+ process.
- Android platform documentation
+ Java documentation for android.os.Debug.MemoryInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -141,10 +145,19 @@
System.Int32
- The private dirty pages used by dalvik.
+ The private dirty pages used by dalvik heap.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.dalvikPrivateDirty.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -169,10 +182,19 @@
System.Int32
- The proportional set size for dalvik.
+ The proportional set size for dalvik heap.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.dalvikPss.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -197,10 +219,19 @@
System.Int32
- The shared dirty pages used by dalvik.
+ The shared dirty pages used by dalvik heap.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.dalvikSharedDirty.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,10 +293,20 @@
To be added.
- To be added.
+ Returns the value of a particular memory statistic or null if no
+ such memory statistic exists.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.getMemoryStat(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -297,7 +338,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.getOtherLabel(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -330,7 +380,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.getOtherPrivateDirty(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -363,7 +422,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.getOtherPss(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -396,7 +464,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.getOtherSharedDirty(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -455,10 +532,20 @@
System.Collections.Generic.IDictionary<System.String,System.String>
- To be added.
- To be added.
+ Returns a map of the names/values of the memory statistics
+ that #getMemoryStat(String) supports.
+ a map of the names/values of the supported memory statistics.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.getMemoryStats().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -485,7 +572,16 @@
The private dirty pages used by the native heap.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.nativePrivateDirty.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -513,7 +609,16 @@
The proportional set size for the native heap.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.nativePss.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -541,7 +646,16 @@
The shared dirty pages used by the native heap.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.nativeSharedDirty.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -569,7 +683,16 @@
The private dirty pages used by everything else.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.otherPrivateDirty.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -597,7 +720,16 @@
The proportional set size for everything else.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.otherPss.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -625,7 +757,16 @@
The shared dirty pages used by everything else.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.otherSharedDirty.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -744,10 +885,19 @@
System.Int32
- To be added.
+ Return total shared clean memory usage in kB.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.getTotalPrivateClean().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -774,7 +924,16 @@
Return total private dirty memory usage in kB.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.getTotalPrivateDirty().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -802,7 +961,16 @@
Return total PSS memory usage in kB.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.getTotalPss().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -827,10 +995,19 @@
System.Int32
- To be added.
+ Return total shared clean memory usage in kB.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.getTotalSharedClean().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -857,7 +1034,16 @@
Return total shared dirty memory usage in kB.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.getTotalSharedDirty().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -882,10 +1068,20 @@
System.Int32
- To be added.
+ Return total PSS memory usage in kB mapping a file of one of the following extension:
+ .
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Debug.MemoryInfo.getTotalSwappablePss().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/DropBoxManager+Entry.xml b/docs/Mono.Android/en/Android.OS/DropBoxManager+Entry.xml
index 11d3f08f23..d5197d4b06 100644
--- a/docs/Mono.Android/en/Android.OS/DropBoxManager+Entry.xml
+++ b/docs/Mono.Android/en/Android.OS/DropBoxManager+Entry.xml
@@ -38,10 +38,14 @@
- Android platform documentation
+ Java documentation for android.os.DropBoxManager.Entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -94,7 +98,16 @@
To be added.
Create a new empty Entry with no contents.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.DropBoxManager.Entry.DropBoxManager$Entry(java.lang.String, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,7 +139,16 @@
To be added.
Create a new Entry with plain text contents.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.DropBoxManager.Entry.DropBoxManager$Entry(java.lang.String, long, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,7 +189,16 @@
To be added.
Create a new Entry with streaming data contents.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.DropBoxManager.Entry.DropBoxManager$Entry(java.lang.String, long, android.os.ParcelFileDescriptor, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -208,7 +239,16 @@
To be added.
Create a new Entry with the contents read from a file.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.DropBoxManager.Entry.DropBoxManager$Entry(java.lang.String, long, java.io.File, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -250,7 +290,16 @@
To be added.
Create a new Entry with byte array contents.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.DropBoxManager.Entry.DropBoxManager$Entry(java.lang.String, long, byte[], int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,7 +330,16 @@
Close the input stream associated with this entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.DropBoxManager.Entry.close().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -370,9 +428,18 @@
- To be added.
+ flags describing the content returned by #getInputStream().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.DropBoxManager.Entry.getFlags().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -403,9 +470,18 @@
of string to return (will truncate at this length).
- To be added.
+ the uncompressed text contents of the entry, null if the entry is not text.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.DropBoxManager.Entry.getText(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -432,9 +508,18 @@
- To be added.
+ the uncompressed contents of the entry, or null if the contents were lost
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.DropBoxManager.Entry.getInputStream().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -496,9 +581,18 @@
- To be added.
+ the tag originally attached to the entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.DropBoxManager.Entry.getTag().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -587,9 +681,18 @@
- To be added.
+ time when the entry was originally created.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.DropBoxManager.Entry.getTimeMillis().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/FileObserver.xml b/docs/Mono.Android/en/Android.OS/FileObserver.xml
index d331a4b4e3..d97558f322 100644
--- a/docs/Mono.Android/en/Android.OS/FileObserver.xml
+++ b/docs/Mono.Android/en/Android.OS/FileObserver.xml
@@ -18,7 +18,9 @@
- Monitors files (using <a href="http://en.
+ Monitors files (using inotify)
+ to fire an event after files are accessed or changed by any process on
+ the device (including this one).
diff --git a/docs/Mono.Android/en/Android.OS/FileUtils+IProgressListener.xml b/docs/Mono.Android/en/Android.OS/FileUtils+IProgressListener.xml
index 7be003556b..0e0c550524 100644
--- a/docs/Mono.Android/en/Android.OS/FileUtils+IProgressListener.xml
+++ b/docs/Mono.Android/en/Android.OS/FileUtils+IProgressListener.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ Listener that is called periodically as progress is made.
+
+
+
+ Java documentation for android.os.FileUtils.ProgressListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS/Handler+ICallback.xml b/docs/Mono.Android/en/Android.OS/Handler+ICallback.xml
index e97b35eb66..13b93373f8 100644
--- a/docs/Mono.Android/en/Android.OS/Handler+ICallback.xml
+++ b/docs/Mono.Android/en/Android.OS/Handler+ICallback.xml
@@ -26,14 +26,18 @@
Callback interface you can use when instantiating a Handler to avoid
- having to implement your own subclass of Handler.
+ having to implement your own subclass of Handler.
- Android platform documentation
+ Java documentation for android.os.Handler.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -61,12 +65,21 @@
- To be added.
+ A android.os.Message Message object
- To be added.
+ True if no further handling is desired
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Handler.Callback.handleMessage(android.os.Message).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/HandlerThread.xml b/docs/Mono.Android/en/Android.OS/HandlerThread.xml
index a45473adc0..9a09347894 100644
--- a/docs/Mono.Android/en/Android.OS/HandlerThread.xml
+++ b/docs/Mono.Android/en/Android.OS/HandlerThread.xml
@@ -115,9 +115,8 @@
- To be added.
- To be added.
- priority The priority to run the thread at. The value supplied must be from
+ name
+ The priority to run the thread at. The value supplied must be from
android.os.Process and not from java.lang.Thread.
Constructs a HandlerThread.
diff --git a/docs/Mono.Android/en/Android.OS/IBinderDeathRecipient.xml b/docs/Mono.Android/en/Android.OS/IBinderDeathRecipient.xml
index 4afd9be06b..d41b17e45e 100644
--- a/docs/Mono.Android/en/Android.OS/IBinderDeathRecipient.xml
+++ b/docs/Mono.Android/en/Android.OS/IBinderDeathRecipient.xml
@@ -26,14 +26,18 @@
Interface for receiving a callback when the process hosting an IBinder
- has gone away.
+ has gone away.
- Android platform documentation
+ Java documentation for android.os.IBinder.DeathRecipient.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/IParcelableClassLoaderCreator.xml b/docs/Mono.Android/en/Android.OS/IParcelableClassLoaderCreator.xml
index 03a512d61d..87689a2256 100644
--- a/docs/Mono.Android/en/Android.OS/IParcelableClassLoaderCreator.xml
+++ b/docs/Mono.Android/en/Android.OS/IParcelableClassLoaderCreator.xml
@@ -32,15 +32,19 @@
- Specialization of that allows you to receive the
- ClassLoader the object is being created in.
+ Specialization of Creator that allows you to receive the
+ ClassLoader the object is being created in.
- Android platform documentation
+ Java documentation for android.os.Parcelable.ClassLoaderCreator.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,11 +76,21 @@
The Parcel to read the object's data from.
The ClassLoader that this object is being created in.
Create a new instance of the Parcelable class, instantiating it
- from the given Parcel whose data had previously been written and
- using the given ClassLoader.
- To be added.
+ from the given Parcel whose data had previously been written by
+ Parcelable#writeToParcel Parcelable.writeToParcel() and
+ using the given ClassLoader.
+ Returns a new instance of the Parcelable class.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Parcelable.ClassLoaderCreator.createFromParcel(android.os.Parcel, java.lang.ClassLoader).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/IParcelableCreator.xml b/docs/Mono.Android/en/Android.OS/IParcelableCreator.xml
index d723d8a435..e7a37b74cb 100644
--- a/docs/Mono.Android/en/Android.OS/IParcelableCreator.xml
+++ b/docs/Mono.Android/en/Android.OS/IParcelableCreator.xml
@@ -30,14 +30,18 @@
Interface that must be implemented and provided as a public CREATOR
- field that generates instances of your Parcelable class from a Parcel.
+ field that generates instances of your Parcelable class from a Parcel.
- Android platform documentation
+ Java documentation for android.os.Parcelable.Creator.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -66,10 +70,21 @@
The Parcel to read the object's data from.
- Create a new instance of the Parcelable class.
- To be added.
+ Create a new instance of the Parcelable class, instantiating it
+ from the given Parcel whose data had previously been written by
+ Parcelable#writeToParcel Parcelable.writeToParcel().
+ Returns a new instance of the Parcelable class.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Parcelable.Creator.createFromParcel(android.os.Parcel).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -99,9 +114,19 @@
Size of the array.
Create a new array of the Parcelable class.
- To be added.
+ Returns an array of the Parcelable class, with every entry
+ initialized to null.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.Parcelable.Creator.newArray(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/MessageQueue+IIdleHandler.xml b/docs/Mono.Android/en/Android.OS/MessageQueue+IIdleHandler.xml
index d05f8f54ec..4c1dec8658 100644
--- a/docs/Mono.Android/en/Android.OS/MessageQueue+IIdleHandler.xml
+++ b/docs/Mono.Android/en/Android.OS/MessageQueue+IIdleHandler.xml
@@ -26,14 +26,18 @@
Callback interface for discovering when a thread is going to block
- waiting for more messages.
+ waiting for more messages.
- Android platform documentation
+ Java documentation for android.os.MessageQueue.IdleHandler.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -60,10 +64,19 @@
Called when the message queue has run out of messages and will now
- wait for more.
+ wait for more.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.MessageQueue.IdleHandler.queueIdle().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/MessageQueue+IOnFileDescriptorEventListener.xml b/docs/Mono.Android/en/Android.OS/MessageQueue+IOnFileDescriptorEventListener.xml
index e23a0bc1cc..9f63348174 100644
--- a/docs/Mono.Android/en/Android.OS/MessageQueue+IOnFileDescriptorEventListener.xml
+++ b/docs/Mono.Android/en/Android.OS/MessageQueue+IOnFileDescriptorEventListener.xml
@@ -25,14 +25,18 @@
- To be added.
+ A listener which is invoked when file descriptor related events occur.
- Android platform documentation
+ Java documentation for android.os.MessageQueue.OnFileDescriptorEventListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -67,12 +71,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The file descriptor.
+ The set of events that occurred: a combination of the
+ #EVENT_INPUT, #EVENT_OUTPUT, and #EVENT_ERROR event masks.
+ Called when a file descriptor receives events.
+ The new set of events to watch, or 0 to unregister the listener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.MessageQueue.OnFileDescriptorEventListener.onFileDescriptorEvents(java.io.FileDescriptor, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseInputStream.xml b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseInputStream.xml
index 385b7119fd..e6dc5ac6cb 100644
--- a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseInputStream.xml
+++ b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseInputStream.xml
@@ -19,14 +19,19 @@
An InputStream you can create on a ParcelFileDescriptor, which will
- take care of calling for you when the stream is closed.
+ take care of calling ParcelFileDescriptor#close
+ ParcelFileDescriptor.close() for you when the stream is closed.
- Android platform documentation
+ Java documentation for android.os.ParcelFileDescriptor.AutoCloseInputStream.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseOutputStream.xml b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseOutputStream.xml
index 41dfd40575..b9c10890e0 100644
--- a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseOutputStream.xml
+++ b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+AutoCloseOutputStream.xml
@@ -19,14 +19,19 @@
An OutputStream you can create on a ParcelFileDescriptor, which will
- take care of calling for you when the stream is closed.
+ take care of calling ParcelFileDescriptor#close
+ ParcelFileDescriptor.close() for you when the stream is closed.
- Android platform documentation
+ Java documentation for android.os.ParcelFileDescriptor.AutoCloseOutputStream.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+FileDescriptorDetachedException.xml b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+FileDescriptorDetachedException.xml
index c0f00c2b6e..043fb3ca23 100644
--- a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+FileDescriptorDetachedException.xml
+++ b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+FileDescriptorDetachedException.xml
@@ -18,14 +18,18 @@
- To be added.
+ Exception that indicates that the file descriptor was detached.
- Android platform documentation
+ Java documentation for android.os.ParcelFileDescriptor.FileDescriptorDetachedException.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+IOnCloseListener.xml b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+IOnCloseListener.xml
index 86f9233019..ed413304e8 100644
--- a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+IOnCloseListener.xml
+++ b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor+IOnCloseListener.xml
@@ -25,14 +25,18 @@
- To be added.
+ Callback indicating that a ParcelFileDescriptor has been closed.
- Android platform documentation
+ Java documentation for android.os.ParcelFileDescriptor.OnCloseListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -59,10 +63,26 @@
- To be added.
- To be added.
+ error state, or null if closed cleanly.
+ If the close event was the result of
+ ParcelFileDescriptor#detachFd(), this will be a
+ FileDescriptorDetachedException. After detach the
+ remote side may continue reading/writing to the underlying
+ FileDescriptor, but they can no longer deliver
+ reliable close/error events.
+ Event indicating the ParcelFileDescriptor to which this listener was
+ attached has been closed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.ParcelFileDescriptor.OnCloseListener.onClose(java.io.IOException).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml
index 706bb91bda..ffe1dad209 100644
--- a/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml
+++ b/docs/Mono.Android/en/Android.OS/ParcelFileDescriptor.xml
@@ -1249,7 +1249,7 @@
Additional flags about how the object should be written.
May be 0 or .
- [TODO: @inheritDoc]
+ To be added
If Parcelable#PARCELABLE_WRITE_RETURN_VALUE is set in flags,
the file descriptor will be closed after a copy is written to the Parcel.
diff --git a/docs/Mono.Android/en/Android.OS/PerformanceHintManager+Session.xml b/docs/Mono.Android/en/Android.OS/PerformanceHintManager+Session.xml
index eeedd30deb..030ee46b03 100644
--- a/docs/Mono.Android/en/Android.OS/PerformanceHintManager+Session.xml
+++ b/docs/Mono.Android/en/Android.OS/PerformanceHintManager+Session.xml
@@ -31,8 +31,20 @@
- To be added.
- To be added.
+ A Session represents a group of threads with an inter-related workload such that hints for
+ their performance should be considered as a unit.
+
+
+
+ Java documentation for android.os.PerformanceHintManager.Session.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -80,8 +92,19 @@
- To be added.
- To be added.
+ Ends the current hint session.
+
+
+
+ Java documentation for android.os.PerformanceHintManager.Session.close().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -139,9 +162,21 @@
- To be added.
- To be added.
- To be added.
+ how long the thread group took to complete its last task in
+ nanoseconds
+ Reports the actual duration for the last cycle of work.
+
+
+
+ Java documentation for android.os.PerformanceHintManager.Session.reportActualWorkDuration(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -225,9 +260,20 @@
- To be added.
- To be added.
- To be added.
+ the new desired duration in nanoseconds
+ Updates this session's target duration for each cycle of work.
+
+
+
+ Java documentation for android.os.PerformanceHintManager.Session.updateTargetWorkDuration(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS/PowerManager+IOnThermalStatusChangedListener.xml b/docs/Mono.Android/en/Android.OS/PowerManager+IOnThermalStatusChangedListener.xml
index 0ba9dd893c..9dd37dee60 100644
--- a/docs/Mono.Android/en/Android.OS/PowerManager+IOnThermalStatusChangedListener.xml
+++ b/docs/Mono.Android/en/Android.OS/PowerManager+IOnThermalStatusChangedListener.xml
@@ -25,8 +25,22 @@
- To be added.
- To be added.
+ Listener passed to
+ PowerManager#addThermalStatusListener and
+ PowerManager#removeThermalStatusListener
+ to notify caller of thermal status has changed.
+
+
+
+ Java documentation for android.os.PowerManager.OnThermalStatusChangedListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -59,9 +73,20 @@
- To be added.
- To be added.
- To be added.
+ defined in android.os.Temperature.
+ Called when overall thermal throttling status changed.
+
+
+
+ Java documentation for android.os.PowerManager.OnThermalStatusChangedListener.onThermalStatusChanged(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS/PowerManager+WakeLock.xml b/docs/Mono.Android/en/Android.OS/PowerManager+WakeLock.xml
index 0720991abb..befe8fd2e5 100644
--- a/docs/Mono.Android/en/Android.OS/PowerManager+WakeLock.xml
+++ b/docs/Mono.Android/en/Android.OS/PowerManager+WakeLock.xml
@@ -19,14 +19,18 @@
A wake lock is a mechanism to indicate that your application needs
- to have the device stay on.
+ to have the device stay on.
- Android platform documentation
+ Java documentation for android.os.PowerManager.WakeLock.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -77,7 +81,16 @@
Acquires the wake lock.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.PowerManager.WakeLock.acquire().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -105,11 +118,19 @@
- The timeout after which to release the wake lock, in milliseconds.
-
+ The timeout after which to release the wake lock, in milliseconds.
Acquires the wake lock with a timeout.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.PowerManager.WakeLock.acquire(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -135,9 +156,18 @@
Returns true if the wake lock has been acquired but not yet released.
- To be added.
+ True if the wake lock is held.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.PowerManager.WakeLock.isHeld().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -196,7 +226,16 @@
Releases the wake lock.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.PowerManager.WakeLock.release().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -231,10 +270,21 @@
- To be added.
- To be added.
+ Combination of flag values to modify the release behavior.
+ Currently only #RELEASE_FLAG_WAIT_FOR_NO_PROXIMITY is supported.
+ Passing 0 is equivalent to calling #release().
+ Releases the wake lock with flags to modify the release behavior.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.PowerManager.WakeLock.release(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,11 +312,19 @@
True to make the wake lock reference counted, false to
- make the wake lock non-reference counted.
-
+ make the wake lock non-reference counted.
Sets whether this WakeLock is reference counted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.PowerManager.WakeLock.setReferenceCounted(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -294,11 +352,19 @@
- The work source, or null if none.
-
+ The work source, or null if none.
Sets the work source associated with the wake lock.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.PowerManager.WakeLock.setWorkSource(android.os.WorkSource).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/RecoverySystem+IProgressListener.xml b/docs/Mono.Android/en/Android.OS/RecoverySystem+IProgressListener.xml
index 13773e30a7..5c8e407ac0 100644
--- a/docs/Mono.Android/en/Android.OS/RecoverySystem+IProgressListener.xml
+++ b/docs/Mono.Android/en/Android.OS/RecoverySystem+IProgressListener.xml
@@ -26,14 +26,18 @@
Interface definition for a callback to be invoked regularly as
- verification proceeds.
+ verification proceeds.
- Android platform documentation
+ Java documentation for android.os.RecoverySystem.ProgressListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -62,12 +66,20 @@
the approximate percentage of the
- verification that has been completed, ranging from 0
- to 100 (inclusive).
-
+ verification that has been completed, ranging from 0
+ to 100 (inclusive).
Called periodically as the verification progresses.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.os.RecoverySystem.ProgressListener.onProgress(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/RemoteException.xml b/docs/Mono.Android/en/Android.OS/RemoteException.xml
index d26a539ff4..caca6103f7 100644
--- a/docs/Mono.Android/en/Android.OS/RemoteException.xml
+++ b/docs/Mono.Android/en/Android.OS/RemoteException.xml
@@ -163,9 +163,20 @@
- To be added.
+ Rethrow this as an unchecked runtime exception.
To be added.
- To be added.
+
+
+
+ Java documentation for android.os.RemoteException.rethrowAsRuntimeException().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -189,9 +200,20 @@
- To be added.
+ Rethrow this exception when we know it came from the system server.
To be added.
- To be added.
+
+
+
+ Java documentation for android.os.RemoteException.rethrowFromSystemServer().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS/StrictMode+IOnThreadViolationListener.xml b/docs/Mono.Android/en/Android.OS/StrictMode+IOnThreadViolationListener.xml
index 164ba29eef..c8b06a60b0 100644
--- a/docs/Mono.Android/en/Android.OS/StrictMode+IOnThreadViolationListener.xml
+++ b/docs/Mono.Android/en/Android.OS/StrictMode+IOnThreadViolationListener.xml
@@ -25,8 +25,20 @@
- To be added.
- To be added.
+ When #ThreadPolicy.Builder#penaltyListener is enabled, the listener is called on the
+ provided executor when a Thread violation occurs.
+
+
+
+ Java documentation for android.os.StrictMode.OnThreadViolationListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -53,8 +65,19 @@
To be added.
- To be added.
- To be added.
+ Called on a thread policy violation.
+
+
+
+ Java documentation for android.os.StrictMode.OnThreadViolationListener.onThreadViolation(android.os.strictmode.Violation).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS/StrictMode+IOnVmViolationListener.xml b/docs/Mono.Android/en/Android.OS/StrictMode+IOnVmViolationListener.xml
index 50cfa79fb5..8caecfd930 100644
--- a/docs/Mono.Android/en/Android.OS/StrictMode+IOnVmViolationListener.xml
+++ b/docs/Mono.Android/en/Android.OS/StrictMode+IOnVmViolationListener.xml
@@ -25,8 +25,20 @@
- To be added.
- To be added.
+ When #VmPolicy.Builder#penaltyListener is enabled, the listener is called on the
+ provided executor when a VM violation occurs.
+
+
+
+ Java documentation for android.os.StrictMode.OnVmViolationListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -53,8 +65,19 @@
To be added.
- To be added.
- To be added.
+ Called on a VM policy violation.
+
+
+
+ Java documentation for android.os.StrictMode.OnVmViolationListener.onVmViolation(android.os.strictmode.Violation).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS/StrictMode+ThreadPolicy.xml b/docs/Mono.Android/en/Android.OS/StrictMode+ThreadPolicy.xml
index a90af2e823..b8794625c3 100644
--- a/docs/Mono.Android/en/Android.OS/StrictMode+ThreadPolicy.xml
+++ b/docs/Mono.Android/en/Android.OS/StrictMode+ThreadPolicy.xml
@@ -19,14 +19,18 @@
- policy applied to a certain thread.
+ StrictMode policy applied to a certain thread.
- Android platform documentation
+ Java documentation for android.os.StrictMode.ThreadPolicy.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/StrictMode+VmPolicy.xml b/docs/Mono.Android/en/Android.OS/StrictMode+VmPolicy.xml
index cbd1a09b31..a312b15ea7 100644
--- a/docs/Mono.Android/en/Android.OS/StrictMode+VmPolicy.xml
+++ b/docs/Mono.Android/en/Android.OS/StrictMode+VmPolicy.xml
@@ -19,14 +19,18 @@
- policy applied to all threads in the virtual machine's process.
+ StrictMode policy applied to all threads in the virtual machine's process.
- Android platform documentation
+ Java documentation for android.os.StrictMode.VmPolicy.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.OS/UserManager+UserOperationException.xml b/docs/Mono.Android/en/Android.OS/UserManager+UserOperationException.xml
index e4aaa2399e..eebd6d01b7 100644
--- a/docs/Mono.Android/en/Android.OS/UserManager+UserOperationException.xml
+++ b/docs/Mono.Android/en/Android.OS/UserManager+UserOperationException.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Thrown to indicate user operation failed.
+
+
+
+ Java documentation for android.os.UserManager.UserOperationException.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -150,9 +161,20 @@
Android.OS.UserOperationResultCode
- To be added.
+ Returns the operation result code.
To be added.
- To be added.
+
+
+
+ Java documentation for android.os.UserManager.UserOperationException.getUserOperationResult().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS/VibrationAttributes+Builder.xml b/docs/Mono.Android/en/Android.OS/VibrationAttributes+Builder.xml
index a8fa542e29..c7a4797d45 100644
--- a/docs/Mono.Android/en/Android.OS/VibrationAttributes+Builder.xml
+++ b/docs/Mono.Android/en/Android.OS/VibrationAttributes+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder class for VibrationAttributes objects.
+
+
+
+ Java documentation for android.os.VibrationAttributes.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Constructs a new Builder with the defaults.
+
+
+
+ Java documentation for android.os.VibrationAttributes.Builder.VibrationAttributes$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -64,8 +86,19 @@
To be added.
- To be added.
- To be added.
+ Constructs a new Builder from a given VibrationAttributes.
+
+
+
+ Java documentation for android.os.VibrationAttributes.Builder.VibrationAttributes$Builder(android.os.VibrationAttributes).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -89,9 +122,21 @@
- To be added.
- To be added.
- To be added.
+ Combines all of the attributes that have been set and returns a new
+ VibrationAttributes object.
+ a new VibrationAttributes object
+
+
+
+ Java documentation for android.os.VibrationAttributes.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.OS/VibrationEffect+Composition.xml b/docs/Mono.Android/en/Android.OS/VibrationEffect+Composition.xml
index 7972c028a9..d874a89850 100644
--- a/docs/Mono.Android/en/Android.OS/VibrationEffect+Composition.xml
+++ b/docs/Mono.Android/en/Android.OS/VibrationEffect+Composition.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A composition of haptic primitives that, when combined, create a single haptic effect.
+
+
+
+ Java documentation for android.os.VibrationEffect.Composition.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -136,9 +147,20 @@
- To be added.
- To be added.
- To be added.
+ Compose all of the added primitives together into a single VibrationEffect.
+ The VibrationEffect resulting from the composition of the primitives.
+
+
+
+ Java documentation for android.os.VibrationEffect.Composition.compose().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -195,8 +217,19 @@
1
- To be added.
- To be added.
+ This effect should produce a sharp, crisp click sensation.
+
+
+
+ Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_CLICK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -224,8 +257,20 @@
8
- To be added.
- To be added.
+ This very short low frequency effect should produce a light crisp sensation
+ intended to be used repetitively for dynamic feedback.
+
+
+
+ Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_LOW_TICK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -253,8 +298,19 @@
6
- To be added.
- To be added.
+ A haptic effect that simulates quick downwards movement with gravity.
+
+
+
+ Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_QUICK_FALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -282,8 +338,19 @@
4
- To be added.
- To be added.
+ A haptic effect that simulates quick upward movement against gravity.
+
+
+
+ Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_QUICK_RISE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -311,8 +378,19 @@
5
- To be added.
- To be added.
+ A haptic effect that simulates slow upward movement against gravity.
+
+
+
+ Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_SLOW_RISE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -340,8 +418,19 @@
3
- To be added.
- To be added.
+ A haptic effect that simulates spinning momentum.
+
+
+
+ Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_SPIN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -369,8 +458,19 @@
2
- To be added.
- To be added.
+ A haptic effect that simulates downwards movement with gravity.
+
+
+
+ Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_THUD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -398,8 +498,20 @@
7
- To be added.
- To be added.
+ This very short effect should produce a light crisp sensation intended
+ to be used repetitively for dynamic feedback.
+
+
+
+ Java documentation for android.os.VibrationEffect.Composition.PRIMITIVE_TICK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Opengl/ETC1Util+ETC1Texture.xml b/docs/Mono.Android/en/Android.Opengl/ETC1Util+ETC1Texture.xml
index 06d70d8393..88bb0e5f2e 100644
--- a/docs/Mono.Android/en/Android.Opengl/ETC1Util+ETC1Texture.xml
+++ b/docs/Mono.Android/en/Android.Opengl/ETC1Util+ETC1Texture.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.opengl.ETC1Util.ETC1Texture.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,9 +111,18 @@
Get the compressed data of the texture.
- To be added.
+ the texture data.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.opengl.ETC1Util.ETC1Texture.getData().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -135,9 +148,18 @@
Get the height of the texture in pixels.
- To be added.
+ the width of the texture in pixels.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.opengl.ETC1Util.ETC1Texture.getHeight().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -256,9 +278,18 @@
Get the width of the texture in pixels.
- To be added.
+ the width of the texture in pixels.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.opengl.ETC1Util.ETC1Texture.getWidth().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Opengl/ETC1Util.xml b/docs/Mono.Android/en/Android.Opengl/ETC1Util.xml
index 5e2af7ddc9..83f6834970 100644
--- a/docs/Mono.Android/en/Android.Opengl/ETC1Util.xml
+++ b/docs/Mono.Android/en/Android.Opengl/ETC1Util.xml
@@ -328,7 +328,7 @@
- Java documentation for android.opengl.ETC1Util.loadTexture(int, int, int, int, int, android.opengl.ETC1Texture).
+ Java documentation for android.opengl.ETC1Util.loadTexture(int, int, int, int, int, java.io.InputStream).
diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLConfigChooser.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLConfigChooser.xml
index 3e9a92cd68..9d88bd6d07 100644
--- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLConfigChooser.xml
+++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLConfigChooser.xml
@@ -26,14 +26,18 @@
An interface for choosing an EGLConfig configuration from a list of
- potential configurations.
+ potential configurations.
- Android platform documentation
+ Java documentation for android.opengl.GLSurfaceView.EGLConfigChooser.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -65,9 +69,18 @@
the EGL10 for the current display.
the current display.
Choose a configuration from the list.
- To be added.
+ the chosen configuration.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.opengl.GLSurfaceView.EGLConfigChooser.chooseConfig(javax.microedition.khronos.egl.EGL10, javax.microedition.khronos.egl.EGLDisplay).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLContextFactory.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLContextFactory.xml
index c7e232cc07..0204abcacf 100644
--- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLContextFactory.xml
+++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLContextFactory.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.opengl.GLSurfaceView.EGLContextFactory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLWindowSurfaceFactory.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLWindowSurfaceFactory.xml
index 010e922fc5..ac68320279 100644
--- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLWindowSurfaceFactory.xml
+++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IEGLWindowSurfaceFactory.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.opengl.GLSurfaceView.EGLWindowSurfaceFactory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -69,9 +73,18 @@
To be added.
- To be added.
+ null if the surface cannot be constructed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.opengl.GLSurfaceView.EGLWindowSurfaceFactory.createWindowSurface(javax.microedition.khronos.egl.EGL10, javax.microedition.khronos.egl.EGLDisplay, javax.microedition.khronos.egl.EGLConfig, java.lang.Object).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IGLWrapper.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IGLWrapper.xml
index 8c4811d85b..440464a5fa 100644
--- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IGLWrapper.xml
+++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IGLWrapper.xml
@@ -62,9 +62,18 @@
a GL interface that is to be wrapped.
Wraps a gl interface in another gl interface.
- To be added.
+ either the input argument or another GL object that wraps the input argument.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.opengl.GLSurfaceView.GLWrapper.wrap(javax.microedition.khronos.opengles.GL).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IRenderer.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IRenderer.xml
index 9bb0a776d5..79fcf3acf7 100644
--- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IRenderer.xml
+++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView+IRenderer.xml
@@ -29,10 +29,14 @@
- Android platform documentation
+ Java documentation for android.opengl.GLSurfaceView.Renderer.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,14 +134,22 @@
- the GL interface. Use instanceof to
- test if the interface supports GL11 or higher interfaces.
+ the GL interface. Use <code>instanceof</code> to
+ test if the interface supports GL11 or higher interfaces.
the EGLConfig of the created surface. Can be used
- to create matching pbuffers.
-
+ to create matching pbuffers.
Called when the surface is created or recreated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.opengl.GLSurfaceView.Renderer.onSurfaceCreated(javax.microedition.khronos.opengles.GL10, javax.microedition.khronos.egl.EGLConfig).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView.xml b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView.xml
index 846452b881..66fd00cb08 100644
--- a/docs/Mono.Android/en/Android.Opengl/GLSurfaceView.xml
+++ b/docs/Mono.Android/en/Android.Opengl/GLSurfaceView.xml
@@ -767,14 +767,14 @@
- To be added.
+ needDepth
Install a config chooser which will choose a config
- with at least the specified depthSize and stencilSize,
- and exactly the specified redSize, greenSize, blueSize and alphaSize.
+ as close to 16-bit RGB as possible, with or without an optional depth
+ buffer as close to 16-bits as possible.
- Java documentation for android.opengl.GLSurfaceView.setEGLConfigChooser(int, int, int, int, int, int).
+ Java documentation for android.opengl.GLSurfaceView.setEGLConfigChooser(boolean).
diff --git a/docs/Mono.Android/en/Android.Opengl/GLU.xml b/docs/Mono.Android/en/Android.Opengl/GLU.xml
index 8f3762dec5..7855ba32b9 100644
--- a/docs/Mono.Android/en/Android.Opengl/GLU.xml
+++ b/docs/Mono.Android/en/Android.Opengl/GLU.xml
@@ -210,14 +210,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ gl
+ left
+ right
+ bottom
+ top
Set up a 2D orthographic projection matrix
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.opengl.GLU.gluOrtho2D(javax.microedition.khronos.opengles.GL10, float, float, float, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Opengl/GLUtils.xml b/docs/Mono.Android/en/Android.Opengl/GLUtils.xml
index 6492d94711..175dc07bca 100644
--- a/docs/Mono.Android/en/Android.Opengl/GLUtils.xml
+++ b/docs/Mono.Android/en/Android.Opengl/GLUtils.xml
@@ -99,10 +99,9 @@
- To be added.
- the internal format of the bitmap.
+ bitmap
return the internal format as defined by OpenGL ES of the supplied bitmap.
- To be added.
+ the internal format of the bitmap.
@@ -141,11 +140,10 @@
- To be added.
- the OpenGL ES type of the bitmap.
+ bitmap
Return the type as defined by OpenGL ES of the supplied bitmap, if there
is one.
- To be added.
+ the OpenGL ES type of the bitmap.
@@ -219,12 +217,10 @@
- To be added.
- To be added.
- To be added.
- To be added.
- level
- border
+ target
+ level
+ bitmap
+ border
A version of texImage2D that determines the internalFormat and type
automatically.
@@ -269,14 +265,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ target
+ level
+ internalformat
+ bitmap
+ border
Calls glTexImage2D() on the current OpenGL context.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.opengl.GLUtils.texImage2D(int, int, int, android.graphics.Bitmap, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -309,15 +314,12 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- level
- bitmap
- border
+ target
+ level
+ internalformat
+ bitmap
+ type
+ border
A version of texImage2D() that takes an explicit type parameter
as defined by the OpenGL ES specification.
@@ -362,14 +364,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- Calls glTexSubImage2D() on the current OpenGL context.
+ target
+ level
+ xoffset
+ yoffset
+ bitmap
+ Calls glTexSubImage2D() on the current OpenGL context.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.opengl.GLUtils.texSubImage2D(int, int, int, int, android.graphics.Bitmap).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -403,16 +414,13 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
To be added.
- To be added.
- level
- yoffset
- type
+ target
+ level
+ xoffset
+ yoffset
+ bitmap
+ type
A version of texSubImage2D() that takes an explicit type parameter
as defined by the OpenGL ES specification.
diff --git a/docs/Mono.Android/en/Android.Opengl/Matrix.xml b/docs/Mono.Android/en/Android.Opengl/Matrix.xml
index d1f48899af..2257d73a96 100644
--- a/docs/Mono.Android/en/Android.Opengl/Matrix.xml
+++ b/docs/Mono.Android/en/Android.Opengl/Matrix.xml
@@ -125,18 +125,15 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
the float array that holds the output perspective matrix
the offset into float array m where the perspective
matrix data is written
- right
- top
- far
+ left
+ right
+ bottom
+ top
+ near
+ far
Defines a projection matrix in terms of six clip planes.
@@ -422,16 +419,25 @@
returns the result
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ mOffset
+ left
+ right
+ bottom
+ top
+ near
+ far
Computes an orthographic projection matrix.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.opengl.Matrix.orthoM(float[], int, float, float, float, float, float, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -464,14 +470,13 @@
- To be added.
- To be added.
the float array that holds the perspective matrix
the offset into float array m where the perspective
matrix data is written
field of view in y direction, in degrees
width to height aspect ratio of the viewport
- zFar
+ zNear
+ zFar
Defines a projection matrix in terms of a field of view angle, an
aspect ratio, and z clip planes.
diff --git a/docs/Mono.Android/en/Android.Preferences/DialogPreference.xml b/docs/Mono.Android/en/Android.Preferences/DialogPreference.xml
index 80c3abc18b..bdcd2034be 100644
--- a/docs/Mono.Android/en/Android.Preferences/DialogPreference.xml
+++ b/docs/Mono.Android/en/Android.Preferences/DialogPreference.xml
@@ -658,7 +658,7 @@
- [TODO: @inheritDoc]
+ To be added
diff --git a/docs/Mono.Android/en/Android.Preferences/Preference+BaseSavedState.xml b/docs/Mono.Android/en/Android.Preferences/Preference+BaseSavedState.xml
index 95abcbed7d..4afa1703aa 100644
--- a/docs/Mono.Android/en/Android.Preferences/Preference+BaseSavedState.xml
+++ b/docs/Mono.Android/en/Android.Preferences/Preference+BaseSavedState.xml
@@ -22,14 +22,18 @@
- A base class for managing the instance state of a .
+ A base class for managing the instance state of a Preference.
- Android platform documentation
+ Java documentation for android.preference.Preference.BaseSavedState.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceChangeListener.xml b/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceChangeListener.xml
index 57156d3cb1..0e7dd710e4 100644
--- a/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceChangeListener.xml
+++ b/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceChangeListener.xml
@@ -30,15 +30,19 @@
Interface definition for a callback to be invoked when the value of this
- has been changed by the user and is
- about to be set and/or persisted.
+ Preference has been changed by the user and is
+ about to be set and/or persisted.
- Android platform documentation
+ Java documentation for android.preference.Preference.OnPreferenceChangeListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,9 +78,18 @@
The changed Preference.
The new value of the Preference.
Called when a Preference has been changed by the user.
- To be added.
+ True to update the state of the Preference with the new value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.Preference.OnPreferenceChangeListener.onPreferenceChange(android.preference.Preference, java.lang.Object).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceClickListener.xml b/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceClickListener.xml
index 9d3dd43b99..383f2070e3 100644
--- a/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceClickListener.xml
+++ b/docs/Mono.Android/en/Android.Preferences/Preference+IOnPreferenceClickListener.xml
@@ -29,15 +29,19 @@
- Interface definition for a callback to be invoked when a is
- clicked.
+ Interface definition for a callback to be invoked when a Preference is
+ clicked.
- Android platform documentation
+ Java documentation for android.preference.Preference.OnPreferenceClickListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -71,9 +75,18 @@
The Preference that was clicked.
Called when a Preference has been clicked.
- To be added.
+ True if the click was handled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.Preference.OnPreferenceClickListener.onPreferenceClick(android.preference.Preference).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceActivity+Header.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceActivity+Header.xml
index fe97ed2792..ca94c38681 100644
--- a/docs/Mono.Android/en/Android.Preferences/PreferenceActivity+Header.xml
+++ b/docs/Mono.Android/en/Android.Preferences/PreferenceActivity+Header.xml
@@ -39,10 +39,14 @@
- Android platform documentation
+ Java documentation for android.preference.PreferenceActivity.Header.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -103,7 +107,16 @@
Optional text to show as the short title in the bread crumb.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.breadCrumbShortTitle.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -135,7 +148,16 @@
Resource ID of optional text to show as the short title in the bread crumb.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.breadCrumbShortTitleRes.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,7 +189,16 @@
Optional text to show as the title in the bread crumb.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.breadCrumbTitle.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -199,7 +230,16 @@
Resource ID of optional text to show as the title in the bread crumb.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.breadCrumbTitleRes.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -301,7 +341,16 @@
Optional additional data for use by subclasses of PreferenceActivity.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.extras.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -331,10 +380,19 @@
Full class name of the fragment to display when this header is
- selected.
+ selected.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.fragment.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -364,10 +422,19 @@
Optional arguments to supply to the fragment when it is
- instantiated.
+ instantiated.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.fragmentArguments.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -396,10 +463,19 @@
To be added.
- To be added.
+ Return the currently set bread crumb short title.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.getBreadCrumbShortTitle(android.content.res.Resources).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -434,7 +510,16 @@
Return the currently set bread crumb short title.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.getBreadCrumbShortTitle(android.content.res.Resources).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -463,10 +548,19 @@
To be added.
- To be added.
+ Return the currently set bread crumb title.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.getBreadCrumbTitle(android.content.res.Resources).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -501,7 +595,16 @@
Return the currently set bread crumb title.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.getBreadCrumbTitle(android.content.res.Resources).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -530,10 +633,19 @@
To be added.
- To be added.
+ Return the currently set summary.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.getSummary(android.content.res.Resources).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -568,7 +680,16 @@
Return the currently set summary.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.getSummary(android.content.res.Resources).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -597,10 +718,19 @@
To be added.
- To be added.
+ Return the currently set title.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.getTitle(android.content.res.Resources).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -635,7 +765,16 @@
Return the currently set title.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.getTitle(android.content.res.Resources).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -667,7 +806,16 @@
Optional icon resource to show for this header.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.iconRes.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -697,10 +845,19 @@
Identifier for this header, to correlate with a new list when
- it is updated.
+ it is updated.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.id.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -732,7 +889,16 @@
Intent to launch when the preference is selected.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.intent.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -834,7 +1000,16 @@
Optional summary describing what this header controls.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.summary.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -866,7 +1041,16 @@
Resource ID of optional summary describing what this header controls.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.summaryRes.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -960,7 +1144,16 @@
Title of the header that is shown to the user.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.title.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -992,7 +1185,16 @@
Resource ID of title of the header that is shown to the user.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceActivity.Header.titleRes.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml
index d97faeb5ee..d1caa3ec3f 100644
--- a/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml
+++ b/docs/Mono.Android/en/Android.Preferences/PreferenceActivity.xml
@@ -1221,7 +1221,7 @@
To be added.
To be added.
- [TODO: @inheritDoc]
+ To be added
To be added.
diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceFragment+IOnPreferenceStartFragmentCallback.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceFragment+IOnPreferenceStartFragmentCallback.xml
index 09256ae12f..5da674792b 100644
--- a/docs/Mono.Android/en/Android.Preferences/PreferenceFragment+IOnPreferenceStartFragmentCallback.xml
+++ b/docs/Mono.Android/en/Android.Preferences/PreferenceFragment+IOnPreferenceStartFragmentCallback.xml
@@ -30,15 +30,19 @@
Interface that PreferenceFragment's containing activity should
- implement to be able to process preference items that wish to
- switch to a new fragment.
+ implement to be able to process preference items that wish to
+ switch to a new fragment.
- Android platform documentation
+ Java documentation for android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,10 +78,19 @@
To be added.
To be added.
Called when the user has clicked on a Preference that has
- a fragment class name associated with it.
+ a fragment class name associated with it.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceFragment.OnPreferenceStartFragmentCallback.onPreferenceStartFragment(android.preference.PreferenceFragment, android.preference.Preference).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceFragment.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceFragment.xml
index 3f7e81c361..da16e75b60 100644
--- a/docs/Mono.Android/en/Android.Preferences/PreferenceFragment.xml
+++ b/docs/Mono.Android/en/Android.Preferences/PreferenceFragment.xml
@@ -327,7 +327,7 @@
To be added.
To be added.
- [TODO: @inheritDoc]
+ To be added
To be added.
diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityDestroyListener.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityDestroyListener.xml
index 7c73321d0f..0be750a8d8 100644
--- a/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityDestroyListener.xml
+++ b/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityDestroyListener.xml
@@ -30,14 +30,18 @@
Interface definition for a class that will be called when the container's activity
- is destroyed.
+ is destroyed.
- Android platform documentation
+ Java documentation for android.preference.PreferenceManager.OnActivityDestroyListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -69,7 +73,16 @@
See Activity's onDestroy.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceManager.OnActivityDestroyListener.onActivityDestroy().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityResultListener.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityResultListener.xml
index 981fe52b16..4f711dfb87 100644
--- a/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityResultListener.xml
+++ b/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityResultListener.xml
@@ -30,14 +30,18 @@
Interface definition for a class that will be called when the container's activity
- receives an activity result.
+ receives an activity result.
- Android platform documentation
+ Java documentation for android.preference.PreferenceManager.OnActivityResultListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -82,9 +86,19 @@
To be added.
To be added.
See Activity's onActivityResult.
- To be added.
+ Whether the request code was handled (in which case
+ subsequent listeners will not be called.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceManager.OnActivityResultListener.onActivityResult(int, int, android.content.Intent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityStopListener.xml b/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityStopListener.xml
index 190d5b6bec..b77a946449 100644
--- a/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityStopListener.xml
+++ b/docs/Mono.Android/en/Android.Preferences/PreferenceManager+IOnActivityStopListener.xml
@@ -30,14 +30,18 @@
Interface definition for a class that will be called when the container's activity
- is stopped.
+ is stopped.
- Android platform documentation
+ Java documentation for android.preference.PreferenceManager.OnActivityStopListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -69,7 +73,16 @@
See Activity's onStop.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.preference.PreferenceManager.OnActivityStopListener.onActivityStop().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Print/PrintAttributes+Builder.xml b/docs/Mono.Android/en/Android.Print/PrintAttributes+Builder.xml
index aa0ba59a8d..9df9f1c57c 100644
--- a/docs/Mono.Android/en/Android.Print/PrintAttributes+Builder.xml
+++ b/docs/Mono.Android/en/Android.Print/PrintAttributes+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for creating PrintAttributes.
- Android platform documentation
+ Java documentation for android.print.PrintAttributes.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,10 +77,19 @@
- To be added.
- To be added.
+ Creates a new PrintAttributes instance.
+ The new instance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Print/PrintAttributes+Margins.xml b/docs/Mono.Android/en/Android.Print/PrintAttributes+Margins.xml
index 41618d2442..76734eb644 100644
--- a/docs/Mono.Android/en/Android.Print/PrintAttributes+Margins.xml
+++ b/docs/Mono.Android/en/Android.Print/PrintAttributes+Margins.xml
@@ -18,14 +18,18 @@
- To be added.
+ This class specifies content margins.
- Android platform documentation
+ Java documentation for android.print.PrintAttributes.Margins.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,13 +56,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The left margin in mils (thousandths of an inch).
+ The top margin in mils (thousandths of an inch).
+ The right margin in mils (thousandths of an inch).
+ The bottom margin in mils (thousandths of an inch).
+ Creates a new instance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.Margins.PrintAttributes$Margins(int, int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -82,10 +95,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the bottom margin in mils (thousandths of an inch).
+ The bottom margin.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.Margins.getBottomMils().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -140,10 +162,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the left margin in mils (thousandths of an inch).
+ The left margin.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.Margins.getLeftMils().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,10 +225,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the right margin in mils (thousandths of an inch).
+ The right margin.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.Margins.getRightMils().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -283,10 +323,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the top margin in mils (thousandths of an inch).
+ The top margin.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.Margins.getTopMils().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Print/PrintAttributes+MediaSize.xml b/docs/Mono.Android/en/Android.Print/PrintAttributes+MediaSize.xml
index 92e724b786..6496f6b3d7 100644
--- a/docs/Mono.Android/en/Android.Print/PrintAttributes+MediaSize.xml
+++ b/docs/Mono.Android/en/Android.Print/PrintAttributes+MediaSize.xml
@@ -18,14 +18,18 @@
- To be added.
+ This class specifies a supported media size.
- Android platform documentation
+ Java documentation for android.print.PrintAttributes.MediaSize.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,13 +56,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The unique media size id. It is unique amongst other media sizes
+ supported by the printer.
+ The <strong>localized</strong> human readable label.
+ The width in mils (thousandths of an inch).
+ The height in mils (thousandths of an inch).
+ Creates a new instance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.MediaSize.PrintAttributes$MediaSize(java.lang.String, java.lang.String, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -241,11 +255,20 @@
- To be added.
- To be added.
- To be added.
+ The package manager for loading the label.
+ Gets the human readable media size label.
+ The human readable label.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.MediaSize.getLabel(android.content.pm.PackageManager).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -269,10 +292,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the media height in mils (thousandths of an inch).
+ The media height.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.MediaSize.getHeightMils().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -296,10 +328,19 @@
System.String
- To be added.
- To be added.
+ Gets the unique media size id.
+ The unique media size id.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.MediaSize.getId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1214,10 +1255,21 @@
System.Boolean
- To be added.
- To be added.
+ Gets whether this media size is in portrait which is the
+ height is greater or equal to the width.
+ True if the media size is in portrait, false if
+ it is in landscape.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.MediaSize.isPortrait().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2884,10 +2936,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the media width in mils (thousandths of an inch).
+ The media width.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.MediaSize.getWidthMils().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Print/PrintAttributes+Resolution.xml b/docs/Mono.Android/en/Android.Print/PrintAttributes+Resolution.xml
index 1d20125790..0ccd91bb01 100644
--- a/docs/Mono.Android/en/Android.Print/PrintAttributes+Resolution.xml
+++ b/docs/Mono.Android/en/Android.Print/PrintAttributes+Resolution.xml
@@ -18,14 +18,18 @@
- To be added.
+ This class specifies a supported resolution in DPI (dots per inch).
- Android platform documentation
+ Java documentation for android.print.PrintAttributes.Resolution.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,13 +56,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The unique resolution id. It is unique amongst other resolutions
+ supported by the printer.
+ The <strong>localized</strong> human readable label.
+ The horizontal resolution in DPI (dots per inch).
+ The vertical resolution in DPI (dots per inch).
+ Creates a new instance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.Resolution.PrintAttributes$Resolution(java.lang.String, java.lang.String, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -82,10 +96,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the horizontal resolution in DPI (dots per inch).
+ The horizontal resolution.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.Resolution.getHorizontalDpi().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -109,10 +132,19 @@
System.String
- To be added.
- To be added.
+ Gets the unique resolution id.
+ The unique resolution id.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.Resolution.getId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,10 +199,19 @@
System.String
- To be added.
- To be added.
+ Gets the resolution human readable label.
+ The human readable label.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.Resolution.getLabel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -256,10 +297,19 @@
System.Int32
- To be added.
- To be added.
+ Gets the vertical resolution in DPI (dots per inch).
+ The vertical resolution.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintAttributes.Resolution.getVerticalDpi().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+LayoutResultCallback.xml b/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+LayoutResultCallback.xml
index 80ed866cba..e396bb2ada 100644
--- a/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+LayoutResultCallback.xml
+++ b/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+LayoutResultCallback.xml
@@ -18,14 +18,19 @@
- To be added.
+ Base class for implementing a callback for the result of PrintDocumentAdapter#onLayout(PrintAttributes, PrintAttributes,
+ CancellationSignal, LayoutResultCallback, Bundle).
- Android platform documentation
+ Java documentation for android.print.PrintDocumentAdapter.LayoutResultCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -104,9 +109,18 @@
- To be added.
+ Notifies that layout was cancelled as a result of a cancellation request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutCancelled().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -133,10 +147,20 @@
- To be added.
- To be added.
+ The <strong>localized</strong> error message.
+ shown to the user. May be <code>null</code> if error is unknown.
+ Notifies that an error occurred while laying out the document.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutFailed(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -157,10 +181,20 @@
- To be added.
- To be added.
+ The <strong>localized</strong> error message.
+ shown to the user. May be <code>null</code> if error is unknown.
+ Notifies that an error occurred while laying out the document.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutFailed(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,11 +222,20 @@
- To be added.
- To be added.
- To be added.
+ An info object describing the document. Cannot be <code>null</code>.
+ Whether the layout changed.
+ Notifies that the layout finished and whether the content changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutFinished(android.print.PrintDocumentInfo, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+WriteResultCallback.xml b/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+WriteResultCallback.xml
index 9f81dba4fa..062d7180d7 100644
--- a/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+WriteResultCallback.xml
+++ b/docs/Mono.Android/en/Android.Print/PrintDocumentAdapter+WriteResultCallback.xml
@@ -18,14 +18,19 @@
- To be added.
+ Base class for implementing a callback for the result of PrintDocumentAdapter#onWrite(PageRange[], ParcelFileDescriptor, CancellationSignal,
+ WriteResultCallback).
- Android platform documentation
+ Java documentation for android.print.PrintDocumentAdapter.WriteResultCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -104,9 +109,18 @@
- To be added.
+ Notifies that write was cancelled as a result of a cancellation request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintDocumentAdapter.WriteResultCallback.onWriteCancelled().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -133,10 +147,20 @@
- To be added.
- To be added.
+ The <strong>localized</strong> error message.
+ shown to the user. May be <code>null</code> if error is unknown.
+ Notifies that an error occurred while writing the data.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintDocumentAdapter.WriteResultCallback.onWriteFailed(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -157,10 +181,20 @@
- To be added.
- To be added.
+ The <strong>localized</strong> error message.
+ shown to the user. May be <code>null</code> if error is unknown.
+ Notifies that an error occurred while writing the data.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintDocumentAdapter.WriteResultCallback.onWriteFailed(java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -187,10 +221,22 @@
- To be added.
- To be added.
+ The pages that were written. Cannot be <code>null</code>
+ or empty. <br />
+ Returning PageRange#ALL_PAGES indicates that all pages that were
+ requested as the pages parameter in #onWrite were written.
+ Notifies that all the data was written.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintDocumentAdapter.WriteResultCallback.onWriteFinished(android.print.PageRange[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Print/PrintDocumentInfo+Builder.xml b/docs/Mono.Android/en/Android.Print/PrintDocumentInfo+Builder.xml
index f03ded126c..65ec03605d 100644
--- a/docs/Mono.Android/en/Android.Print/PrintDocumentInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.Print/PrintDocumentInfo+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for creating a PrintDocumentInfo.
- Android platform documentation
+ Java documentation for android.print.PrintDocumentInfo.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,21 @@
- To be added.
- To be added.
+ The document name which may be shown to the user and
+ is the file name if the content it describes is saved as a PDF.
+ Cannot be empty.
+ Constructor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintDocumentInfo.Builder.PrintDocumentInfo$Builder(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -77,10 +92,19 @@
- To be added.
- To be added.
+ Creates a new PrintDocumentInfo instance.
+ The new instance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintDocumentInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Print/PrintJobInfo+Builder.xml b/docs/Mono.Android/en/Android.Print/PrintJobInfo+Builder.xml
index 01ccf6a9ae..45619cd2f1 100644
--- a/docs/Mono.Android/en/Android.Print/PrintJobInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.Print/PrintJobInfo+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for creating a PrintJobInfo.
- Android platform documentation
+ Java documentation for android.print.PrintJobInfo.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,20 @@
- To be added.
- To be added.
+ Prototype to use as a starting point.
+ Can be <code>null</code>.
+ Constructor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintJobInfo.Builder.PrintJobInfo$Builder(android.print.PrintJobInfo).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -77,10 +91,19 @@
- To be added.
- To be added.
+ Creates a new PrintJobInfo instance.
+ The new instance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintJobInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -139,11 +162,20 @@
- To be added.
- To be added.
- To be added.
+ The option key.
+ The option value.
+ Puts an advanced (printer specific) option.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintJobInfo.Builder.putAdvancedOption(java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -171,11 +203,20 @@
- To be added.
- To be added.
- To be added.
+ The option key.
+ The option value.
+ Puts an advanced (printer specific) option.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintJobInfo.Builder.putAdvancedOption(java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,10 +243,19 @@
- To be added.
- To be added.
+ The attributes.
+ Sets the print job attributes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintJobInfo.Builder.setAttributes(android.print.PrintAttributes).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -232,10 +282,19 @@
- To be added.
- To be added.
+ The number of copies.
+ Sets the number of copies.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintJobInfo.Builder.setCopies(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,10 +321,19 @@
- To be added.
- To be added.
+ The included pages.
+ Sets the included pages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrintJobInfo.Builder.setPages(android.print.PageRange[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Print/PrinterCapabilitiesInfo+Builder.xml b/docs/Mono.Android/en/Android.Print/PrinterCapabilitiesInfo+Builder.xml
index 4b08e5020b..f165aaaa41 100644
--- a/docs/Mono.Android/en/Android.Print/PrinterCapabilitiesInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.Print/PrinterCapabilitiesInfo+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for creating of a PrinterCapabilitiesInfo.
- Android platform documentation
+ Java documentation for android.print.PrinterCapabilitiesInfo.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,19 @@
- To be added.
- To be added.
+ The printer id. Cannot be <code>null</code>.
+ Creates a new instance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrinterCapabilitiesInfo.Builder.PrinterCapabilitiesInfo$Builder(android.print.PrinterId).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -143,10 +156,20 @@
- To be added.
- To be added.
+ Crates a new PrinterCapabilitiesInfo enforcing that all
+ required properties have been specified.
+ A new PrinterCapabilitiesInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrinterCapabilitiesInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Print/PrinterInfo+Builder.xml b/docs/Mono.Android/en/Android.Print/PrinterInfo+Builder.xml
index 03fa998807..6ba292a54f 100644
--- a/docs/Mono.Android/en/Android.Print/PrinterInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.Print/PrinterInfo+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for creating of a PrinterInfo.
- Android platform documentation
+ Java documentation for android.print.PrinterInfo.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,19 @@
- To be added.
- To be added.
+ Other info from which to start building.
+ Constructor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrinterInfo.Builder.PrinterInfo$Builder(android.print.PrinterInfo).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -85,12 +98,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The printer id. Cannot be null.
+ The printer name. Cannot be empty.
+ The printer status. Must be a valid status.
+ Constructor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrinterInfo.Builder.PrinterInfo$Builder(android.print.PrinterId, java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -115,10 +137,19 @@
- To be added.
- To be added.
+ Creates a new PrinterInfo.
+ A new PrinterInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.print.PrinterInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/BlockedNumberContract+BlockedNumbers.xml b/docs/Mono.Android/en/Android.Provider/BlockedNumberContract+BlockedNumbers.xml
index e1f93934e0..59eca04d1c 100644
--- a/docs/Mono.Android/en/Android.Provider/BlockedNumberContract+BlockedNumbers.xml
+++ b/docs/Mono.Android/en/Android.Provider/BlockedNumberContract+BlockedNumbers.xml
@@ -18,14 +18,18 @@
- To be added.
+ Constants to interact with the blocked numbers list.
- Android platform documentation
+ Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,9 +76,18 @@
System.String
- To be added.
+ Phone number to block.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.COLUMN_E164_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -98,9 +111,18 @@
System.String
- To be added.
+ Auto-generated ID field which monotonically increases.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.COLUMN_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -124,9 +146,18 @@
System.String
- To be added.
+ Phone number to block.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.COLUMN_ORIGINAL_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -150,9 +181,18 @@
System.String
- To be added.
+ The MIME type of a blocked phone number under #CONTENT_URI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -176,9 +216,19 @@
System.String
- To be added.
+ The MIME type of #CONTENT_URI itself providing a directory of blocked phone
+ numbers.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,10 +252,19 @@
Android.Net.Uri
- To be added.
+ Content URI for the blocked numbers.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.BlockedNumberContract.BlockedNumbers.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Browser+BookmarkColumns.xml b/docs/Mono.Android/en/Android.Provider/Browser+BookmarkColumns.xml
index dcabc9960a..cd311002b0 100644
--- a/docs/Mono.Android/en/Android.Provider/Browser+BookmarkColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Browser+BookmarkColumns.xml
@@ -19,14 +19,18 @@
Column definitions for the mixed bookmark and history items available
- at .
+ at #BOOKMARKS_URI.
- Android platform documentation
+ Java documentation for android.provider.Browser.BookmarkColumns.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -101,7 +105,16 @@
Flag indicating that an item is a bookmark.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.BookmarkColumns.BOOKMARK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -128,7 +141,16 @@
The date the item created, in milliseconds since the epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.BookmarkColumns.CREATED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -155,7 +177,16 @@
The date the item was last visited, in milliseconds since the epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.BookmarkColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -182,7 +213,16 @@
The favicon of the bookmark.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.BookmarkColumns.FAVICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -302,7 +342,16 @@
The user visible title of the bookmark or history item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.BookmarkColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -329,7 +378,16 @@
The URL of the bookmark or history item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.BookmarkColumns.URL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -356,7 +414,16 @@
The number of time the item has been visited.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.BookmarkColumns.VISITS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Browser+SearchColumns.xml b/docs/Mono.Android/en/Android.Provider/Browser+SearchColumns.xml
index 81dacb821c..6f04ebe3f3 100644
--- a/docs/Mono.Android/en/Android.Provider/Browser+SearchColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Browser+SearchColumns.xml
@@ -18,14 +18,18 @@
- Column definitions for the search history table, available at .
+ Column definitions for the search history table, available at #SEARCHES_URI.
- Android platform documentation
+ Java documentation for android.provider.Browser.SearchColumns.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,7 +104,16 @@
The date the search was performed, in milliseconds since the epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.SearchColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -158,7 +171,16 @@
The user entered search term.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.SearchColumns.SEARCH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -252,7 +274,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.SearchColumns.URL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Browser.xml b/docs/Mono.Android/en/Android.Provider/Browser.xml
index 28dac333c0..37ac4423c9 100644
--- a/docs/Mono.Android/en/Android.Provider/Browser.xml
+++ b/docs/Mono.Android/en/Android.Provider/Browser.xml
@@ -102,11 +102,19 @@
The ContentResolver used to access the database.
- The string to add to the searches database.
-
+ The string to add to the searches database.
Add a search string to the searches database.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.addSearchUrl(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -134,7 +142,16 @@
A table containing both bookmarks and history items.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.BOOKMARKS_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -164,9 +181,18 @@
The ContentResolver used to access the database.
Returns whether there is any history to clear.
- To be added.
+ boolean True if the history can be cleared.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.canClearHistory(android.content.ContentResolver).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,12 +220,20 @@
- The ContentResolver used to access the database.
-
+ The ContentResolver used to access the database.
Delete all entries from the bookmarks/history table which are
- not bookmarks.
+ not bookmarks.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.clearHistory(android.content.ContentResolver).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -227,11 +261,19 @@
- The ContentResolver used to access the database.
-
+ The ContentResolver used to access the database.
Remove all searches from the search database.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.clearSearches(android.content.ContentResolver).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -261,11 +303,19 @@
The ContentResolver used to access the database.
- url to remove.
-
+ url to remove.
Remove a specific url from the history database.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.deleteFromHistory(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -297,13 +347,21 @@
The ContentResolver used to access the database.
First date to remove. If -1, all dates before end.
- Inclusive.
+ Inclusive.
Last date to remove. If -1, all dates after begin.
- Non-inclusive.
-
+ Non-inclusive.
Delete all history items from begin to end.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.deleteHistoryTimeFrame(android.content.ContentResolver, long, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -441,12 +499,20 @@
- The ContentResolver used to access the database.
-
+ The ContentResolver used to access the database.
Return a cursor pointing to a list of all the bookmarks.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.getAllBookmarks(android.content.ContentResolver).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -475,12 +541,20 @@
- The ContentResolver used to access the database.
-
+ The ContentResolver used to access the database.
Return a cursor pointing to a list of all visited site urls.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.getAllVisitedUrls(android.content.ContentResolver).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -657,11 +731,19 @@
Context used to launch the activity to add a bookmark.
Title for the bookmark. Can be null or empty string.
- Url for the bookmark. Can be null or empty string.
-
+ Url for the bookmark. Can be null or empty string.
Open an activity to save a bookmark.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.saveBookmark(android.content.Context, java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -686,11 +768,20 @@
System.Collections.Generic.IList<System.String>
- A projection of that contains ,
- Browser SearchColumns SEARCH, and Browser SearchColumns DATE.
+ A projection of #SEARCHES_URI that contains SearchColumns#_ID,
+ SearchColumns#SEARCH, and SearchColumns#DATE.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.SEARCHES_PROJECTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -718,7 +809,16 @@
A table containing a log of browser searches.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.SEARCHES_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -851,13 +951,21 @@
- The ContentResolver used to access the database.
-
+ The ContentResolver used to access the database.
If there are more than MAX_HISTORY_COUNT non-bookmark history
- items in the bookmark/history table, delete TRUNCATE_N_OLDEST
- of them.
+ items in the bookmark/history table, delete TRUNCATE_N_OLDEST
+ of them.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.truncateHistory(android.content.ContentResolver).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -886,7 +994,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.TRUNCATE_HISTORY_PROJECTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -915,7 +1032,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.TRUNCATE_HISTORY_PROJECTION_ID_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -986,12 +1112,20 @@
The ContentResolver used to access the database.
The site being visited.
If true, this is an actual visit, and should add to the
- number of visits. If false, the user entered it manually.
-
+ number of visits. If false, the user entered it manually.
Update the visited history to acknowledge that a site has been
- visited.
+ visited.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Browser.updateVisitedHistory(android.content.ContentResolver, java.lang.String, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees+InterfaceConsts.xml
index 9d8ae2722e..22c794a8d0 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees+InterfaceConsts.xml
@@ -43,9 +43,18 @@
1
- To be added.
+ Confidential is not used by the app.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,9 +83,19 @@
0
- To be added.
+ Default access is controlled by the server and will be treated as
+ public on the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,9 +119,19 @@
System.String
- To be added.
+ Defines how the event shows up for others when the calendar is
+ shared.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,9 +160,18 @@
2
- To be added.
+ Private shares the event as a free/busy slot with no details.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,9 +200,19 @@
3
- To be added.
+ Public makes the contents visible to anyone with access to the
+ calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,9 +236,18 @@
System.String
- To be added.
+ Is the event all day (time zone independent).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +271,18 @@
System.String
- To be added.
+ The email address of the attendee.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_EMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -240,9 +306,19 @@
System.String
- To be added.
+ The identity of the attendee as referenced in
+ ContactsContract.CommonDataKinds.Identity#IDENTITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_IDENTITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -266,9 +342,19 @@
System.String
- To be added.
+ The identity name space of the attendee as referenced in
+ ContactsContract.CommonDataKinds.Identity#NAMESPACE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_ID_NAMESPACE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +378,18 @@
System.String
- To be added.
+ The name of the attendee.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -344,9 +439,18 @@
System.String
- To be added.
+ The attendance status of the attendee.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -525,9 +629,18 @@
System.String
- To be added.
+ The type of attendee.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -551,9 +664,19 @@
System.String
- To be added.
+ If this event counts as busy time or is still free time that can be
+ scheduled over.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -582,9 +705,19 @@
0
- To be added.
+ Indicates that this event takes up time and will conflict with other
+ events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -613,9 +746,19 @@
1
- To be added.
+ Indicates that this event is free time and will not conflict with
+ other events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -644,9 +787,19 @@
2
- To be added.
+ Indicates that the owner's availability may change, but should be
+ considered busy time that will conflict.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -670,9 +823,18 @@
System.String
- To be added.
+ The Calendars#_ID of the calendar the event belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -696,9 +858,18 @@
System.String
- To be added.
+ Whether the user can invite others to the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -757,9 +928,19 @@
System.String
- To be added.
+ The package name of the custom app that can provide a richer
+ experience for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +964,18 @@
System.String
- To be added.
+ The URI used by the custom app for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +999,18 @@
System.String
- To be added.
+ The description of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1034,19 @@
System.String
- To be added.
+ This will be #EVENT_COLOR if it is not null; otherwise, this will be
+ Calendars#CALENDAR_COLOR.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1070,18 @@
System.String
- To be added.
+ The time the event ends in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTEND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1105,18 @@
System.String
- To be added.
+ The time the event starts in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1140,18 @@
System.String
- To be added.
+ The duration of the event in RFC2445 format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1175,18 @@
System.String
- To be added.
+ A secondary color for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1210,18 @@
System.String
- To be added.
+ A secondary color key for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1245,18 @@
System.String
- To be added.
+ The timezone for the end time of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1280,18 @@
System.String
- To be added.
+ The id of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1315,18 @@
System.String
- To be added.
+ Where the event takes place.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1350,18 @@
System.String
- To be added.
+ The timezone for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1385,18 @@
System.String
- To be added.
+ The recurrence exception dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1420,18 @@
System.String
- To be added.
+ The recurrence exception rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1455,18 @@
System.String
- To be added.
+ Whether guests can invite other guests.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1490,18 @@
System.String
- To be added.
+ Whether guests can modify the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1525,18 @@
System.String
- To be added.
+ Whether guests can see the list of attendees.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1560,18 @@
System.String
- To be added.
+ Whether the event has an alarm or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1251,9 +1595,18 @@
System.String
- To be added.
+ Whether the event has attendee information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1277,9 +1630,18 @@
System.String
- To be added.
+ Whether the event has extended properties or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1338,9 +1700,18 @@
System.String
- To be added.
+ Are we the organizer of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1364,9 +1735,18 @@
System.String
- To be added.
+ The last date this event repeats on, or NULL if it never ends.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1390,9 +1770,19 @@
System.String
- To be added.
+ Used to indicate that a row is not a real event but an original copy of a locally
+ modified event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1416,9 +1806,18 @@
System.String
- To be added.
+ Email of the organizer (owner) of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1442,9 +1841,19 @@
System.String
- To be added.
+ The allDay status (true or false) of the original recurring event
+ for which this event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1468,9 +1877,19 @@
System.String
- To be added.
+ The Events#_ID of the original recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1494,9 +1913,19 @@
System.String
- To be added.
+ The original instance time of the recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1520,9 +1949,19 @@
System.String
- To be added.
+ The _sync_id of the original recurring event for which this event is
+ an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1546,9 +1985,18 @@
System.String
- To be added.
+ The recurrence dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1727,9 +2175,18 @@
System.String
- To be added.
+ The recurrence rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1753,9 +2210,18 @@
System.String
- To be added.
+ This is a copy of the attendee status for the owner of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1779,9 +2245,18 @@
System.String
- To be added.
+ The event status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1898,9 +2373,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1924,9 +2408,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1950,9 +2443,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1976,9 +2478,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2002,9 +2513,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2028,9 +2548,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2054,9 +2583,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2080,9 +2618,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2106,9 +2653,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2132,9 +2688,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2158,9 +2723,18 @@
System.String
- To be added.
+ The title of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2282,9 +2856,19 @@
3
- To be added.
+ This specifies that an attendee is a resource, like a room, a
+ cabbage, or something and not an actual person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.TYPE_RESOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2308,9 +2892,18 @@
System.String
- To be added.
+ The UID for events added from the RFC 2445 iCalendar format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees.xml
index 26d48db5a5..90bb8f5369 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Attendees.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.Attendees.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,11 +54,19 @@
Android.Net.Uri
- The content:// style URL for accessing Attendees data
-
+ The content:// style URL for accessing Attendees data
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Attendees.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -119,9 +131,18 @@
The id of the event to retrieve attendees for
the columns to return in the cursor
Queries all attendees associated with the given event.
- To be added.
+ A Cursor containing all attendees for the event
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Attendees.query(android.content.ContentResolver, long, java.lang.String[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+AttendeesColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+AttendeesColumns.xml
index c88c02584d..d7bafaa5e8 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+AttendeesColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+AttendeesColumns.xml
@@ -60,7 +60,16 @@
The email address of the attendee.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_EMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +99,18 @@
The identity of the attendee as referenced in
- .
+ ContactsContract.CommonDataKinds.Identity#IDENTITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_IDENTITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -122,9 +140,18 @@
The identity name space of the attendee as referenced in
- .
+ ContactsContract.CommonDataKinds.Identity#NAMESPACE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_ID_NAMESPACE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -155,7 +182,16 @@
The name of the attendee.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -217,7 +253,16 @@
The attendance status of the attendee.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -413,7 +458,16 @@
The type of attendee.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -444,7 +498,16 @@
The id of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -739,9 +802,18 @@
3
This specifies that an attendee is a resource, like a room, a
- cabbage, or something and not an actual person.
+ cabbage, or something and not an actual person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.TYPE_RESOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts+InterfaceConsts.xml
index f898a30f11..563ab81ccf 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts+InterfaceConsts.xml
@@ -43,9 +43,18 @@
1
- To be added.
+ Confidential is not used by the app.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,9 +83,19 @@
0
- To be added.
+ Default access is controlled by the server and will be treated as
+ public on the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,9 +119,19 @@
System.String
- To be added.
+ Defines how the event shows up for others when the calendar is
+ shared.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,9 +160,18 @@
2
- To be added.
+ Private shares the event as a free/busy slot with no details.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,9 +200,19 @@
3
- To be added.
+ Public makes the contents visible to anyone with access to the
+ calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,9 +236,18 @@
System.String
- To be added.
+ The alarm time of the event, in UTC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.ALARM_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +271,18 @@
System.String
- To be added.
+ Is the event all day (time zone independent).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -240,9 +306,19 @@
System.String
- To be added.
+ A comma separated list of attendee types supported for this calendar
+ in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -266,9 +342,19 @@
System.String
- To be added.
+ A comma separated list of availability types supported for this
+ calendar in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +378,19 @@
System.String
- To be added.
+ A comma separated list of reminder methods supported for this
+ calendar in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -318,9 +414,19 @@
System.String
- To be added.
+ If this event counts as busy time or is still free time that can be
+ scheduled over.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -349,9 +455,19 @@
0
- To be added.
+ Indicates that this event takes up time and will conflict with other
+ events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -380,9 +496,19 @@
1
- To be added.
+ Indicates that this event is free time and will not conflict with
+ other events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -411,9 +537,19 @@
2
- To be added.
+ Indicates that the owner's availability may change, but should be
+ considered busy time that will conflict.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -437,9 +573,18 @@
System.String
- To be added.
+ The start time of the event, in UTC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.BEGIN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -468,9 +613,19 @@
500
- To be added.
+ Full access to modify the calendar, but not the access control
+ settings
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -499,9 +654,19 @@
600
- To be added.
+ Full access to modify the calendar, but not the access control
+ settings
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -530,9 +695,18 @@
100
- To be added.
+ Can only see free/busy information about the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -561,9 +735,18 @@
0
- To be added.
+ Cannot access the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -592,9 +775,18 @@
400
- To be added.
+ not used
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -623,9 +815,18 @@
700
- To be added.
+ Full access to the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -654,9 +855,18 @@
200
- To be added.
+ Can read all event details
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -685,9 +895,18 @@
300
- To be added.
+ Can reply yes/no/maybe to an event
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -716,10 +935,19 @@
800
- To be added.
+ Domain admin
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -742,9 +970,18 @@
System.String
- To be added.
+ The level of access that the user has for the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -768,9 +1005,18 @@
System.String
- To be added.
+ The color of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -794,9 +1040,18 @@
System.String
- To be added.
+ A key for looking up a color from the Colors table.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -820,9 +1075,18 @@
System.String
- To be added.
+ The display name of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -846,9 +1110,18 @@
System.String
- To be added.
+ The Calendars#_ID of the calendar the event belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -872,9 +1145,18 @@
System.String
- To be added.
+ The time zone the calendar is associated with.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -898,9 +1180,18 @@
System.String
- To be added.
+ Whether the user can invite others to the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -924,9 +1215,18 @@
System.String
- To be added.
+ Can the organizer modify the time zone of the event? Column name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -950,9 +1250,19 @@
System.String
- To be added.
+ Can the organizer respond to the event? If no, the status of the
+ organizer should not be shown by the UI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1011,9 +1321,18 @@
System.String
- To be added.
+ The creation time of this database entry, in UTC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.CREATION_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1037,9 +1356,19 @@
System.String
- To be added.
+ The package name of the custom app that can provide a richer
+ experience for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1063,9 +1392,18 @@
System.String
- To be added.
+ The URI used by the custom app for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1089,9 +1427,18 @@
System.String
- To be added.
+ The default sort order for this alerts queries
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1115,9 +1462,18 @@
System.String
- To be added.
+ The description of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1141,9 +1497,19 @@
System.String
- To be added.
+ This will be #EVENT_COLOR if it is not null; otherwise, this will be
+ Calendars#CALENDAR_COLOR.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1167,9 +1533,18 @@
System.String
- To be added.
+ The time the event ends in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTEND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1193,9 +1568,18 @@
System.String
- To be added.
+ The time the event starts in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1219,9 +1603,18 @@
System.String
- To be added.
+ The duration of the event in RFC2445 format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1245,9 +1638,18 @@
System.String
- To be added.
+ The end time of the event, in UTC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.END.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1271,9 +1673,18 @@
System.String
- To be added.
+ A secondary color for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1297,9 +1708,18 @@
System.String
- To be added.
+ A secondary color key for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1323,9 +1743,18 @@
System.String
- To be added.
+ The timezone for the end time of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1349,9 +1778,18 @@
System.String
- To be added.
+ The event that the alert belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1375,9 +1813,18 @@
System.String
- To be added.
+ Where the event takes place.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1401,9 +1848,18 @@
System.String
- To be added.
+ The timezone for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1427,9 +1883,18 @@
System.String
- To be added.
+ The recurrence exception dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1453,9 +1918,18 @@
System.String
- To be added.
+ The recurrence exception rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1479,9 +1953,18 @@
System.String
- To be added.
+ Whether guests can invite other guests.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1505,9 +1988,18 @@
System.String
- To be added.
+ Whether guests can modify the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1531,9 +2023,18 @@
System.String
- To be added.
+ Whether guests can see the list of attendees.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1557,9 +2058,18 @@
System.String
- To be added.
+ Whether the event has an alarm or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1583,9 +2093,18 @@
System.String
- To be added.
+ Whether the event has attendee information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1609,9 +2128,18 @@
System.String
- To be added.
+ Whether the event has extended properties or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1670,9 +2198,18 @@
System.String
- To be added.
+ Are we the organizer of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1696,9 +2233,18 @@
System.String
- To be added.
+ Is this the primary calendar for this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1722,9 +2268,18 @@
System.String
- To be added.
+ The last date this event repeats on, or NULL if it never ends.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1748,9 +2303,19 @@
System.String
- To be added.
+ Used to indicate that a row is not a real event but an original copy of a locally
+ modified event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1774,9 +2339,18 @@
System.String
- To be added.
+ The maximum number of reminders allowed for an event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1800,9 +2374,18 @@
System.String
- To be added.
+ The number of minutes that this alarm precedes the start time.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.MINUTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1826,9 +2409,19 @@
System.String
- To be added.
+ The time that the notification was created by the Calendar app,
+ in UTC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.NOTIFY_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1852,9 +2445,18 @@
System.String
- To be added.
+ Email of the organizer (owner) of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1878,9 +2480,19 @@
System.String
- To be added.
+ The allDay status (true or false) of the original recurring event
+ for which this event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1904,9 +2516,19 @@
System.String
- To be added.
+ The Events#_ID of the original recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1930,9 +2552,19 @@
System.String
- To be added.
+ The original instance time of the recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1956,9 +2588,19 @@
System.String
- To be added.
+ The _sync_id of the original recurring event for which this event is
+ an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1982,9 +2624,18 @@
System.String
- To be added.
+ The owner account for this calendar, based on the calendar feed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2008,9 +2659,18 @@
System.String
- To be added.
+ The recurrence dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2034,9 +2694,19 @@
System.String
- To be added.
+ The time that the alarm broadcast was received by the Calendar app,
+ in UTC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.RECEIVED_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2060,9 +2730,18 @@
System.String
- To be added.
+ The recurrence rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2086,9 +2765,18 @@
System.String
- To be added.
+ This is a copy of the attendee status for the owner of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2112,9 +2800,18 @@
System.String
- To be added.
+ The state of this alert.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2143,9 +2840,19 @@
2
- To be added.
+ Once the user has dismissed the notification the alert's state should
+ be set to dismissed so it is not fired again.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_DISMISSED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2174,9 +2881,19 @@
1
- To be added.
+ After a notification for an alert has been created it should be
+ updated to fired.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_FIRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2205,9 +2922,18 @@
0
- To be added.
+ An alert begins in this state when it is first created.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_SCHEDULED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2231,9 +2957,18 @@
System.String
- To be added.
+ The event status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2350,9 +3085,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2376,9 +3120,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2402,9 +3155,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2428,9 +3190,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2454,9 +3225,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2480,9 +3260,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2506,9 +3295,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2532,9 +3330,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2558,9 +3365,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2584,9 +3400,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2610,9 +3435,19 @@
System.String
- To be added.
+ Is this calendar synced and are its events stored on the device?
+ 0 - Do not sync this calendar or store events for this calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2636,9 +3471,18 @@
System.String
- To be added.
+ The title of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2662,9 +3506,18 @@
System.String
- To be added.
+ The UID for events added from the RFC 2445 iCalendar format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2688,9 +3541,19 @@
System.String
- To be added.
+ Is the calendar selected to be displayed?
+ 0 - do not show events associated with this calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts.xml
index d3270ca99a..f936e7c290 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlerts.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.CalendarAlerts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,11 +54,19 @@
Android.Net.Uri
- The Uri for querying calendar alert information
-
+ The Uri for querying calendar alert information
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlerts.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -80,10 +92,19 @@
This URI is for grouping the query results by event_id and begin
- time.
+ time.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlerts.CONTENT_URI_BY_INSTANCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlertsColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlertsColumns.xml
index 56edda3247..9e232fe103 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlertsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarAlertsColumns.xml
@@ -59,7 +59,16 @@
The alarm time of the event, in UTC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.ALARM_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,7 +99,16 @@
The start time of the event, in UTC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.BEGIN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -121,7 +139,16 @@
The creation time of this database entry, in UTC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.CREATION_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -150,10 +177,18 @@
System.String
- The default sort order for this alerts queries
-
+ The default sort order for this alerts queries
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -184,7 +219,16 @@
The end time of the event, in UTC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.END.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -215,7 +259,16 @@
The event that the alert belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -246,7 +299,16 @@
The number of minutes that this alarm precedes the start time.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.MINUTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -276,9 +338,18 @@
The time that the notification was created by the Calendar app,
- in UTC.
+ in UTC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.NOTIFY_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -308,9 +379,18 @@
The time that the alarm broadcast was received by the Calendar app,
- in UTC.
+ in UTC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.RECEIVED_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -341,7 +421,16 @@
The state of this alert.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -372,9 +461,18 @@
2
Once the user has dismissed the notification the alert's state should
- be set to dismissed so it is not fired again.
+ be set to dismissed so it is not fired again.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_DISMISSED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -405,9 +503,18 @@
1
After a notification for an alert has been created it should be
- updated to fired.
+ updated to fired.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_FIRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -439,7 +546,16 @@
An alert begins in this state when it is first created.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE_SCHEDULED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache+InterfaceConsts.xml
index 73c6998ed4..0d6258acd9 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The key for the setting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarCacheColumns.KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The value of the given setting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarCacheColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache.xml
index d4928279ae..3e1bafef91 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCache.xml
@@ -19,14 +19,18 @@
CalendarCache stores some settings for calendar including the current
- time zone for the instances.
+ time zone for the instances.
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.CalendarCache.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -83,9 +87,18 @@
The key for updating the time zone used by the provider when it
- generates the instances table.
+ generates the instances table.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarCache.KEY_TIMEZONE_INSTANCES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -112,7 +125,16 @@
The key for reading the last time zone set by the user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarCache.KEY_TIMEZONE_INSTANCES_PREVIOUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -139,7 +161,16 @@
They key for updating the use of auto/home time zones in Calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarCache.KEY_TIMEZONE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -226,10 +257,19 @@
System.String
- The value to write to if the provider
- should stay in sync with the device's time zone.
+ The value to write to #KEY_TIMEZONE_TYPE if the provider
+ should stay in sync with the device's time zone.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarCache.TIMEZONE_TYPE_AUTO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -254,10 +294,19 @@
System.String
- The value to write to if the provider
- should use a fixed time zone set by the user.
+ The value to write to #KEY_TIMEZONE_TYPE if the provider
+ should use a fixed time zone set by the user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarCache.TIMEZONE_TYPE_HOME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -285,7 +334,16 @@
The URI to use for retrieving the properties from the Calendar db.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarCache.URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCacheColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCacheColumns.xml
index 9c633b537b..c9b36542b3 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCacheColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarCacheColumns.xml
@@ -59,7 +59,16 @@
The key for the setting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarCacheColumns.KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,7 +99,16 @@
The value of the given setting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarCacheColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarColumns.xml
index 84a497371b..b674ebab83 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarColumns.xml
@@ -59,9 +59,18 @@
A comma separated list of attendee types supported for this calendar
- in the format "#,#,#".
+ in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,9 +100,18 @@
A comma separated list of availability types supported for this
- calendar in the format "#,#,#".
+ calendar in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -123,9 +141,18 @@
A comma separated list of reminder methods supported for this
- calendar in the format "#,#,#".
+ calendar in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -156,10 +183,18 @@
500
Full access to modify the calendar, but not the access control
- settings
-
+ settings
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -190,10 +225,18 @@
600
Full access to modify the calendar, but not the access control
- settings
-
+ settings
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -223,9 +266,18 @@
100
- Can only see free/busy information about the calendar
+ Can only see free/busy information about the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,9 +307,18 @@
0
- Cannot access the calendar
+ Cannot access the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -287,9 +348,18 @@
400
- not used
+ not used
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -319,9 +389,18 @@
700
- Full access to the calendar
+ Full access to the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -351,9 +430,18 @@
200
- Can read all event details
+ Can read all event details
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -383,9 +471,18 @@
300
- Can reply yes/no/maybe to an event
+ Can reply yes/no/maybe to an event
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -415,9 +512,18 @@
800
- Domain admin
+ Domain admin
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,10 +552,18 @@
System.String
- The level of access that the user has for the calendar
-
+ The level of access that the user has for the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -480,7 +594,16 @@
The color of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -509,9 +632,18 @@
System.String
- A key for looking up a color from the T:Android.Provider.CalendarContract+Colors table.
+ A key for looking up a color from the Colors table.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -542,7 +674,16 @@
The display name of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -573,7 +714,16 @@
The time zone the calendar is associated with.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -604,7 +754,16 @@
Can the organizer modify the time zone of the event? Column name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -634,9 +793,18 @@
Can the organizer respond to the event? If no, the status of the
- organizer should not be shown by the UI.
+ organizer should not be shown by the UI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -667,7 +835,16 @@
Is this the primary calendar for this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -698,7 +875,16 @@
The maximum number of reminders allowed for an event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -729,7 +915,16 @@
The owner account for this calendar, based on the calendar feed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -759,9 +954,18 @@
Is this calendar synced and are its events stored on the device?
- 0 - Do not sync this calendar or store events for this calendar.
+ 0 - Do not sync this calendar or store events for this calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -791,11 +995,18 @@
Is the calendar selected to be displayed?
- 0 - do not show events associated with this calendar.
- 1 - show events associated with this calendar
-
+ 0 - do not show events associated with this calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity+InterfaceConsts.xml
index 7d420774bf..08a46b84ec 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The account that was used to sync the entry to the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,19 @@
System.String
- To be added.
+ The type of the account that was used to sync the entry to the
+ device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +109,19 @@
System.String
- To be added.
+ A comma separated list of attendee types supported for this calendar
+ in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,9 +145,19 @@
System.String
- To be added.
+ A comma separated list of availability types supported for this
+ calendar in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +181,19 @@
System.String
- To be added.
+ A comma separated list of reminder methods supported for this
+ calendar in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -173,9 +222,19 @@
500
- To be added.
+ Full access to modify the calendar, but not the access control
+ settings
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -204,9 +263,19 @@
600
- To be added.
+ Full access to modify the calendar, but not the access control
+ settings
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -235,9 +304,18 @@
100
- To be added.
+ Can only see free/busy information about the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -266,9 +344,18 @@
0
- To be added.
+ Cannot access the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -297,9 +384,18 @@
400
- To be added.
+ not used
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -328,9 +424,18 @@
700
- To be added.
+ Full access to the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -359,9 +464,18 @@
200
- To be added.
+ Can read all event details
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -390,9 +504,18 @@
300
- To be added.
+ Can reply yes/no/maybe to an event
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -421,9 +544,18 @@
800
- To be added.
+ Domain admin
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -447,9 +579,18 @@
System.String
- To be added.
+ The level of access that the user has for the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -473,9 +614,18 @@
System.String
- To be added.
+ The color of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -499,9 +649,18 @@
System.String
- To be added.
+ A key for looking up a color from the Colors table.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -525,9 +684,18 @@
System.String
- To be added.
+ The display name of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -551,9 +719,18 @@
System.String
- To be added.
+ The time zone the calendar is associated with.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -577,9 +754,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -603,9 +789,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -629,9 +824,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -655,9 +859,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -681,9 +894,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -707,9 +929,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -733,9 +964,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -759,9 +999,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -785,9 +1034,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -811,9 +1069,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -837,9 +1104,18 @@
System.String
- To be added.
+ Can the organizer modify the time zone of the event? Column name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -863,9 +1139,19 @@
System.String
- To be added.
+ Can the organizer respond to the event? If no, the status of the
+ organizer should not be shown by the UI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -889,9 +1175,20 @@
System.String
- To be added.
+ If set to 1 this causes events on this calendar to be duplicated with
+ Events#LAST_SYNCED set to 1 whenever the event
+ transitions from non-dirty to dirty.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -950,9 +1247,18 @@
System.String
- To be added.
+ Whether the row has been deleted but not synced to the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -976,9 +1282,18 @@
System.String
- To be added.
+ Used to indicate that local, unsynced, changes are present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1037,9 +1352,18 @@
System.String
- To be added.
+ Is this the primary calendar for this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1063,9 +1387,18 @@
System.String
- To be added.
+ The maximum number of reminders allowed for an event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1089,9 +1422,18 @@
System.String
- To be added.
+ Used in conjunction with #DIRTY to indicate what packages wrote local changes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.MUTATORS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1115,9 +1457,18 @@
System.String
- To be added.
+ The owner account for this calendar, based on the calendar feed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1141,9 +1492,19 @@
System.String
- To be added.
+ Is this calendar synced and are its events stored on the device?
+ 0 - Do not sync this calendar or store events for this calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1167,9 +1528,18 @@
System.String
- To be added.
+ The unique ID for a row assigned by the sync source.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns._SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1193,9 +1563,19 @@
System.String
- To be added.
+ Is the calendar selected to be displayed?
+ 0 - do not show events associated with this calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity.xml
index ad9104579a..32d754cb49 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarEntity.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.CalendarEntity.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -53,7 +57,16 @@
The default Uri used when creating a new calendar EntityIterator.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarEntity.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarSyncColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarSyncColumns.xml
index f5f71cb5f3..ccee1052dc 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarSyncColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+CalendarSyncColumns.xml
@@ -60,7 +60,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,7 +100,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -122,7 +140,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,7 +180,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -184,7 +220,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -215,7 +260,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -246,7 +300,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -277,7 +340,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -308,7 +380,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -339,7 +420,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars+InterfaceConsts.xml
index 1f070a0644..a2f843061b 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The account that was used to sync the entry to the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,19 @@
System.String
- To be added.
+ The type of the account that was used to sync the entry to the
+ device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +109,19 @@
System.String
- To be added.
+ A comma separated list of attendee types supported for this calendar
+ in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,9 +145,19 @@
System.String
- To be added.
+ A comma separated list of availability types supported for this
+ calendar in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +181,19 @@
System.String
- To be added.
+ A comma separated list of reminder methods supported for this
+ calendar in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -173,9 +222,19 @@
500
- To be added.
+ Full access to modify the calendar, but not the access control
+ settings
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -204,9 +263,19 @@
600
- To be added.
+ Full access to modify the calendar, but not the access control
+ settings
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -235,9 +304,18 @@
100
- To be added.
+ Can only see free/busy information about the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -266,9 +344,18 @@
0
- To be added.
+ Cannot access the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -297,9 +384,18 @@
400
- To be added.
+ not used
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -328,9 +424,18 @@
700
- To be added.
+ Full access to the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -359,9 +464,18 @@
200
- To be added.
+ Can read all event details
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -390,9 +504,18 @@
300
- To be added.
+ Can reply yes/no/maybe to an event
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -421,9 +544,18 @@
800
- To be added.
+ Domain admin
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -447,9 +579,18 @@
System.String
- To be added.
+ The level of access that the user has for the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -473,9 +614,18 @@
System.String
- To be added.
+ The color of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -499,9 +649,18 @@
System.String
- To be added.
+ A key for looking up a color from the Colors table.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -525,9 +684,18 @@
System.String
- To be added.
+ The display name of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -551,9 +719,18 @@
System.String
- To be added.
+ The time zone the calendar is associated with.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -577,9 +754,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -603,9 +789,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -629,9 +824,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -655,9 +859,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -681,9 +894,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -707,9 +929,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -733,9 +964,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -759,9 +999,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -785,9 +1034,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -811,9 +1069,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -837,9 +1104,18 @@
System.String
- To be added.
+ Can the organizer modify the time zone of the event? Column name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -863,9 +1139,19 @@
System.String
- To be added.
+ Can the organizer respond to the event? If no, the status of the
+ organizer should not be shown by the UI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -889,9 +1175,20 @@
System.String
- To be added.
+ If set to 1 this causes events on this calendar to be duplicated with
+ Events#LAST_SYNCED set to 1 whenever the event
+ transitions from non-dirty to dirty.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -950,9 +1247,18 @@
System.String
- To be added.
+ Whether the row has been deleted but not synced to the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -976,9 +1282,18 @@
System.String
- To be added.
+ Used to indicate that local, unsynced, changes are present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1037,9 +1352,18 @@
System.String
- To be added.
+ Is this the primary calendar for this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1063,9 +1387,18 @@
System.String
- To be added.
+ The maximum number of reminders allowed for an event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1089,9 +1422,18 @@
System.String
- To be added.
+ Used in conjunction with #DIRTY to indicate what packages wrote local changes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.MUTATORS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1115,9 +1457,18 @@
System.String
- To be added.
+ The owner account for this calendar, based on the calendar feed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1141,9 +1492,19 @@
System.String
- To be added.
+ Is this calendar synced and are its events stored on the device?
+ 0 - Do not sync this calendar or store events for this calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1167,9 +1528,18 @@
System.String
- To be added.
+ The unique ID for a row assigned by the sync source.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns._SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1193,9 +1563,19 @@
System.String
- To be added.
+ Is the calendar selected to be displayed?
+ 0 - do not show events associated with this calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars.xml
index bc351449b5..e4ae5d25e8 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Calendars.xml
@@ -19,14 +19,18 @@
Constants and helpers for the Calendars table, which contains details for
- individual calendars.
+ individual calendars.
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.Calendars.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -53,7 +57,16 @@
The default location for the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Calendars.CALENDAR_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,11 +91,19 @@
Android.Net.Uri
- The content:// style URL for accessing Calendars
-
+ The content:// style URL for accessing Calendars
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Calendars.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,10 +128,18 @@
System.String
- The default sort order for this table
-
+ The default sort order for this table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Calendars.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -135,9 +164,20 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for querying Calendars table in the managed profile.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.CalendarContract.Calendars.ENTERPRISE_CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -193,7 +233,16 @@
The name of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Calendars.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors+InterfaceConsts.xml
index cad2fdac02..3f26075e66 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ A reference to the name of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ A reference to the type of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +108,18 @@
System.String
- To be added.
+ The color as an 8-bit ARGB integer value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,9 +143,18 @@
System.String
- To be added.
+ The key used to reference this color.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +178,18 @@
System.String
- To be added.
+ The type of color, which describes how it should be used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +248,18 @@
System.String
- To be added.
+ The sync data associated with this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -269,9 +323,18 @@
0
- To be added.
+ This indicateds a color that can be used for calendars.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.TYPE_CALENDAR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -300,9 +363,18 @@
1
- To be added.
+ This indicates a color that can be used for events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.TYPE_EVENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors.xml
index f3ea5e5c56..b85bca772a 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Colors.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.Colors.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,11 +54,19 @@
Android.Net.Uri
- The Uri for querying color information
-
+ The Uri for querying color information
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Colors.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ColorsColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ColorsColumns.xml
index ed97b71b14..7a5195117c 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ColorsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ColorsColumns.xml
@@ -57,9 +57,18 @@
System.String
- To be added.
+ A reference to the name of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -87,9 +96,18 @@
System.String
- To be added.
+ A reference to the type of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -119,7 +137,16 @@
The color as an 8-bit ARGB integer value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -150,7 +177,16 @@
The key used to reference this color.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -181,7 +217,16 @@
The type of color, which describes how it should be used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -249,9 +294,18 @@
System.String
- To be added.
+ The sync data associated with this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -321,7 +375,16 @@
This indicateds a color that can be used for calendars.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.TYPE_CALENDAR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -353,7 +416,16 @@
This indicates a color that can be used for events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.TYPE_EVENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays+InterfaceConsts.xml
index b1a47238b1..2a3f304d91 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The Julian ending day number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventDaysColumns.ENDDAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The Julian starting day number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventDaysColumns.STARTDAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays.xml
index 3d83d984a4..e81b92855e 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDays.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.EventDays.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -121,10 +125,20 @@
the number of days to load (must be at least 1)
the columns to return in the cursor
Retrieves the days with events for the Julian days starting at
- "startDay" for "numDays".
- To be added.
+ "startDay" for "numDays".
+ a database cursor containing a list of start and end days for
+ events
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventDays.query(android.content.ContentResolver, int, int, java.lang.String[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDaysColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDaysColumns.xml
index b3ea0c6305..5f01672c7a 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDaysColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventDaysColumns.xml
@@ -59,7 +59,16 @@
The Julian ending day number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventDaysColumns.ENDDAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,7 +99,16 @@
The Julian starting day number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventDaysColumns.STARTDAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Events+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Events+InterfaceConsts.xml
index 5ad8ea0530..88250e440e 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Events+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Events+InterfaceConsts.xml
@@ -43,9 +43,18 @@
1
- To be added.
+ Confidential is not used by the app.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,9 +83,19 @@
0
- To be added.
+ Default access is controlled by the server and will be treated as
+ public on the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,9 +119,19 @@
System.String
- To be added.
+ Defines how the event shows up for others when the calendar is
+ shared.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,9 +160,18 @@
2
- To be added.
+ Private shares the event as a free/busy slot with no details.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,9 +200,19 @@
3
- To be added.
+ Public makes the contents visible to anyone with access to the
+ calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,9 +236,18 @@
System.String
- To be added.
+ The account that was used to sync the entry to the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +271,19 @@
System.String
- To be added.
+ The type of the account that was used to sync the entry to the
+ device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -240,9 +307,18 @@
System.String
- To be added.
+ Is the event all day (time zone independent).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -266,9 +342,19 @@
System.String
- To be added.
+ A comma separated list of attendee types supported for this calendar
+ in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +378,19 @@
System.String
- To be added.
+ A comma separated list of availability types supported for this
+ calendar in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -318,9 +414,19 @@
System.String
- To be added.
+ A comma separated list of reminder methods supported for this
+ calendar in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -344,9 +450,19 @@
System.String
- To be added.
+ If this event counts as busy time or is still free time that can be
+ scheduled over.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -375,9 +491,19 @@
0
- To be added.
+ Indicates that this event takes up time and will conflict with other
+ events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -406,9 +532,19 @@
1
- To be added.
+ Indicates that this event is free time and will not conflict with
+ other events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -437,9 +573,19 @@
2
- To be added.
+ Indicates that the owner's availability may change, but should be
+ considered busy time that will conflict.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -468,9 +614,19 @@
500
- To be added.
+ Full access to modify the calendar, but not the access control
+ settings
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -499,9 +655,19 @@
600
- To be added.
+ Full access to modify the calendar, but not the access control
+ settings
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -530,9 +696,18 @@
100
- To be added.
+ Can only see free/busy information about the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -561,9 +736,18 @@
0
- To be added.
+ Cannot access the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -592,9 +776,18 @@
400
- To be added.
+ not used
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -623,9 +816,18 @@
700
- To be added.
+ Full access to the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -654,9 +856,18 @@
200
- To be added.
+ Can read all event details
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -685,9 +896,18 @@
300
- To be added.
+ Can reply yes/no/maybe to an event
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -716,10 +936,19 @@
800
- To be added.
+ Domain admin
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -742,9 +971,18 @@
System.String
- To be added.
+ The level of access that the user has for the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -768,9 +1006,18 @@
System.String
- To be added.
+ The color of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -794,9 +1041,18 @@
System.String
- To be added.
+ A key for looking up a color from the Colors table.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -820,9 +1076,18 @@
System.String
- To be added.
+ The display name of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -846,9 +1111,18 @@
System.String
- To be added.
+ The Calendars#_ID of the calendar the event belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -872,9 +1146,18 @@
System.String
- To be added.
+ The time zone the calendar is associated with.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -898,9 +1181,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -924,9 +1216,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -950,9 +1251,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -976,9 +1286,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1002,9 +1321,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1028,9 +1356,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1054,9 +1391,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1080,9 +1426,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1106,9 +1461,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1132,9 +1496,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1158,9 +1531,18 @@
System.String
- To be added.
+ Whether the user can invite others to the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1184,9 +1566,18 @@
System.String
- To be added.
+ Can the organizer modify the time zone of the event? Column name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1210,9 +1601,19 @@
System.String
- To be added.
+ Can the organizer respond to the event? If no, the status of the
+ organizer should not be shown by the UI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1236,9 +1637,20 @@
System.String
- To be added.
+ If set to 1 this causes events on this calendar to be duplicated with
+ Events#LAST_SYNCED set to 1 whenever the event
+ transitions from non-dirty to dirty.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1297,9 +1709,19 @@
System.String
- To be added.
+ The package name of the custom app that can provide a richer
+ experience for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1323,9 +1745,18 @@
System.String
- To be added.
+ The URI used by the custom app for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1349,9 +1780,18 @@
System.String
- To be added.
+ Whether the row has been deleted but not synced to the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1375,9 +1815,18 @@
System.String
- To be added.
+ The description of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1401,9 +1850,18 @@
System.String
- To be added.
+ Used to indicate that local, unsynced, changes are present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1427,9 +1885,19 @@
System.String
- To be added.
+ This will be #EVENT_COLOR if it is not null; otherwise, this will be
+ Calendars#CALENDAR_COLOR.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1453,9 +1921,18 @@
System.String
- To be added.
+ The time the event ends in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTEND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1479,9 +1956,18 @@
System.String
- To be added.
+ The time the event starts in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1505,9 +1991,18 @@
System.String
- To be added.
+ The duration of the event in RFC2445 format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1531,9 +2026,18 @@
System.String
- To be added.
+ A secondary color for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1557,9 +2061,18 @@
System.String
- To be added.
+ A secondary color key for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1583,9 +2096,18 @@
System.String
- To be added.
+ The timezone for the end time of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1609,9 +2131,18 @@
System.String
- To be added.
+ Where the event takes place.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1635,9 +2166,18 @@
System.String
- To be added.
+ The timezone for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1661,9 +2201,18 @@
System.String
- To be added.
+ The recurrence exception dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1687,9 +2236,18 @@
System.String
- To be added.
+ The recurrence exception rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1713,9 +2271,18 @@
System.String
- To be added.
+ Whether guests can invite other guests.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1739,9 +2306,18 @@
System.String
- To be added.
+ Whether guests can modify the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1765,9 +2341,18 @@
System.String
- To be added.
+ Whether guests can see the list of attendees.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1791,9 +2376,18 @@
System.String
- To be added.
+ Whether the event has an alarm or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1817,9 +2411,18 @@
System.String
- To be added.
+ Whether the event has attendee information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1843,9 +2446,18 @@
System.String
- To be added.
+ Whether the event has extended properties or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1904,9 +2516,18 @@
System.String
- To be added.
+ Are we the organizer of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1930,9 +2551,18 @@
System.String
- To be added.
+ Is this the primary calendar for this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1956,9 +2586,18 @@
System.String
- To be added.
+ The last date this event repeats on, or NULL if it never ends.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1982,9 +2621,19 @@
System.String
- To be added.
+ Used to indicate that a row is not a real event but an original copy of a locally
+ modified event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2008,9 +2657,18 @@
System.String
- To be added.
+ The maximum number of reminders allowed for an event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2034,9 +2692,18 @@
System.String
- To be added.
+ Used in conjunction with #DIRTY to indicate what packages wrote local changes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.MUTATORS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2060,9 +2727,18 @@
System.String
- To be added.
+ Email of the organizer (owner) of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2086,9 +2762,19 @@
System.String
- To be added.
+ The allDay status (true or false) of the original recurring event
+ for which this event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2112,9 +2798,19 @@
System.String
- To be added.
+ The Events#_ID of the original recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2138,9 +2834,19 @@
System.String
- To be added.
+ The original instance time of the recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2164,9 +2870,19 @@
System.String
- To be added.
+ The _sync_id of the original recurring event for which this event is
+ an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2190,9 +2906,18 @@
System.String
- To be added.
+ The owner account for this calendar, based on the calendar feed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2216,9 +2941,18 @@
System.String
- To be added.
+ The recurrence dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2242,9 +2976,18 @@
System.String
- To be added.
+ The recurrence rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2268,9 +3011,18 @@
System.String
- To be added.
+ This is a copy of the attendee status for the owner of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2294,9 +3046,18 @@
System.String
- To be added.
+ The event status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2413,9 +3174,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2439,9 +3209,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2465,9 +3244,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2491,9 +3279,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2517,9 +3314,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2543,9 +3349,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2569,9 +3384,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2595,9 +3419,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2621,9 +3454,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2647,9 +3489,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2673,9 +3524,19 @@
System.String
- To be added.
+ Is this calendar synced and are its events stored on the device?
+ 0 - Do not sync this calendar or store events for this calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2699,9 +3560,18 @@
System.String
- To be added.
+ The unique ID for a row assigned by the sync source.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns._SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2725,9 +3595,18 @@
System.String
- To be added.
+ The title of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2751,9 +3630,18 @@
System.String
- To be added.
+ The UID for events added from the RFC 2445 iCalendar format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2777,9 +3665,19 @@
System.String
- To be added.
+ Is the calendar selected to be displayed?
+ 0 - do not show events associated with this calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Events.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Events.xml
index 9a0ea52d10..eb706643b6 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Events.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Events.xml
@@ -19,14 +19,18 @@
Constants and helpers for the Events table, which contains details for
- individual events.
+ individual events.
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.Events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -54,7 +58,16 @@
The content:// style URI for recurring event exceptions.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Events.CONTENT_EXCEPTION_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -82,7 +95,16 @@
The content:// style URL for interacting with events.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Events.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,9 +129,20 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for querying Events table in the managed profile.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.CalendarContract.Events.ENTERPRISE_CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsColumns.xml
index 6d13a81b4d..657c598c4f 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsColumns.xml
@@ -61,7 +61,16 @@
Confidential is not used by the app.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -92,9 +101,18 @@
0
Default access is controlled by the server and will be treated as
- public on the device.
+ public on the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -124,9 +142,18 @@
Defines how the event shows up for others when the calendar is
- shared.
+ shared.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -158,7 +185,16 @@
Private shares the event as a free/busy slot with no details.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -189,9 +225,18 @@
3
Public makes the contents visible to anyone with access to the
- calendar.
+ calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -222,7 +267,16 @@
Is the event all day (time zone independent).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -252,9 +306,18 @@
If this event counts as busy time or is still free time that can be
- scheduled over.
+ scheduled over.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -285,9 +348,18 @@
0
Indicates that this event takes up time and will conflict with other
- events.
+ events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -318,9 +390,18 @@
1
Indicates that this event is free time and will not conflict with
- other events.
+ other events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -351,9 +432,18 @@
2
Indicates that the owner's availability may change, but should be
- considered busy time that will conflict.
+ considered busy time that will conflict.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -382,9 +472,18 @@
System.String
- The of the calendar the event belongs to.
+ The Calendars#_ID of the calendar the event belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -415,7 +514,16 @@
Whether the user can invite others to the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -445,9 +553,18 @@
The package name of the custom app that can provide a richer
- experience for the event.
+ experience for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -478,7 +595,16 @@
The URI used by the custom app for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -509,7 +635,16 @@
The description of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -538,10 +673,19 @@
System.String
- This will be if it is not null; otherwise, this will be
- .
+ This will be #EVENT_COLOR if it is not null; otherwise, this will be
+ Calendars#CALENDAR_COLOR.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -572,7 +716,16 @@
The time the event ends in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTEND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -603,7 +756,16 @@
The time the event starts in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -634,7 +796,16 @@
The duration of the event in RFC2445 format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -665,7 +836,16 @@
A secondary color for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -696,7 +876,16 @@
A secondary color key for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -727,7 +916,16 @@
The timezone for the end time of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -758,7 +956,16 @@
Where the event takes place.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -789,7 +996,16 @@
The timezone for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -820,7 +1036,16 @@
The recurrence exception dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -851,7 +1076,16 @@
The recurrence exception rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -882,7 +1116,16 @@
Whether guests can invite other guests.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,7 +1156,16 @@
Whether guests can modify the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -944,7 +1196,16 @@
Whether guests can see the list of attendees.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -975,7 +1236,16 @@
Whether the event has an alarm or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1006,7 +1276,16 @@
Whether the event has attendee information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1037,7 +1316,16 @@
Whether the event has extended properties or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1068,7 +1356,16 @@
Are we the organizer of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1099,7 +1396,16 @@
The last date this event repeats on, or NULL if it never ends.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1129,9 +1435,18 @@
Used to indicate that a row is not a real event but an original copy of a locally
- modified event.
+ modified event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1162,7 +1477,16 @@
Email of the organizer (owner) of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1192,9 +1516,18 @@
The allDay status (true or false) of the original recurring event
- for which this event is an exception.
+ for which this event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1223,10 +1556,19 @@
System.String
- The of the original recurring event for which this
- event is an exception.
+ The Events#_ID of the original recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1598,18 @@
The original instance time of the recurring event for which this
- event is an exception.
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1288,9 +1639,18 @@
The _sync_id of the original recurring event for which this event is
- an exception.
+ an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1321,7 +1681,16 @@
The recurrence dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1352,7 +1721,16 @@
The recurrence rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1383,7 +1761,16 @@
This is a copy of the attendee status for the owner of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1414,7 +1801,16 @@
The event status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1544,7 +1940,16 @@
This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1575,7 +1980,16 @@
This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1606,7 +2020,16 @@
This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1637,7 +2060,16 @@
This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1668,7 +2100,16 @@
This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1699,7 +2140,16 @@
This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1730,7 +2180,16 @@
This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1761,7 +2220,16 @@
This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1792,7 +2260,16 @@
This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1823,7 +2300,16 @@
This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1854,7 +2340,16 @@
The title of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1885,7 +2380,16 @@
The UID for events added from the RFC 2445 iCalendar format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity+InterfaceConsts.xml
index 9b2429666b..32eb00b513 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity+InterfaceConsts.xml
@@ -43,9 +43,18 @@
1
- To be added.
+ Confidential is not used by the app.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,9 +83,19 @@
0
- To be added.
+ Default access is controlled by the server and will be treated as
+ public on the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,9 +119,19 @@
System.String
- To be added.
+ Defines how the event shows up for others when the calendar is
+ shared.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,9 +160,18 @@
2
- To be added.
+ Private shares the event as a free/busy slot with no details.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,9 +200,19 @@
3
- To be added.
+ Public makes the contents visible to anyone with access to the
+ calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,9 +236,18 @@
System.String
- To be added.
+ The account that was used to sync the entry to the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +271,19 @@
System.String
- To be added.
+ The type of the account that was used to sync the entry to the
+ device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -240,9 +307,18 @@
System.String
- To be added.
+ Is the event all day (time zone independent).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -266,9 +342,19 @@
System.String
- To be added.
+ If this event counts as busy time or is still free time that can be
+ scheduled over.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -297,9 +383,19 @@
0
- To be added.
+ Indicates that this event takes up time and will conflict with other
+ events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -328,9 +424,19 @@
1
- To be added.
+ Indicates that this event is free time and will not conflict with
+ other events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -359,9 +465,19 @@
2
- To be added.
+ Indicates that the owner's availability may change, but should be
+ considered busy time that will conflict.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -385,9 +501,18 @@
System.String
- To be added.
+ The Calendars#_ID of the calendar the event belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -411,9 +536,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -437,9 +571,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -463,9 +606,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -489,9 +641,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -515,9 +676,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -541,9 +711,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -567,9 +746,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -593,9 +781,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -619,9 +816,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -645,9 +851,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -671,9 +886,18 @@
System.String
- To be added.
+ Whether the user can invite others to the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -697,9 +921,20 @@
System.String
- To be added.
+ If set to 1 this causes events on this calendar to be duplicated with
+ Events#LAST_SYNCED set to 1 whenever the event
+ transitions from non-dirty to dirty.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -758,9 +993,19 @@
System.String
- To be added.
+ The package name of the custom app that can provide a richer
+ experience for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -784,9 +1029,18 @@
System.String
- To be added.
+ The URI used by the custom app for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -810,9 +1064,18 @@
System.String
- To be added.
+ Whether the row has been deleted but not synced to the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -836,9 +1099,18 @@
System.String
- To be added.
+ The description of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -862,9 +1134,18 @@
System.String
- To be added.
+ Used to indicate that local, unsynced, changes are present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -888,9 +1169,19 @@
System.String
- To be added.
+ This will be #EVENT_COLOR if it is not null; otherwise, this will be
+ Calendars#CALENDAR_COLOR.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -914,9 +1205,18 @@
System.String
- To be added.
+ The time the event ends in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTEND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -940,9 +1240,18 @@
System.String
- To be added.
+ The time the event starts in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -966,9 +1275,18 @@
System.String
- To be added.
+ The duration of the event in RFC2445 format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -992,9 +1310,18 @@
System.String
- To be added.
+ A secondary color for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1018,9 +1345,18 @@
System.String
- To be added.
+ A secondary color key for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1044,9 +1380,18 @@
System.String
- To be added.
+ The timezone for the end time of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1070,9 +1415,18 @@
System.String
- To be added.
+ Where the event takes place.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1096,9 +1450,18 @@
System.String
- To be added.
+ The timezone for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1122,9 +1485,18 @@
System.String
- To be added.
+ The recurrence exception dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1148,9 +1520,18 @@
System.String
- To be added.
+ The recurrence exception rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1174,9 +1555,18 @@
System.String
- To be added.
+ Whether guests can invite other guests.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1200,9 +1590,18 @@
System.String
- To be added.
+ Whether guests can modify the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1226,9 +1625,18 @@
System.String
- To be added.
+ Whether guests can see the list of attendees.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1252,9 +1660,18 @@
System.String
- To be added.
+ Whether the event has an alarm or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1278,9 +1695,18 @@
System.String
- To be added.
+ Whether the event has attendee information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1304,9 +1730,18 @@
System.String
- To be added.
+ Whether the event has extended properties or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1365,9 +1800,18 @@
System.String
- To be added.
+ Are we the organizer of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1391,9 +1835,18 @@
System.String
- To be added.
+ The last date this event repeats on, or NULL if it never ends.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1417,9 +1870,19 @@
System.String
- To be added.
+ Used to indicate that a row is not a real event but an original copy of a locally
+ modified event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1443,9 +1906,18 @@
System.String
- To be added.
+ Used in conjunction with #DIRTY to indicate what packages wrote local changes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.MUTATORS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1469,9 +1941,18 @@
System.String
- To be added.
+ Email of the organizer (owner) of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1495,9 +1976,19 @@
System.String
- To be added.
+ The allDay status (true or false) of the original recurring event
+ for which this event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1521,9 +2012,19 @@
System.String
- To be added.
+ The Events#_ID of the original recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1547,9 +2048,19 @@
System.String
- To be added.
+ The original instance time of the recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1573,9 +2084,19 @@
System.String
- To be added.
+ The _sync_id of the original recurring event for which this event is
+ an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1599,9 +2120,18 @@
System.String
- To be added.
+ The recurrence dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1625,9 +2155,18 @@
System.String
- To be added.
+ The recurrence rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1651,9 +2190,18 @@
System.String
- To be added.
+ This is a copy of the attendee status for the owner of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2225,18 @@
System.String
- To be added.
+ The event status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1796,9 +2353,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1822,9 +2388,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1848,9 +2423,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1874,9 +2458,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1900,9 +2493,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1926,9 +2528,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1952,9 +2563,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1978,9 +2598,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2004,9 +2633,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2030,9 +2668,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2056,9 +2703,18 @@
System.String
- To be added.
+ The unique ID for a row assigned by the sync source.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns._SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2082,9 +2738,18 @@
System.String
- To be added.
+ The title of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2108,9 +2773,18 @@
System.String
- To be added.
+ The UID for events added from the RFC 2445 iCalendar format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity.xml
index a7405d4ee7..57fe99d3e6 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+EventsEntity.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.EventsEntity.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,11 +54,19 @@
Android.Net.Uri
- The content:// style URL for this table
-
+ The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsEntity.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties+InterfaceConsts.xml
index de5924ec5c..e758f91153 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties+InterfaceConsts.xml
@@ -43,9 +43,18 @@
1
- To be added.
+ Confidential is not used by the app.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,9 +83,19 @@
0
- To be added.
+ Default access is controlled by the server and will be treated as
+ public on the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,9 +119,19 @@
System.String
- To be added.
+ Defines how the event shows up for others when the calendar is
+ shared.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,9 +160,18 @@
2
- To be added.
+ Private shares the event as a free/busy slot with no details.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,9 +200,19 @@
3
- To be added.
+ Public makes the contents visible to anyone with access to the
+ calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,9 +236,18 @@
System.String
- To be added.
+ Is the event all day (time zone independent).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +271,19 @@
System.String
- To be added.
+ If this event counts as busy time or is still free time that can be
+ scheduled over.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +312,19 @@
0
- To be added.
+ Indicates that this event takes up time and will conflict with other
+ events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -276,9 +353,19 @@
1
- To be added.
+ Indicates that this event is free time and will not conflict with
+ other events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -307,9 +394,19 @@
2
- To be added.
+ Indicates that the owner's availability may change, but should be
+ considered busy time that will conflict.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -333,9 +430,18 @@
System.String
- To be added.
+ The Calendars#_ID of the calendar the event belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -359,9 +465,18 @@
System.String
- To be added.
+ Whether the user can invite others to the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -420,9 +535,19 @@
System.String
- To be added.
+ The package name of the custom app that can provide a richer
+ experience for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,9 +571,18 @@
System.String
- To be added.
+ The URI used by the custom app for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +606,18 @@
System.String
- To be added.
+ The description of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,9 +641,19 @@
System.String
- To be added.
+ This will be #EVENT_COLOR if it is not null; otherwise, this will be
+ Calendars#CALENDAR_COLOR.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -524,9 +677,18 @@
System.String
- To be added.
+ The time the event ends in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTEND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -550,9 +712,18 @@
System.String
- To be added.
+ The time the event starts in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -576,9 +747,18 @@
System.String
- To be added.
+ The duration of the event in RFC2445 format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -602,9 +782,18 @@
System.String
- To be added.
+ A secondary color for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -628,9 +817,18 @@
System.String
- To be added.
+ A secondary color key for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -654,9 +852,18 @@
System.String
- To be added.
+ The timezone for the end time of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -680,9 +887,18 @@
System.String
- To be added.
+ The event the extended property belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -706,9 +922,18 @@
System.String
- To be added.
+ Where the event takes place.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -732,9 +957,18 @@
System.String
- To be added.
+ The timezone for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -758,9 +992,18 @@
System.String
- To be added.
+ The recurrence exception dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -784,9 +1027,18 @@
System.String
- To be added.
+ The recurrence exception rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -810,9 +1062,18 @@
System.String
- To be added.
+ Whether guests can invite other guests.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -836,9 +1097,18 @@
System.String
- To be added.
+ Whether guests can modify the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -862,9 +1132,18 @@
System.String
- To be added.
+ Whether guests can see the list of attendees.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -888,9 +1167,18 @@
System.String
- To be added.
+ Whether the event has an alarm or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -914,9 +1202,18 @@
System.String
- To be added.
+ Whether the event has attendee information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -940,9 +1237,18 @@
System.String
- To be added.
+ Whether the event has extended properties or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1001,9 +1307,18 @@
System.String
- To be added.
+ Are we the organizer of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1027,9 +1342,18 @@
System.String
- To be added.
+ The last date this event repeats on, or NULL if it never ends.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1053,9 +1377,19 @@
System.String
- To be added.
+ Used to indicate that a row is not a real event but an original copy of a locally
+ modified event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1105,9 +1439,18 @@
System.String
- To be added.
+ Email of the organizer (owner) of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1131,9 +1474,19 @@
System.String
- To be added.
+ The allDay status (true or false) of the original recurring event
+ for which this event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1157,9 +1510,19 @@
System.String
- To be added.
+ The Events#_ID of the original recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1183,9 +1546,19 @@
System.String
- To be added.
+ The original instance time of the recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1209,9 +1582,19 @@
System.String
- To be added.
+ The _sync_id of the original recurring event for which this event is
+ an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1235,9 +1618,18 @@
System.String
- To be added.
+ The recurrence dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1261,9 +1653,18 @@
System.String
- To be added.
+ The recurrence rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1287,9 +1688,18 @@
System.String
- To be added.
+ This is a copy of the attendee status for the owner of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1313,9 +1723,18 @@
System.String
- To be added.
+ The event status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1432,9 +1851,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1458,9 +1886,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1484,9 +1921,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1510,9 +1956,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1536,9 +1991,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1562,9 +2026,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1588,9 +2061,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1614,9 +2096,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1640,9 +2131,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1666,9 +2166,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1692,9 +2201,18 @@
System.String
- To be added.
+ The title of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1718,9 +2236,18 @@
System.String
- To be added.
+ The UID for events added from the RFC 2445 iCalendar format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1744,9 +2271,18 @@
System.String
- To be added.
+ The value of the extended property.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties.xml
index d942975d63..8ed28c6af7 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedProperties.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.ExtendedProperties.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedPropertiesColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedPropertiesColumns.xml
index b6039f1909..3154ee1c2c 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedPropertiesColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ExtendedPropertiesColumns.xml
@@ -59,7 +59,16 @@
The event the extended property belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -121,7 +130,16 @@
The value of the extended property.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+IAttendeesColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+IAttendeesColumns.xml
index 454092a00f..37d3070c3d 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+IAttendeesColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+IAttendeesColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Columns from the Attendees table that other tables join into themselves.
+
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,19 @@
System.String
- To be added.
- To be added.
+ The email address of the attendee.
+
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_EMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +79,20 @@
System.String
- To be added.
- To be added.
+ The identity of the attendee as referenced in
+ ContactsContract.CommonDataKinds.Identity#IDENTITY.
+
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_IDENTITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +115,20 @@
System.String
- To be added.
- To be added.
+ The identity name space of the attendee as referenced in
+ ContactsContract.CommonDataKinds.Identity#NAMESPACE.
+
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_ID_NAMESPACE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +151,19 @@
System.String
- To be added.
- To be added.
+ The name of the attendee.
+
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +210,19 @@
System.String
- To be added.
- To be added.
+ The attendance status of the attendee.
+
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +245,19 @@
System.String
- To be added.
- To be added.
+ The type of attendee.
+
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.ATTENDEE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -201,8 +280,19 @@
System.String
- To be added.
- To be added.
+ The id of the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.AttendeesColumns.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarAlertsColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarAlertsColumns.xml
index 4661106e9d..11aa316e92 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarAlertsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarAlertsColumns.xml
@@ -33,8 +33,19 @@
System.String
- To be added.
- To be added.
+ The alarm time of the event, in UTC.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.ALARM_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +68,19 @@
System.String
- To be added.
- To be added.
+ The start time of the event, in UTC.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.BEGIN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +103,19 @@
System.String
- To be added.
- To be added.
+ The creation time of this database entry, in UTC.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.CREATION_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +138,19 @@
System.String
- To be added.
- To be added.
+ The default sort order for this alerts queries
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +173,19 @@
System.String
- To be added.
- To be added.
+ The end time of the event, in UTC.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.END.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +208,19 @@
System.String
- To be added.
- To be added.
+ The event that the alert belongs to.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +243,19 @@
System.String
- To be added.
- To be added.
+ The number of minutes that this alarm precedes the start time.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.MINUTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -201,8 +278,20 @@
System.String
- To be added.
- To be added.
+ The time that the notification was created by the Calendar app,
+ in UTC.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.NOTIFY_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -225,8 +314,20 @@
System.String
- To be added.
- To be added.
+ The time that the alarm broadcast was received by the Calendar app,
+ in UTC.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.RECEIVED_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -249,8 +350,19 @@
System.String
- To be added.
- To be added.
+ The state of this alert.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarAlertsColumns.STATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarCacheColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarCacheColumns.xml
index 770686fde2..1698c55c9b 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarCacheColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarCacheColumns.xml
@@ -33,8 +33,19 @@
System.String
- To be added.
- To be added.
+ The key for the setting.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarCacheColumns.KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +68,19 @@
System.String
- To be added.
- To be added.
+ The value of the given setting.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarCacheColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarColumns.xml
index 106256b68e..801e4eb6c3 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Columns specific to the Calendars Uri that other Uris can query.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,20 @@
System.String
- To be added.
- To be added.
+ A comma separated list of attendee types supported for this calendar
+ in the format "#,#,#".
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +80,20 @@
System.String
- To be added.
- To be added.
+ A comma separated list of availability types supported for this
+ calendar in the format "#,#,#".
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +116,20 @@
System.String
- To be added.
- To be added.
+ A comma separated list of reminder methods supported for this
+ calendar in the format "#,#,#".
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +152,19 @@
System.String
- To be added.
- To be added.
+ The level of access that the user has for the calendar
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +187,19 @@
System.String
- To be added.
- To be added.
+ The color of the calendar.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +222,19 @@
System.String
- To be added.
- To be added.
+ A key for looking up a color from the Colors table.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +257,19 @@
System.String
- To be added.
- To be added.
+ The display name of the calendar.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -201,8 +292,19 @@
System.String
- To be added.
- To be added.
+ The time zone the calendar is associated with.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -225,8 +327,19 @@
System.String
- To be added.
- To be added.
+ Can the organizer modify the time zone of the event? Column name.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -249,8 +362,20 @@
System.String
- To be added.
- To be added.
+ Can the organizer respond to the event? If no, the status of the
+ organizer should not be shown by the UI.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -273,8 +398,19 @@
System.String
- To be added.
- To be added.
+ Is this the primary calendar for this account.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -297,8 +433,19 @@
System.String
- To be added.
- To be added.
+ The maximum number of reminders allowed for an event.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -321,8 +468,19 @@
System.String
- To be added.
- To be added.
+ The owner account for this calendar, based on the calendar feed.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -345,8 +503,20 @@
System.String
- To be added.
- To be added.
+ Is this calendar synced and are its events stored on the device?
+ 0 - Do not sync this calendar or store events for this calendar.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -369,8 +539,20 @@
System.String
- To be added.
- To be added.
+ Is the calendar selected to be displayed?
+ 0 - do not show events associated with this calendar.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarSyncColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarSyncColumns.xml
index 9c186d8b52..4309ea9b89 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarSyncColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ICalendarSyncColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Generic columns for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +79,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +114,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +149,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +184,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +219,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +254,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -201,8 +289,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -225,8 +324,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -249,8 +359,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+IColorsColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+IColorsColumns.xml
index 8b9e6c9d21..4faac9e855 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+IColorsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+IColorsColumns.xml
@@ -33,8 +33,19 @@
System.String
- To be added.
- To be added.
+ The color as an 8-bit ARGB integer value.
+
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +68,19 @@
System.String
- To be added.
- To be added.
+ The key used to reference this color.
+
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +103,19 @@
System.String
- To be added.
- To be added.
+ The type of color, which describes how it should be used.
+
+
+
+ Java documentation for android.provider.CalendarContract.ColorsColumns.COLOR_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventDaysColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventDaysColumns.xml
index cd2a143c6a..b0e18f1ef6 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventDaysColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventDaysColumns.xml
@@ -33,8 +33,19 @@
System.String
- To be added.
- To be added.
+ The Julian ending day number.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventDaysColumns.ENDDAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +68,19 @@
System.String
- To be added.
- To be added.
+ The Julian starting day number.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventDaysColumns.STARTDAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventsColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventsColumns.xml
index e6ae95b6bf..14479a6943 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+IEventsColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Columns from the Events table that other tables join into themselves.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,20 @@
System.String
- To be added.
- To be added.
+ Defines how the event shows up for others when the calendar is
+ shared.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +80,19 @@
System.String
- To be added.
- To be added.
+ Is the event all day (time zone independent).
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +115,20 @@
System.String
- To be added.
- To be added.
+ If this event counts as busy time or is still free time that can be
+ scheduled over.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +151,19 @@
System.String
- To be added.
- To be added.
+ The Calendars#_ID of the calendar the event belongs to.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +186,19 @@
System.String
- To be added.
- To be added.
+ Whether the user can invite others to the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +221,20 @@
System.String
- To be added.
- To be added.
+ The package name of the custom app that can provide a richer
+ experience for the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +257,19 @@
System.String
- To be added.
- To be added.
+ The URI used by the custom app for the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -201,8 +292,19 @@
System.String
- To be added.
- To be added.
+ The description of the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -225,8 +327,20 @@
System.String
- To be added.
- To be added.
+ This will be #EVENT_COLOR if it is not null; otherwise, this will be
+ Calendars#CALENDAR_COLOR.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -249,8 +363,19 @@
System.String
- To be added.
- To be added.
+ The time the event ends in UTC millis since epoch.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTEND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -273,8 +398,19 @@
System.String
- To be added.
- To be added.
+ The time the event starts in UTC millis since epoch.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -297,8 +433,19 @@
System.String
- To be added.
- To be added.
+ The duration of the event in RFC2445 format.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -321,8 +468,19 @@
System.String
- To be added.
- To be added.
+ A secondary color for the individual event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -345,8 +503,19 @@
System.String
- To be added.
- To be added.
+ A secondary color key for the individual event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -369,8 +538,19 @@
System.String
- To be added.
- To be added.
+ The timezone for the end time of the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -393,8 +573,19 @@
System.String
- To be added.
- To be added.
+ Where the event takes place.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -417,8 +608,19 @@
System.String
- To be added.
- To be added.
+ The timezone for the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -441,8 +643,19 @@
System.String
- To be added.
- To be added.
+ The recurrence exception dates for the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -465,8 +678,19 @@
System.String
- To be added.
- To be added.
+ The recurrence exception rule for the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -489,8 +713,19 @@
System.String
- To be added.
- To be added.
+ Whether guests can invite other guests.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -513,8 +748,19 @@
System.String
- To be added.
- To be added.
+ Whether guests can modify the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -537,8 +783,19 @@
System.String
- To be added.
- To be added.
+ Whether guests can see the list of attendees.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -561,8 +818,19 @@
System.String
- To be added.
- To be added.
+ Whether the event has an alarm or not.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -585,8 +853,19 @@
System.String
- To be added.
- To be added.
+ Whether the event has attendee information.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -609,8 +888,19 @@
System.String
- To be added.
- To be added.
+ Whether the event has extended properties or not.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -633,8 +923,19 @@
System.String
- To be added.
- To be added.
+ Are we the organizer of this event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -657,8 +958,19 @@
System.String
- To be added.
- To be added.
+ The last date this event repeats on, or NULL if it never ends.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -681,8 +993,20 @@
System.String
- To be added.
- To be added.
+ Used to indicate that a row is not a real event but an original copy of a locally
+ modified event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -705,8 +1029,19 @@
System.String
- To be added.
- To be added.
+ Email of the organizer (owner) of the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -729,8 +1064,20 @@
System.String
- To be added.
- To be added.
+ The allDay status (true or false) of the original recurring event
+ for which this event is an exception.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -753,8 +1100,20 @@
System.String
- To be added.
- To be added.
+ The Events#_ID of the original recurring event for which this
+ event is an exception.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -777,8 +1136,20 @@
System.String
- To be added.
- To be added.
+ The original instance time of the recurring event for which this
+ event is an exception.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -801,8 +1172,20 @@
System.String
- To be added.
- To be added.
+ The _sync_id of the original recurring event for which this event is
+ an exception.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -825,8 +1208,19 @@
System.String
- To be added.
- To be added.
+ The recurrence dates for the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -849,8 +1243,19 @@
System.String
- To be added.
- To be added.
+ The recurrence rule for the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -873,8 +1278,19 @@
System.String
- To be added.
- To be added.
+ This is a copy of the attendee status for the owner of this event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -897,8 +1313,19 @@
System.String
- To be added.
- To be added.
+ The event status.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -921,8 +1348,19 @@
System.String
- To be added.
- To be added.
+ This column is available for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -945,8 +1383,19 @@
System.String
- To be added.
- To be added.
+ This column is available for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -969,8 +1418,19 @@
System.String
- To be added.
- To be added.
+ This column is available for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -993,8 +1453,19 @@
System.String
- To be added.
- To be added.
+ This column is available for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1017,8 +1488,19 @@
System.String
- To be added.
- To be added.
+ This column is available for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1041,8 +1523,19 @@
System.String
- To be added.
- To be added.
+ This column is available for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1065,8 +1558,19 @@
System.String
- To be added.
- To be added.
+ This column is available for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1089,8 +1593,19 @@
System.String
- To be added.
- To be added.
+ This column is available for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1113,8 +1628,19 @@
System.String
- To be added.
- To be added.
+ This column is available for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1137,8 +1663,19 @@
System.String
- To be added.
- To be added.
+ This column is available for use by sync adapters.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1161,8 +1698,19 @@
System.String
- To be added.
- To be added.
+ The title of the event.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1185,8 +1733,19 @@
System.String
- To be added.
- To be added.
+ The UID for events added from the RFC 2445 iCalendar format.
+
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+IExtendedPropertiesColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+IExtendedPropertiesColumns.xml
index c646b4a921..cc342971b1 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+IExtendedPropertiesColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+IExtendedPropertiesColumns.xml
@@ -33,8 +33,19 @@
System.String
- To be added.
- To be added.
+ The event the extended property belongs to.
+
+
+
+ Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +92,19 @@
System.String
- To be added.
- To be added.
+ The value of the extended property.
+
+
+
+ Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+IRemindersColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+IRemindersColumns.xml
index 3163f9b149..0c423e312d 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+IRemindersColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+IRemindersColumns.xml
@@ -33,8 +33,19 @@
System.String
- To be added.
- To be added.
+ The event the reminder belongs to.
+
+
+
+ Java documentation for android.provider.CalendarContract.RemindersColumns.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +68,19 @@
System.String
- To be added.
- To be added.
+ The alarm method, as set on the server.
+
+
+
+ Java documentation for android.provider.CalendarContract.RemindersColumns.METHOD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +103,19 @@
System.String
- To be added.
- To be added.
+ The minutes prior to the event that the alarm should ring.
+
+
+
+ Java documentation for android.provider.CalendarContract.RemindersColumns.MINUTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -106,8 +139,20 @@
-1
- To be added.
- To be added.
+ Passing this as a minutes value will use the default reminder
+ minutes.
+
+
+
+ Java documentation for android.provider.CalendarContract.RemindersColumns.MINUTES_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+ISyncColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+ISyncColumns.xml
index 961cd0e2dc..5de27de538 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+ISyncColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+ISyncColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Columns for Sync information used by Calendars and Events tables.
+
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,19 @@
System.String
- To be added.
- To be added.
+ The account that was used to sync the entry to the device.
+
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +79,20 @@
System.String
- To be added.
- To be added.
+ The type of the account that was used to sync the entry to the
+ device.
+
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +115,21 @@
System.String
- To be added.
- To be added.
+ If set to 1 this causes events on this calendar to be duplicated with
+ Events#LAST_SYNCED set to 1 whenever the event
+ transitions from non-dirty to dirty.
+
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +152,19 @@
System.String
- To be added.
- To be added.
+ Whether the row has been deleted but not synced to the server.
+
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +187,19 @@
System.String
- To be added.
- To be added.
+ Used to indicate that local, unsynced, changes are present.
+
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +222,19 @@
System.String
- To be added.
- To be added.
+ Used in conjunction with #DIRTY to indicate what packages wrote local changes.
+
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.MUTATORS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +257,19 @@
System.String
- To be added.
- To be added.
+ The unique ID for a row assigned by the sync source.
+
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns._SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances+InterfaceConsts.xml
index d6f081f1d1..6670c1bd1a 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances+InterfaceConsts.xml
@@ -43,9 +43,18 @@
1
- To be added.
+ Confidential is not used by the app.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,9 +83,19 @@
0
- To be added.
+ Default access is controlled by the server and will be treated as
+ public on the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,9 +119,19 @@
System.String
- To be added.
+ Defines how the event shows up for others when the calendar is
+ shared.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,9 +160,18 @@
2
- To be added.
+ Private shares the event as a free/busy slot with no details.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,9 +200,19 @@
3
- To be added.
+ Public makes the contents visible to anyone with access to the
+ calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,9 +236,18 @@
System.String
- To be added.
+ Is the event all day (time zone independent).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +271,19 @@
System.String
- To be added.
+ A comma separated list of attendee types supported for this calendar
+ in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_ATTENDEE_TYPES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -240,9 +307,19 @@
System.String
- To be added.
+ A comma separated list of availability types supported for this
+ calendar in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -266,9 +343,19 @@
System.String
- To be added.
+ A comma separated list of reminder methods supported for this
+ calendar in the format "#,#,#".
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.ALLOWED_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +379,19 @@
System.String
- To be added.
+ If this event counts as busy time or is still free time that can be
+ scheduled over.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -323,9 +420,19 @@
0
- To be added.
+ Indicates that this event takes up time and will conflict with other
+ events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -354,9 +461,19 @@
1
- To be added.
+ Indicates that this event is free time and will not conflict with
+ other events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -385,9 +502,19 @@
2
- To be added.
+ Indicates that the owner's availability may change, but should be
+ considered busy time that will conflict.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -416,9 +543,19 @@
500
- To be added.
+ Full access to modify the calendar, but not the access control
+ settings
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_CONTRIBUTOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -447,9 +584,19 @@
600
- To be added.
+ Full access to modify the calendar, but not the access control
+ settings
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_EDITOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -478,9 +625,18 @@
100
- To be added.
+ Can only see free/busy information about the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_FREEBUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -509,9 +665,18 @@
0
- To be added.
+ Cannot access the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +705,18 @@
400
- To be added.
+ not used
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OVERRIDE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -571,9 +745,18 @@
700
- To be added.
+ Full access to the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_OWNER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -602,9 +785,18 @@
200
- To be added.
+ Can read all event details
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -633,9 +825,18 @@
300
- To be added.
+ Can reply yes/no/maybe to an event
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -664,9 +865,18 @@
800
- To be added.
+ Domain admin
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAL_ACCESS_ROOT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -690,9 +900,18 @@
System.String
- To be added.
+ The level of access that the user has for the calendar
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -716,10 +935,19 @@
System.String
- To be added.
+ The color of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -742,9 +970,18 @@
System.String
- To be added.
+ A key for looking up a color from the Colors table.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -768,9 +1005,18 @@
System.String
- To be added.
+ The display name of the calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -794,9 +1040,18 @@
System.String
- To be added.
+ The Calendars#_ID of the calendar the event belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -820,9 +1075,18 @@
System.String
- To be added.
+ The time zone the calendar is associated with.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CALENDAR_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -846,9 +1110,18 @@
System.String
- To be added.
+ Whether the user can invite others to the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -872,9 +1145,18 @@
System.String
- To be added.
+ Can the organizer modify the time zone of the event? Column name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_MODIFY_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -898,9 +1180,19 @@
System.String
- To be added.
+ Can the organizer respond to the event? If no, the status of the
+ organizer should not be shown by the UI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.CAN_ORGANIZER_RESPOND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -959,9 +1251,19 @@
System.String
- To be added.
+ The package name of the custom app that can provide a richer
+ experience for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -985,9 +1287,18 @@
System.String
- To be added.
+ The URI used by the custom app for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1011,9 +1322,18 @@
System.String
- To be added.
+ The description of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1037,9 +1357,19 @@
System.String
- To be added.
+ This will be #EVENT_COLOR if it is not null; otherwise, this will be
+ Calendars#CALENDAR_COLOR.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1063,9 +1393,18 @@
System.String
- To be added.
+ The time the event ends in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTEND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1089,9 +1428,18 @@
System.String
- To be added.
+ The time the event starts in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1115,9 +1463,18 @@
System.String
- To be added.
+ The duration of the event in RFC2445 format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1141,9 +1498,18 @@
System.String
- To be added.
+ A secondary color for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1167,9 +1533,18 @@
System.String
- To be added.
+ A secondary color key for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1193,9 +1568,18 @@
System.String
- To be added.
+ The timezone for the end time of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1219,9 +1603,18 @@
System.String
- To be added.
+ Where the event takes place.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1245,9 +1638,18 @@
System.String
- To be added.
+ The timezone for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1271,9 +1673,18 @@
System.String
- To be added.
+ The recurrence exception dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1297,9 +1708,18 @@
System.String
- To be added.
+ The recurrence exception rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1323,9 +1743,18 @@
System.String
- To be added.
+ Whether guests can invite other guests.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1349,9 +1778,18 @@
System.String
- To be added.
+ Whether guests can modify the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1375,9 +1813,18 @@
System.String
- To be added.
+ Whether guests can see the list of attendees.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1401,9 +1848,18 @@
System.String
- To be added.
+ Whether the event has an alarm or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1427,9 +1883,18 @@
System.String
- To be added.
+ Whether the event has attendee information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1453,9 +1918,18 @@
System.String
- To be added.
+ Whether the event has extended properties or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1514,9 +1988,18 @@
System.String
- To be added.
+ Are we the organizer of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1540,9 +2023,18 @@
System.String
- To be added.
+ Is this the primary calendar for this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1566,9 +2058,18 @@
System.String
- To be added.
+ The last date this event repeats on, or NULL if it never ends.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1592,9 +2093,19 @@
System.String
- To be added.
+ Used to indicate that a row is not a real event but an original copy of a locally
+ modified event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1618,9 +2129,18 @@
System.String
- To be added.
+ The maximum number of reminders allowed for an event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.MAX_REMINDERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1644,9 +2164,18 @@
System.String
- To be added.
+ Email of the organizer (owner) of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1670,9 +2199,19 @@
System.String
- To be added.
+ The allDay status (true or false) of the original recurring event
+ for which this event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1696,9 +2235,19 @@
System.String
- To be added.
+ The Events#_ID of the original recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1722,9 +2271,19 @@
System.String
- To be added.
+ The original instance time of the recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1748,9 +2307,19 @@
System.String
- To be added.
+ The _sync_id of the original recurring event for which this event is
+ an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1774,9 +2343,18 @@
System.String
- To be added.
+ The owner account for this calendar, based on the calendar feed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1800,9 +2378,18 @@
System.String
- To be added.
+ The recurrence dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1826,9 +2413,18 @@
System.String
- To be added.
+ The recurrence rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1852,9 +2448,18 @@
System.String
- To be added.
+ This is a copy of the attendee status for the owner of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1878,9 +2483,18 @@
System.String
- To be added.
+ The event status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1997,9 +2611,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2023,9 +2646,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2049,9 +2681,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2075,9 +2716,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2101,9 +2751,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2127,9 +2786,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2153,9 +2821,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2179,9 +2856,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2205,9 +2891,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2231,9 +2926,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2257,9 +2961,19 @@
System.String
- To be added.
+ Is this calendar synced and are its events stored on the device?
+ 0 - Do not sync this calendar or store events for this calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.SYNC_EVENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2283,9 +2997,18 @@
System.String
- To be added.
+ The title of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2309,9 +3032,18 @@
System.String
- To be added.
+ The UID for events added from the RFC 2445 iCalendar format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2335,9 +3067,19 @@
System.String
- To be added.
+ Is the calendar selected to be displayed?
+ 0 - do not show events associated with this calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarColumns.VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances.xml
index 8766d6e749..f72d26c9a3 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Instances.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.Instances.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,7 +56,16 @@
The beginning time of the instance, in UTC milliseconds.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.BEGIN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,10 +91,19 @@
The content:// style URL for querying an instance range by Julian
- Day.
+ Day.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.CONTENT_BY_DAY_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,10 +129,19 @@
The content:// style URL for querying an instance range with a search
- term.
+ term.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.CONTENT_SEARCH_BY_DAY_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -136,10 +167,19 @@
The content:// style URL for querying an instance range with a search
- term.
+ term.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.CONTENT_SEARCH_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,7 +207,16 @@
The content:// style URL for querying an instance range.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,7 +243,16 @@
The ending time of the instance, in UTC milliseconds.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.END.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -220,9 +278,18 @@
The Julian end day of the instance, relative to the local time
- zone.
+ zone.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.END_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -248,9 +315,18 @@
The end minute of the instance measured from midnight in the
- local time zone.
+ local time zone.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.END_MINUTE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +351,21 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for querying an instance range by Julian
+ Day in the managed profile.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.CalendarContract.Instances.ENTERPRISE_CONTENT_BY_DAY_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -300,9 +388,21 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for querying an instance range with a search
+ term in the managed profile.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.CalendarContract.Instances.ENTERPRISE_CONTENT_SEARCH_BY_DAY_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -325,9 +425,21 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for querying an instance range with a search
+ term in the managed profile.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.CalendarContract.Instances.ENTERPRISE_CONTENT_SEARCH_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -350,9 +462,20 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for querying an instance range in the managed profile.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.CalendarContract.Instances.ENTERPRISE_CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -377,7 +500,16 @@
The _id of the event for this instance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -442,13 +574,22 @@
The ContentResolver to use for the query
The columns to return
The start of the time range to query in UTC millis since
- epoch
+ epoch
The end of the time range to query in UTC millis since
- epoch
+ epoch
Performs a query to return all visible instances in the given range.
- To be added.
+ A Cursor containing all instances in the given range
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.query(android.content.ContentResolver, java.lang.String[], long, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -483,17 +624,27 @@
The ContentResolver to use for the query
The columns to return
The start of the time range to query in UTC millis since
- epoch
+ epoch
The end of the time range to query in UTC millis since
- epoch
+ epoch
A string of space separated search terms. Segments
- enclosed by double quotes will be treated as a single
- term.
+ enclosed by double quotes will be treated as a single
+ term.
Performs a query to return all visible instances in the given range
- that match the given query.
- To be added.
+ that match the given query.
+ A Cursor of instances matching the search terms in the given
+ time range
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.query(android.content.ContentResolver, java.lang.String[], long, long, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -519,9 +670,18 @@
The Julian start day of the instance, relative to the local time
- zone.
+ zone.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.START_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -547,9 +707,18 @@
The start minute of the instance measured from midnight in the
- local time zone.
+ local time zone.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Instances.START_MINUTE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders+InterfaceConsts.xml
index 6a5f3fcdf5..ece14e48fa 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders+InterfaceConsts.xml
@@ -43,9 +43,18 @@
1
- To be added.
+ Confidential is not used by the app.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_CONFIDENTIAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,9 +83,19 @@
0
- To be added.
+ Default access is controlled by the server and will be treated as
+ public on the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,9 +119,19 @@
System.String
- To be added.
+ Defines how the event shows up for others when the calendar is
+ shared.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_LEVEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,9 +160,18 @@
2
- To be added.
+ Private shares the event as a free/busy slot with no details.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PRIVATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,9 +200,19 @@
3
- To be added.
+ Public makes the contents visible to anyone with access to the
+ calendar.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ACCESS_PUBLIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,9 +236,18 @@
System.String
- To be added.
+ Is the event all day (time zone independent).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +271,19 @@
System.String
- To be added.
+ If this event counts as busy time or is still free time that can be
+ scheduled over.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +312,19 @@
0
- To be added.
+ Indicates that this event takes up time and will conflict with other
+ events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_BUSY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -276,9 +353,19 @@
1
- To be added.
+ Indicates that this event is free time and will not conflict with
+ other events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_FREE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -307,9 +394,19 @@
2
- To be added.
+ Indicates that the owner's availability may change, but should be
+ considered busy time that will conflict.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.AVAILABILITY_TENTATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -333,9 +430,18 @@
System.String
- To be added.
+ The Calendars#_ID of the calendar the event belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CALENDAR_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -359,9 +465,18 @@
System.String
- To be added.
+ Whether the user can invite others to the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -420,9 +535,19 @@
System.String
- To be added.
+ The package name of the custom app that can provide a richer
+ experience for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,9 +571,18 @@
System.String
- To be added.
+ The URI used by the custom app for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.CUSTOM_APP_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +606,18 @@
System.String
- To be added.
+ The description of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DESCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,9 +641,19 @@
System.String
- To be added.
+ This will be #EVENT_COLOR if it is not null; otherwise, this will be
+ Calendars#CALENDAR_COLOR.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DISPLAY_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -524,9 +677,18 @@
System.String
- To be added.
+ The time the event ends in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTEND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -550,9 +712,18 @@
System.String
- To be added.
+ The time the event starts in UTC millis since epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DTSTART.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -576,9 +747,18 @@
System.String
- To be added.
+ The duration of the event in RFC2445 format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -602,9 +782,18 @@
System.String
- To be added.
+ A secondary color for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -628,9 +817,18 @@
System.String
- To be added.
+ A secondary color key for the individual event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_COLOR_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -654,9 +852,18 @@
System.String
- To be added.
+ The timezone for the end time of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_END_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -680,9 +887,18 @@
System.String
- To be added.
+ The event the reminder belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.RemindersColumns.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -706,9 +922,18 @@
System.String
- To be added.
+ Where the event takes place.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -732,9 +957,18 @@
System.String
- To be added.
+ The timezone for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_TIMEZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -758,9 +992,18 @@
System.String
- To be added.
+ The recurrence exception dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -784,9 +1027,18 @@
System.String
- To be added.
+ The recurrence exception rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.EXRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -810,9 +1062,18 @@
System.String
- To be added.
+ Whether guests can invite other guests.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_INVITE_OTHERS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -836,9 +1097,18 @@
System.String
- To be added.
+ Whether guests can modify the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_MODIFY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -862,9 +1132,18 @@
System.String
- To be added.
+ Whether guests can see the list of attendees.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.GUESTS_CAN_SEE_GUESTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -888,9 +1167,18 @@
System.String
- To be added.
+ Whether the event has an alarm or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ALARM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -914,9 +1202,18 @@
System.String
- To be added.
+ Whether the event has attendee information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_ATTENDEE_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -940,9 +1237,18 @@
System.String
- To be added.
+ Whether the event has extended properties or not.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.HAS_EXTENDED_PROPERTIES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1001,9 +1307,18 @@
System.String
- To be added.
+ Are we the organizer of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.IS_ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1027,9 +1342,18 @@
System.String
- To be added.
+ The last date this event repeats on, or NULL if it never ends.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1053,9 +1377,19 @@
System.String
- To be added.
+ Used to indicate that a row is not a real event but an original copy of a locally
+ modified event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.LAST_SYNCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1079,9 +1413,18 @@
System.String
- To be added.
+ The alarm method, as set on the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.RemindersColumns.METHOD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1260,9 +1603,18 @@
System.String
- To be added.
+ The minutes prior to the event that the alarm should ring.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.RemindersColumns.MINUTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1287,9 +1639,19 @@
-1
- To be added.
+ Passing this as a minutes value will use the default reminder
+ minutes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.RemindersColumns.MINUTES_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1313,9 +1675,18 @@
System.String
- To be added.
+ Email of the organizer (owner) of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORGANIZER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1339,9 +1710,19 @@
System.String
- To be added.
+ The allDay status (true or false) of the original recurring event
+ for which this event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ALL_DAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1365,9 +1746,19 @@
System.String
- To be added.
+ The Events#_ID of the original recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1391,9 +1782,19 @@
System.String
- To be added.
+ The original instance time of the recurring event for which this
+ event is an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_INSTANCE_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1417,9 +1818,19 @@
System.String
- To be added.
+ The _sync_id of the original recurring event for which this event is
+ an exception.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.ORIGINAL_SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1443,9 +1854,18 @@
System.String
- To be added.
+ The recurrence dates for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1469,9 +1889,18 @@
System.String
- To be added.
+ The recurrence rule for the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.RRULE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1495,9 +1924,18 @@
System.String
- To be added.
+ This is a copy of the attendee status for the owner of this event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SELF_ATTENDEE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1521,9 +1959,18 @@
System.String
- To be added.
+ The event status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1640,9 +2087,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1666,9 +2122,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1692,9 +2157,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1718,9 +2192,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1744,9 +2227,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1770,9 +2262,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1796,9 +2297,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1822,9 +2332,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1848,9 +2367,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1874,9 +2402,18 @@
System.String
- To be added.
+ This column is available for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.SYNC_DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1900,9 +2437,18 @@
System.String
- To be added.
+ The title of the event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1926,9 +2472,18 @@
System.String
- To be added.
+ The UID for events added from the RFC 2445 iCalendar format.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.EventsColumns.UID_2445.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders.xml
index 8371f50235..edbc8df1d4 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+Reminders.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.Reminders.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -119,9 +123,18 @@
The id of the event to retrieve reminders for
the columns to return in the cursor
Queries all reminders associated with the given event.
- To be added.
+ A Cursor containing all reminders for the event
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.Reminders.query(android.content.ContentResolver, long, java.lang.String[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+RemindersColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+RemindersColumns.xml
index d6f3d1156a..4a59aa3628 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+RemindersColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+RemindersColumns.xml
@@ -59,7 +59,16 @@
The event the reminder belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.RemindersColumns.EVENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,7 +99,16 @@
The alarm method, as set on the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.RemindersColumns.METHOD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -284,10 +302,18 @@
System.String
- The minutes prior to the event that the alarm should ring. -1
- specifies that we should use the default value for the system.
+ The minutes prior to the event that the alarm should ring.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.RemindersColumns.MINUTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -318,9 +344,18 @@
-1
Passing this as a minutes value will use the default reminder
- minutes.
+ minutes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.RemindersColumns.MINUTES_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncColumns.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncColumns.xml
index bdb6f51b47..9abd219073 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncColumns.xml
@@ -60,7 +60,16 @@
The account that was used to sync the entry to the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +99,18 @@
The type of the account that was used to sync the entry to the
- device.
+ device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -121,9 +139,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -181,9 +217,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -211,9 +256,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -241,9 +295,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -271,9 +334,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -301,9 +373,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -331,9 +412,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -361,9 +451,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -391,9 +490,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.CalendarSyncColumns.CAL_SYNC9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -422,10 +530,19 @@
If set to 1 this causes events on this calendar to be duplicated with
- set to 1 whenever the event
- transitions from non-dirty to dirty.
+ Events#LAST_SYNCED set to 1 whenever the event
+ transitions from non-dirty to dirty.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.CAN_PARTIALLY_UPDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -456,7 +573,16 @@
Whether the row has been deleted but not synced to the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -487,7 +613,16 @@
Used to indicate that local, unsynced, changes are present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -516,9 +651,18 @@
System.String
- Used in conjunction with to indicate what packages wrote local changes.
+ Used in conjunction with #DIRTY to indicate what packages wrote local changes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns.MUTATORS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -549,7 +693,16 @@
The unique ID for a row assigned by the sync source.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncColumns._SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState+InterfaceConsts.xml
index 39259147f9..196a2f21e7 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ A reference to the name of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ A reference to the type of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,9 +143,18 @@
System.String
- To be added.
+ The sync data associated with this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState.xml b/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState.xml
index 82b47c777b..cc7d00c5e9 100644
--- a/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState.xml
+++ b/docs/Mono.Android/en/Android.Provider/CalendarContract+SyncState.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.CalendarContract.SyncState.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,11 +54,19 @@
Android.Net.Uri
- The content:// style URI for this table
-
+ The content:// style URI for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CalendarContract.SyncState.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CallLog+Calls.xml b/docs/Mono.Android/en/Android.Provider/CallLog+Calls.xml
index 2c7b54f508..59e6a46d83 100644
--- a/docs/Mono.Android/en/Android.Provider/CallLog+Calls.xml
+++ b/docs/Mono.Android/en/Android.Provider/CallLog+Calls.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.CallLog.Calls.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -99,8 +103,21 @@
1
- To be added.
- To be added.
+ Value for CallLog.Calls#MISSED_REASON, set when CallLog.Calls#TYPE is
+ CallLog.Calls#MISSED_TYPE to indicate that a call was automatically rejected by
+ system because an ongoing emergency call.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.AUTO_MISSED_EMERGENCY_CALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -124,8 +141,21 @@
4
- To be added.
- To be added.
+ Value for CallLog.Calls#MISSED_REASON, set when CallLog.Calls#TYPE is
+ CallLog.Calls#MISSED_TYPE to indicate that a call was automatically rejected by
+ system because the system cannot support any more dialing calls.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.AUTO_MISSED_MAXIMUM_DIALING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -149,8 +179,21 @@
2
- To be added.
- To be added.
+ Value for CallLog.Calls#MISSED_REASON, set when CallLog.Calls#TYPE is
+ CallLog.Calls#MISSED_TYPE to indicate that a call was automatically rejected by
+ system because the system cannot support any more ringing calls.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.AUTO_MISSED_MAXIMUM_RINGING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -173,8 +216,20 @@
System.String
- To be added.
- To be added.
+ Where the CallLog.Calls#TYPE is CallLog.Calls#BLOCKED_TYPE,
+ indicates the reason why a call is blocked.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.BLOCK_REASON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -198,8 +253,21 @@
3
- To be added.
- To be added.
+ Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is
+ CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked because it is
+ in the BlockedNumbers provider.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_BLOCKED_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -223,8 +291,21 @@
1
- To be added.
- To be added.
+ Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is
+ CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked by a
+ CallScreeningService.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_CALL_SCREENING_SERVICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -248,8 +329,21 @@
2
- To be added.
- To be added.
+ Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is
+ CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked because the user
+ configured a contact to be sent directly to voicemail.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_DIRECT_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -273,8 +367,20 @@
0
- To be added.
- To be added.
+ Value for CallLog.Calls#BLOCK_REASON, set as the default value when a call was
+ not blocked by a CallScreeningService or any other system call blocking method.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_NOT_BLOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -298,8 +404,21 @@
7
- To be added.
- To be added.
+ Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is
+ CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked because the user
+ has chosen to block all calls from numbers not in their contacts.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_NOT_IN_CONTACTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -323,8 +442,21 @@
6
- To be added.
- To be added.
+ Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is
+ CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked because the user
+ has chosen to block all calls from pay phones.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_PAY_PHONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -348,8 +480,21 @@
5
- To be added.
- To be added.
+ Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is
+ CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked because the user
+ has chosen to block all calls from restricted numbers.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_RESTRICTED_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -373,8 +518,21 @@
4
- To be added.
- To be added.
+ Value for CallLog.Calls#BLOCK_REASON, set when CallLog.Calls#TYPE is
+ CallLog.Calls#BLOCKED_TYPE to indicate that a call was blocked because the user
+ has chosen to block all calls from unknown numbers.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.BLOCK_REASON_UNKNOWN_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -397,9 +555,19 @@
System.String
- To be added.
+ The cached phone number, formatted with formatting rules based on the country the
+ user was in when the call was made or received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CACHED_FORMATTED_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -423,9 +591,18 @@
System.String
- To be added.
+ The cached URI to look up the contact associated with the phone number, if it exists.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CACHED_LOOKUP_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -449,9 +626,18 @@
System.String
- To be added.
+ The cached phone number of the contact which matches this entry, if it exists.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CACHED_MATCHED_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -477,7 +663,16 @@
The cached name associated with the phone number, if it exists.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CACHED_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -502,9 +697,18 @@
System.String
- To be added.
+ The cached normalized(E164) version of the phone number, if it exists.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CACHED_NORMALIZED_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -529,9 +733,18 @@
The cached number label, for a custom number type, associated with the
- phone number, if it exists.
+ phone number, if it exists.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CACHED_NUMBER_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -557,9 +770,18 @@
The cached number type (Home, Work, etc) associated with the
- phone number, if it exists.
+ phone number, if it exists.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CACHED_NUMBER_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -584,9 +806,18 @@
System.String
- To be added.
+ The cached photo id of the picture associated with the phone number, if it exists.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CACHED_PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -610,9 +841,18 @@
System.String
- To be added.
+ The cached photo URI of the picture associated with the phone number, if it exists.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CACHED_PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -636,8 +876,19 @@
System.String
- To be added.
- To be added.
+ The name of the app which blocked a call.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.CALL_SCREENING_APP_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -660,8 +911,19 @@
System.String
- To be added.
- To be added.
+ The ComponentName of the CallScreeningService which blocked this call.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.CALL_SCREENING_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -684,8 +946,19 @@
System.String
- To be added.
- To be added.
+ A reference to the picture that was sent via call composer.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.COMPOSER_PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -708,11 +981,19 @@
Android.Net.Uri
- The content:// style URL for filtering this table on phone numbers
-
+ The content:// style URL for filtering this table on phone numbers
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CONTENT_FILTER_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -737,10 +1018,19 @@
System.String
- The MIME type of a sub-directory of a single
- call.
+ The MIME type of a #CONTENT_URI sub-directory of a single
+ call.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -765,10 +1055,19 @@
System.String
- The MIME type of and
- providing a directory of calls.
+ The MIME type of #CONTENT_URI and #CONTENT_FILTER_URI
+ providing a directory of calls.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -793,11 +1092,19 @@
Android.Net.Uri
- The content:// style URL for this table
-
+ The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -822,10 +1129,19 @@
Android.Net.Uri
- To be added.
+ Content uri used to access call log entries, including voicemail records.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.CONTENT_URI_WITH_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -849,9 +1165,19 @@
System.String
- To be added.
+ The ISO 3166-1 two letters country code of the country where the
+ user received or made the call.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.COUNTRY_ISO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -875,9 +1201,18 @@
System.String
- To be added.
+ The data usage of the call in bytes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.DATA_USAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -901,10 +1236,18 @@
System.String
- The date the call occured, in milliseconds since the epoch
-
+ The date the call occured, in milliseconds since the epoch
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -929,10 +1272,18 @@
System.String
- The default sort order for this table
-
+ The default sort order for this table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -957,10 +1308,18 @@
System.String
- The duration of the call in seconds
-
+ The duration of the call in seconds
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -985,9 +1344,20 @@
System.String
- To be added.
+ An optional extra used with #CONTENT_TYPE Calls.CONTENT_TYPE and
+ Intent#ACTION_VIEW to specify that the presented list of calls should be
+ filtered for a particular call type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.EXTRA_CALL_TYPE_FILTER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1011,9 +1381,18 @@
System.String
- To be added.
+ Bit-mask describing features of the call (e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.FEATURES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1038,8 +1417,19 @@
16
- To be added.
- To be added.
+ Indicates the call underwent Assisted Dialing.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.FEATURES_ASSISTED_DIALING_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1063,9 +1453,18 @@
4
- To be added.
+ Call was HD.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.FEATURES_HD_CALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1090,9 +1489,18 @@
2
- To be added.
+ Call was pulled externally.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.FEATURES_PULLED_EXTERNALLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1117,8 +1525,19 @@
32
- To be added.
- To be added.
+ Call was on RTT at some point
+
+
+
+ Java documentation for android.provider.CallLog.Calls.FEATURES_RTT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1142,9 +1561,18 @@
1
- To be added.
+ Call had video.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.FEATURES_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1169,8 +1597,19 @@
64
- To be added.
- To be added.
+ Call was VoLTE
+
+
+
+ Java documentation for android.provider.CallLog.Calls.FEATURES_VOLTE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1194,9 +1633,18 @@
8
- To be added.
+ Call was WIFI call.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.FEATURES_WIFI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1220,9 +1668,18 @@
System.String
- To be added.
+ A geocoded location for the number associated with this call.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.GEOCODED_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1251,9 +1708,19 @@
Used to get the content resolver.
Query the call log database for the last dialed number.
- To be added.
+ The last phone number dialed (outgoing) or an empty
+ string if none exist yet.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.getLastOutgoingCall(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1280,7 +1747,16 @@
Whether this item has been read or otherwise consumed by the user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.IS_READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1336,9 +1812,19 @@
System.String
- To be added.
+ The date the row is last inserted, updated, or marked as deleted, in milliseconds
+ since the epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.LAST_MODIFIED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1364,7 +1850,16 @@
Query parameter used to limit the number of call logs returned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.LIMIT_PARAM_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1389,8 +1884,19 @@
System.String
- To be added.
- To be added.
+ A reference to the location that was sent via call composer.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1413,8 +1919,20 @@
System.String
- To be added.
- To be added.
+ Where the CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE,
+ indicates factors which may have lead the user to miss the call.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.MISSED_REASON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1438,8 +1956,20 @@
0
- To be added.
- To be added.
+ Value for CallLog.Calls#MISSED_REASON, set as the default value when a call was
+ not missed.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.MISSED_REASON_NOT_MISSED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1462,10 +1992,18 @@
System.String
- Whether or not the call has been acknowledged
-
+ Whether or not the call has been acknowledged
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.NEW.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1492,7 +2030,16 @@
The phone number as the user entered it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1517,9 +2064,18 @@
System.String
- To be added.
+ The number presenting rules set by the network.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.NUMBER_PRESENTATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1545,7 +2101,16 @@
Query parameter used to specify the starting record to return.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.OFFSET_PARAM_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1570,9 +2135,18 @@
System.String
- To be added.
+ The component name of the account used to place or receive the call; in string form.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1596,9 +2170,18 @@
System.String
- To be added.
+ The identifier for the account used to place or receive the call.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1622,9 +2205,19 @@
System.String
- To be added.
+ The post-dial portion of a dialed number, including any digits dialed after a
+ TelecomManager#DTMF_CHARACTER_PAUSE or a TelecomManager#DTMF_CHARACTER_WAIT and these characters themselves.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.POST_DIAL_DIGITS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1653,9 +2246,18 @@
1
- To be added.
+ Number is allowed to display for caller id.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.PRESENTATION_ALLOWED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1684,9 +2286,18 @@
4
- To be added.
+ Number is a pay phone.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.PRESENTATION_PAYPHONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1715,9 +2326,18 @@
2
- To be added.
+ Number is blocked by user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.PRESENTATION_RESTRICTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1746,9 +2366,18 @@
3
- To be added.
+ Number is not specified or unknown by network.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.PRESENTATION_UNKNOWN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1772,8 +2401,19 @@
System.String
- To be added.
- To be added.
+ The priority of the call, as delivered via call composer.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.PRIORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1801,8 +2441,19 @@
0
- To be added.
- To be added.
+ Used as a value in the #PRIORITY column.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.PRIORITY_NORMAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1830,8 +2481,19 @@
1
- To be added.
- To be added.
+ Used as a value in the #PRIORITY column.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.PRIORITY_URGENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1854,8 +2516,19 @@
System.String
- To be added.
- To be added.
+ The subject of the call, as delivered via call composer.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1940,9 +2613,18 @@
System.String
- To be added.
+ Transcription of the call or voicemail entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.TRANSCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1968,7 +2650,16 @@
The type of the call (incoming, outgoing or missed).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1994,8 +2685,20 @@
4194304
- To be added.
- To be added.
+ When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when
+ the call filters timed out.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.USER_MISSED_CALL_FILTERS_TIMEOUT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2019,8 +2722,20 @@
2097152
- To be added.
- To be added.
+ When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when
+ this call is silenced by the call screening service.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.USER_MISSED_CALL_SCREENING_SERVICE_SILENCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2044,8 +2759,20 @@
262144
- To be added.
- To be added.
+ When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when
+ this call is silenced because the phone is in 'do not disturb mode'.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.USER_MISSED_DND_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2069,8 +2796,20 @@
524288
- To be added.
- To be added.
+ When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when
+ this call rings with a low ring volume.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.USER_MISSED_LOW_RING_VOLUME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2094,8 +2833,20 @@
65536
- To be added.
- To be added.
+ When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when
+ the call was missed just because user didn't answer it.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.USER_MISSED_NO_ANSWER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2119,8 +2870,20 @@
1048576
- To be added.
- To be added.
+ When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE set this bit when
+ this call rings without vibration.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.USER_MISSED_NO_VIBRATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2144,8 +2907,20 @@
131072
- To be added.
- To be added.
+ When CallLog.Calls#TYPE is CallLog.Calls#MISSED_TYPE, set this bit when
+ this call rang for a short period of time.
+
+
+
+ Java documentation for android.provider.CallLog.Calls.USER_MISSED_SHORT_RING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2168,9 +2943,18 @@
System.String
- To be added.
+ For an incoming call, the secondary line number the call was received via.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.VIA_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2194,9 +2978,18 @@
System.String
- To be added.
+ URI of the voicemail entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.CallLog.Calls.VOICEMAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/CallLog+Locations.xml b/docs/Mono.Android/en/Android.Provider/CallLog+Locations.xml
index 2c52771ee3..3548509959 100644
--- a/docs/Mono.Android/en/Android.Provider/CallLog+Locations.xml
+++ b/docs/Mono.Android/en/Android.Provider/CallLog+Locations.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Table that contains information on location data sent via call composer.
+
+
+
+ Java documentation for android.provider.CallLog.Locations.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -63,8 +74,19 @@
System.String
- To be added.
- To be added.
+ Authority for the locations content provider.
+
+
+
+ Java documentation for android.provider.CallLog.Locations.AUTHORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -87,8 +109,19 @@
System.String
- To be added.
- To be added.
+ Content type for the location entries.
+
+
+
+ Java documentation for android.provider.CallLog.Locations.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -111,8 +144,19 @@
System.String
- To be added.
- To be added.
+ Content type for the location table.
+
+
+
+ Java documentation for android.provider.CallLog.Locations.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -135,9 +179,20 @@
Android.Net.Uri
- To be added.
+ The content URI for this table
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.CallLog.Locations.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -189,8 +244,19 @@
System.String
- To be added.
- To be added.
+ Latitude in degrees.
+
+
+
+ Java documentation for android.provider.CallLog.Locations.LATITUDE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -213,8 +279,19 @@
System.String
- To be added.
- To be added.
+ Longitude in degrees.
+
+
+
+ Java documentation for android.provider.CallLog.Locations.LONGITUDE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods+InterfaceConsts.xml
index 43c93d9741..d307bdc21f 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods+InterfaceConsts.xml
@@ -42,9 +42,18 @@
System.String
- To be added.
+ Auxiliary data for the contact method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.AUX_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,9 +116,18 @@
System.String
- To be added.
+ A custom ringtone associated with a person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -137,9 +155,18 @@
System.String
- To be added.
+ The data for the contact method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,9 +194,18 @@
System.String
- To be added.
+ The display name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -232,9 +268,18 @@
System.String
- To be added.
+ Whether this is the primary organization
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.ISPRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,9 +307,18 @@
System.String
- To be added.
+ The kind of the the contact method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.KIND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +346,18 @@
System.String
- To be added.
+ The user defined label for the the contact method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -322,9 +385,18 @@
System.String
- To be added.
+ The last time a person was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -352,9 +424,18 @@
System.String
- To be added.
+ The person's name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -382,9 +463,18 @@
System.String
- To be added.
+ Notes about the person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -412,9 +502,19 @@
System.String
- To be added.
+ Phonetic equivalent of the person's name, in a locale-dependent
+ character set (e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -442,9 +542,18 @@
System.String
- To be added.
+ The server version of the photo
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +581,18 @@
System.String
- To be added.
+ Whether the person should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -502,9 +620,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -532,9 +659,18 @@
System.String
- To be added.
+ The number of times a person has been contacted
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -562,9 +698,18 @@
System.String
- To be added.
+ The type of the contact method, must be one of the types below.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods.xml b/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods.xml
index cdad5f022e..9e28152cb5 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethods.xml
@@ -23,9 +23,18 @@
This table stores all non-phone contact methods and a reference to the
- person that the contact method belongs to.
+ person that the contact method belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -66,7 +75,16 @@
the longitude for the address
Add a longitude and latitude location to a postal address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.addPostalLocation(android.content.Context, long, double, double).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,10 +113,19 @@
System.String
- The MIME type of a sub-directory of a single
- entry.
+ The MIME type of a #CONTENT_URI sub-directory of a single
+ Contacts#KIND_EMAIL entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.CONTENT_EMAIL_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,10 +154,19 @@
System.String
- The MIME type of a sub-directory of
- multiple entries.
+ The MIME type of a #CONTENT_EMAIL_URI sub-directory of
+ multiple Contacts#KIND_EMAIL entries.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.CONTENT_EMAIL_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,7 +198,16 @@
The content:// style URL for sub-directory of e-mail addresses.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.CONTENT_EMAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -191,10 +236,19 @@
System.String
- The MIME type of a sub-directory of a single
- entry.
+ The MIME type of a #CONTENT_URI sub-directory of a single
+ Contacts#KIND_IM entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.CONTENT_IM_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -223,10 +277,19 @@
System.String
- The MIME type of a sub-directory of a single
- entry.
+ The MIME type of a #CONTENT_URI sub-directory of a single
+ Contacts#KIND_POSTAL entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.CONTENT_POSTAL_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,10 +318,19 @@
System.String
- The MIME type of a sub-directory of
- multiple entries.
+ The MIME type of a #CONTENT_EMAIL_URI sub-directory of
+ multiple Contacts#KIND_POSTAL entries.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.CONTENT_POSTAL_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -287,9 +359,18 @@
System.String
- The MIME type of providing a directory of
+ The MIME type of #CONTENT_URI providing a directory of
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -321,7 +402,16 @@
The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,7 +448,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.decodeImProtocol(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -389,7 +488,16 @@
The default sort order for this table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -426,7 +534,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.encodeCustomImProtocol(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -463,7 +580,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.encodePredefinedImProtocol(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -515,7 +641,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.getDisplayLabel(android.content.Context, int, int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -571,7 +706,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.getDisplayLabel(android.content.Context, int, int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -633,7 +777,16 @@
The ID of the person this contact method is assigned to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.PERSON_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -662,10 +815,18 @@
System.String
- The column with latitude data for postal locations
-
+ The column with latitude data for postal locations
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.POSTAL_LOCATION_LATITUDE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -694,10 +855,18 @@
System.String
- The column with longitude data for postal locations
-
+ The column with longitude data for postal locations
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethods.POSTAL_LOCATION_LONGITUDE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethodsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethodsColumns.xml
index c8c4a4a020..196125156e 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethodsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+ContactMethodsColumns.xml
@@ -61,7 +61,16 @@
Auxiliary data for the contact method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.AUX_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -92,7 +101,16 @@
The data for the contact method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -121,10 +139,18 @@
System.String
- Whether this is the primary organization
-
+ Whether this is the primary organization
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.ISPRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -155,7 +181,16 @@
The kind of the the contact method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.KIND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -186,7 +221,16 @@
The user defined label for the the contact method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -217,7 +261,16 @@
The type of the contact method, must be one of the types below.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Extensions+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Extensions+InterfaceConsts.xml
index 694d6698a1..cdac1a2034 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Extensions+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Extensions+InterfaceConsts.xml
@@ -112,9 +112,18 @@
System.String
- To be added.
+ The name of this extension.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ExtensionsColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +151,18 @@
System.String
- To be added.
+ The value of this extension.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ExtensionsColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Extensions.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Extensions.xml
index 8e6f76f84c..691e063c36 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Extensions.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Extensions.xml
@@ -24,7 +24,16 @@
The extensions for a person
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Extensions.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -53,10 +62,19 @@
System.String
- The MIME type of a subdirectory of a single
- phone.
+ The MIME type of a #CONTENT_URI subdirectory of a single
+ phone.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -85,10 +103,19 @@
System.String
- The MIME type of providing a directory of
- phones.
+ The MIME type of #CONTENT_URI providing a directory of
+ phones.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Extensions.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -120,7 +147,16 @@
The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Extensions.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,7 +187,16 @@
The default sort order for this table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Extensions.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -213,7 +258,16 @@
The ID of the person this phone number is assigned to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Extensions.PERSON_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+ExtensionsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+ExtensionsColumns.xml
index cbca7c3f4b..f1592e103e 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+ExtensionsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+ExtensionsColumns.xml
@@ -59,7 +59,16 @@
The name of this extension.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ExtensionsColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,7 +99,16 @@
The value of this extension.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ExtensionsColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership+InterfaceConsts.xml
index e0ea6cfb01..03f946bdaf 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership+InterfaceConsts.xml
@@ -112,9 +112,18 @@
System.String
- To be added.
+ The group name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +151,18 @@
System.String
- To be added.
+ Notes about the group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -172,9 +190,19 @@
System.String
- To be added.
+ Whether this group should be synced if the SYNC_EVERYTHING settings is false
+ for this group's account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.SHOULD_SYNC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,9 +230,18 @@
System.String
- To be added.
+ The ID of this group if it is a System Group, null otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.SYSTEM_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership.xml b/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership.xml
index 65112b63c2..7b9e9cd7a3 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+GroupMembership.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupMembership.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -54,7 +63,16 @@
The directory twig for this sub-table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupMembership.CONTENT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -83,10 +101,19 @@
System.String
- The MIME type of a subdirectory of a single
- person group.
+ The MIME type of a #CONTENT_URI subdirectory of a single
+ person group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupMembership.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -115,10 +142,19 @@
System.String
- The MIME type of providing a directory of all
- person groups.
+ The MIME type of #CONTENT_URI providing a directory of all
+ person groups.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupMembership.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -150,7 +186,16 @@
The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupMembership.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -181,7 +226,16 @@
The default sort order for this table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupMembership.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -212,7 +266,16 @@
The row id of the accounts group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupMembership.GROUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -243,7 +306,16 @@
The account of the group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupMembership.GROUP_SYNC_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -274,7 +346,16 @@
The account type of the group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupMembership.GROUP_SYNC_ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -305,7 +386,16 @@
The sync id of the group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupMembership.GROUP_SYNC_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -367,7 +457,16 @@
The row id of the person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupMembership.PERSON_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -399,7 +498,16 @@
The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupMembership.RAW_CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Groups+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Groups+InterfaceConsts.xml
index dc14a4b784..dc0cc2c0b0 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Groups+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Groups+InterfaceConsts.xml
@@ -112,9 +112,18 @@
System.String
- To be added.
+ The group name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +151,18 @@
System.String
- To be added.
+ Notes about the group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -172,9 +190,19 @@
System.String
- To be added.
+ Whether this group should be synced if the SYNC_EVERYTHING settings is false
+ for this group's account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.SHOULD_SYNC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,9 +230,18 @@
System.String
- To be added.
+ The ID of this group if it is a System Group, null otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.SYSTEM_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Groups.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Groups.xml
index ee5448e7a7..2142077ae5 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Groups.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Groups.xml
@@ -24,7 +24,16 @@
This table contains the groups for an account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Groups.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -53,10 +62,19 @@
System.String
- The MIME type of a subdirectory of a single
- group.
+ The MIME type of a #CONTENT_URI subdirectory of a single
+ group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Groups.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -85,10 +103,19 @@
System.String
- The MIME type of providing a directory of
- groups.
+ The MIME type of #CONTENT_URI providing a directory of
+ groups.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Groups.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -120,7 +147,16 @@
The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Groups.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,7 +187,16 @@
The default sort order for this table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Groups.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -181,10 +226,19 @@
The content:// style URL for the table that holds the deleted
- groups.
+ groups.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Groups.DELETED_CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -216,7 +270,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Groups.GROUP_ANDROID_STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -247,7 +310,16 @@
The "My Contacts" system group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Groups.GROUP_MY_CONTACTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+GroupsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+GroupsColumns.xml
index 5d4d9c0114..7184512185 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+GroupsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+GroupsColumns.xml
@@ -60,7 +60,16 @@
The group name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,7 +100,16 @@
Notes about the group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -121,9 +139,18 @@
Whether this group should be synced if the SYNC_EVERYTHING settings is false
- for this group's account.
+ for this group's account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.SHOULD_SYNC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -154,7 +181,16 @@
The ID of this group if it is a System Group, null otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.SYSTEM_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IContactMethodsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IContactMethodsColumns.xml
index f120ca5d9f..d9dfa4b4ad 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+IContactMethodsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+IContactMethodsColumns.xml
@@ -15,8 +15,20 @@
- To be added.
- To be added.
+ Columns from the ContactMethods table that other tables join into
+ themseleves.
+
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +55,19 @@
System.String
- To be added.
- To be added.
+ Auxiliary data for the contact method.
+
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.AUX_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,8 +94,19 @@
System.String
- To be added.
- To be added.
+ The data for the contact method.
+
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,8 +133,19 @@
System.String
- To be added.
- To be added.
+ Whether this is the primary organization
+
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.ISPRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,8 +172,19 @@
System.String
- To be added.
- To be added.
+ The kind of the the contact method.
+
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.KIND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,8 +211,19 @@
System.String
- To be added.
- To be added.
+ The user defined label for the the contact method.
+
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -183,8 +250,19 @@
System.String
- To be added.
- To be added.
+ The type of the contact method, must be one of the types below.
+
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IExtensionsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IExtensionsColumns.xml
index 93ff82437c..8de4bafd22 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+IExtensionsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+IExtensionsColumns.xml
@@ -16,7 +16,18 @@
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.Contacts.ExtensionsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
System.String
- To be added.
- To be added.
+ The name of this extension.
+
+
+
+ Java documentation for android.provider.Contacts.ExtensionsColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,8 +93,19 @@
System.String
- To be added.
- To be added.
+ The value of this extension.
+
+
+
+ Java documentation for android.provider.Contacts.ExtensionsColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IGroupsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IGroupsColumns.xml
index f0e0798bc9..4360cf56cb 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+IGroupsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+IGroupsColumns.xml
@@ -15,8 +15,19 @@
- To be added.
- To be added.
+ Columns from the groups table.
+
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
System.String
- To be added.
- To be added.
+ The group name.
+
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,8 +93,19 @@
System.String
- To be added.
- To be added.
+ Notes about the group.
+
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,8 +132,20 @@
System.String
- To be added.
- To be added.
+ Whether this group should be synced if the SYNC_EVERYTHING settings is false
+ for this group's account.
+
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.SHOULD_SYNC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,8 +172,19 @@
System.String
- To be added.
- To be added.
+ The ID of this group if it is a System Group, null otherwise.
+
+
+
+ Java documentation for android.provider.Contacts.GroupsColumns.SYSTEM_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IOrganizationColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IOrganizationColumns.xml
index 7baeb113ce..d172578004 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+IOrganizationColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+IOrganizationColumns.xml
@@ -15,8 +15,19 @@
- To be added.
- To be added.
+ Columns from the Organizations table that other columns join into themselves.
+
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
System.String
- To be added.
- To be added.
+ The name of the company for this organization.
+
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.COMPANY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,8 +93,19 @@
System.String
- To be added.
- To be added.
+ Whether this is the primary organization
+
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.ISPRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,8 +132,19 @@
System.String
- To be added.
- To be added.
+ The user provided label, only used if TYPE is TYPE_CUSTOM.
+
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,8 +171,19 @@
System.String
- To be added.
- To be added.
+ The person this organization is tied to.
+
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.PERSON_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,8 +210,19 @@
System.String
- To be added.
- To be added.
+ The title within this organization.
+
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -183,8 +249,19 @@
System.String
- To be added.
- To be added.
+ The type of the organizations.
+
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IPeopleColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IPeopleColumns.xml
index efaf69e9c2..b06a8ee9ac 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+IPeopleColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+IPeopleColumns.xml
@@ -15,8 +15,19 @@
- To be added.
- To be added.
+ Columns from the People table that other tables join into themselves.
+
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
System.String
- To be added.
- To be added.
+ A custom ringtone associated with a person.
+
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,8 +93,19 @@
System.String
- To be added.
- To be added.
+ The display name.
+
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,8 +132,19 @@
System.String
- To be added.
- To be added.
+ The last time a person was contacted.
+
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,8 +171,19 @@
System.String
- To be added.
- To be added.
+ The person's name.
+
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,8 +210,19 @@
System.String
- To be added.
- To be added.
+ Notes about the person.
+
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -183,8 +249,20 @@
System.String
- To be added.
- To be added.
+ Phonetic equivalent of the person's name, in a locale-dependent
+ character set (e.
+
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -211,8 +289,19 @@
System.String
- To be added.
- To be added.
+ The server version of the photo
+
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -239,8 +328,19 @@
System.String
- To be added.
- To be added.
+ Whether the person should always be sent to voicemail.
+
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -267,8 +367,19 @@
System.String
- To be added.
- To be added.
+ Is the contact starred?
+
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -295,8 +406,19 @@
System.String
- To be added.
- To be added.
+ The number of times a person has been contacted
+
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IPhonesColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IPhonesColumns.xml
index a46ae79565..3442b7194e 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+IPhonesColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+IPhonesColumns.xml
@@ -15,8 +15,19 @@
- To be added.
- To be added.
+ Columns from the Phones table that other columns join into themselves.
+
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
System.String
- To be added.
- To be added.
+ Whether this is the primary phone number
+
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.ISPRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,8 +93,19 @@
System.String
- To be added.
- To be added.
+ The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
+
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,8 +132,19 @@
System.String
- To be added.
- To be added.
+ The phone number as the user entered it.
+
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,8 +171,19 @@
System.String
- To be added.
- To be added.
+ The normalized phone number
+
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.NUMBER_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,8 +210,19 @@
System.String
- To be added.
- To be added.
+ The type of the the phone number.
+
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IPhotosColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IPhotosColumns.xml
index 7dd6ffbf50..d164da4ae1 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+IPhotosColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+IPhotosColumns.xml
@@ -15,8 +15,19 @@
- To be added.
- To be added.
+ Columns from the Photos table that other columns join into themselves.
+
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
System.String
- To be added.
- To be added.
+ The image data, or null if there is no image.
+
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,8 +93,19 @@
System.String
- To be added.
- To be added.
+ non-zero if a download is required and the photo isn't marked as a bad resource.
+
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.DOWNLOAD_REQUIRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,8 +132,19 @@
System.String
- To be added.
- To be added.
+ non-zero if this photo is known to exist on the server
+
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.EXISTS_ON_SERVER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,8 +171,19 @@
System.String
- To be added.
- To be added.
+ The _SYNC_VERSION of the photo that was last downloaded
+
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.LOCAL_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,8 +210,19 @@
System.String
- To be added.
- To be added.
+ The person this photo is associated with.
+
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.PERSON_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -183,8 +249,20 @@
System.String
- To be added.
- To be added.
+ Contains the description of the upload or download error from
+ the previous attempt.
+
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.SYNC_ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+IPresenceColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+IPresenceColumns.xml
index ac705df0e6..d0cc563bd8 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+IPresenceColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+IPresenceColumns.xml
@@ -15,8 +15,19 @@
- To be added.
- To be added.
+ The IM presence columns with some contacts specific columns mixed in.
+
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
System.String
- To be added.
- To be added.
+ The IM account for the local user that the presence data came from.
+
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.IM_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,8 +93,19 @@
System.String
- To be added.
- To be added.
+ The IM handle the presence item is for.
+
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.IM_HANDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,8 +132,19 @@
System.String
- To be added.
- To be added.
+ The IM service the presence is coming from.
+
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.IM_PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,8 +171,19 @@
System.String
- To be added.
- To be added.
+ The user defined status line.
+
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,8 +210,19 @@
System.String
- To be added.
- To be added.
+ The server defined status.
+
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -183,8 +249,19 @@
System.String
- To be added.
- To be added.
+ The priority, an integer, used by XMPP presence
+
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.PRIORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+ISettingsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+ISettingsColumns.xml
index a710c5c5ec..7e7e3dacd1 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+ISettingsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+ISettingsColumns.xml
@@ -15,8 +15,19 @@
- To be added.
- To be added.
+ Columns from the Settings table that other columns join into themselves.
+
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
System.String
- To be added.
- To be added.
+ The key of this setting.
+
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns.KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,8 +93,19 @@
System.String
- To be added.
- To be added.
+ The _SYNC_ACCOUNT to which this setting corresponds.
+
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns._SYNC_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,8 +132,19 @@
System.String
- To be added.
- To be added.
+ The _SYNC_ACCOUNT_TYPE to which this setting corresponds.
+
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns._SYNC_ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,8 +171,19 @@
System.String
- To be added.
- To be added.
+ The value of this setting.
+
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Intents.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Intents.xml
index f83dfb99a8..39fe4ef962 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Intents.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Intents.xml
@@ -22,10 +22,19 @@
- Contains helper classes used to create or manage
- that involve contacts.
+ Contains helper classes used to create or manage android.content.Intent Intents
+ that involve contacts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Intents.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -54,7 +63,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Intents.Contacts$Intents().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -85,7 +103,16 @@
Starts an Activity that lets the user pick a contact to attach an image to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Intents.ATTACH_IMAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -114,11 +141,20 @@
System.String
- Used with to specify an exact
- description to be shown when prompting user about creating a new
- contact.
+ Used with #SHOW_OR_CREATE_CONTACT to specify an exact
+ description to be shown when prompting user about creating a new
+ contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Intents.EXTRA_CREATE_DESCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -147,10 +183,19 @@
System.String
- Used with to force creating a new
- contact if no matching contact found.
+ Used with #SHOW_OR_CREATE_CONTACT to force creating a new
+ contact if no matching contact found.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Intents.EXTRA_FORCE_CREATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -212,7 +257,16 @@
This is the intent that is fired when a search suggestion is clicked on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Intents.SEARCH_SUGGESTION_CLICKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -242,9 +296,18 @@
This is the intent that is fired when a search suggestion for creating a contact
- is clicked on.
+ is clicked on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Intents.SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -274,9 +337,18 @@
This is the intent that is fired when a search suggestion for dialing a number
- is clicked on.
+ is clicked on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Intents.SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -307,7 +379,16 @@
Takes as input a data URI with a mailto: or tel: scheme.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Intents.SHOW_OR_CREATE_CONTACT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+OrganizationColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+OrganizationColumns.xml
index aa297f951f..8e4f8685fc 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+OrganizationColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+OrganizationColumns.xml
@@ -60,7 +60,16 @@
The name of the company for this organization.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.COMPANY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -89,10 +98,18 @@
System.String
- Whether this is the primary organization
-
+ Whether this is the primary organization
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.ISPRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -123,7 +140,16 @@
The user provided label, only used if TYPE is TYPE_CUSTOM.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -154,7 +180,16 @@
The person this organization is tied to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.PERSON_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -185,7 +220,16 @@
The title within this organization.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -216,7 +260,16 @@
The type of the organizations.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Organizations+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Organizations+InterfaceConsts.xml
index 59a524a39d..db7ecac817 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Organizations+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Organizations+InterfaceConsts.xml
@@ -42,9 +42,18 @@
System.String
- To be added.
+ The name of the company for this organization.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.COMPANY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +151,18 @@
System.String
- To be added.
+ Whether this is the primary organization
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.ISPRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -172,9 +190,18 @@
System.String
- To be added.
+ The user provided label, only used if TYPE is TYPE_CUSTOM.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,9 +229,18 @@
System.String
- To be added.
+ The person this organization is tied to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.PERSON_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -232,9 +268,18 @@
System.String
- To be added.
+ The title within this organization.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,9 +307,18 @@
System.String
- To be added.
+ The type of the organizations.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.OrganizationColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Organizations.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Organizations.xml
index 763125182e..b74c5064c0 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Organizations.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Organizations.xml
@@ -24,7 +24,16 @@
A sub directory of a single person that contains all of their Phones.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Organizations.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -55,7 +64,16 @@
The directory twig for this sub-table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Organizations.CONTENT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -87,7 +105,16 @@
The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Organizations.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -118,7 +145,16 @@
The default sort order for this table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Organizations.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -161,7 +197,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Organizations.getDisplayLabel(android.content.Context, int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -208,7 +253,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Organizations.getDisplayLabel(android.content.Context, int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+People+ContactMethods+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+People+ContactMethods+InterfaceConsts.xml
index 3db47bafe2..feb589a5f3 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+People+ContactMethods+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+People+ContactMethods+InterfaceConsts.xml
@@ -42,9 +42,18 @@
System.String
- To be added.
+ Auxiliary data for the contact method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.AUX_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,9 +116,18 @@
System.String
- To be added.
+ A custom ringtone associated with a person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -137,9 +155,18 @@
System.String
- To be added.
+ The data for the contact method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,9 +194,18 @@
System.String
- To be added.
+ The display name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -232,9 +268,18 @@
System.String
- To be added.
+ Whether this is the primary organization
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.ISPRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,9 +307,18 @@
System.String
- To be added.
+ The kind of the the contact method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.KIND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +346,18 @@
System.String
- To be added.
+ The user defined label for the the contact method.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -322,9 +385,18 @@
System.String
- To be added.
+ The last time a person was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -352,9 +424,18 @@
System.String
- To be added.
+ The person's name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -382,9 +463,18 @@
System.String
- To be added.
+ Notes about the person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -412,9 +502,19 @@
System.String
- To be added.
+ Phonetic equivalent of the person's name, in a locale-dependent
+ character set (e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -442,9 +542,18 @@
System.String
- To be added.
+ The server version of the photo
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +581,18 @@
System.String
- To be added.
+ Whether the person should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -502,9 +620,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -532,9 +659,18 @@
System.String
- To be added.
+ The number of times a person has been contacted
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -562,9 +698,18 @@
System.String
- To be added.
+ The type of the contact method, must be one of the types below.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ContactMethodsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+People+Extensions+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+People+Extensions+InterfaceConsts.xml
index 882a20db06..9e99cf2d26 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+People+Extensions+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+People+Extensions+InterfaceConsts.xml
@@ -112,9 +112,18 @@
System.String
- To be added.
+ The name of this extension.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ExtensionsColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +151,18 @@
System.String
- To be added.
+ The value of this extension.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.ExtensionsColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+People+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+People+InterfaceConsts.xml
index 2b6965353f..dfe1eeac47 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+People+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+People+InterfaceConsts.xml
@@ -139,9 +139,18 @@
System.String
- To be added.
+ A custom ringtone associated with a person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -169,9 +178,18 @@
System.String
- To be added.
+ The display name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -296,9 +314,18 @@
System.String
- To be added.
+ The IM account for the local user that the presence data came from.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.IM_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -326,9 +353,18 @@
System.String
- To be added.
+ The IM handle the presence item is for.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.IM_HANDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -356,9 +392,18 @@
System.String
- To be added.
+ The IM service the presence is coming from.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.IM_PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -417,9 +462,18 @@
System.String
- To be added.
+ Whether this is the primary phone number
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.ISPRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -447,9 +501,18 @@
System.String
- To be added.
+ The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -477,9 +540,18 @@
System.String
- To be added.
+ The last time a person was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -507,9 +579,18 @@
System.String
- To be added.
+ The person's name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -537,9 +618,18 @@
System.String
- To be added.
+ Notes about the person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -567,9 +657,18 @@
System.String
- To be added.
+ The phone number as the user entered it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -597,9 +696,18 @@
System.String
- To be added.
+ The normalized phone number
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.NUMBER_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -628,9 +736,18 @@
0
- To be added.
+ Presence Status definition
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -658,9 +775,19 @@
System.String
- To be added.
+ Phonetic equivalent of the person's name, in a locale-dependent
+ character set (e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -688,9 +815,18 @@
System.String
- To be added.
+ The server version of the photo
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -718,9 +854,18 @@
System.String
- To be added.
+ The user defined status line.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -748,9 +893,18 @@
System.String
- To be added.
+ The server defined status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -778,9 +932,18 @@
System.String
- To be added.
+ The priority, an integer, used by XMPP presence
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.PRIORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -808,9 +971,18 @@
System.String
- To be added.
+ Whether the person should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -838,9 +1010,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -868,9 +1049,18 @@
System.String
- To be added.
+ The number of times a person has been contacted
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -898,9 +1088,18 @@
System.String
- To be added.
+ The type of the the phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+People+Phones+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+People+Phones+InterfaceConsts.xml
index 48d25dd526..0e2ca0e619 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+People+Phones+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+People+Phones+InterfaceConsts.xml
@@ -77,9 +77,18 @@
System.String
- To be added.
+ A custom ringtone associated with a person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,9 +116,18 @@
System.String
- To be added.
+ The display name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -172,9 +190,18 @@
System.String
- To be added.
+ Whether this is the primary phone number
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.ISPRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,9 +229,18 @@
System.String
- To be added.
+ The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -232,9 +268,18 @@
System.String
- To be added.
+ The last time a person was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,9 +307,18 @@
System.String
- To be added.
+ The person's name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +346,18 @@
System.String
- To be added.
+ Notes about the person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -322,9 +385,18 @@
System.String
- To be added.
+ The phone number as the user entered it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -352,9 +424,18 @@
System.String
- To be added.
+ The normalized phone number
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.NUMBER_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -382,9 +463,19 @@
System.String
- To be added.
+ Phonetic equivalent of the person's name, in a locale-dependent
+ character set (e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -412,9 +503,18 @@
System.String
- To be added.
+ The server version of the photo
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -442,9 +542,18 @@
System.String
- To be added.
+ Whether the person should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +581,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -502,9 +620,18 @@
System.String
- To be added.
+ The number of times a person has been contacted
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -532,9 +659,18 @@
System.String
- To be added.
+ The type of the the phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+People.xml b/docs/Mono.Android/en/Android.Provider/Contacts+People.xml
index a991a5351e..a35b2af666 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+People.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+People.xml
@@ -24,7 +24,16 @@
This table contains people.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -62,9 +71,18 @@
the person to add to the group
the group to add the person to
Adds a person to a group.
- To be added.
+ the URI of the group membership row
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.addToGroup(android.content.ContentResolver, long, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -102,9 +120,18 @@
the person to add to the group
the name of the group to add the contact to
Adds a person to a group referred to by name.
- To be added.
+ the URI of the group membership row
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.addToGroup(android.content.ContentResolver, long, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if the group can't be found
@@ -141,9 +168,18 @@
the resolver to use
the person to add to the group
Adds a person to the My Contacts group.
- To be added.
+ the URI of the group membership row
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.addToMyContactsGroup(android.content.ContentResolver, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if the My Contacts group can't be found
@@ -176,7 +212,16 @@
The content:// style URL for filtering people by name.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.CONTENT_FILTER_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -205,10 +250,19 @@
System.String
- The MIME type of a subdirectory of a single
- person.
+ The MIME type of a #CONTENT_URI subdirectory of a single
+ person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -237,10 +291,19 @@
System.String
- The MIME type of providing a directory of
- people.
+ The MIME type of #CONTENT_URI providing a directory of
+ people.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -272,7 +335,16 @@
The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -308,9 +380,18 @@
the ContentResolver to use
the values to use when creating the contact
Creates a new contacts and adds it to the "My Contacts" group.
- To be added.
+ the URI of the contact, or null if the operation fails
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.createPersonInMyContactsGroup(android.content.ContentResolver, android.content.ContentValues).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -341,7 +422,16 @@
The default sort order for this table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -371,10 +461,19 @@
The content:// style URL for the table that holds the deleted
- contacts.
+ contacts.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.DELETED_CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -483,9 +582,18 @@
the ContentResolver to use
the person who was contacted
- Mark a person as having been contacted.
+ This API is no longer supported as of O.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.markAsContacted(android.content.ContentResolver, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -523,7 +631,16 @@
Opens an InputStream for the person's photo and returns the photo as a Bitmap.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.openContactPhotoInputStream(android.content.ContentResolver, android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -554,7 +671,16 @@
The ID of the persons preferred email.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.PRIMARY_EMAIL_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,7 +711,16 @@
The ID of the persons preferred organization.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.PRIMARY_ORGANIZATION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -616,7 +751,16 @@
The ID of the persons preferred phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.PRIMARY_PHONE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -655,7 +799,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.queryGroups(android.content.ContentResolver, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -692,9 +845,18 @@
the ContentResolver to use
the Uri of the person whose photo is to be updated
the byte[] that represents the photo
- Set the photo for this person. data may be null
+ Set the photo for this person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.People.setPhotoData(android.content.ContentResolver, android.net.Uri, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+PeopleColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+PeopleColumns.xml
index 9930e384aa..16b6702886 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+PeopleColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+PeopleColumns.xml
@@ -60,7 +60,16 @@
A custom ringtone associated with a person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,7 +100,16 @@
The display name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -122,7 +140,16 @@
The last time a person was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,7 +180,16 @@
The person's name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -184,7 +220,16 @@
Notes about the person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +259,18 @@
Phonetic equivalent of the person's name, in a locale-dependent
- character set (e.g. hiragana for Japanese).
+ character set (e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,10 +299,18 @@
System.String
- The server version of the photo
-
+ The server version of the photo
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -279,7 +341,16 @@
Whether the person should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -308,10 +379,18 @@
System.String
- Is the contact starred?
-
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -340,10 +419,18 @@
System.String
- The number of times a person has been contacted
-
+ The number of times a person has been contacted
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Phones+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Phones+InterfaceConsts.xml
index 10e06c7f8f..afd91c0dc5 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Phones+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Phones+InterfaceConsts.xml
@@ -77,9 +77,18 @@
System.String
- To be added.
+ A custom ringtone associated with a person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,9 +116,18 @@
System.String
- To be added.
+ The display name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -172,9 +190,18 @@
System.String
- To be added.
+ Whether this is the primary phone number
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.ISPRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,9 +229,18 @@
System.String
- To be added.
+ The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -232,9 +268,18 @@
System.String
- To be added.
+ The last time a person was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,9 +307,18 @@
System.String
- To be added.
+ The person's name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +346,18 @@
System.String
- To be added.
+ Notes about the person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -322,9 +385,18 @@
System.String
- To be added.
+ The phone number as the user entered it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -352,9 +424,18 @@
System.String
- To be added.
+ The normalized phone number
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.NUMBER_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -382,9 +463,19 @@
System.String
- To be added.
+ Phonetic equivalent of the person's name, in a locale-dependent
+ character set (e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -412,9 +503,18 @@
System.String
- To be added.
+ The server version of the photo
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.PHOTO_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -442,9 +542,18 @@
System.String
- To be added.
+ Whether the person should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +581,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -502,9 +620,18 @@
System.String
- To be added.
+ The number of times a person has been contacted
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PeopleColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -532,9 +659,18 @@
System.String
- To be added.
+ The type of the the phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Phones.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Phones.xml
index 9437c8e3c6..f59e6fa876 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Phones.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Phones.xml
@@ -23,9 +23,18 @@
This table stores phone numbers and a reference to the person that the
- contact method belongs to.
+ contact method belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Phones.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -57,7 +66,16 @@
The content:// style URL for filtering phone numbers
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Phones.CONTENT_FILTER_URL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -86,10 +104,19 @@
System.String
- The MIME type of a subdirectory of a single
- phone.
+ The MIME type of a #CONTENT_URI subdirectory of a single
+ phone.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Phones.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -118,10 +145,19 @@
System.String
- The MIME type of providing a directory of
- phones.
+ The MIME type of #CONTENT_URI providing a directory of
+ phones.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Phones.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,7 +189,16 @@
The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Phones.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -184,7 +229,16 @@
The default sort order for this table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Phones.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -227,7 +281,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Phones.getDisplayLabel(android.content.Context, int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -271,7 +334,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Phones.getDisplayLabel(android.content.Context, int, java.lang.CharSequence, java.lang.CharSequence[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -318,7 +390,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Phones.getDisplayLabel(android.content.Context, int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,7 +449,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Phones.getDisplayLabel(android.content.Context, int, java.lang.CharSequence, java.lang.CharSequence[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -430,7 +520,16 @@
The ID of the person this phone number is assigned to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Phones.PERSON_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+PhonesColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+PhonesColumns.xml
index 9db078764b..39e218907e 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+PhonesColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+PhonesColumns.xml
@@ -58,10 +58,18 @@
System.String
- Whether this is the primary phone number
-
+ Whether this is the primary phone number
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.ISPRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -92,7 +100,16 @@
The user provided label for the phone number, only used if TYPE is TYPE_CUSTOM.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -123,7 +140,16 @@
The phone number as the user entered it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,10 +178,18 @@
System.String
- The normalized phone number
-
+ The normalized phone number
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.NUMBER_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -186,7 +220,16 @@
The type of the the phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhonesColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Photos+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Photos+InterfaceConsts.xml
index fa42df8b9a..0b0da9aa28 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Photos+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Photos+InterfaceConsts.xml
@@ -77,9 +77,18 @@
System.String
- To be added.
+ The image data, or null if there is no image.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,9 +116,18 @@
System.String
- To be added.
+ non-zero if a download is required and the photo isn't marked as a bad resource.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.DOWNLOAD_REQUIRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -137,9 +155,18 @@
System.String
- To be added.
+ non-zero if this photo is known to exist on the server
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.EXISTS_ON_SERVER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,9 +229,18 @@
System.String
- To be added.
+ The _SYNC_VERSION of the photo that was last downloaded
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.LOCAL_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -232,9 +268,18 @@
System.String
- To be added.
+ The person this photo is associated with.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.PERSON_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,9 +307,19 @@
System.String
- To be added.
+ Contains the description of the upload or download error from
+ the previous attempt.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.SYNC_ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Photos.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Photos.xml
index 2ef9ec0832..5ab8e6c21d 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Photos.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Photos.xml
@@ -24,7 +24,16 @@
The photos over all of the people
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Photos.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -55,7 +64,16 @@
The directory twig for this sub-table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Photos.CONTENT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -87,7 +105,16 @@
The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Photos.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -118,7 +145,16 @@
The default sort order for this table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Photos.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+PhotosColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+PhotosColumns.xml
index 61a5866e87..bb74c16eec 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+PhotosColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+PhotosColumns.xml
@@ -60,7 +60,16 @@
The image data, or null if there is no image.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,7 +100,16 @@
non-zero if a download is required and the photo isn't marked as a bad resource.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.DOWNLOAD_REQUIRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -120,10 +138,18 @@
System.String
- non-zero if this photo is known to exist on the server
-
+ non-zero if this photo is known to exist on the server
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.EXISTS_ON_SERVER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,10 +178,18 @@
System.String
- The _SYNC_VERSION of the photo that was last downloaded
-
+ The _SYNC_VERSION of the photo that was last downloaded
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.LOCAL_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -186,7 +220,16 @@
The person this photo is associated with.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.PERSON_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -216,9 +259,18 @@
Contains the description of the upload or download error from
- the previous attempt.
+ the previous attempt.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PhotosColumns.SYNC_ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+PresenceColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+PresenceColumns.xml
index 003c015c4d..b96264449c 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+PresenceColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+PresenceColumns.xml
@@ -192,7 +192,16 @@
The IM account for the local user that the presence data came from.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.IM_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -223,7 +232,16 @@
The IM handle the presence item is for.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.IM_HANDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -254,7 +272,16 @@
The IM service the presence is coming from.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.IM_PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -317,10 +344,18 @@
0
- Presence Status definition
-
+ Presence Status definition
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -351,7 +386,16 @@
The user defined status line.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -382,7 +426,16 @@
The server defined status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -411,10 +464,18 @@
System.String
- The priority, an integer, used by XMPP presence
-
+ The priority, an integer, used by XMPP presence
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.PresenceColumns.PRIORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Settings+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Settings+InterfaceConsts.xml
index 468d321338..973e089544 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Settings+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Settings+InterfaceConsts.xml
@@ -112,9 +112,18 @@
System.String
- To be added.
+ The key of this setting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns.KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +151,18 @@
System.String
- To be added.
+ The _SYNC_ACCOUNT to which this setting corresponds.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns._SYNC_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -172,9 +190,18 @@
System.String
- To be added.
+ The _SYNC_ACCOUNT_TYPE to which this setting corresponds.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns._SYNC_ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,9 +229,18 @@
System.String
- To be added.
+ The value of this setting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+Settings.xml b/docs/Mono.Android/en/Android.Provider/Contacts+Settings.xml
index df88a7ca42..0bcaecfd77 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+Settings.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+Settings.xml
@@ -24,7 +24,16 @@
The settings over all of the people
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Settings.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -55,7 +64,16 @@
The directory twig for this sub-table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Settings.CONTENT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -87,7 +105,16 @@
The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Settings.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -118,7 +145,16 @@
The default sort order for this table
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Settings.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,7 +195,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Settings.getSetting(android.content.ContentResolver, java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -232,7 +277,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Settings.setSetting(android.content.ContentResolver, java.lang.String, java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,9 +316,18 @@
A setting that is used to indicate if we should sync down all groups for the
- specified account.
+ specified account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.Settings.SYNC_EVERYTHING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Contacts+SettingsColumns.xml b/docs/Mono.Android/en/Android.Provider/Contacts+SettingsColumns.xml
index 0567e390b1..b726f43813 100644
--- a/docs/Mono.Android/en/Android.Provider/Contacts+SettingsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Contacts+SettingsColumns.xml
@@ -60,7 +60,16 @@
The key of this setting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns.KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,7 +100,16 @@
The _SYNC_ACCOUNT to which this setting corresponds.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns._SYNC_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -122,7 +140,16 @@
The _SYNC_ACCOUNT_TYPE to which this setting corresponds.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns._SYNC_ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,7 +180,16 @@
The value of this setting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Contacts.SettingsColumns.VALUE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+AggregationExceptions.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+AggregationExceptions.xml
index 3dd0407d5d..f02c2d2291 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+AggregationExceptions.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+AggregationExceptions.xml
@@ -18,14 +18,19 @@
- To be added.
+ Constants for the contact aggregation exceptions table, which contains
+ aggregation rules overriding those used by automatic aggregation.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.AggregationExceptions.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,10 +55,18 @@
System.String
- The MIME type of a subdirectory of an aggregation exception
-
+ The MIME type of a #CONTENT_URI subdirectory of an aggregation exception
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.AggregationExceptions.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,9 +91,18 @@
System.String
- The MIME type of providing a directory of data.
+ The MIME type of #CONTENT_URI providing a directory of data.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.AggregationExceptions.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -105,11 +127,19 @@
Android.Net.Uri
- The content:// style URI for this table
-
+ The content:// style URI for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.AggregationExceptions.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -165,9 +195,18 @@
System.String
- A reference to the of the raw contact that the rule applies to.
+ A reference to the RawContacts#_ID of the raw contact that the rule applies to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.AggregationExceptions.RAW_CONTACT_ID1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -192,10 +231,19 @@
System.String
- A reference to the other of the raw contact that the rule
- applies to.
+ A reference to the other RawContacts#_ID of the raw contact that the rule
+ applies to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.AggregationExceptions.RAW_CONTACT_ID2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -282,10 +330,19 @@
System.String
- The type of exception: , or
- .
+ The type of exception: #TYPE_KEEP_TOGETHER, #TYPE_KEEP_SEPARATE or
+ #TYPE_AUTOMATIC.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.AggregationExceptions.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+BaseSyncColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+BaseSyncColumns.xml
index 5979250557..1a8e18cdf0 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+BaseSyncColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+BaseSyncColumns.xml
@@ -60,7 +60,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,7 +100,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -122,7 +140,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,7 +180,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Callable+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Callable+InterfaceConsts.xml
index 2f7c4ab4ca..93b111a8b0 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Callable+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Callable+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +874,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +909,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,10 +944,19 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -757,9 +979,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +1014,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1049,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1084,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1119,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1154,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1189,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1224,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1259,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1294,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1329,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1364,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1399,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1434,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1469,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1505,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1540,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1576,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1613,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1654,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1282,9 +1689,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1764,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1374,11 +1799,20 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -1405,9 +1839,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1874,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,9 +1910,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1483,9 +1945,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1981,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1535,9 +2017,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1591,9 +2083,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1621,9 +2122,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1647,9 +2157,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2197,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2233,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1729,9 +2268,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2308,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2343,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2379,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2414,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2449,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2484,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2519,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,9 +2554,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1968,8 +2589,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1992,8 +2625,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2016,9 +2661,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2048,7 +2702,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2078,7 +2741,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2774,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2810,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2846,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2882,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2918,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2953,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +2989,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3025,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3060,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3095,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3130,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3165,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3200,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3235,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3270,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3305,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2518,9 +3340,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2548,9 +3379,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2578,9 +3418,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Contactables+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Contactables+InterfaceConsts.xml
index 960ab0ad48..b8111bd8d6 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Contactables+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Contactables+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +874,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +909,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,10 +944,19 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -757,9 +979,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +1014,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1049,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1084,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1119,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1154,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1189,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1224,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1259,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1294,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1329,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1364,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1399,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1434,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1469,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1505,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1540,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1576,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1613,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1654,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1282,9 +1689,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1764,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1374,11 +1799,20 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -1405,9 +1839,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1874,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,9 +1910,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1483,9 +1945,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1981,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1535,9 +2017,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1591,9 +2083,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1621,9 +2122,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1647,9 +2157,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2197,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2233,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1729,9 +2268,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2308,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2343,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2379,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2414,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2449,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2484,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2519,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,9 +2554,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1968,8 +2589,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1992,8 +2625,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2016,9 +2661,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2048,7 +2702,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2078,7 +2741,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2774,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2810,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2846,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2882,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2918,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2953,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +2989,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3025,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3060,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3095,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3130,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3165,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3200,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3235,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3270,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3305,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2518,9 +3340,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2548,9 +3379,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2578,9 +3418,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Email+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Email+InterfaceConsts.xml
index 6897e7e866..f49f932978 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Email+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Email+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +874,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +909,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,10 +944,19 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -757,9 +979,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +1014,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1049,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1084,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1119,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1154,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1189,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1224,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1259,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1294,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1329,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1364,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1399,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1434,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1469,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1505,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1541,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1578,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1230,9 +1619,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1654,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1322,9 +1729,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1764,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1379,11 +1804,20 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -1405,9 +1839,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1875,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,9 +1910,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1483,9 +1946,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1982,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1565,9 +2048,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1595,9 +2087,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1621,9 +2122,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1651,9 +2162,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2198,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2233,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1734,9 +2273,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2308,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2344,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2379,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2414,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2449,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2484,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2519,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,8 +2554,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1966,8 +2590,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1990,9 +2626,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2022,7 +2667,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2052,7 +2706,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2076,9 +2739,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2775,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2811,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2847,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2883,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2918,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2954,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +2990,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3025,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3060,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3095,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3130,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3165,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3200,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3235,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3270,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3305,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2522,9 +3344,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2552,9 +3383,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Event+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Event+InterfaceConsts.xml
index a5615a9b3c..13edb1843c 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Event+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Event+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +874,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +909,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,10 +944,19 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -757,9 +979,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +1014,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1049,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1084,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1119,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1154,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1189,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1224,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1259,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1294,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1329,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1364,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1399,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1434,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1469,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1505,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1540,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1576,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1613,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1654,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1282,9 +1689,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1764,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1374,11 +1799,20 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -1405,9 +1839,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1874,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,9 +1910,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1483,9 +1945,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1981,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1535,9 +2017,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1591,9 +2083,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1621,9 +2122,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1647,9 +2157,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2197,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2233,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1729,9 +2268,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2308,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2343,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2379,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2414,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2449,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2484,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2519,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,9 +2554,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1968,8 +2589,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1992,8 +2625,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2016,9 +2661,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2048,7 +2702,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2078,7 +2741,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2774,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2810,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2846,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2882,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2918,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2953,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +2989,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3025,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3060,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3095,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3130,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3165,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3200,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3235,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3270,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3305,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2518,9 +3340,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2548,9 +3379,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2578,9 +3418,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+GroupMembership+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+GroupMembership+InterfaceConsts.xml
index 8209dd21f2..d4caceeeb4 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+GroupMembership+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+GroupMembership+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -653,9 +848,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +883,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +918,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,9 +953,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -757,14 +988,23 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
-
-
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
+
+
+
@@ -783,9 +1023,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1058,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1093,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1128,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1163,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1198,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1233,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1268,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1303,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1338,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1373,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1408,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1443,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1479,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1514,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1550,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1587,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1230,9 +1628,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1663,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1322,9 +1738,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1773,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1379,9 +1813,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1405,9 +1848,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1884,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,10 +1919,20 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1483,9 +1955,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1991,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1539,9 +2031,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1569,9 +2070,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1595,9 +2105,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1625,9 +2145,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1651,9 +2181,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2216,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1708,9 +2256,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1734,9 +2291,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2327,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2362,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2397,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2432,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2467,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2502,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,8 +2537,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1940,8 +2573,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1964,9 +2609,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1996,7 +2650,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2026,7 +2689,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2050,9 +2722,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2076,9 +2758,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2794,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2830,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2866,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2901,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2937,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2973,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +3008,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3043,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3078,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3113,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3148,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3183,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3218,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3253,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3288,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2496,9 +3327,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2526,9 +3366,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Identity+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Identity+InterfaceConsts.xml
index 462517e822..973b5d982a 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Identity+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Identity+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -653,9 +848,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +883,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +918,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,9 +953,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -757,14 +988,23 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
-
-
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
+
+
+
@@ -783,9 +1023,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1058,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1093,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1128,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1163,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1198,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1233,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1268,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1303,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1338,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1373,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1408,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1443,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1479,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1514,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1550,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1587,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1230,9 +1628,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1663,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1322,9 +1738,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1773,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1379,9 +1813,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1405,9 +1848,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1884,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,10 +1919,20 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1483,9 +1955,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1991,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1539,9 +2031,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1569,9 +2070,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1595,9 +2105,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1625,9 +2145,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1651,9 +2181,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2216,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1708,9 +2256,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1734,9 +2291,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2327,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2362,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2397,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2432,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2467,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2502,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,8 +2537,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1940,8 +2573,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1964,9 +2609,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1996,7 +2650,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2026,7 +2689,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2050,9 +2722,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2076,9 +2758,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2794,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2830,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2866,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2901,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2937,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2973,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +3008,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3043,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3078,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3113,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3148,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3183,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3218,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3253,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3288,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2496,9 +3327,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2526,9 +3366,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Im+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Im+InterfaceConsts.xml
index 7d56e2f76e..f99272b91b 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Im+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Im+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +874,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +909,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,10 +944,19 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -757,9 +979,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +1014,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1049,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1084,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1119,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1154,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1189,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1224,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1259,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1294,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1329,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1364,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1399,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1434,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1469,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1505,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1540,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1576,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1613,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1654,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1282,9 +1689,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1764,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1374,11 +1799,20 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -1405,9 +1839,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1874,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,9 +1910,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1483,9 +1945,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1981,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1535,9 +2017,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1591,9 +2083,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1621,9 +2122,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1647,9 +2157,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2197,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2233,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1729,9 +2268,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2308,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2343,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2379,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2414,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2449,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2484,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2519,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,9 +2554,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1968,8 +2589,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1992,8 +2625,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2016,9 +2661,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2048,7 +2702,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2078,7 +2741,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2774,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2810,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2846,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2882,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2918,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2953,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +2989,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3025,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3060,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3095,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3130,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3165,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3200,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3235,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3270,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3305,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2518,9 +3340,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2548,9 +3379,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2578,9 +3418,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Nickname+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Nickname+InterfaceConsts.xml
index 2f69d715d3..4644a3880e 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Nickname+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Nickname+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +874,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +909,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,10 +944,19 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -757,9 +979,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +1014,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1049,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1084,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1119,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1154,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1189,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1224,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1259,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1294,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1329,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1364,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1399,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1434,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1469,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1505,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1540,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1576,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1613,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1654,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1282,9 +1689,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1764,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1374,11 +1799,20 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -1405,9 +1839,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1874,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,9 +1910,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1483,9 +1945,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1981,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1535,9 +2017,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1591,9 +2083,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1621,9 +2122,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1647,9 +2157,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2197,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2233,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1729,9 +2268,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2308,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2343,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2379,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2414,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2449,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2484,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2519,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,9 +2554,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1968,8 +2589,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1992,8 +2625,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2016,9 +2661,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2048,7 +2702,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2078,7 +2741,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2774,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2810,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2846,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2882,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2918,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2953,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +2989,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3025,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3060,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3095,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3130,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3165,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3200,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3235,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3270,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3305,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2518,9 +3340,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2548,9 +3379,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2578,9 +3418,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Note+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Note+InterfaceConsts.xml
index 7a08f0a27a..e949cd0f10 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Note+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Note+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -653,9 +848,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +883,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +918,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,9 +953,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -757,14 +988,23 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
-
-
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
+
+
+
@@ -783,9 +1023,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1058,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1093,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1128,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1163,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1198,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1233,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1268,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1303,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1338,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1373,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1408,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1443,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1479,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1514,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1550,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1587,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1230,9 +1628,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1663,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1322,9 +1738,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1773,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1379,9 +1813,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1405,9 +1848,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1884,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,10 +1919,20 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1483,9 +1955,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1991,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1539,9 +2031,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1569,9 +2070,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1595,9 +2105,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1625,9 +2145,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1651,9 +2181,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2216,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1708,9 +2256,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1734,9 +2291,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2327,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2362,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2397,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2432,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2467,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2502,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,8 +2537,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1940,8 +2573,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1964,9 +2609,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1996,7 +2650,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2026,7 +2689,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2050,9 +2722,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2076,9 +2758,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2794,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2830,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2866,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2901,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2937,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2973,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +3008,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3043,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3078,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3113,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3148,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3183,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3218,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3253,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3288,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2496,9 +3327,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2526,9 +3366,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Organization+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Organization+InterfaceConsts.xml
index 700f031adb..d13ec5debe 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Organization+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Organization+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +874,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +909,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,10 +944,19 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -757,9 +979,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +1014,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1049,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1084,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1119,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1154,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1189,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1224,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1259,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1294,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1329,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1364,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1399,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1434,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1469,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1505,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1540,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1576,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1613,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1654,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1282,9 +1689,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1764,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1374,11 +1799,20 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -1405,9 +1839,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1874,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,9 +1910,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1483,9 +1945,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1981,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1535,9 +2017,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1591,9 +2083,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1621,9 +2122,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1647,9 +2157,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2197,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2233,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1729,9 +2268,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2308,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2343,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2378,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2413,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2448,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2483,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2518,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,8 +2553,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1966,8 +2589,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1990,9 +2625,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2022,7 +2666,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2052,7 +2705,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2076,9 +2738,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2774,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2810,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2846,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2882,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2917,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2953,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +2989,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3024,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3059,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3094,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3129,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3164,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3199,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3234,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3269,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3304,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2522,9 +3343,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2552,9 +3382,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Phone+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Phone+InterfaceConsts.xml
index 85d5ca1725..0283ad35ea 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Phone+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Phone+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +874,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +909,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,10 +944,19 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -757,9 +979,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +1014,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1049,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1084,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1119,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1154,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1189,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1224,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1259,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1294,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1329,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1364,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1399,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1434,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1469,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1505,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1540,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1576,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1613,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1654,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1282,9 +1689,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1764,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1374,11 +1799,20 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -1405,9 +1839,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1874,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,9 +1910,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1483,9 +1945,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1981,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1535,9 +2017,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1591,9 +2083,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1621,9 +2122,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1647,9 +2157,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2197,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2233,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1729,9 +2268,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2308,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2343,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2379,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2414,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2449,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2484,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2519,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,9 +2554,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1968,8 +2589,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1992,8 +2625,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2016,9 +2661,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2048,7 +2702,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2078,7 +2741,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2774,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2810,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2846,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2882,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2918,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2953,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +2989,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3025,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3060,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3095,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3130,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3165,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3200,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3235,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3270,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3305,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2518,9 +3340,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2548,9 +3379,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2578,9 +3418,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Photo+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Photo+InterfaceConsts.xml
index 977a3a7b46..04a31878b0 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Photo+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Photo+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -653,9 +848,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +883,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +918,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,9 +953,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -757,14 +988,23 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
-
-
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
+
+
+
@@ -783,9 +1023,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1058,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1093,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1128,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1163,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1198,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1233,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1268,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1303,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1338,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1373,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1408,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1443,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1479,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1514,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1550,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1587,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1230,9 +1628,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1663,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1322,9 +1738,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1773,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1379,9 +1813,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1405,9 +1848,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1884,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,10 +1919,20 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1483,9 +1955,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1991,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1539,9 +2031,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1569,9 +2070,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1595,9 +2105,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1625,9 +2145,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1651,9 +2181,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2216,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1708,9 +2256,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1734,9 +2291,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2327,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2362,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2397,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2432,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2467,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,8 +2502,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1914,8 +2538,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1938,9 +2574,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1970,7 +2615,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2000,7 +2654,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2024,9 +2687,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2050,9 +2723,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2076,9 +2759,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2795,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2831,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2866,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2902,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2938,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2973,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +3008,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3043,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3078,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3113,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3148,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3183,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3218,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3253,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2470,9 +3292,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2500,9 +3331,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Relation+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Relation+InterfaceConsts.xml
index 331c3f3908..193ed75b5b 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Relation+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Relation+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +874,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +909,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,10 +944,19 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -757,9 +979,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +1014,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1049,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1084,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1119,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1154,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1189,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1224,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1259,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1294,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1329,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1364,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1399,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1434,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1469,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1505,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1540,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1576,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1613,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1654,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1282,9 +1689,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1764,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1374,11 +1799,20 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -1405,9 +1839,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1874,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,9 +1910,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1483,9 +1945,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1981,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1535,9 +2017,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1591,9 +2083,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1621,9 +2122,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1647,9 +2157,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2197,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2233,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1729,9 +2268,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2308,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2343,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2379,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2414,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2449,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2484,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2519,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,9 +2554,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1968,8 +2589,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1992,8 +2625,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2016,9 +2661,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2048,7 +2702,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2078,7 +2741,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2774,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2810,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2846,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2882,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2918,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2953,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +2989,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3025,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3060,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3095,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3130,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3165,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3200,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3235,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3270,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3305,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2518,9 +3340,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2548,9 +3379,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2578,9 +3418,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+SipAddress+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+SipAddress+InterfaceConsts.xml
index 11a7c3746d..7c38188da2 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+SipAddress+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+SipAddress+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +874,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +909,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,10 +944,19 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -757,9 +979,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +1014,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1049,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1084,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1119,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1154,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1189,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1224,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1259,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1294,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1329,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1364,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1399,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1434,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1469,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1505,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1540,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1576,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1613,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1654,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1282,9 +1689,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1764,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1374,11 +1799,20 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -1405,9 +1839,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1874,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,9 +1910,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1483,9 +1945,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1981,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1535,9 +2017,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1591,9 +2083,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1621,9 +2122,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1647,9 +2157,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2197,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2233,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1729,9 +2268,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2308,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2343,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2379,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2414,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2449,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2484,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2519,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,9 +2554,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1968,8 +2589,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1992,8 +2625,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2016,9 +2661,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2048,7 +2702,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2078,7 +2741,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2774,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2810,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2846,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2882,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2918,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2953,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +2989,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3025,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3060,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3095,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3130,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3165,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3200,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3235,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3270,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3305,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2518,9 +3340,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2548,9 +3379,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2578,9 +3418,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredName+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredName+InterfaceConsts.xml
index a10259836a..5600d579c7 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredName+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredName+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -653,9 +848,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +883,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +918,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,9 +953,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -757,14 +988,23 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
-
-
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
+
+
+
@@ -783,9 +1023,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1058,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1093,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1128,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1163,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1198,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1233,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1268,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1303,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1338,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1373,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1408,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1443,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1479,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1515,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1552,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1204,9 +1593,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1230,9 +1628,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1296,9 +1703,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1322,9 +1738,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1353,9 +1778,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1379,9 +1813,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1405,9 +1849,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1884,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,10 +1920,20 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1483,9 +1956,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1513,9 +1996,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1543,9 +2035,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1569,9 +2070,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1599,9 +2110,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1625,9 +2146,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1651,9 +2181,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1682,9 +2221,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1708,9 +2256,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1734,9 +2292,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2327,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2362,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2397,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2432,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2467,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,8 +2502,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1914,8 +2538,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1938,9 +2574,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1970,7 +2615,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2000,7 +2654,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2024,9 +2687,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2050,9 +2723,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2076,9 +2759,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2795,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2831,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2866,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2902,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2938,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2973,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +3008,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3043,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3078,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3113,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3148,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3183,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3218,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3253,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2470,9 +3292,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2500,9 +3331,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredPostal+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredPostal+InterfaceConsts.xml
index 0fd43a44c3..8b03ebf271 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredPostal+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+StructuredPostal+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +874,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +909,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,10 +944,19 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -757,9 +979,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +1014,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1049,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1084,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1119,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1154,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1189,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1224,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1259,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1294,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1329,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1364,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1399,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1434,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1469,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1505,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1540,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1576,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1613,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1654,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1282,9 +1689,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1764,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1374,11 +1799,20 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -1405,9 +1839,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1874,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,9 +1910,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1483,9 +1945,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1981,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1535,9 +2017,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1591,9 +2083,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1621,9 +2122,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1647,9 +2157,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2197,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2233,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1729,9 +2268,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2308,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2343,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2379,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2414,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2449,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2484,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2519,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,9 +2554,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1968,8 +2589,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1992,8 +2625,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2016,9 +2661,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2048,7 +2702,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2078,7 +2741,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2774,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2810,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2846,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2882,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2918,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2953,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +2989,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3025,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3060,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3095,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3130,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3165,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3200,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3235,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3270,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3305,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2518,9 +3340,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2548,9 +3379,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2578,9 +3418,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Website+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Website+InterfaceConsts.xml
index f2303a2fe3..4339d473f5 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Website+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds+Website+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +874,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +909,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,10 +944,19 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -757,9 +979,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -783,9 +1014,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1049,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1084,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1119,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1154,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1189,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1224,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1259,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1294,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1329,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1364,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1399,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1434,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1469,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1505,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1540,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1576,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1613,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1654,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1282,9 +1689,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1764,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1374,11 +1799,20 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
@@ -1405,9 +1839,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1874,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,9 +1910,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1483,9 +1945,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1981,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1535,9 +2017,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1591,9 +2083,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1621,9 +2122,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1647,9 +2157,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2197,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2233,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1729,9 +2268,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2308,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2343,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2379,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2414,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2449,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2484,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2519,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,9 +2554,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1968,8 +2589,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1992,8 +2625,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2016,9 +2661,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2048,7 +2702,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2078,7 +2741,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2774,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2810,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2846,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2882,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2918,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2953,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +2989,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3025,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3060,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3095,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3130,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3165,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3200,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3235,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3270,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3305,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2518,9 +3340,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2548,9 +3379,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2578,9 +3418,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds.xml
index 94f2830668..a688fb2ee5 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+CommonDataKinds.xml
@@ -18,15 +18,19 @@
- Container for definitions of common data types stored in the T:Android.Provider.ContactsContract+Data
- table.
+ Container for definitions of common data types stored in the ContactsContract.Data
+ table.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.CommonDataKinds.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactNameColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactNameColumns.xml
index 163cfa5a81..9003a8320f 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactNameColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactNameColumns.xml
@@ -58,10 +58,19 @@
System.String
-
-
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,10 +99,20 @@
System.String
-
-
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -124,9 +143,18 @@
The kind of data that is used as the display name for the contact, such as
- structured name or email address.
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -155,10 +183,19 @@
System.String
-
-
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -187,9 +224,18 @@
System.String
- The phonetic alphabet used to represent the .
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -219,9 +265,18 @@
Sort key based on the alternative representation of the full name,
- .
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -251,9 +306,18 @@
Sort key that takes into account locale-based traditions for sorting
- names in address books.
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactOptionsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactOptionsColumns.xml
index a25efc1ea0..01c74f9d67 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactOptionsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactOptionsColumns.xml
@@ -61,7 +61,16 @@
URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -92,7 +101,16 @@
The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -121,9 +139,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,7 +180,16 @@
Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -182,10 +218,18 @@
System.String
- Is the contact starred?
-
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,10 +258,18 @@
System.String
- The number of times a contact has been contacted
-
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactStatusColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactStatusColumns.xml
index d3f1742b38..fcc9c7b7c3 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactStatusColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactStatusColumns.xml
@@ -59,7 +59,16 @@
Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,7 +99,16 @@
Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -121,7 +139,16 @@
Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,7 +179,16 @@
The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -182,9 +218,18 @@
The resource ID of the label describing the source of contact
- status, e.g.
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -215,7 +260,16 @@
The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +299,18 @@
The absolute time in milliseconds when the latest status was
- inserted/updated.
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+AggregationSuggestions+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+AggregationSuggestions+InterfaceConsts.xml
index 154241e175..cc26ffad9c 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+AggregationSuggestions+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+AggregationSuggestions+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +108,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,9 +143,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +178,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -168,9 +213,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,9 +249,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -220,9 +284,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,9 +355,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -307,9 +390,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -333,9 +425,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -394,9 +495,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -420,9 +530,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,9 +566,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -476,9 +606,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -502,9 +641,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -528,9 +677,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -554,9 +712,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -580,9 +747,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -606,9 +782,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -632,9 +817,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -658,9 +852,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -684,9 +887,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -710,9 +922,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -740,9 +961,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Data+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Data+InterfaceConsts.xml
index 7a94fc0423..695d77582a 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Data+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Data+InterfaceConsts.xml
@@ -42,9 +42,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,9 +82,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -134,9 +153,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,9 +188,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -186,9 +223,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -212,9 +258,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -238,9 +293,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +328,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -290,9 +363,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -316,9 +398,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +433,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,9 +468,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -394,9 +503,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -420,9 +538,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,9 +573,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +608,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,9 +643,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -524,9 +678,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,9 +748,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -611,9 +783,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -637,9 +819,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -663,9 +855,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -689,8 +890,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -713,8 +926,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -737,9 +962,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -763,9 +998,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -789,9 +1034,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -815,9 +1069,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -841,9 +1104,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -867,9 +1139,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Entity+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Entity+InterfaceConsts.xml
index 6d5d88e4c7..259a8b8f06 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Entity+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Entity+InterfaceConsts.xml
@@ -38,9 +38,19 @@
System.String
- To be added.
+ The name of the account instance to which this row belongs, which when paired with
+ #ACCOUNT_TYPE identifies a specific account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +74,19 @@
System.String
- To be added.
+ The type of account to which this row belongs, which when paired with
+ #ACCOUNT_NAME identifies a specific account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +110,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,9 +147,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -147,9 +187,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -178,9 +227,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -204,9 +262,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -235,9 +302,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -266,9 +342,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -297,9 +382,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -327,9 +421,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +461,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +497,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +532,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +567,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +603,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +638,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +673,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +708,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +743,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -592,9 +779,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -618,9 +814,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +885,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +920,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,9 +955,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -757,14 +990,23 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
-
-
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
+
+
+
@@ -783,9 +1025,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1060,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1095,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1130,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1165,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1200,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1235,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1270,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1305,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1340,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1375,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1410,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1445,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1480,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1515,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1551,19 @@
System.String
- To be added.
+ Flag indicating that #VERSION has changed, and this row needs
+ to be synchronized by its owning account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1587,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1225,9 +1622,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1251,9 +1658,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1277,9 +1695,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1308,9 +1736,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1334,9 +1771,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1400,9 +1846,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1426,9 +1881,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,10 +1921,19 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1483,9 +1956,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1992,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1535,9 +2027,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1561,9 +2063,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1587,9 +2099,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1617,9 +2139,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1647,9 +2178,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1673,9 +2213,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1703,9 +2253,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1729,9 +2289,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1755,9 +2324,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2364,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2399,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2435,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2470,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2505,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,9 +2540,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1942,9 +2575,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1968,9 +2610,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1994,8 +2645,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2018,8 +2681,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -2042,9 +2717,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2074,7 +2758,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2104,7 +2797,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2830,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2866,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2902,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2938,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2973,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +3009,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3045,18 @@
System.String
- To be added.
+ String that uniquely identifies this row to its source account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.SOURCE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3080,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3115,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3150,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3185,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3220,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3255,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3290,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,9 +3325,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2518,9 +3360,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2544,9 +3395,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2574,9 +3434,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2604,9 +3473,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2630,9 +3508,19 @@
System.String
- To be added.
+ Version number that is updated whenever this row or its related data
+ changes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+InterfaceConsts.xml
index ca9af2ff6d..8a096d975d 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +108,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,9 +143,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +178,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -168,9 +213,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,9 +249,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -220,9 +284,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,9 +355,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -307,9 +390,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -333,9 +425,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -359,9 +461,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -385,9 +498,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -411,9 +534,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +604,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,9 +639,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -524,9 +675,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -554,9 +715,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -580,9 +750,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -606,9 +786,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -632,9 +821,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -658,9 +857,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -684,9 +892,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -710,9 +927,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -736,9 +962,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -762,9 +997,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -788,9 +1032,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -814,9 +1067,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -840,9 +1102,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -866,9 +1138,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -892,9 +1174,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -922,9 +1213,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Photo+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Photo+InterfaceConsts.xml
index ffc612675f..8919e44283 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Photo+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+Photo+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -653,9 +848,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +883,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +918,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,9 +953,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -757,14 +988,23 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
-
-
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
+
+
+
@@ -783,9 +1023,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1058,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1093,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1128,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1163,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1198,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1233,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1268,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1303,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1338,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1373,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1408,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1443,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1479,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1514,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1550,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1587,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1230,9 +1628,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1663,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1322,9 +1738,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1773,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1379,9 +1813,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1405,9 +1848,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1884,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,10 +1919,20 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1483,9 +1955,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1991,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1539,9 +2031,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1569,9 +2070,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1595,9 +2105,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1625,9 +2145,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1651,9 +2181,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2216,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1708,9 +2256,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1734,9 +2291,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2327,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2362,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2397,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2432,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2467,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,8 +2502,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1914,8 +2538,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1938,9 +2574,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1970,7 +2615,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2000,7 +2654,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2024,9 +2687,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2050,9 +2723,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2076,9 +2759,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2795,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2831,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2866,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2902,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2938,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2973,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +3008,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3043,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3078,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3113,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3148,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3183,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3218,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3253,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2470,9 +3292,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2500,9 +3331,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+StreamItems+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+StreamItems+InterfaceConsts.xml
index 0f029370c4..3d5e608462 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+StreamItems+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts+StreamItems+InterfaceConsts.xml
@@ -42,9 +42,18 @@
System.String
- To be added.
+ The account name to which the raw_contact of this item is associated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,9 +81,18 @@
System.String
- To be added.
+ The account type to which the raw_contact of this item is associated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -102,9 +120,20 @@
System.String
- To be added.
+ Summary information about the stream item, for example to indicate how
+ many people have reshared it, how many have liked it, how many thumbs
+ up and/or thumbs down it has, what the original source was, etc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.COMMENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -132,9 +161,19 @@
System.String
- To be added.
+ A reference to the android.provider.ContactsContract.Contacts#_ID
+ that this stream item belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,9 +201,19 @@
System.String
- To be added.
+ A reference to the android.provider.ContactsContract.Contacts#LOOKUP_KEY
+ that this stream item belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -192,9 +241,18 @@
System.String
- To be added.
+ The data set within the account that the raw_contact of this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -222,9 +280,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this stream item belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -252,9 +320,18 @@
System.String
- To be added.
+ The source_id of the raw_contact that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_SOURCE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -282,9 +359,18 @@
System.String
- To be added.
+ The resource name of the icon for the source of the stream item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -312,9 +398,18 @@
System.String
- To be added.
+ The resource name of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +437,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this stream item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -372,9 +477,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -402,9 +516,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -432,9 +555,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +594,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -492,9 +633,18 @@
System.String
- To be added.
+ The main textual contents of the item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -522,9 +672,19 @@
System.String
- To be added.
+ The absolute time (milliseconds since epoch) when this stream item was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml
index 02501d3e91..298a375b6b 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Contacts.xml
@@ -19,14 +19,18 @@
Constants for the contacts table, which contains a record per aggregate
- of raw contacts representing the same person.
+ of raw contacts representing the same person.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.Contacts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,10 +79,19 @@
The content:// style URI used for "type-to-filter" functionality on the
- P:Android.Provider.ContactsContract+Contacts.ContentUri URI.
+ #CONTENT_URI URI.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.CONTENT_FILTER_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,10 +120,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URI for showing a list of frequently contacted people.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.CONTENT_FREQUENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -163,10 +185,19 @@
System.String
- The MIME type of a P:Android.Provider.ContactsContract+Contacts.ContentUri subdirectory of a single
- person.
+ The MIME type of a #CONTENT_URI subdirectory of a single
+ person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -192,10 +223,19 @@
A content:// style URI for this table that should be used to create
- shortcuts or otherwise create long-term links to contacts.
+ shortcuts or otherwise create long-term links to contacts.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.CONTENT_LOOKUP_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -220,10 +260,21 @@
Android.Net.Uri
- To be added.
+ Base Uri for referencing multiple Contacts entry,
+ created by appending #LOOKUP_KEY using
+ Uri#withAppendedPath(Uri, String).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.CONTENT_MULTI_VCARD_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -248,10 +299,19 @@
The content:// style URI used for "type-to-filter" functionality on the
- URI.
+ #CONTENT_STREQUENT_URI URI.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.CONTENT_STREQUENT_FILTER_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -277,11 +337,19 @@
The content:// style URI for this table joined with useful data from
- T:Android.Provider.ContactsContract+Data, filtered to include only starred contacts
- and the most frequently contacted contacts.
+ ContactsContract.Data, filtered to include only starred contacts.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.CONTENT_STREQUENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,10 +374,19 @@
System.String
- The MIME type of P:Android.Provider.ContactsContract+Contacts.ContentUri providing a directory of
- people.
+ The MIME type of #CONTENT_URI providing a directory of
+ people.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -334,11 +411,19 @@
Android.Net.Uri
- The content:// style URI for this table
-
+ The content:// style URI for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -363,10 +448,19 @@
System.String
- The MIME type of a P:Android.Provider.ContactsContract+Contacts.ContentUri subdirectory of a single
- person.
+ The MIME type of a #CONTENT_URI subdirectory of a single
+ person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.CONTENT_VCARD_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -391,12 +485,21 @@
Android.Net.Uri
- Base for referencing a single entry,
- created by appending using
- .
+ Base Uri for referencing a single Contacts entry,
+ created by appending #LOOKUP_KEY using
+ Uri#withAppendedPath(Uri, String).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.CONTENT_VCARD_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -421,10 +524,20 @@
Android.Net.Uri
- To be added.
+ It supports the similar semantics as #CONTENT_FILTER_URI and returns the same
+ columns.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.ENTERPRISE_CONTENT_FILTER_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -531,14 +644,22 @@
To be added.
- A P:Android.Provider.ContactsContract+Contacts.ContentUri row, or an existing
- P:Android.Provider.ContactsContract+Contacts.ContentLookupUri to attempt refreshing.
-
- Builds a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri style describing the
- requested entry.
+ A #CONTENT_URI row, or an existing
+ #CONTENT_LOOKUP_URI to attempt refreshing.
+ Builds a #CONTENT_LOOKUP_URI style Uri describing the
+ requested Contacts entry.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.getLookupUri(android.content.ContentResolver, android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -569,11 +690,20 @@
To be added.
To be added.
- Build a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri lookup using the
- given and .
+ Build a #CONTENT_LOOKUP_URI lookup Uri using the
+ given ContactsContract.Contacts#_ID and #LOOKUP_KEY.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.getLookupUri(long, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -602,10 +732,19 @@
To be added.
- To be added.
+ Return TRUE if a contact ID is from the contacts provider on the enterprise profile.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.isEnterpriseContactId(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -666,10 +805,19 @@
To be added.
To be added.
- Computes a content URI (see P:Android.Provider.ContactsContract+Contacts.ContentUri) given a lookup URI.
+ Computes a content URI (see #CONTENT_URI) given a lookup URI.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.lookupContact(android.content.ContentResolver, android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -706,7 +854,16 @@
the person who was contacted
Mark a contact as having been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.markAsContacted(android.content.ContentResolver, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -737,12 +894,21 @@
The content resolver to use for querying
the contact whose photo should be used. This can be used with
- either a P:Android.Provider.ContactsContract+Contacts.ContentUri or a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri URI.
+ either a #CONTENT_URI or a #CONTENT_LOOKUP_URI URI.
Opens an InputStream for the contacts's thumbnail photo and returns the
- photo as a byte stream.
- To be added.
+ photo as a byte stream.
+ an InputStream of the photo, or null if no photo is present
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.openContactPhotoInputStream(android.content.ContentResolver, android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -775,14 +941,23 @@
The content resolver to use for querying
the contact whose photo should be used. This can be used with
- either a P:Android.Provider.ContactsContract+Contacts.ContentUri or a P:Android.Provider.ContactsContract+Contacts.ContentLookupUri URI.
+ either a #CONTENT_URI or a #CONTENT_LOOKUP_URI URI.
If this is true and the contact has a higher resolution photo
- available, it is returned. If false, this function always tries to get the thumbnail
+ available, it is returned. If false, this function always tries to get the thumbnail
Opens an InputStream for the contacts's photo and returns the
- photo as a byte stream.
- To be added.
+ photo as a byte stream.
+ an InputStream of the photo, or null if no photo is present
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.openContactPhotoInputStream(android.content.ContentResolver, android.net.Uri, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -807,9 +982,20 @@
System.String
- To be added.
+ Boolean parameter that may be used with #CONTENT_VCARD_URI
+ and #CONTENT_MULTI_VCARD_URI to indicate that the returned
+ vcard should not contain a photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Contacts.QUERY_PARAMETER_VCARD_NO_PHOTO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactsColumns.xml
index 66bc715502..04aa9af668 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ContactsColumns.xml
@@ -60,7 +60,16 @@
Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,7 +100,16 @@
The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -120,10 +138,18 @@
System.String
- An indicator of whether this contact has at least one phone number. "1" if there is
- at least one phone number, "0" otherwise.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +178,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -182,10 +217,19 @@
System.String
- Flag that reflects the state of any
- T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership for this contact.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -215,9 +259,18 @@
Flag that reflects whether this contact represents the user's
- personal profile entry.
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -247,9 +300,18 @@
An opaque value that contains hints on how to find the contact if
- its row id changed as a result of a sync or aggregation.
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -278,9 +340,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -310,7 +381,16 @@
Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -341,7 +421,16 @@
Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -372,7 +461,16 @@
A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -403,7 +501,16 @@
A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Data+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Data+InterfaceConsts.xml
index db3b4c421d..12c67521ca 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Data+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Data+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +115,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +155,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +190,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +230,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,9 +270,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +310,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,9 +349,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +389,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -332,9 +425,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -358,9 +460,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +495,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -410,9 +531,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -436,9 +566,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,9 +601,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -488,9 +636,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +671,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -540,9 +707,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +742,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -627,9 +813,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -653,9 +848,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +883,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,9 +918,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -731,9 +953,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -757,14 +988,23 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
-
-
-
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
+
+
+
+
@@ -783,9 +1023,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -809,9 +1058,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -835,9 +1093,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1128,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -887,9 +1163,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,9 +1198,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -939,9 +1233,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -965,9 +1268,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -991,9 +1303,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1017,9 +1338,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1043,9 +1373,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1069,9 +1408,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1095,9 +1443,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1121,9 +1479,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1147,9 +1514,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1173,9 +1550,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1199,9 +1587,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1230,9 +1628,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,9 +1663,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1322,9 +1738,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1348,9 +1773,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1379,9 +1813,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1405,9 +1848,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1431,9 +1884,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1457,10 +1919,20 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
-
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1483,9 +1955,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,9 +1991,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1539,9 +2031,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1569,9 +2070,18 @@
System.String
- To be added.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1595,9 +2105,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1625,9 +2145,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1651,9 +2181,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1677,9 +2216,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1708,9 +2256,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1734,9 +2291,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1760,9 +2327,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1786,9 +2362,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1812,9 +2397,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1838,9 +2432,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1864,9 +2467,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1890,9 +2502,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1916,8 +2537,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1940,8 +2573,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1964,9 +2609,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1996,7 +2650,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2026,7 +2689,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2050,9 +2722,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2076,9 +2758,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2102,9 +2794,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2128,9 +2830,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2154,9 +2866,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2180,9 +2901,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2206,9 +2937,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2232,9 +2973,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2258,9 +3008,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2284,9 +3043,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2310,9 +3078,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2336,9 +3113,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2362,9 +3148,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2388,9 +3183,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2414,9 +3218,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2440,9 +3253,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2466,9 +3288,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2496,9 +3327,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2526,9 +3366,18 @@
System.String
- To be added.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml
index 9859e91e6f..97bb8beb7b 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Data.xml
@@ -18,15 +18,19 @@
-
-
+ Constants for the data table, which contains data points tied to a raw
+ contact.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.Data.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -51,9 +55,18 @@
System.String
- The MIME type of the results from .
+ The MIME type of the results from #CONTENT_URI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Data.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -79,10 +92,19 @@
The content:// style URI for this table, which requests a directory
- of data rows matching the selection criteria.
+ of data rows matching the selection criteria.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Data.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -191,11 +213,21 @@
To be added.
To be added.
-
-
+ Build a android.provider.ContactsContract.Contacts#CONTENT_LOOKUP_URI
+ style Uri for the parent android.provider.ContactsContract.Contacts
+ entry of the given ContactsContract.Data entry.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Data.getContactLookupUri(android.content.ContentResolver, android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -313,9 +345,18 @@
System.String
- A boolean parameter for P:Android.Provider.ContactsContract+Contacts.ContentUri.
+ A boolean parameter for Data#CONTENT_URI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Data.VISIBLE_CONTACTS_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataColumns.xml
index cddcaa0300..f7f5579624 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataColumns.xml
@@ -58,9 +58,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -89,9 +98,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -119,9 +138,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -150,9 +178,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -181,9 +218,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -212,9 +258,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -243,9 +298,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -274,9 +338,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -305,9 +378,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -336,9 +418,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -367,9 +458,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -398,9 +498,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -429,9 +538,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -460,9 +578,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -491,9 +618,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -522,9 +658,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -553,9 +698,18 @@
System.String
- Generic data column, the meaning is F:Android.Provider.ContactsContract+DataColumns.Mimetype specific
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -586,7 +740,16 @@
The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -617,7 +780,16 @@
Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -647,9 +819,18 @@
The "read-only" flag: "0" by default, "1" if the row cannot be modified or
- deleted except by a sync adapter.
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -679,9 +860,18 @@
Whether this is the primary entry of its kind for the aggregate
- contact it belongs to.
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -712,7 +902,16 @@
The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -741,8 +940,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -769,8 +980,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -797,10 +1020,19 @@
System.String
- A reference to the
- that this data belongs to.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -829,9 +1061,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,7 +1103,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -892,7 +1143,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -923,7 +1183,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -954,7 +1223,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageFeedback.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageFeedback.xml
index 55727e00b6..07c7576cf1 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageFeedback.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageFeedback.xml
@@ -22,15 +22,19 @@
-
-
+ API allowing applications to send usage information for each Data row to the
+ Contacts Provider.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.DataUsageFeedback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,7 +95,16 @@
The content:// style URI for deleting all usage information.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageFeedback.DELETE_USAGE_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -123,7 +136,16 @@
The content:// style URI for sending usage feedback.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageFeedback.FEEDBACK_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,10 +267,18 @@
System.String
-
-
+ Name for query parameter specifying the type of data usage.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageFeedback.USAGE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -277,10 +307,19 @@
System.String
-
-
+ Type of usage for voice interaction, which includes phone call, voice chat, and
+ video chat.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageFeedback.USAGE_TYPE_CALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -309,10 +348,18 @@
System.String
-
-
+ Type of usage for text interaction involving longer messages, which includes email.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageFeedback.USAGE_TYPE_LONG_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -341,10 +388,19 @@
System.String
-
-
+ Type of usage for text interaction involving shorter messages, which includes SMS,
+ text chat with email addresses.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageFeedback.USAGE_TYPE_SHORT_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageStatColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageStatColumns.xml
index 73b893ffe8..f8283ecfef 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageStatColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DataUsageStatColumns.xml
@@ -59,9 +59,18 @@
System.String
- The last time (in milliseconds) this T:Android.Provider.ContactsContract+Contacts+Data was used.
+ The last time (in milliseconds) this Data was used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +99,18 @@
System.String
- The number of times the referenced T:Android.Provider.ContactsContract+Contacts+Data has been used.
+ The number of times the referenced Data has been used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts+InterfaceConsts.xml
index 067c4da4a5..825382a88a 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ Time (milliseconds since epoch) that the contact was deleted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DeletedContactsColumns.CONTACT_DELETED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that was deleted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DeletedContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts.xml
index 4b3713acde..2f4df260a9 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContacts.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.DeletedContacts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -51,10 +55,19 @@
The content:// style URI for this table, which requests a directory of raw contact rows
- matching the selection criteria.
+ matching the selection criteria.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DeletedContacts.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -82,7 +95,16 @@
Milliseconds that the delete log will be kept.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DeletedContacts.DAYS_KEPT_MILLISECONDS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContactsColumns.xml
index d25de7f1bd..9bafa11ef3 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContactsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DeletedContactsColumns.xml
@@ -59,7 +59,16 @@
Time (milliseconds since epoch) that the contact was deleted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DeletedContactsColumns.CONTACT_DELETED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -88,9 +97,18 @@
System.String
- A reference to the that was deleted.
+ A reference to the ContactsContract.Contacts#_ID that was deleted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DeletedContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Directory.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Directory.xml
index 2350cfb270..e2013b9d98 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Directory.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Directory.xml
@@ -18,14 +18,18 @@
- A Directory represents a contacts corpus, e.g.
+ A Directory represents a contacts corpus, e.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.Directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,7 +56,16 @@
The account with which this directory is associated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -79,7 +92,16 @@
The account type which this directory is associated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -104,9 +126,19 @@
System.String
- To be added.
+ A query parameter that's passed to directory providers which indicates the client
+ package name that has made the query requests.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.CALLER_PACKAGE_PARAM_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,9 +162,18 @@
System.String
- The MIME type of a item.
+ The MIME type of a #CONTENT_URI item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -157,10 +198,19 @@
System.String
- The MIME-type of providing a directory of
- contact directories.
+ The MIME-type of #CONTENT_URI providing a directory of
+ contact directories.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,7 +238,16 @@
The content:// style URI for this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -216,7 +275,16 @@
_ID of the default directory, which represents locally stored contacts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -241,10 +309,18 @@
System.String
-
-
+ The authority of the Directory Provider.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.DIRECTORY_AUTHORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -270,9 +346,18 @@
An optional name that can be used in the UI to represent this directory,
- e.g.
+ e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -297,10 +382,19 @@
Android.Net.Uri
- To be added.
+ URI used for getting all directories from primary and managed profile.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.ENTERPRISE_CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -325,9 +419,18 @@
1000000000
- To be added.
+ _ID of the work profile default directory, which represents locally stored contacts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.ENTERPRISE_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -352,9 +455,18 @@
1000000001
- To be added.
+ _ID of the work profile directory that represents locally stored invisible contacts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.ENTERPRISE_LOCAL_INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -378,10 +490,19 @@
System.String
- One of , ,
- .
+ One of #EXPORT_SUPPORT_NONE, #EXPORT_SUPPORT_ANY_ACCOUNT,
+ #EXPORT_SUPPORT_SAME_ACCOUNT_ONLY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.EXPORT_SUPPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -411,10 +532,19 @@
2
- An setting that indicates that the directory
- allow its data copied to any contacts account.
+ An #EXPORT_SUPPORT setting that indicates that the directory
+ allow its data copied to any contacts account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.EXPORT_SUPPORT_ANY_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -444,10 +574,19 @@
0
- An setting that indicates that the directory
- does not allow any data to be copied out of it.
+ An #EXPORT_SUPPORT setting that indicates that the directory
+ does not allow any data to be copied out of it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.EXPORT_SUPPORT_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -477,11 +616,20 @@
1
- An setting that indicates that the directory
- allow its data copied only to the account specified by
- /.
+ An #EXPORT_SUPPORT setting that indicates that the directory
+ allow its data copied only to the account specified by
+ #ACCOUNT_TYPE/#ACCOUNT_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.EXPORT_SUPPORT_SAME_ACCOUNT_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -510,10 +658,19 @@
To be added.
- To be added.
+ Return TRUE if a directory ID is from the contacts provider on the enterprise profile.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.isEnterpriseDirectoryId(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -541,10 +698,19 @@
To be added.
- To be added.
+ Return TRUE if it is a remote stored directory.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.isRemoteDirectoryId(long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -602,7 +768,16 @@
_ID of the directory that represents locally stored invisible contacts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.LOCAL_INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -632,9 +807,18 @@
To be added.
Notifies the system of a change in the list of directories handled by
- a particular directory provider.
+ a particular directory provider.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.notifyDirectoryChange(android.content.ContentResolver).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -661,7 +845,16 @@
The name of the package that owns this directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.PACKAGE_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -686,10 +879,19 @@
System.String
- One of F:Android.Provider.ContactsContract+Directory.PhotoSupport, F:Android.Provider.ContactsContract+Directory.PhotoSupport,
- F:Android.Provider.ContactsContract+Directory.PhotoSupport.
+ One of #PHOTO_SUPPORT_NONE, #PHOTO_SUPPORT_THUMBNAIL_ONLY,
+ #PHOTO_SUPPORT_FULL.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.PHOTO_SUPPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -719,10 +921,19 @@
3
- An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory
- can produce thumbnails as well as full-size contact photos.
+ An #PHOTO_SUPPORT setting that indicates that the directory
+ can produce thumbnails as well as full-size contact photos.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.PHOTO_SUPPORT_FULL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -752,10 +963,19 @@
2
- An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory
- has full-size contact photos, but cannot provide scaled thumbnails.
+ An #PHOTO_SUPPORT setting that indicates that the directory
+ has full-size contact photos, but cannot provide scaled thumbnails.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.PHOTO_SUPPORT_FULL_SIZE_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -785,10 +1005,19 @@
0
- An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory
- does not provide any photos.
+ An #PHOTO_SUPPORT setting that indicates that the directory
+ does not provide any photos.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.PHOTO_SUPPORT_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -818,10 +1047,19 @@
1
- An F:Android.Provider.ContactsContract+Directory.PhotoSupport setting that indicates that the directory
- can only produce small size thumbnails of contact photos.
+ An #PHOTO_SUPPORT setting that indicates that the directory
+ can only produce small size thumbnails of contact photos.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.PHOTO_SUPPORT_THUMBNAIL_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -846,10 +1084,19 @@
System.String
- One of , ,
- .
+ One of #SHORTCUT_SUPPORT_NONE, #SHORTCUT_SUPPORT_DATA_ITEMS_ONLY,
+ #SHORTCUT_SUPPORT_FULL.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.SHORTCUT_SUPPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -879,11 +1126,20 @@
1
- An setting that indicates that the directory
- allow creation of shortcuts for data items like email, phone or postal address,
- but not the entire contact.
+ An #SHORTCUT_SUPPORT setting that indicates that the directory
+ allow creation of shortcuts for data items like email, phone or postal address,
+ but not the entire contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.SHORTCUT_SUPPORT_DATA_ITEMS_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -913,10 +1169,19 @@
2
- An setting that indicates that the directory
- allow creation of shortcuts for contact as well as their constituent elements.
+ An #SHORTCUT_SUPPORT setting that indicates that the directory
+ allow creation of shortcuts for contact as well as their constituent elements.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.SHORTCUT_SUPPORT_FULL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -946,10 +1211,19 @@
0
- An setting that indicates that the directory
- does not allow any shortcuts created for its contacts.
+ An #SHORTCUT_SUPPORT setting that indicates that the directory
+ does not allow any shortcuts created for its contacts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.SHORTCUT_SUPPORT_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1037,9 +1311,18 @@
The type of directory captured as a resource ID in the context of the
- package , e.g.
+ package #PACKAGE_NAME, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Directory.TYPE_RESOURCE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayNameSources.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayNameSources.xml
index a159c71acf..8d8c2e45d7 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayNameSources.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayNameSources.xml
@@ -224,9 +224,18 @@
37
- To be added.
+ Display name comes from a structured name that only has phonetic components.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DisplayNameSources.STRUCTURED_PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayPhoto.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayPhoto.xml
index d47cd503c8..4dd2bb4b6d 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayPhoto.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+DisplayPhoto.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.DisplayPhoto.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -51,10 +55,19 @@
This URI allows the caller to query for the maximum dimensions of a display photo
- or thumbnail.
+ or thumbnail.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DisplayPhoto.CONTENT_MAX_DIMENSIONS_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -80,10 +93,19 @@
The content:// style URI for this class, which allows access to full-size photos,
- given a key.
+ given a key.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DisplayPhoto.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -108,11 +130,20 @@
System.String
- Queries to will
- contain this column, populated with the maximum height and width (in pixels)
- that will be stored for a display photo.
+ Queries to ContactsContract.DisplayPhoto#CONTENT_MAX_DIMENSIONS_URI will
+ contain this column, populated with the maximum height and width (in pixels)
+ that will be stored for a display photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DisplayPhoto.DISPLAY_MAX_DIM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -230,11 +261,20 @@
System.String
- Queries to will
- contain this column, populated with the height and width (in pixels) for photo
- thumbnails.
+ Queries to ContactsContract.DisplayPhoto#CONTENT_MAX_DIMENSIONS_URI will
+ contain this column, populated with the height and width (in pixels) for photo
+ thumbnails.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DisplayPhoto.THUMBNAIL_MAX_DIM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+FullNameStyle.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+FullNameStyle.xml
index d7c6db8f4d..bad3854b97 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+FullNameStyle.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+FullNameStyle.xml
@@ -94,9 +94,18 @@
2
Used if the name is written in Hanzi/Kanji/Hanja and we could not determine
- which specific language it belongs to: Chinese, Japanese or Korean.
+ which specific language it belongs to: Chinese, Japanese or Korean.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.FullNameStyle.CJK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups+InterfaceConsts.xml
index 28973cada6..4b6c886c77 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups+InterfaceConsts.xml
@@ -38,9 +38,19 @@
System.String
- To be added.
+ The name of the account instance to which this row belongs, which when paired with
+ #ACCOUNT_TYPE identifies a specific account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +74,19 @@
System.String
- To be added.
+ The type of account to which this row belongs, which when paired with
+ #ACCOUNT_NAME identifies a specific account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +110,19 @@
System.String
- To be added.
+ Any newly created contacts will automatically be added to groups that have this
+ flag set to true.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.AUTO_ADD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +181,18 @@
System.String
- To be added.
+ The data set within the account that this group belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +216,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +252,19 @@
System.String
- To be added.
+ Flag indicating that #VERSION has changed, and this row needs
+ to be synchronized by its owning account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -229,9 +288,20 @@
System.String
- To be added.
+ When a contacts is marked as a favorites it will be automatically added
+ to the groups that have this flag set, and when it is removed from favorites
+ it will be removed from these groups.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.FAVORITES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,9 +325,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.GROUP_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,9 +361,19 @@
System.String
- To be added.
+ Flag indicating if the contacts belonging to this group should be
+ visible in any user interface.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.GROUP_VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +432,18 @@
System.String
- To be added.
+ Notes about the group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,9 +467,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -394,9 +503,19 @@
System.String
- To be added.
+ Whether this group should be synced if the SYNC_EVERYTHING settings
+ is false for this group's account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.SHOULD_SYNC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -420,9 +539,18 @@
System.String
- To be added.
+ String that uniquely identifies this row to its source account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.SOURCE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,9 +574,19 @@
System.String
- To be added.
+ The total number of Contacts that have
+ CommonDataKinds.GroupMembership in this group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +610,19 @@
System.String
- To be added.
+ The total number of Contacts that have both
+ CommonDataKinds.GroupMembership in this group, and also have phone numbers.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_WITH_PHONES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,9 +646,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -524,9 +681,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -550,9 +716,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -576,9 +751,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -602,9 +786,18 @@
System.String
- To be added.
+ The ID of this group if it is a System Group, i.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.SYSTEM_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -628,9 +821,18 @@
System.String
- To be added.
+ The display title of this group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -654,9 +856,19 @@
System.String
- To be added.
+ The display title of this group to load as a resource from
+ #RES_PACKAGE, which may be localized.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.TITLE_RES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -680,9 +892,19 @@
System.String
- To be added.
+ Version number that is updated whenever this row or its related data
+ changes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml
index 59d8dee65e..7922854fae 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Groups.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.Groups.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,7 +56,16 @@
The MIME type of a single group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Groups.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,10 +91,19 @@
The content:// style URI for this table joined with details data from
- T:Android.Provider.ContactsContract+Data.
+ ContactsContract.Data.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Groups.CONTENT_SUMMARY_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -108,7 +130,16 @@
The MIME type of a directory of groups.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Groups.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -133,11 +164,19 @@
Android.Net.Uri
- The content:// style URI for this table
-
+ The content:// style URI for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Groups.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml
index e90099f8a4..9fa21c6e0f 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+GroupsColumns.xml
@@ -58,9 +58,18 @@
Any newly created contacts will automatically be added to groups that have this
- flag set to true.
+ flag set to true.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.AUTO_ADD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,7 +100,16 @@
The data set within the account that this group belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -121,9 +139,18 @@
The "deleted" flag: "0" by default, "1" if the row has been marked
- for deletion.
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,10 +180,19 @@
When a contacts is marked as a favorites it will be automatically added
- to the groups that have this flag set, and when it is removed from favorites
- it will be removed from these groups.
+ to the groups that have this flag set, and when it is removed from favorites
+ it will be removed from these groups.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.FAVORITES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -186,9 +222,18 @@
The "read-only" flag: "0" by default, "1" if the row cannot be modified or
- deleted except by a sync adapter.
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.GROUP_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -218,9 +263,18 @@
Flag indicating if the contacts belonging to this group should be
- visible in any user interface.
+ visible in any user interface.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.GROUP_VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -251,7 +305,16 @@
Notes about the group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -280,9 +343,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -311,9 +384,18 @@
Whether this group should be synced if the SYNC_EVERYTHING settings
- is false for this group's account.
+ is false for this group's account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.SHOULD_SYNC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,10 +424,19 @@
System.String
- The total number of that have
- T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership in this group.
+ The total number of Contacts that have
+ CommonDataKinds.GroupMembership in this group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -374,10 +465,19 @@
System.String
- The total number of that have both
- T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership in this group, and also have phone numbers.
+ The total number of Contacts that have both
+ CommonDataKinds.GroupMembership in this group, and also have phone numbers.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_WITH_PHONES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -406,10 +506,18 @@
System.String
- The ID of this group if it is a System Group, i.e. a group that has a special meaning
- to the sync adapter, null otherwise.
+ The ID of this group if it is a System Group, i.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.SYSTEM_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -440,7 +548,16 @@
The display title of this group.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -469,9 +586,19 @@
System.String
- To be added.
+ The display title of this group to load as a resource from
+ #RES_PACKAGE, which may be localized.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.TITLE_RES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IBaseSyncColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IBaseSyncColumns.xml
index 8df81e99e2..81777d636c 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IBaseSyncColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IBaseSyncColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Generic columns for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +79,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +114,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +149,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactNameColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactNameColumns.xml
index a97dac273a..5db3ff38fa 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactNameColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactNameColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Contact name and contact name metadata columns in the RawContacts table.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,20 @@
System.String
- To be added.
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +80,21 @@
System.String
- To be added.
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +117,20 @@
System.String
- To be added.
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +153,20 @@
System.String
- To be added.
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +189,19 @@
System.String
- To be added.
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +224,20 @@
System.String
- To be added.
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +260,20 @@
System.String
- To be added.
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactOptionsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactOptionsColumns.xml
index 561bf6c8ac..4a691f22ff 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactOptionsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactOptionsColumns.xml
@@ -9,8 +9,20 @@
- To be added.
- To be added.
+ Columns of ContactsContract.Contacts that track the user's
+ preferences for, or interactions with, the contact.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +45,19 @@
System.String
- To be added.
- To be added.
+ URI for a custom ringtone associated with the contact.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -61,8 +84,19 @@
System.String
- To be added.
- To be added.
+ The last time a contact was contacted.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -85,8 +119,19 @@
System.String
- To be added.
- To be added.
+ The position at which the contact is pinned.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -109,8 +154,19 @@
System.String
- To be added.
- To be added.
+ Whether the contact should always be sent to voicemail.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -133,8 +189,19 @@
System.String
- To be added.
- To be added.
+ Is the contact starred?
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -161,8 +228,19 @@
System.String
- To be added.
- To be added.
+ The number of times a contact has been contacted.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactStatusColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactStatusColumns.xml
index 38e5eff3bf..e56e6b21ca 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactStatusColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactStatusColumns.xml
@@ -10,7 +10,18 @@
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,19 @@
System.String
- To be added.
- To be added.
+ Contact Chat Capabilities.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +79,19 @@
System.String
- To be added.
- To be added.
+ Contact presence status.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +114,19 @@
System.String
- To be added.
- To be added.
+ Contact's latest status update.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +149,19 @@
System.String
- To be added.
- To be added.
+ The resource ID of the icon for the source of contact status.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +184,20 @@
System.String
- To be added.
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +220,19 @@
System.String
- To be added.
- To be added.
+ The package containing resources for this status: label and icon.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +255,20 @@
System.String
- To be added.
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactsColumns.xml
index dc33ced00b..d9e56e69cf 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IContactsColumns.xml
@@ -9,8 +9,21 @@
- To be added.
- To be added.
+ Columns of ContactsContract.Contacts that refer to intrinsic
+ properties of the contact, as opposed to the user-specified options
+ found in ContactOptionsColumns.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +46,19 @@
System.String
- To be added.
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +81,19 @@
System.String
- To be added.
- To be added.
+ The display name for the contact.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +116,19 @@
System.String
- To be added.
- To be added.
+ An indicator of whether this contact has at least one phone number.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +151,19 @@
System.String
- To be added.
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +186,20 @@
System.String
- To be added.
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +222,20 @@
System.String
- To be added.
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +258,20 @@
System.String
- To be added.
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -201,8 +294,19 @@
System.String
- To be added.
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -225,8 +329,19 @@
System.String
- To be added.
- To be added.
+ Photo file ID of the full-size photo.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -249,8 +364,19 @@
System.String
- To be added.
- To be added.
+ Reference to the row in the data table holding the photo.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -273,8 +399,19 @@
System.String
- To be added.
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -297,8 +434,19 @@
System.String
- To be added.
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
+
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataColumns.xml
index bd1167c949..a525dd6da2 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Columns in the Data table.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -37,8 +48,19 @@
System.String
- To be added.
- To be added.
+ Carrier presence information.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -66,8 +88,20 @@
1
- To be added.
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -90,8 +124,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -114,8 +159,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -138,8 +194,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -162,8 +229,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -186,8 +264,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -210,8 +299,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -234,8 +334,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -258,8 +369,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -282,8 +404,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -306,8 +439,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -330,8 +474,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -354,8 +509,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -378,8 +544,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -402,8 +579,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -426,8 +614,19 @@
System.String
- To be added.
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -450,8 +649,19 @@
System.String
- To be added.
- To be added.
+ The version of this data record.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -474,8 +684,19 @@
System.String
- To be added.
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -498,8 +719,20 @@
System.String
- To be added.
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -522,8 +755,20 @@
System.String
- To be added.
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -546,8 +791,19 @@
System.String
- To be added.
- To be added.
+ The MIME type of the item represented by this row.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -570,8 +826,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -594,8 +862,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -618,8 +898,20 @@
System.String
- To be added.
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -642,8 +934,20 @@
System.String
- To be added.
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -666,8 +970,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -690,8 +1005,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -714,8 +1040,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -738,8 +1075,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataUsageStatColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataUsageStatColumns.xml
index 326a627dbf..f5a8f28aba 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataUsageStatColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IDataUsageStatColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Columns in the Data_Usage_Stat table
+
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -37,8 +48,19 @@
System.String
- To be added.
- To be added.
+ The last time (in milliseconds) this Data was used.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.LAST_TIME_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -65,8 +87,19 @@
System.String
- To be added.
- To be added.
+ The number of times the referenced Data has been used.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataUsageStatColumns.TIMES_USED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IDeletedContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IDeletedContactsColumns.xml
index 623a6194c1..d4dec5b3ac 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IDeletedContactsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IDeletedContactsColumns.xml
@@ -33,8 +33,19 @@
System.String
- To be added.
- To be added.
+ Time (milliseconds since epoch) that the contact was deleted.
+
+
+
+ Java documentation for android.provider.ContactsContract.DeletedContactsColumns.CONTACT_DELETED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +68,19 @@
System.String
- To be added.
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that was deleted.
+
+
+
+ Java documentation for android.provider.ContactsContract.DeletedContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IGroupsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IGroupsColumns.xml
index c48ce86dda..e0c4f5f77d 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IGroupsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IGroupsColumns.xml
@@ -10,7 +10,18 @@
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,20 @@
System.String
- To be added.
- To be added.
+ Any newly created contacts will automatically be added to groups that have this
+ flag set to true.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.AUTO_ADD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +80,19 @@
System.String
- To be added.
- To be added.
+ The data set within the account that this group belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +115,20 @@
System.String
- To be added.
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +151,21 @@
System.String
- To be added.
- To be added.
+ When a contacts is marked as a favorites it will be automatically added
+ to the groups that have this flag set, and when it is removed from favorites
+ it will be removed from these groups.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.FAVORITES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +188,20 @@
System.String
- To be added.
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.GROUP_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +224,20 @@
System.String
- To be added.
- To be added.
+ Flag indicating if the contacts belonging to this group should be
+ visible in any user interface.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.GROUP_VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +260,19 @@
System.String
- To be added.
- To be added.
+ Notes about the group.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.NOTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -201,8 +295,20 @@
System.String
- To be added.
- To be added.
+ The package name to use when creating Resources objects for
+ this group.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -225,8 +331,20 @@
System.String
- To be added.
- To be added.
+ Whether this group should be synced if the SYNC_EVERYTHING settings
+ is false for this group's account.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.SHOULD_SYNC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -249,8 +367,20 @@
System.String
- To be added.
- To be added.
+ The total number of Contacts that have
+ CommonDataKinds.GroupMembership in this group.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -273,8 +403,20 @@
System.String
- To be added.
- To be added.
+ The total number of Contacts that have both
+ CommonDataKinds.GroupMembership in this group, and also have phone numbers.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.SUMMARY_WITH_PHONES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -297,8 +439,19 @@
System.String
- To be added.
- To be added.
+ The ID of this group if it is a System Group, i.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.SYSTEM_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -321,8 +474,19 @@
System.String
- To be added.
- To be added.
+ The display title of this group.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -345,8 +509,20 @@
System.String
- To be added.
- To be added.
+ The display title of this group to load as a resource from
+ #RES_PACKAGE, which may be localized.
+
+
+
+ Java documentation for android.provider.ContactsContract.GroupsColumns.TITLE_RES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IPhoneLookupColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IPhoneLookupColumns.xml
index a5fa0b027a..94ddc03e60 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IPhoneLookupColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IPhoneLookupColumns.xml
@@ -10,7 +10,18 @@
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,20 @@
System.String
- To be added.
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +80,19 @@
System.String
- To be added.
- To be added.
+ The ID of the data row.
+
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.DATA_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +115,19 @@
System.String
- To be added.
- To be added.
+ The user defined label for the phone number.
+
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +150,19 @@
System.String
- To be added.
- To be added.
+ The phone number's E164 representation.
+
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.NORMALIZED_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +185,19 @@
System.String
- To be added.
- To be added.
+ The phone number as the user entered it.
+
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +220,19 @@
System.String
- To be added.
- To be added.
+ The type of phone number, for example Home or Work.
+
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IPresenceColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IPresenceColumns.xml
index 1d5c6b1b32..d29449a07a 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IPresenceColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IPresenceColumns.xml
@@ -9,8 +9,20 @@
- To be added.
- To be added.
+ Additional data mixed in with StatusColumns to link
+ back to specific ContactsContract.Data#_ID entries.
+
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +45,19 @@
System.String
- To be added.
- To be added.
+ Name of the custom protocol.
+
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.CUSTOM_PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +80,19 @@
System.String
- To be added.
- To be added.
+ Reference to the Data#_ID entry that owns this presence.
+
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.DATA_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +115,19 @@
System.String
- To be added.
- To be added.
+ The IM account for the local user that the presence data came from.
+
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.IM_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +150,19 @@
System.String
- To be added.
- To be added.
+ The IM handle the presence item is for.
+
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.IM_HANDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +185,19 @@
System.String
- To be added.
- To be added.
+ See CommonDataKinds.Im for a list of defined protocol constants.
+
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IRawContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IRawContactsColumns.xml
index cf34a054b2..249c71df83 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IRawContactsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IRawContactsColumns.xml
@@ -33,8 +33,21 @@
System.String
- To be added.
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
+
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +70,19 @@
System.String
- To be added.
- To be added.
+ The aggregation mode for this contact.
+
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +105,19 @@
System.String
- To be added.
- To be added.
+ Persistent unique id for each raw_contact within its account.
+
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +140,20 @@
System.String
- To be added.
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +176,19 @@
System.String
- To be added.
- To be added.
+ The data set within the account that this row belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +211,20 @@
System.String
- To be added.
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
+
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -181,8 +251,20 @@
System.String
- To be added.
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
+
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -205,8 +287,20 @@
System.String
- To be added.
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
+
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -229,8 +323,20 @@
System.String
- To be added.
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
+
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ISettingsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ISettingsColumns.xml
index a2b40d0f00..1a9940c50b 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ISettingsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ISettingsColumns.xml
@@ -10,7 +10,18 @@
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,19 @@
System.String
- To be added.
- To be added.
+ The name of the account instance to which this row belongs.
+
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +79,20 @@
System.String
- To be added.
- To be added.
+ The type of account to which this row belongs, which when paired with
+ #ACCOUNT_NAME identifies a specific account.
+
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +115,21 @@
System.String
- To be added.
- To be added.
+ Read-only flag indicating if this #SHOULD_SYNC or any
+ Groups#SHOULD_SYNC under this account have been marked as
+ unsynced.
+
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.ANY_UNSYNCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +152,19 @@
System.String
- To be added.
- To be added.
+ The data set within the account that this row belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +187,20 @@
System.String
- To be added.
- To be added.
+ Depending on the mode defined by the sync-adapter, this flag controls
+ the top-level sync behavior for this data source.
+
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.SHOULD_SYNC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +223,20 @@
System.String
- To be added.
- To be added.
+ Read-only count of Contacts from a specific source that have
+ no CommonDataKinds.GroupMembership entries.
+
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +259,20 @@
System.String
- To be added.
- To be added.
+ Flag indicating if contacts without any CommonDataKinds.GroupMembership
+ entries should be visible in any user interface.
+
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -201,8 +295,20 @@
System.String
- To be added.
- To be added.
+ Read-only count of Contacts from a specific source that have
+ no CommonDataKinds.GroupMembership entries, and also have phone numbers.
+
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_WITH_PHONES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IStatusColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IStatusColumns.xml
index c7282e4a33..7369fe87d8 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IStatusColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IStatusColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Social status update columns.
+
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,19 @@
System.String
- To be added.
- To be added.
+ Contact's audio/video chat capability level.
+
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +79,19 @@
System.String
- To be added.
- To be added.
+ Contact's latest presence level.
+
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -86,7 +119,18 @@
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -114,7 +158,18 @@
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -137,8 +192,19 @@
System.String
- To be added.
- To be added.
+ Contact latest status update.
+
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -161,8 +227,19 @@
System.String
- To be added.
- To be added.
+ The resource ID of the icon for the source of the status update.
+
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -185,8 +262,19 @@
System.String
- To be added.
- To be added.
+ The resource ID of the label describing the source of the status update, e.
+
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -209,8 +297,19 @@
System.String
- To be added.
- To be added.
+ The package containing resources for this status: label and icon.
+
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -233,8 +332,19 @@
System.String
- To be added.
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
+
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemPhotosColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemPhotosColumns.xml
index 88570f05b0..985546a0ce 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemPhotosColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemPhotosColumns.xml
@@ -15,8 +15,19 @@
- To be added.
- To be added.
+ Columns in the StreamItemPhotos table.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
System.String
- To be added.
- To be added.
+ Photo file ID for the photo.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,8 +93,19 @@
System.String
- To be added.
- To be added.
+ URI for retrieving the photo content, automatically populated.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,8 +132,19 @@
System.String
- To be added.
- To be added.
+ An integer to use for sort order for photos in the stream item.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SORT_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,8 +171,19 @@
System.String
- To be added.
- To be added.
+ A reference to the StreamItems#_ID this photo is associated with.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.STREAM_ITEM_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,8 +210,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -183,8 +249,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -211,8 +288,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -239,8 +327,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemsColumns.xml
index 676e81d092..4fd8c41ab7 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+IStreamItemsColumns.xml
@@ -15,8 +15,19 @@
- To be added.
- To be added.
+ Columns in the StreamItems table.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -43,8 +54,19 @@
System.String
- To be added.
- To be added.
+ The account name to which the raw_contact of this item is associated.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -71,8 +93,19 @@
System.String
- To be added.
- To be added.
+ The account type to which the raw_contact of this item is associated.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,8 +132,21 @@
System.String
- To be added.
- To be added.
+ Summary information about the stream item, for example to indicate how
+ many people have reshared it, how many have liked it, how many thumbs
+ up and/or thumbs down it has, what the original source was, etc.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.COMMENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -127,8 +173,20 @@
System.String
- To be added.
- To be added.
+ A reference to the android.provider.ContactsContract.Contacts#_ID
+ that this stream item belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -155,8 +213,20 @@
System.String
- To be added.
- To be added.
+ A reference to the android.provider.ContactsContract.Contacts#LOOKUP_KEY
+ that this stream item belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -183,8 +253,19 @@
System.String
- To be added.
- To be added.
+ The data set within the account that the raw_contact of this row belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -211,8 +292,20 @@
System.String
- To be added.
- To be added.
+ A reference to the RawContacts#_ID
+ that this stream item belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -239,8 +332,19 @@
System.String
- To be added.
- To be added.
+ The source_id of the raw_contact that this row belongs to.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_SOURCE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -267,8 +371,19 @@
System.String
- To be added.
- To be added.
+ The resource name of the icon for the source of the stream item.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -295,8 +410,19 @@
System.String
- To be added.
- To be added.
+ The resource name of the label describing the source of the status update, e.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -323,8 +449,20 @@
System.String
- To be added.
- To be added.
+ The package name to use when creating Resources objects for
+ this stream item.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -351,8 +489,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -379,8 +528,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -407,8 +567,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -435,8 +606,19 @@
System.String
- To be added.
- To be added.
+ Generic column for use by sync adapters.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -463,8 +645,19 @@
System.String
- To be added.
- To be added.
+ The main textual contents of the item.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -491,8 +684,20 @@
System.String
- To be added.
- To be added.
+ The absolute time (milliseconds since epoch) when this stream item was
+ inserted/updated.
+
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ISyncColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ISyncColumns.xml
index b34e805a1a..359836bd1e 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ISyncColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ISyncColumns.xml
@@ -9,8 +9,20 @@
- To be added.
- To be added.
+ Columns that appear when each row of a table belongs to a specific
+ account, including sync information that an account may need.
+
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +45,20 @@
System.String
- To be added.
- To be added.
+ The name of the account instance to which this row belongs, which when paired with
+ #ACCOUNT_TYPE identifies a specific account.
+
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +81,20 @@
System.String
- To be added.
- To be added.
+ The type of account to which this row belongs, which when paired with
+ #ACCOUNT_NAME identifies a specific account.
+
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +117,20 @@
System.String
- To be added.
- To be added.
+ Flag indicating that #VERSION has changed, and this row needs
+ to be synchronized by its owning account.
+
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +153,19 @@
System.String
- To be added.
- To be added.
+ String that uniquely identifies this row to its source account.
+
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.SOURCE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +188,20 @@
System.String
- To be added.
- To be added.
+ Version number that is updated whenever this row or its related data
+ changes.
+
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Intents.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Intents.xml
index 0df897997d..82581b49a1 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Intents.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Intents.xml
@@ -18,15 +18,19 @@
- Contains helper classes used to create or manage
- that involve contacts.
+ Contains helper classes used to create or manage android.content.Intent Intents
+ that involve contacts.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.Intents.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -104,7 +108,16 @@
Starts an Activity that lets the user pick a contact to attach an image to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Intents.ATTACH_IMAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,7 +144,16 @@
This is the intent that is fired when the contacts database is created.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Intents.CONTACTS_DATABASE_CREATED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -156,11 +178,20 @@
System.String
- Used with to specify an exact
- description to be shown when prompting user about creating a new
- contact.
+ Used with #SHOW_OR_CREATE_CONTACT to specify an exact
+ description to be shown when prompting user about creating a new
+ contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Intents.EXTRA_CREATE_DESCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -185,10 +216,19 @@
System.String
- Used with to force creating a new
- contact if no matching contact found.
+ Used with #SHOW_OR_CREATE_CONTACT to force creating a new
+ contact if no matching contact found.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Intents.EXTRA_FORCE_CREATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -213,9 +253,18 @@
System.String
- To be added.
+ This extra specifies a messaging app’s unique ID(s) for the contact(s), used with #ACTION_VOICE_SEND_MESSAGE_TO_CONTACTS to supply the recipient(s).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Intents.EXTRA_RECIPIENT_CONTACT_CHAT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +341,18 @@
This is the intent that is fired when the user clicks the "invite to the network" button
- on a contact.
+ on a contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Intents.INVITE_CONTACT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -350,9 +408,20 @@
System.String
- To be added.
+ A string associated with an #ACTION_VOICE_SEND_MESSAGE_TO_CONTACTS activity
+ describing RawContacts#ACCOUNT_TYPE for the corresponding Contacts Provider
+ implementation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Intents.METADATA_ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -376,9 +445,20 @@
System.String
- To be added.
+ A string associated with an #ACTION_VOICE_SEND_MESSAGE_TO_CONTACTS activity
+ describing DataColumns#MIMETYPE for the corresponding Contacts Provider
+ implementation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Intents.METADATA_MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -404,7 +484,16 @@
This is the intent that is fired when a search suggestion is clicked on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Intents.SEARCH_SUGGESTION_CLICKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -430,9 +519,18 @@
This is the intent that is fired when a search suggestion for creating a contact
- is clicked on.
+ is clicked on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Intents.SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -458,9 +556,18 @@
This is the intent that is fired when a search suggestion for dialing a number
- is clicked on.
+ is clicked on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Intents.SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -487,7 +594,16 @@
Takes as input a data URI with a mailto: or tel: scheme.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Intents.SHOW_OR_CREATE_CONTACT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup+InterfaceConsts.xml
index 3e7684c804..dc04496a4b 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup+InterfaceConsts.xml
@@ -38,9 +38,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +74,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,9 +144,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +179,18 @@
System.String
- To be added.
+ The ID of the data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.DATA_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +214,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +249,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -229,9 +285,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,9 +322,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,9 +358,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +428,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,9 +463,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -394,9 +499,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -420,9 +535,18 @@
System.String
- To be added.
+ The user defined label for the phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -450,9 +574,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -476,9 +609,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -502,9 +645,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -528,9 +680,18 @@
System.String
- To be added.
+ The phone number's E164 representation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.NORMALIZED_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -554,9 +715,18 @@
System.String
- To be added.
+ The phone number as the user entered it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -580,9 +750,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -606,9 +786,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -632,9 +821,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -658,9 +856,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -684,9 +891,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -710,9 +926,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -736,9 +961,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -762,9 +996,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -788,9 +1031,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -814,9 +1067,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -840,9 +1103,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -870,9 +1142,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -896,9 +1177,18 @@
System.String
- To be added.
+ The type of phone number, for example Home or Work.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup.xml
index 85fe02ab83..869c9bde1c 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookup.xml
@@ -19,14 +19,18 @@
A table that represents the result of looking up a phone number, for
- example for caller ID.
+ example for caller ID.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.PhoneLookup.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -54,7 +58,16 @@
The content:// style URI for this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookup.CONTENT_FILTER_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -79,10 +92,19 @@
Android.Net.Uri
- To be added.
+ URI used for the "enterprise caller-id".
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -137,9 +159,20 @@
System.String
- To be added.
+ If this boolean parameter is set to true, then the appended query is treated as a
+ SIP address and the lookup will be performed against SIP addresses in the user's
+ contacts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookup.QUERY_PARAMETER_SIP_ADDRESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookupColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookupColumns.xml
index 1ffbcb0ed7..2afc6bfcac 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookupColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneLookupColumns.xml
@@ -57,9 +57,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -87,9 +97,18 @@
System.String
- To be added.
+ The ID of the data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.DATA_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -119,7 +138,16 @@
The user defined label for the phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -150,7 +178,16 @@
The phone number's E164 representation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.NORMALIZED_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -181,7 +218,16 @@
The phone number as the user entered it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -212,7 +258,16 @@
The type of phone number, for example Home or Work.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneLookupColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneticNameStyle.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneticNameStyle.xml
index dfe14104be..5ced7d4b94 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneticNameStyle.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PhoneticNameStyle.xml
@@ -60,9 +60,18 @@
4
Hiragana and Katakana are two common styles of writing out the pronunciation
- of a Japanese names.
+ of a Japanese names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneticNameStyle.JAPANESE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -94,7 +103,16 @@
Hangul is the Korean phonetic alphabet.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneticNameStyle.KOREAN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,7 +144,16 @@
Pinyin is a phonetic method of entering Chinese characters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PhoneticNameStyle.PINYIN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PinnedPositions.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PinnedPositions.xml
index 5b8b1eebf2..c00d270526 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PinnedPositions.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PinnedPositions.xml
@@ -18,14 +18,19 @@
- To be added.
+ Contact-specific information about whether or not a contact has been pinned by the user
+ at a particular position within the system contact application's user interface.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.PinnedPositions.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,9 +78,19 @@
-1
- To be added.
+ Value of pinned position for a contact that a user has indicated should be considered
+ of the lowest priority.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PinnedPositions.DEMOTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -135,12 +150,22 @@
- To be added.
To be added.
- To be added.
- To be added.
+ to perform the pinning operation on.
+ the position to pin the contact at. To unpin a contact, use
+ PinnedPositions#UNPINNED.
+ Pins a contact at a provided position, or unpins a contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PinnedPositions.pin(android.content.ContentResolver, long, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -230,11 +255,20 @@
- To be added.
- To be added.
- To be added.
+ to perform the undemote operation on.
+ the id of the contact to undemote.
+ Undemotes a formerly demoted contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PinnedPositions.undemote(android.content.ContentResolver, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -259,9 +293,18 @@
0
- To be added.
+ Default value for the pinned position of an unpinned contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PinnedPositions.UNPINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Presence.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Presence.xml
index c5ef883fc4..78754d6d31 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Presence.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Presence.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Presence.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+PresenceColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+PresenceColumns.xml
index fe17267646..f88af0413d 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+PresenceColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+PresenceColumns.xml
@@ -61,7 +61,16 @@
Name of the custom protocol.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.CUSTOM_PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +99,18 @@
System.String
- Reference to the entry that owns this presence.
+ Reference to the Data#_ID entry that owns this presence.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.DATA_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -123,7 +141,16 @@
The IM account for the local user that the presence data came from.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.IM_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -154,7 +181,16 @@
The IM handle the presence item is for.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.IM_HANDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,9 +219,18 @@
System.String
- See T:Android.Provider.ContactsContract+CommonDataKinds+Im for a list of defined protocol constants.
+ See CommonDataKinds.Im for a list of defined protocol constants.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile+InterfaceConsts.xml
index c694c88f12..9d146fb98c 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ Contact Chat Capabilities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when this contact was last updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.CONTACT_LAST_UPDATED_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +108,18 @@
System.String
- To be added.
+ Contact presence status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,9 +143,18 @@
System.String
- To be added.
+ Contact's latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +178,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of contact status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -168,9 +213,19 @@
System.String
- To be added.
+ The resource ID of the label describing the source of contact
+ status, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,9 +249,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -220,9 +284,19 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactStatusColumns.CONTACT_STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,9 +355,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -307,9 +390,18 @@
System.String
- To be added.
+ The display name for the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -333,9 +425,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -359,9 +461,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -385,9 +498,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -411,9 +534,18 @@
System.String
- To be added.
+ An indicator of whether this contact has at least one phone number.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.HAS_PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +604,18 @@
System.String
- To be added.
+ Flag that reflects whether the contact exists inside the default directory.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_DEFAULT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,9 +639,19 @@
System.String
- To be added.
+ Flag that reflects the Groups#GROUP_VISIBLE state of any
+ CommonDataKinds.GroupMembership for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IN_VISIBLE_GROUP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -524,9 +675,19 @@
System.String
- To be added.
+ Flag that reflects whether this contact represents the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -554,9 +715,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -580,9 +750,19 @@
System.String
- To be added.
+ An opaque value that contains hints on how to find the contact if
+ its row id changed as a result of a sync or aggregation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -606,9 +786,18 @@
System.String
- To be added.
+ Reference to the row in the RawContacts table holding the contact name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.NAME_RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -632,9 +821,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -658,9 +857,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -684,9 +892,18 @@
System.String
- To be added.
+ Photo file ID of the full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -710,9 +927,18 @@
System.String
- To be added.
+ Reference to the row in the data table holding the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -736,9 +962,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve a thumbnail of the contact's photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_THUMBNAIL_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -762,9 +997,18 @@
System.String
- To be added.
+ A URI that can be used to retrieve the contact's full-size photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactsColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -788,9 +1032,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -814,9 +1067,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -840,9 +1102,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -866,9 +1138,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -892,9 +1174,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -922,9 +1213,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml
index ef1e44fe11..a35aa588b8 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Profile.xml
@@ -18,14 +18,19 @@
- To be added.
+ Constants for the user's profile data, which is represented as a single contact on
+ the device that represents the user.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.Profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -51,11 +56,20 @@
- for referencing the raw contacts that make up the user's profile
- entry.
+ Uri for referencing the raw contacts that make up the user's profile
+ Contacts entry.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Profile.CONTENT_RAW_CONTACTS_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -81,10 +95,19 @@
The content:// style URI for this table, which requests the contact entry
- representing the user's personal profile data.
+ representing the user's personal profile data.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Profile.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -110,13 +133,22 @@
- for referencing the user's profile entry,
- Provides columns when queried, or returns the
- user's profile contact formatted as a vCard when opened through
- .
+ Uri for referencing the user's profile Contacts entry,
+ Provides OpenableColumns columns when queried, or returns the
+ user's profile contact formatted as a vCard when opened through
+ ContentResolver#openAssetFileDescriptor(Uri, String).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Profile.CONTENT_VCARD_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -175,7 +207,16 @@
The minimum ID for any entity that belongs to the profile.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Profile.MIN_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState+InterfaceConsts.xml
index bb0f9eb376..8c5a5d0b0e 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ A reference to the name of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ A reference to the type of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,9 +143,18 @@
System.String
- To be added.
+ The sync data associated with this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState.xml
index 3a9f62ee6f..7559e5b660 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ProfileSyncState.xml
@@ -19,14 +19,18 @@
A table provided for sync adapters to use for storing private sync state data for the
- user's personal profile.
+ user's personal profile.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.ProfileSyncState.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -79,11 +83,19 @@
Android.Net.Uri
- The content:// style URI for this table
-
+ The content:// style URI for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ProfileSyncState.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -118,7 +130,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ProfileSyncState.get(android.content.ContentProviderClient, android.accounts.Account).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -155,7 +176,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ProfileSyncState.getWithUri(android.content.ContentProviderClient, android.accounts.Account).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -223,7 +253,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ProfileSyncState.newSetOperation(android.accounts.Account, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -260,7 +299,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ProfileSyncState.set(android.content.ContentProviderClient, android.accounts.Account, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+ProviderStatus.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+ProviderStatus.xml
index a82844bf04..78a166e79c 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+ProviderStatus.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+ProviderStatus.xml
@@ -18,14 +18,18 @@
- To be added.
+ API for inquiring about the general status of the provider.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.ProviderStatus.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,9 +53,19 @@
System.String
- To be added.
+ The MIME-type of #CONTENT_URI providing a directory of
+ settings.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ProviderStatus.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,10 +89,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URI for this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ProviderStatus.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -102,9 +125,18 @@
System.String
- To be added.
+ Timestamp (milliseconds since epoch) of when the provider's database was created.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ProviderStatus.DATABASE_CREATION_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -159,9 +191,18 @@
System.String
- To be added.
+ An integer representing the current status of the provider.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ProviderStatus.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+QuickContact.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+QuickContact.xml
index 861674a8b0..04fe506cad 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+QuickContact.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+QuickContact.xml
@@ -18,15 +18,19 @@
- Helper methods to display QuickContact dialogs that allow users to pivot on
- a specific entry.
+ Helper methods to display QuickContact dialogs that display all the information belonging to
+ a specific Contacts entry.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.QuickContact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,9 +80,19 @@
System.String
- To be added.
+ Action used to launch the system contacts application and bring up a QuickContact dialog
+ for the provided Contacts entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.QuickContact.ACTION_QUICK_CONTACT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -102,9 +116,19 @@
System.String
- To be added.
+ Extra used to indicate a list of specific MIME-types to exclude and not display in the
+ QuickContacts dialog.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.QuickContact.EXTRA_EXCLUDE_MIMES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -128,9 +152,18 @@
System.String
- To be added.
+ Extra used to specify size of QuickContacts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.QuickContact.EXTRA_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -154,9 +187,18 @@
System.String
- To be added.
+ Extra used to specify which mimetype should be prioritized in the QuickContacts UI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.QuickContact.EXTRA_PRIORITIZED_MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -225,30 +267,40 @@
- The parent that may be used as the
- parent for this dialog.
- Specific that this dialog should be
- centered around, in screen coordinates. In particular, if
- the dialog has a "callout" arrow, it will be pointed and
- centered around this . If you are running at a
- non-native density, you need to manually adjust using
- before calling.
+ The parent Context that may be used as the
+ parent for this dialog.
+ Specific Rect that this dialog should be
+ centered around, in screen coordinates. In particular, if
+ the dialog has a "callout" arrow, it will be pointed and
+ centered around this Rect. If you are running at a
+ non-native density, you need to manually adjust using
+ DisplayMetrics#density before calling.
A
- P:Android.Provider.ContactsContract+Contacts.ContentLookupUri style
- that describes a specific contact to feature
- in this dialog.
- Any of , , or
- , indicating the desired dialog size,
- when supported.
- Optional list of F:Android.Provider.ContactsContract+DataColumns.Mimetype MIME-types
- to exclude when showing this dialog. For example, when
- already viewing the contact details card, this can be used
- to omit the details entry from the dialog.
-
+ ContactsContract.Contacts#CONTENT_LOOKUP_URI style
+ Uri that describes a specific contact to feature
+ in this dialog. A work lookup uri is supported here,
+ see CommonDataKinds.Email#ENTERPRISE_CONTENT_LOOKUP_URI and
+ PhoneLookup#ENTERPRISE_CONTENT_FILTER_URI.
+ Any of #MODE_SMALL, #MODE_MEDIUM, or
+ #MODE_LARGE, indicating the desired dialog size,
+ when supported.
+ Optional list of Data#MIMETYPE MIME-types
+ to exclude when showing this dialog. For example, when
+ already viewing the contact details card, this can be used
+ to omit the details entry from the dialog.
Trigger a dialog that lists the various methods of interacting with
- the requested entry.
+ the requested Contacts entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.QuickContact.showQuickContact(android.content.Context, android.graphics.Rect, android.net.Uri, int, java.lang.String[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -280,14 +332,41 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The parent Context that may be used as the
+ parent for this dialog.
+ Specific Rect that this dialog should be
+ centered around, in screen coordinates. In particular, if
+ the dialog has a "callout" arrow, it will be pointed and
+ centered around this Rect. If you are running at a
+ non-native density, you need to manually adjust using
+ DisplayMetrics#density before calling.
+ A
+ ContactsContract.Contacts#CONTENT_LOOKUP_URI style
+ Uri that describes a specific contact to feature
+ in this dialog. A work lookup uri is supported here,
+ see CommonDataKinds.Email#ENTERPRISE_CONTENT_LOOKUP_URI and
+ PhoneLookup#ENTERPRISE_CONTENT_FILTER_URI.
+ Optional list of Data#MIMETYPE MIME-types
+ to exclude when showing this dialog. For example, when
+ already viewing the contact details card, this can be used
+ to omit the details entry from the dialog.
+ This mimetype should be prioritized in the QuickContacts UI.
+ For example, passing the value
+ CommonDataKinds.Phone#CONTENT_ITEM_TYPE can cause phone numbers to be
+ displayed more prominently in QuickContacts.
+ Trigger a dialog that lists the various methods of interacting with
+ the requested Contacts entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.QuickContact.showQuickContact(android.content.Context, android.graphics.Rect, android.net.Uri, java.lang.String[], java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -325,27 +404,37 @@
- The parent that may be used as the
- parent for this dialog.
- Specific from your layout that this dialog
- should be centered around. In particular, if the dialog
- has a "callout" arrow, it will be pointed and centered
- around this .
- A P:Android.Provider.ContactsContract+Contacts.ContentLookupUri style
- that describes a specific contact to feature
- in this dialog.
- Any of , , or
- , indicating the desired dialog size,
- when supported.
- Optional list of F:Android.Provider.ContactsContract+DataColumns.Mimetype MIME-types
- to exclude when showing this dialog. For example, when
- already viewing the contact details card, this can be used
- to omit the details entry from the dialog.
-
+ The parent Context that may be used as the
+ parent for this dialog.
+ Specific View from your layout that this dialog
+ should be centered around. In particular, if the dialog
+ has a "callout" arrow, it will be pointed and centered
+ around this View.
+ A ContactsContract.Contacts#CONTENT_LOOKUP_URI style
+ Uri that describes a specific contact to feature
+ in this dialog. A work lookup uri is supported here,
+ see CommonDataKinds.Email#ENTERPRISE_CONTENT_LOOKUP_URI and
+ PhoneLookup#ENTERPRISE_CONTENT_FILTER_URI.
+ Any of #MODE_SMALL, #MODE_MEDIUM, or
+ #MODE_LARGE, indicating the desired dialog size,
+ when supported.
+ Optional list of Data#MIMETYPE MIME-types
+ to exclude when showing this dialog. For example, when
+ already viewing the contact details card, this can be used
+ to omit the details entry from the dialog.
Trigger a dialog that lists the various methods of interacting with
- the requested entry.
+ the requested Contacts entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.QuickContact.showQuickContact(android.content.Context, android.view.View, android.net.Uri, int, java.lang.String[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -377,14 +466,39 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The parent Context that may be used as the
+ parent for this dialog.
+ Specific View from your layout that this dialog
+ should be centered around. In particular, if the dialog
+ has a "callout" arrow, it will be pointed and centered
+ around this View.
+ A
+ ContactsContract.Contacts#CONTENT_LOOKUP_URI style
+ Uri that describes a specific contact to feature
+ in this dialog. A work lookup uri is supported here,
+ see CommonDataKinds.Email#ENTERPRISE_CONTENT_LOOKUP_URI and
+ PhoneLookup#ENTERPRISE_CONTENT_FILTER_URI.
+ Optional list of Data#MIMETYPE MIME-types
+ to exclude when showing this dialog. For example, when
+ already viewing the contact details card, this can be used
+ to omit the details entry from the dialog.
+ This mimetype should be prioritized in the QuickContacts UI.
+ For example, passing the value
+ CommonDataKinds.Phone#CONTENT_ITEM_TYPE can cause phone numbers to be
+ displayed more prominently in QuickContacts.
+ Trigger a dialog that lists the various methods of interacting with
+ the requested Contacts entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.QuickContact.showQuickContact(android.content.Context, android.view.View, android.net.Uri, java.lang.String[], java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Data+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Data+InterfaceConsts.xml
index 29faf9eb60..30b31c099e 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Data+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Data+InterfaceConsts.xml
@@ -42,9 +42,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,9 +82,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -134,9 +153,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,9 +188,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -186,9 +223,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -212,9 +258,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -238,9 +293,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +328,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -290,9 +363,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -316,9 +398,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +433,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,9 +468,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -394,9 +503,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -420,9 +538,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,9 +573,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +608,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,9 +643,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -524,9 +678,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,9 +748,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -611,9 +783,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -637,9 +819,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -663,9 +855,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -689,8 +890,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -713,8 +926,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -737,9 +962,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -763,9 +998,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -789,9 +1034,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -815,9 +1069,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -841,9 +1104,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -867,9 +1139,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Entity+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Entity+InterfaceConsts.xml
index 2ba2a34055..39ca8e59f3 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Entity+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+Entity+InterfaceConsts.xml
@@ -42,9 +42,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,9 +82,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -134,9 +153,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,9 +188,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -186,9 +223,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -212,9 +258,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -238,9 +293,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +328,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -290,9 +363,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -316,9 +398,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +433,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,9 +468,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -394,9 +503,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -420,9 +538,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,9 +573,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +608,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,9 +643,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -524,9 +678,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,9 +748,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -611,9 +783,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -637,9 +819,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -663,9 +855,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -689,8 +890,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -713,8 +926,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -737,9 +962,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -763,9 +998,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -789,9 +1034,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -815,9 +1069,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -841,9 +1104,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -867,9 +1139,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+InterfaceConsts.xml
index ac3b586302..cd24d428bc 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+InterfaceConsts.xml
@@ -38,9 +38,19 @@
System.String
- To be added.
+ The name of the account instance to which this row belongs, which when paired with
+ #ACCOUNT_TYPE identifies a specific account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +74,19 @@
System.String
- To be added.
+ The type of account to which this row belongs, which when paired with
+ #ACCOUNT_NAME identifies a specific account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +110,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,9 +147,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +182,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -168,9 +217,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -229,9 +288,18 @@
System.String
- To be added.
+ URI for a custom ringtone associated with the contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.CUSTOM_RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,9 +323,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,9 +358,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -307,9 +394,19 @@
System.String
- To be added.
+ Flag indicating that #VERSION has changed, and this row needs
+ to be synchronized by its owning account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -333,9 +430,19 @@
System.String
- To be added.
+ An alternative representation of the display name, such as "family name first"
+ instead of "given name first" for Western names.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -359,9 +466,20 @@
System.String
- To be added.
+ The standard text shown as the contact's display name, based on the best
+ available information for the contact (for example, it might be the email address
+ if the name is not available).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -385,9 +503,19 @@
System.String
- To be added.
+ The kind of data that is used as the display name for the contact, such as
+ structured name or email address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.DISPLAY_NAME_SOURCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -450,9 +578,18 @@
System.String
- To be added.
+ The last time a contact was contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.LAST_TIME_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -480,9 +617,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -506,9 +653,19 @@
System.String
- To be added.
+ Pronunciation of the full name in the phonetic alphabet specified by
+ #PHONETIC_NAME_STYLE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -532,9 +689,18 @@
System.String
- To be added.
+ The phonetic alphabet used to represent the #PHONETIC_NAME.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.PHONETIC_NAME_STYLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -558,9 +724,18 @@
System.String
- To be added.
+ The position at which the contact is pinned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.PINNED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -584,9 +759,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -610,9 +795,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -636,9 +831,18 @@
System.String
- To be added.
+ Whether the contact should always be sent to voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.SEND_TO_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -662,9 +866,19 @@
System.String
- To be added.
+ Sort key based on the alternative representation of the full name,
+ #DISPLAY_NAME_ALTERNATIVE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_ALTERNATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -688,9 +902,19 @@
System.String
- To be added.
+ Sort key that takes into account locale-based traditions for sorting
+ names in address books.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactNameColumns.SORT_KEY_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -714,9 +938,18 @@
System.String
- To be added.
+ String that uniquely identifies this row to its source account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.SOURCE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -740,9 +973,18 @@
System.String
- To be added.
+ Is the contact starred?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.STARRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -766,9 +1008,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -792,9 +1043,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -818,9 +1078,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -844,9 +1113,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -874,9 +1152,18 @@
System.String
- To be added.
+ The number of times a contact has been contacted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.ContactOptionsColumns.TIMES_CONTACTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -900,9 +1187,19 @@
System.String
- To be added.
+ Version number that is updated whenever this row or its related data
+ changes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+StreamItems+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+StreamItems+InterfaceConsts.xml
index 9d54ed251f..244d871be8 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+StreamItems+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts+StreamItems+InterfaceConsts.xml
@@ -42,9 +42,18 @@
System.String
- To be added.
+ The account name to which the raw_contact of this item is associated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,9 +81,18 @@
System.String
- To be added.
+ The account type to which the raw_contact of this item is associated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -102,9 +120,20 @@
System.String
- To be added.
+ Summary information about the stream item, for example to indicate how
+ many people have reshared it, how many have liked it, how many thumbs
+ up and/or thumbs down it has, what the original source was, etc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.COMMENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -132,9 +161,19 @@
System.String
- To be added.
+ A reference to the android.provider.ContactsContract.Contacts#_ID
+ that this stream item belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,9 +201,19 @@
System.String
- To be added.
+ A reference to the android.provider.ContactsContract.Contacts#LOOKUP_KEY
+ that this stream item belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -227,9 +276,18 @@
System.String
- To be added.
+ The data set within the account that the raw_contact of this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +350,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this stream item belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -322,9 +390,18 @@
System.String
- To be added.
+ The source_id of the raw_contact that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_SOURCE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -352,9 +429,18 @@
System.String
- To be added.
+ The resource name of the icon for the source of the stream item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -382,9 +468,18 @@
System.String
- To be added.
+ The resource name of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -412,9 +507,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this stream item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -442,9 +547,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +586,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -502,9 +625,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -532,9 +664,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -562,9 +703,18 @@
System.String
- To be added.
+ The main textual contents of the item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -592,9 +742,19 @@
System.String
- To be added.
+ The absolute time (milliseconds since epoch) when this stream item was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml
index 3d46894140..b0ff4e3aed 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContacts.xml
@@ -19,14 +19,18 @@
Constants for the raw contacts table, which contains one row of contact
- information for each person in each synced account.
+ information for each person in each synced account.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.RawContacts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -51,10 +55,19 @@
System.String
- The MIME type of the results when a raw contact ID is appended to ,
- yielding a subdirectory of a single person.
+ The MIME type of the results when a raw contact ID is appended to #CONTENT_URI,
+ yielding a subdirectory of a single person.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContacts.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -79,10 +92,19 @@
System.String
- The MIME type of the results from when a specific
- ID value is not provided, and multiple raw contacts may be returned.
+ The MIME type of the results from #CONTENT_URI when a specific
+ ID value is not provided, and multiple raw contacts may be returned.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContacts.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -108,10 +130,19 @@
The content:// style URI for this table, which requests a directory of
- raw contact rows matching the selection criteria.
+ raw contact rows matching the selection criteria.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContacts.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,10 +173,21 @@
To be added.
To be added.
- To be added.
+ Build a android.provider.ContactsContract.Contacts#CONTENT_LOOKUP_URI
+ style Uri for the parent android.provider.ContactsContract.Contacts
+ entry of the given RawContacts entry.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContacts.getContactLookupUri(android.content.ContentResolver, android.net.Uri).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -174,9 +216,21 @@
To be added.
- To be added.
+ The default value used for #ACCOUNT_NAME of raw contacts when they are inserted
+ without a value for this column.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.ContactsContract.RawContacts.getLocalAccountName(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -203,9 +257,21 @@
To be added.
- To be added.
+ The default value used for #ACCOUNT_TYPE of raw contacts when they are inserted
+ without a value for this column.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.ContactsContract.RawContacts.getLocalAccountType(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsColumns.xml
index 674c2f3441..2e18fc7e62 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsColumns.xml
@@ -57,9 +57,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -89,7 +100,16 @@
The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -118,9 +138,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -148,10 +177,19 @@
System.String
- A reference to the that this
- data belongs to.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -182,7 +220,16 @@
The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -212,9 +259,18 @@
The "deleted" flag: "0" by default, "1" if the row has been marked
- for deletion.
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -243,9 +299,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -274,9 +340,18 @@
The "read-only" flag: "0" by default, "1" if the row cannot be modified or
- deleted except by a sync adapter.
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +381,18 @@
Flag that reflects whether this raw contact belongs to the user's
- personal profile entry.
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity+InterfaceConsts.xml
index e1654666e6..7dbc1785ba 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity+InterfaceConsts.xml
@@ -38,9 +38,20 @@
System.String
- To be added.
+ A concatenation of the account type and data set (delimited by a forward
+ slash) - if the data set is empty, this will be the same as the account
+ type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.ACCOUNT_TYPE_AND_DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +75,18 @@
System.String
- To be added.
+ The aggregation mode for this contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.AGGREGATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +110,18 @@
System.String
- To be added.
+ Persistent unique id for each raw_contact within its account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.BACKUP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -120,9 +149,18 @@
System.String
- To be added.
+ Carrier presence information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +189,19 @@
1
- To be added.
+ Indicates that the entry is Video Telephony (VT) capable on the
+ current carrier.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.CARRIER_PRESENCE_VT_CAPABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +225,19 @@
System.String
- To be added.
+ A reference to the ContactsContract.Contacts#_ID that this
+ data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -238,9 +296,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +331,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA10.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -290,9 +366,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA11.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -316,9 +401,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA12.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +436,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA13.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,9 +471,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA14.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -394,9 +506,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA15.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -420,9 +541,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,9 +576,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +611,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,9 +646,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA5.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -524,9 +681,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA6.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -550,9 +716,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA7.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -576,9 +751,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA8.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -602,9 +786,18 @@
System.String
- To be added.
+ Generic data column, the meaning is #MIMETYPE specific
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA9.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -628,9 +821,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -654,9 +856,18 @@
System.String
- To be added.
+ The version of this data record.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.DATA_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -680,9 +891,19 @@
System.String
- To be added.
+ The "deleted" flag: "0" by default, "1" if the row has been marked
+ for deletion.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -741,9 +962,18 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the raw contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -767,9 +997,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -793,9 +1033,19 @@
System.String
- To be added.
+ Whether this is the primary entry of its kind for the aggregate
+ contact it belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.IS_SUPER_PRIMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -823,9 +1073,19 @@
System.String
- To be added.
+ Flag indicating that a raw contact's metadata has changed, and its metadata
+ needs to be synchronized by the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -849,9 +1109,18 @@
System.String
- To be added.
+ The MIME type of the item represented by this row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.MIMETYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -875,8 +1144,20 @@
System.String
- To be added.
- To be added.
+ The flattened android.content.ComponentName of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -899,8 +1180,20 @@
System.String
- To be added.
- To be added.
+ The ID of a android.telecom.PhoneAccountHandle that is the preferred PhoneAccountHandle to
+ call the contact with.
+
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.PREFERRED_PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -923,9 +1216,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this data belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -949,9 +1252,19 @@
System.String
- To be added.
+ The "read-only" flag: "0" by default, "1" if the row cannot be modified or
+ deleted except by a sync adapter.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_READ_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -975,9 +1288,19 @@
System.String
- To be added.
+ Flag that reflects whether this raw contact belongs to the user's
+ personal profile entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsColumns.RAW_CONTACT_IS_USER_PROFILE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1001,9 +1324,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this data row.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1027,9 +1360,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1053,9 +1395,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1079,9 +1430,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1105,9 +1465,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.DataColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity.xml
index dd978e3f38..89a88b51d7 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+RawContactsEntity.xml
@@ -18,15 +18,19 @@
-
-
+ Constants for the raw contacts entities table, which can be thought of as
+ an outer join of the raw_contacts table with the data table.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.RawContactsEntity.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -51,9 +55,18 @@
System.String
- The MIME type of providing a directory of raw contact entities.
+ The MIME type of #CONTENT_URI providing a directory of raw contact entities.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsEntity.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,11 +91,19 @@
Android.Net.Uri
- The content:// style URI for this table
-
+ The content:// style URI for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsEntity.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -109,7 +130,16 @@
The ID of the data column.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsEntity.DATA_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -168,7 +198,16 @@
The content:// style URI for this table, specific to the user's profile.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.RawContactsEntity.PROFILE_CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SearchSnippets.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SearchSnippets.xml
index 8f246111f0..059de3a9dd 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SearchSnippets.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SearchSnippets.xml
@@ -18,14 +18,20 @@
- To be added.
+ Additional column returned by
+ ContactsContract.Contacts#CONTENT_FILTER_URI Contacts.CONTENT_FILTER_URI explaining
+ why the filter matched the contact.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.SearchSnippets.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -95,9 +101,19 @@
System.String
- To be added.
+ The key to ask the provider to defer the formatting of the snippet to the client if
+ possible, for performance reasons.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SearchSnippets.DEFERRED_SNIPPETING_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,9 +168,18 @@
System.String
- To be added.
+ The search snippet constructed by SQLite snippeting functionality.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SearchSnippets.SNIPPET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings+InterfaceConsts.xml
index ccdda8d54e..27263478a6 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The name of the account instance to which this row belongs.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,19 @@
System.String
- To be added.
+ The type of account to which this row belongs, which when paired with
+ #ACCOUNT_NAME identifies a specific account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +109,20 @@
System.String
- To be added.
+ Read-only flag indicating if this #SHOULD_SYNC or any
+ Groups#SHOULD_SYNC under this account have been marked as
+ unsynced.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.ANY_UNSYNCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,9 +146,18 @@
System.String
- To be added.
+ The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +181,19 @@
System.String
- To be added.
+ Depending on the mode defined by the sync-adapter, this flag controls
+ the top-level sync behavior for this data source.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.SHOULD_SYNC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -168,9 +217,19 @@
System.String
- To be added.
+ Read-only count of Contacts from a specific source that have
+ no CommonDataKinds.GroupMembership entries.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,9 +253,19 @@
System.String
- To be added.
+ Flag indicating if contacts without any CommonDataKinds.GroupMembership
+ entries should be visible in any user interface.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -220,9 +289,19 @@
System.String
- To be added.
+ Read-only count of Contacts from a specific source that have
+ no CommonDataKinds.GroupMembership entries, and also have phone numbers.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_WITH_PHONES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings.xml
index 9ebd102d53..32035f49bd 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+Settings.xml
@@ -18,14 +18,18 @@
- To be added.
+ Contacts-specific settings for various Account's.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.Settings.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,9 +54,18 @@
System.String
- The MIME-type of providing a single setting.
+ The MIME-type of #CONTENT_URI providing a single setting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Settings.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -77,10 +90,19 @@
System.String
- The MIME-type of providing a directory of
- settings.
+ The MIME-type of #CONTENT_URI providing a directory of
+ settings.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Settings.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -105,11 +127,19 @@
Android.Net.Uri
- The content:// style URI for this table
-
+ The content:// style URI for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.Settings.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SettingsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SettingsColumns.xml
index 1e66012ce4..a4ea50f24e 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SettingsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SettingsColumns.xml
@@ -59,7 +59,16 @@
The name of the account instance to which this row belongs.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -89,9 +98,18 @@
The type of account to which this row belongs, which when paired with
- identifies a specific account.
+ #ACCOUNT_NAME identifies a specific account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -120,11 +138,20 @@
System.String
- Read-only flag indicating if this or any
- under this account have been marked as
- unsynced.
+ Read-only flag indicating if this #SHOULD_SYNC or any
+ Groups#SHOULD_SYNC under this account have been marked as
+ unsynced.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.ANY_UNSYNCED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -155,7 +182,16 @@
The data set within the account that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -185,9 +221,18 @@
Depending on the mode defined by the sync-adapter, this flag controls
- the top-level sync behavior for this data source.
+ the top-level sync behavior for this data source.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.SHOULD_SYNC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -216,10 +261,19 @@
System.String
- Read-only count of from a specific source that have
- no T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries.
+ Read-only count of Contacts from a specific source that have
+ no CommonDataKinds.GroupMembership entries.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -248,10 +302,19 @@
System.String
- Flag indicating if contacts without any T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership
- entries should be visible in any user interface.
+ Flag indicating if contacts without any CommonDataKinds.GroupMembership
+ entries should be visible in any user interface.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -280,10 +343,19 @@
System.String
- Read-only count of from a specific source that have
- no T:Android.Provider.ContactsContract+CommonDataKinds+GroupMembership entries, and also have phone numbers.
+ Read-only count of Contacts from a specific source that have
+ no CommonDataKinds.GroupMembership entries, and also have phone numbers.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SettingsColumns.UNGROUPED_WITH_PHONES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SimAccount.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SimAccount.xml
index 1066bfc7fb..3b1a7b10b4 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SimAccount.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SimAccount.xml
@@ -31,8 +31,19 @@
- To be added.
- To be added.
+ A parcelable class encapsulating account data for contacts that originate from a SIM card.
+
+
+
+ Java documentation for android.provider.ContactsContract.SimAccount.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -56,8 +67,19 @@
To be added.
- To be added.
- To be added.
+ The account_name of this SIM account. See RawContacts#ACCOUNT_NAME.
+
+
+
+ Java documentation for android.provider.ContactsContract.SimAccount.getAccountName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +103,19 @@
To be added.
- To be added.
- To be added.
+ The account_type of this SIM account. See RawContacts#ACCOUNT_TYPE.
+
+
+
+ Java documentation for android.provider.ContactsContract.SimAccount.getAccountType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -113,8 +146,19 @@
1
- To be added.
- To be added.
+ EF type identifier for the ADN partition.
+
+
+
+ Java documentation for android.provider.ContactsContract.SimAccount.ADN_EF_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -192,8 +236,19 @@
To be added.
- To be added.
- To be added.
+ The EF type of the contacts stored in this account.
+
+
+
+ Java documentation for android.provider.ContactsContract.SimAccount.getEfType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -224,8 +279,19 @@
2
- To be added.
- To be added.
+ EF type identifier for the FDN partition.
+
+
+
+ Java documentation for android.provider.ContactsContract.SimAccount.FDN_EF_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -288,8 +354,19 @@
3
- To be added.
- To be added.
+ EF type identifier for the SDN partition.
+
+
+
+ Java documentation for android.provider.ContactsContract.SimAccount.SDN_EF_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -313,8 +390,20 @@
To be added.
- To be added.
- To be added.
+ The slot index of the SIM card this account maps to. See
+ android.telephony.SubscriptionInfo#getSimSlotIndex().
+
+
+
+ Java documentation for android.provider.ContactsContract.SimAccount.getSimSlotIndex().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -403,8 +492,19 @@
0
- To be added.
- To be added.
+ An invalid EF type identifier.
+
+
+
+ Java documentation for android.provider.ContactsContract.SimAccount.UNKNOWN_EF_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SimContacts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SimContacts.xml
index 06f1b445b1..04e472ea12 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SimContacts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SimContacts.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ Class containing utility methods around determine what accounts in the ContactsProvider are
+ related to the SIM cards in the device.
+
+
+
+ Java documentation for android.provider.ContactsContract.SimContacts.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,8 +54,20 @@
System.String
- To be added.
- To be added.
+ Broadcast Action: SIM accounts have changed, call
+ #getSimAccounts(ContentResolver) to get the latest.
+
+
+
+ Java documentation for android.provider.ContactsContract.SimContacts.ACTION_SIM_ACCOUNTS_CHANGED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -69,10 +93,21 @@
- To be added.
- To be added.
+ content resolver to query.
+ Returns all known SIM accounts.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.ContactsContract.SimContacts.getSimAccounts(android.content.ContentResolver).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusColumns.xml
index 4b1d6944a8..82d34b1371 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusColumns.xml
@@ -59,9 +59,18 @@
5
- An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,9 +100,18 @@
2
- An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -123,9 +141,18 @@
4
- An allowed flag of .
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -155,9 +182,18 @@
2
- An allowed flag of .
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -187,9 +223,18 @@
1
- An allowed flag of .
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -220,7 +265,16 @@
Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -250,9 +304,18 @@
4
- An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -282,9 +345,18 @@
3
- An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -314,9 +386,18 @@
1
- An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -346,9 +427,18 @@
0
- An allowed value of F:Android.Provider.ContactsContract+StatusColumns.Presence.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -379,7 +469,16 @@
Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -411,7 +510,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -443,7 +551,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -474,7 +591,16 @@
Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -505,7 +631,16 @@
The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -534,9 +669,18 @@
System.String
- The resource ID of the label describing the source of the status update, e.g.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -567,7 +711,16 @@
The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -598,7 +751,16 @@
The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates+InterfaceConsts.xml
index e9b564f7a1..07bd32111c 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates+InterfaceConsts.xml
@@ -43,9 +43,18 @@
5
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,9 +83,18 @@
2
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.AWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -105,9 +123,18 @@
4
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_CAMERA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -136,9 +163,18 @@
2
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VIDEO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,9 +203,18 @@
1
- To be added.
+ An allowed flag of #CHAT_CAPABILITY.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CAPABILITY_HAS_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -193,9 +238,18 @@
System.String
- To be added.
+ Contact's audio/video chat capability level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.CHAT_CAPABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -219,9 +273,18 @@
System.String
- To be added.
+ Name of the custom protocol.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.CUSTOM_PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +308,18 @@
System.String
- To be added.
+ Reference to the Data#_ID entry that owns this presence.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.DATA_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -276,9 +348,18 @@
4
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.DO_NOT_DISTURB.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -307,9 +388,18 @@
3
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.IDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -333,9 +423,18 @@
System.String
- To be added.
+ The IM account for the local user that the presence data came from.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.IM_ACCOUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -359,9 +458,18 @@
System.String
- To be added.
+ The IM handle the presence item is for.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.IM_HANDLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -390,9 +498,18 @@
1
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.INVISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -421,9 +538,18 @@
0
- To be added.
+ An allowed value of #PRESENCE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -447,9 +573,18 @@
System.String
- To be added.
+ Contact's latest presence level.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -479,7 +614,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_CUSTOM_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -509,7 +653,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.PRESENCE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -533,9 +686,18 @@
System.String
- To be added.
+ See CommonDataKinds.Im for a list of defined protocol constants.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.PresenceColumns.PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -559,9 +721,18 @@
System.String
- To be added.
+ Contact latest status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,9 +756,18 @@
System.String
- To be added.
+ The resource ID of the icon for the source of the status update.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -611,9 +791,18 @@
System.String
- To be added.
+ The resource ID of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -637,9 +826,18 @@
System.String
- To be added.
+ The package containing resources for this status: label and icon.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -663,9 +861,18 @@
System.String
- To be added.
+ The absolute time in milliseconds when the latest status was inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml
index 28a37f0b80..17963b21bb 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StatusUpdates.xml
@@ -18,14 +18,19 @@
- To be added.
+ A status update is linked to a ContactsContract.Data row and captures
+ the user's latest status update via the corresponding source, e.
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.StatusUpdates.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -73,10 +78,19 @@
System.String
- The MIME type of a subdirectory of a single
- status update detail.
+ The MIME type of a #CONTENT_URI subdirectory of a single
+ status update detail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusUpdates.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -101,10 +115,19 @@
System.String
- The MIME type of providing a directory of
- status update details.
+ The MIME type of #CONTENT_URI providing a directory of
+ status update details.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusUpdates.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,11 +152,19 @@
Android.Net.Uri
- The content:// style URI for this table
-
+ The content:// style URI for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusUpdates.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -170,9 +201,18 @@
the status to get the icon for
Gets the resource ID for the proper presence icon.
- To be added.
+ the resource ID for the proper presence icon
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusUpdates.getPresenceIconResourceId(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -209,9 +249,18 @@
The status code.
Returns the precedence of the status code the higher number being the higher precedence.
- To be added.
+ An integer representing the precedence, 0 being the lowest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusUpdates.getPresencePrecedence(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -270,7 +319,16 @@
The content:// style URI for this table, specific to the user's profile.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StatusUpdates.PROFILE_CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos+InterfaceConsts.xml
index 87ead8f67d..987435ee54 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos+InterfaceConsts.xml
@@ -112,9 +112,18 @@
System.String
- To be added.
+ Photo file ID for the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +151,18 @@
System.String
- To be added.
+ URI for retrieving the photo content, automatically populated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -172,9 +190,18 @@
System.String
- To be added.
+ An integer to use for sort order for photos in the stream item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SORT_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,9 +229,18 @@
System.String
- To be added.
+ A reference to the StreamItems#_ID this photo is associated with.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.STREAM_ITEM_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -232,9 +268,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,9 +307,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +346,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -322,9 +385,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos.xml
index 6cf83147f6..d95999cf23 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotos.xml
@@ -84,10 +84,18 @@
System.String
-
-
+ The binary representation of the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotos.PHOTO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotosColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotosColumns.xml
index 60e8e64d94..6bbf7aefef 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotosColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemPhotosColumns.xml
@@ -60,7 +60,16 @@
Photo file ID for the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,7 +100,16 @@
URI for retrieving the photo content, automatically populated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -122,7 +140,16 @@
An integer to use for sort order for photos in the stream item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SORT_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- A reference to the this photo is associated with.
+ A reference to the StreamItems#_ID this photo is associated with.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.STREAM_ITEM_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -184,7 +220,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -215,7 +260,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -246,7 +300,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -277,7 +340,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+InterfaceConsts.xml
index 89e49159c3..a7a411ea5a 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+InterfaceConsts.xml
@@ -42,9 +42,18 @@
System.String
- To be added.
+ The account name to which the raw_contact of this item is associated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,9 +81,18 @@
System.String
- To be added.
+ The account type to which the raw_contact of this item is associated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -102,9 +120,20 @@
System.String
- To be added.
+ Summary information about the stream item, for example to indicate how
+ many people have reshared it, how many have liked it, how many thumbs
+ up and/or thumbs down it has, what the original source was, etc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.COMMENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -132,9 +161,19 @@
System.String
- To be added.
+ A reference to the android.provider.ContactsContract.Contacts#_ID
+ that this stream item belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,9 +201,19 @@
System.String
- To be added.
+ A reference to the android.provider.ContactsContract.Contacts#LOOKUP_KEY
+ that this stream item belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -227,9 +276,18 @@
System.String
- To be added.
+ The data set within the account that the raw_contact of this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +350,19 @@
System.String
- To be added.
+ A reference to the RawContacts#_ID
+ that this stream item belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -322,9 +390,18 @@
System.String
- To be added.
+ The source_id of the raw_contact that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_SOURCE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -352,9 +429,18 @@
System.String
- To be added.
+ The resource name of the icon for the source of the stream item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -382,9 +468,18 @@
System.String
- To be added.
+ The resource name of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -412,9 +507,19 @@
System.String
- To be added.
+ The package name to use when creating Resources objects for
+ this stream item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -442,9 +547,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -472,9 +586,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -502,9 +625,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -532,9 +664,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -562,9 +703,18 @@
System.String
- To be added.
+ The main textual contents of the item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -592,9 +742,19 @@
System.String
- To be added.
+ The absolute time (milliseconds since epoch) when this stream item was
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+StreamItemPhotos+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+StreamItemPhotos+InterfaceConsts.xml
index 5789a51ac8..be8e7ad52a 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+StreamItemPhotos+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems+StreamItemPhotos+InterfaceConsts.xml
@@ -112,9 +112,18 @@
System.String
- To be added.
+ Photo file ID for the photo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,9 +151,18 @@
System.String
- To be added.
+ URI for retrieving the photo content, automatically populated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -172,9 +190,18 @@
System.String
- To be added.
+ An integer to use for sort order for photos in the stream item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SORT_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -202,9 +229,18 @@
System.String
- To be added.
+ A reference to the StreamItems#_ID this photo is associated with.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.STREAM_ITEM_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -232,9 +268,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,9 +307,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,9 +346,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -322,9 +385,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemPhotosColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems.xml
index 737e5c506c..50030e7a14 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItems.xml
@@ -22,10 +22,19 @@
-
-
+ Constants for the stream_items table, which contains social stream updates from
+ the user's contact list.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItems.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -56,7 +65,16 @@
The MIME type of a single stream item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItems.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -86,10 +104,19 @@
This URI allows the caller to query for the maximum number of stream items
- that will be stored under any single raw contact.
+ that will be stored under any single raw contact.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItems.CONTENT_LIMIT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -118,11 +145,20 @@
Android.Net.Uri
-
-
+ A content:// style URI for the photos stored in a sub-table underneath
+ stream items.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItems.CONTENT_PHOTO_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,7 +189,16 @@
The MIME type of a directory of stream items.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItems.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -183,10 +228,19 @@
The content:// style URI for this table, which handles social network stream
- updates for the user's contacts.
+ updates for the user's contacts.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItems.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -246,11 +300,20 @@
System.String
- Queries to will
- contain this column, with the value indicating the maximum number of
- stream items that will be stored under any single raw contact.
+ Queries to ContactsContract.StreamItems#CONTENT_LIMIT_URI will
+ contain this column, with the value indicating the maximum number of
+ stream items that will be stored under any single raw contact.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItems.MAX_ITEMS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemsColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemsColumns.xml
index cef7d67043..0d817a5695 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+StreamItemsColumns.xml
@@ -60,7 +60,16 @@
The account name to which the raw_contact of this item is associated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,7 +100,16 @@
The account type to which the raw_contact of this item is associated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -120,10 +138,20 @@
System.String
-
-
+ Summary information about the stream item, for example to indicate how
+ many people have reshared it, how many have liked it, how many thumbs
+ up and/or thumbs down it has, what the original source was, etc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.COMMENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -152,10 +180,19 @@
System.String
- A reference to the
- that this stream item belongs to.
+ A reference to the android.provider.ContactsContract.Contacts#_ID
+ that this stream item belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -184,10 +221,19 @@
System.String
- A reference to the
- that this stream item belongs to.
+ A reference to the android.provider.ContactsContract.Contacts#LOOKUP_KEY
+ that this stream item belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.CONTACT_LOOKUP_KEY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -218,7 +264,16 @@
The data set within the account that the raw_contact of this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.DATA_SET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -247,10 +302,19 @@
System.String
- A reference to the
- that this stream item belongs to.
+ A reference to the RawContacts#_ID
+ that this stream item belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,7 +345,16 @@
The source_id of the raw_contact that this row belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RAW_CONTACT_SOURCE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -312,7 +385,16 @@
The resource name of the icon for the source of the stream item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -341,9 +423,18 @@
System.String
- The resource name of the label describing the source of the status update, e.g.
+ The resource name of the label describing the source of the status update, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_LABEL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -372,10 +463,19 @@
System.String
- The package name to use when creating objects for
- this stream item.
+ The package name to use when creating Resources objects for
+ this stream item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.RES_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -406,7 +506,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -437,7 +546,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -468,7 +586,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -499,7 +626,16 @@
Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -528,10 +664,18 @@
System.String
-
-
+ The main textual contents of the item.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -561,9 +705,18 @@
The absolute time (milliseconds since epoch) when this stream item was
- inserted/updated.
+ inserted/updated.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.StreamItemsColumns.TIMESTAMP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncColumns.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncColumns.xml
index fdfff75268..d0dc867b9b 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncColumns.xml
@@ -60,9 +60,18 @@
The name of the account instance to which this row belongs, which when paired with
- identifies a specific account.
+ #ACCOUNT_TYPE identifies a specific account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -92,9 +101,18 @@
The type of account to which this row belongs, which when paired with
- identifies a specific account.
+ #ACCOUNT_NAME identifies a specific account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -123,10 +141,19 @@
System.String
- Flag indicating that has changed, and this row needs
- to be synchronized by its owning account.
+ Flag indicating that #VERSION has changed, and this row needs
+ to be synchronized by its owning account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -157,7 +184,16 @@
String that uniquely identifies this row to its source account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.SOURCE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -186,9 +222,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -216,9 +261,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -246,9 +300,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC3.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -276,9 +339,18 @@
System.String
- To be added.
+ Generic column for use by sync adapters.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.BaseSyncColumns.SYNC4.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -307,9 +379,18 @@
Version number that is updated whenever this row or its related data
- changes.
+ changes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncColumns.VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState+InterfaceConsts.xml
index 4ebfc22b1e..a8ca6962f9 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ A reference to the name of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ A reference to the type of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,9 +143,18 @@
System.String
- To be added.
+ The sync data associated with this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState.xml b/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState.xml
index 9f09fc7418..562f9bd7a5 100644
--- a/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState.xml
+++ b/docs/Mono.Android/en/Android.Provider/ContactsContract+SyncState.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.ContactsContract.SyncState.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,11 +82,19 @@
Android.Net.Uri
- The content:// style URI for this table
-
+ The content:// style URI for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncState.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -117,7 +129,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncState.get(android.content.ContentProviderClient, android.accounts.Account).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -154,7 +175,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncState.getWithUri(android.content.ContentProviderClient, android.accounts.Account).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -222,7 +252,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncState.newSetOperation(android.accounts.Account, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -259,7 +298,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.ContactsContract.SyncState.set(android.content.ContentProviderClient, android.accounts.Account, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/DocumentsContract+Document.xml b/docs/Mono.Android/en/Android.Provider/DocumentsContract+Document.xml
index 9c610cee16..c3d751c144 100644
--- a/docs/Mono.Android/en/Android.Provider/DocumentsContract+Document.xml
+++ b/docs/Mono.Android/en/Android.Provider/DocumentsContract+Document.xml
@@ -18,14 +18,19 @@
- To be added.
+ Constants related to a document, including Cursor column names
+ and flags.
- Android platform documentation
+ Java documentation for android.provider.DocumentsContract.Document.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,9 +54,19 @@
System.String
- To be added.
+ Display name of a document, used as the primary title displayed to a
+ user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.COLUMN_DISPLAY_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,9 +90,18 @@
System.String
- To be added.
+ Unique ID of a document.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.COLUMN_DOCUMENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -101,9 +125,18 @@
System.String
- To be added.
+ Flags that apply to a document.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.COLUMN_FLAGS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,9 +160,18 @@
System.String
- To be added.
+ Specific icon resource ID for a document.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.COLUMN_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,9 +195,19 @@
System.String
- To be added.
+ Timestamp when a document was last modified, in milliseconds since
+ January 1, 1970 00:00:00.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.COLUMN_LAST_MODIFIED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -179,9 +231,18 @@
System.String
- To be added.
+ Concrete MIME type of a document.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.COLUMN_MIME_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -205,9 +266,18 @@
System.String
- To be added.
+ Size of a document, in bytes, or null if unknown.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.COLUMN_SIZE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -231,9 +301,18 @@
System.String
- To be added.
+ Summary of a document, which may be shown to a user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.COLUMN_SUMMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -262,8 +341,21 @@
32768
- To be added.
- To be added.
+ Flag indicating that a document is a directory that wants to block itself
+ from being selected when the user launches an Intent#ACTION_OPEN_DOCUMENT_TREE
+ intent.
+
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_DIR_BLOCKS_OPEN_DOCUMENT_TREE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -291,9 +383,19 @@
16
- To be added.
+ Flag indicating that a directory prefers its contents be shown in a
+ larger format grid.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_DIR_PREFERS_GRID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -322,9 +424,19 @@
32
- To be added.
+ Flag indicating that a directory prefers its contents be sorted by
+ #COLUMN_LAST_MODIFIED.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_DIR_PREFERS_LAST_MODIFIED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -353,9 +465,19 @@
8
- To be added.
+ Flag indicating that a document is a directory that supports creation
+ of new files within it.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_DIR_SUPPORTS_CREATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,8 +506,20 @@
8192
- To be added.
- To be added.
+ Flag indicating that a document is not complete, likely its
+ contents are being downloaded.
+
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_PARTIAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -413,9 +547,19 @@
128
- To be added.
+ Flag indicating that a document can be copied to another location
+ within the same document provider.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_COPY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -444,9 +588,18 @@
4
- To be added.
+ Flag indicating that a document is deletable.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_DELETE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -475,8 +628,20 @@
16384
- To be added.
- To be added.
+ Flag indicating that a document has available metadata that can be read
+ using DocumentsContract#getDocumentMetadata
+
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_METADATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -504,9 +669,19 @@
256
- To be added.
+ Flag indicating that a document can be moved to another location
+ within the same document provider.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_MOVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -535,9 +710,18 @@
1024
- To be added.
+ Flag indicating that a document can be removed from a parent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_REMOVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -566,9 +750,18 @@
64
- To be added.
+ Flag indicating that a document can be renamed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_RENAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -597,9 +790,18 @@
2048
- To be added.
+ Flag indicating that a document has settings that can be configured by user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_SETTINGS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -628,9 +830,18 @@
1
- To be added.
+ Flag indicating that a document can be represented as a thumbnail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_THUMBNAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -659,9 +870,18 @@
2
- To be added.
+ Flag indicating that a document supports writing.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_SUPPORTS_WRITE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -690,9 +910,19 @@
512
- To be added.
+ Flag indicating that a document is virtual, and doesn't have byte
+ representation in the MIME type specified as #COLUMN_MIME_TYPE.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_VIRTUAL_DOCUMENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -721,9 +951,18 @@
4096
- To be added.
+ Flag indicating that a Web link can be obtained for the document.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.FLAG_WEB_LINKABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -778,9 +1017,19 @@
System.String
- To be added.
+ MIME type of a document which is a directory that may contain
+ additional documents.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Document.MIME_TYPE_DIR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/DocumentsContract+Path.xml b/docs/Mono.Android/en/Android.Provider/DocumentsContract+Path.xml
index 9e2db198f7..f0a043368e 100644
--- a/docs/Mono.Android/en/Android.Provider/DocumentsContract+Path.xml
+++ b/docs/Mono.Android/en/Android.Provider/DocumentsContract+Path.xml
@@ -31,14 +31,18 @@
- To be added.
+ Holds a path from a document to a particular document under it.
- Android platform documentation
+ Java documentation for android.provider.DocumentsContract.Path.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -63,11 +67,21 @@
- To be added.
- To be added.
- To be added.
+ the ID of the root. May be null.
+ the list of document ID from the parent document at
+ position 0 to the child document.
+ Creates a Path.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Path.DocumentsContract$Path(java.lang.String, java.util.List<java.lang.String>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -150,10 +164,19 @@
- To be added.
+ Returns the path.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Path.getPath().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -211,10 +234,20 @@
System.String
- To be added.
+ Returns the root id or null if the calling package doesn't have
+ permission to access root information.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Path.getRootId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/DocumentsContract+Root.xml b/docs/Mono.Android/en/Android.Provider/DocumentsContract+Root.xml
index cd84442d70..80c737b2c9 100644
--- a/docs/Mono.Android/en/Android.Provider/DocumentsContract+Root.xml
+++ b/docs/Mono.Android/en/Android.Provider/DocumentsContract+Root.xml
@@ -18,14 +18,19 @@
- To be added.
+ Constants related to a root of documents, including Cursor column
+ names and flags.
- Android platform documentation
+ Java documentation for android.provider.DocumentsContract.Root.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,9 +54,18 @@
System.String
- To be added.
+ Number of bytes available in this root.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.COLUMN_AVAILABLE_BYTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,9 +89,18 @@
System.String
- To be added.
+ Capacity of a root in bytes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.COLUMN_CAPACITY_BYTES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -101,9 +124,19 @@
System.String
- To be added.
+ Document which is a directory that represents the top directory of
+ this root.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.COLUMN_DOCUMENT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,9 +160,18 @@
System.String
- To be added.
+ Flags that apply to a root.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.COLUMN_FLAGS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,9 +195,18 @@
System.String
- To be added.
+ Icon resource ID for a root.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.COLUMN_ICON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -179,9 +230,18 @@
System.String
- To be added.
+ MIME types supported by this root.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.COLUMN_MIME_TYPES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -205,8 +265,19 @@
System.String
- To be added.
- To be added.
+ Query arguments supported by this root.
+
+
+
+ Java documentation for android.provider.DocumentsContract.Root.COLUMN_QUERY_ARGS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -229,9 +300,18 @@
System.String
- To be added.
+ Unique ID of a root.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.COLUMN_ROOT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,9 +335,18 @@
System.String
- To be added.
+ Summary for this root, which may be shown to a user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.COLUMN_SUMMARY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,9 +370,18 @@
System.String
- To be added.
+ Title for a root, which will be shown to a user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.COLUMN_TITLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -312,8 +410,19 @@
64
- To be added.
- To be added.
+ Flag indicating that this root is currently empty.
+
+
+
+ Java documentation for android.provider.DocumentsContract.Root.FLAG_EMPTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -341,9 +450,19 @@
2
- To be added.
+ Flag indicating that this root offers content that is strictly local
+ on the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.FLAG_LOCAL_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -372,9 +491,19 @@
1
- To be added.
+ Flag indicating that at least one directory under this root supports
+ creating content.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.FLAG_SUPPORTS_CREATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -403,9 +532,18 @@
32
- To be added.
+ Flag indicating that this root can be ejected.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.FLAG_SUPPORTS_EJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -434,9 +572,19 @@
16
- To be added.
+ Flag indicating that this root supports testing parent child
+ relationships.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.FLAG_SUPPORTS_IS_CHILD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -465,9 +613,19 @@
4
- To be added.
+ Flag indicating that this root can be queried to provide recently
+ modified documents.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.FLAG_SUPPORTS_RECENTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -496,9 +654,18 @@
8
- To be added.
+ Flag indicating that this root supports search.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.FLAG_SUPPORTS_SEARCH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -553,9 +720,18 @@
System.String
- To be added.
+ MIME type for a root.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.DocumentsContract.Root.MIME_TYPE_ITEM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/FontsContract+Columns.xml b/docs/Mono.Android/en/Android.Provider/FontsContract+Columns.xml
index c1b4271d9a..0fa2c9282f 100644
--- a/docs/Mono.Android/en/Android.Provider/FontsContract+Columns.xml
+++ b/docs/Mono.Android/en/Android.Provider/FontsContract+Columns.xml
@@ -22,14 +22,18 @@
- To be added.
+ Defines the constants used in a response from a Font Provider.
- Android platform documentation
+ Java documentation for android.provider.FontsContract.Columns.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -57,9 +61,18 @@
System.String
- To be added.
+ Constant used to request data from a font provider.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.Columns.FILE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -87,9 +100,18 @@
System.String
- To be added.
+ Constant used to request data from a font provider.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.Columns.ITALIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -148,9 +170,18 @@
System.String
- To be added.
+ Constant used to request data from a font provider.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.Columns.RESULT_CODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -240,9 +271,18 @@
System.String
- To be added.
+ Constant used to request data from a font provider.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.Columns.TTC_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -270,9 +310,18 @@
System.String
- To be added.
+ Constant used to request data from a font provider.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.Columns.VARIATION_SETTINGS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -300,9 +349,18 @@
System.String
- To be added.
+ Constant used to request data from a font provider.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.Columns.WEIGHT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/FontsContract+FontFamilyResult.xml b/docs/Mono.Android/en/Android.Provider/FontsContract+FontFamilyResult.xml
index edc155ac6e..9730314aa4 100644
--- a/docs/Mono.Android/en/Android.Provider/FontsContract+FontFamilyResult.xml
+++ b/docs/Mono.Android/en/Android.Provider/FontsContract+FontFamilyResult.xml
@@ -22,14 +22,18 @@
- To be added.
+ Object returned from #fetchFonts.
- Android platform documentation
+ Java documentation for android.provider.FontsContract.FontFamilyResult.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/FontsContract+FontInfo.xml b/docs/Mono.Android/en/Android.Provider/FontsContract+FontInfo.xml
index 4aec4d618a..f2454e66e5 100644
--- a/docs/Mono.Android/en/Android.Provider/FontsContract+FontInfo.xml
+++ b/docs/Mono.Android/en/Android.Provider/FontsContract+FontInfo.xml
@@ -22,14 +22,18 @@
- To be added.
+ Object represent a font entry in the family returned from #fetchFonts.
- Android platform documentation
+ Java documentation for android.provider.FontsContract.FontInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -81,10 +85,19 @@
- To be added.
+ Returns the list of axes associated to this font.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.FontInfo.getAxes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -112,10 +125,19 @@
System.Boolean
- To be added.
+ Returns whether this font is italic.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.FontInfo.isItalic().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -174,10 +196,19 @@
Android.Provider.FontResultCode
- To be added.
+ Returns result code.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.FontInfo.getResultCode().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -267,10 +298,19 @@
System.Int32
- To be added.
+ Returns the index to be used to access this font when accessing a TTC file.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.FontInfo.getTtcIndex().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -298,10 +338,19 @@
Android.Net.Uri
- To be added.
+ Returns a URI associated to this record.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.FontInfo.getUri().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -329,10 +378,19 @@
System.Int32
- To be added.
+ Returns the weight value for this font.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.FontInfo.getWeight().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/FontsContract+FontRequestCallback.xml b/docs/Mono.Android/en/Android.Provider/FontsContract+FontRequestCallback.xml
index c72a6f41d7..9eead0d039 100644
--- a/docs/Mono.Android/en/Android.Provider/FontsContract+FontRequestCallback.xml
+++ b/docs/Mono.Android/en/Android.Provider/FontsContract+FontRequestCallback.xml
@@ -22,14 +22,18 @@
- To be added.
+ Interface used to receive asynchronously fetched typefaces.
- Android platform documentation
+ Java documentation for android.provider.FontsContract.FontRequestCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -182,10 +186,19 @@
- To be added.
- To be added.
+ The Typeface object retrieved.
+ Called then a Typeface request done via #requestFonts is complete.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.FontsContract.FontRequestCallback.onTypefaceRetrieved(android.graphics.Typeface).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Settings+Global.xml b/docs/Mono.Android/en/Android.Provider/Settings+Global.xml
index 6f1c886b75..0624e75ff7 100644
--- a/docs/Mono.Android/en/Android.Provider/Settings+Global.xml
+++ b/docs/Mono.Android/en/Android.Provider/Settings+Global.xml
@@ -19,14 +19,18 @@
Global system settings, containing preferences that always apply identically
- to all defined users.
+ to all defined users.
- Android platform documentation
+ Java documentation for android.provider.Settings.Global.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,9 +80,18 @@
System.String
- Whether ADB is enabled.
+ Whether ADB over USB is enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.ADB_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -105,7 +118,16 @@
Whether Airplane Mode is on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.AIRPLANE_MODE_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,9 +153,18 @@
A comma separated list of radios that need to be disabled when airplane mode
- is on.
+ is on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.AIRPLANE_MODE_RADIOS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -158,10 +189,19 @@
System.String
- If 1, the activity manager will aggressively finish activities and
- processes as soon as they are no longer needed.
+ If not 0, the activity manager will aggressively finish activities and
+ processes as soon as they are no longer needed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.ALWAYS_FINISH_ACTIVITIES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,7 +228,16 @@
Scaling factor for Animator-based animations.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.ANIMATOR_DURATION_SCALE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -213,8 +262,19 @@
System.String
- To be added.
- To be added.
+ Whether applying ramping ringer on incoming phone call ringtone.
+
+
+
+ Java documentation for android.provider.Settings.Global.APPLY_RAMPING_RINGER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -237,11 +297,18 @@
System.String
- Value to specify if the user prefers the date, time and time zone
- to be automatically fetched from the network (NITZ). 1=yes, 0=no
-
+ Value to specify if the device's UTC system clock should be set automatically, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.AUTO_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -266,11 +333,19 @@
System.String
- Value to specify if the user prefers the time zone
- to be automatically fetched from the network (NITZ). 1=yes, 0=no
-
+ Value to specify if the device's time zone system property should be set automatically,
+ e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.AUTO_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -296,9 +371,18 @@
Whether bluetooth is enabled/disabled
- 0=disabled. 1=enabled.
+ 0=disabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.BLUETOOTH_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -323,9 +407,18 @@
System.String
- To be added.
+ Boot count since the device starts running API level 24.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.BOOT_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -349,9 +442,19 @@
System.String
- To be added.
+ Whether to enable contacts metadata syncing or not
+ The value 1 - enable, 0 - disable
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.CONTACT_METADATA_SYNC_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -378,7 +481,16 @@
The content:// style URL for global secure settings items.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -403,10 +515,18 @@
System.String
- Whether or not data roaming is enabled. (0 = false, 1 = true)
-
+ Whether or not data roaming is enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.DATA_ROAMING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -433,7 +553,16 @@
Name of an application package to be debugged.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.DEBUG_APP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -460,7 +589,16 @@
Whether user has enabled development settings.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.DEVELOPMENT_SETTINGS_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -485,9 +623,18 @@
System.String
- To be added.
+ The name of the device
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.DEVICE_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -511,10 +658,18 @@
System.String
- Whether the device has been provisioned (0 = false, 1 = true)
-
+ Whether the device has been provisioned (0 = false, 1 = true).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.DEVICE_PROVISIONED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -546,10 +701,19 @@
The ContentResolver to access.
The name of the setting to retrieve.
Convenience function for retrieving a single secure settings value
- as a float.
- To be added.
+ as a float.
+ The setting's current value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.getFloat(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
Thrown if a setting by the given
@@ -585,10 +749,20 @@
The name of the setting to retrieve.
Value to return if the setting is not defined.
Convenience function for retrieving a single secure settings value
- as a floating point number.
- To be added.
+ as a floating point number.
+ The setting's current value, or 'def' if it is not defined
+ or not a valid float.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.getFloat(android.content.ContentResolver, java.lang.String, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -620,10 +794,19 @@
The ContentResolver to access.
The name of the setting to retrieve.
Convenience function for retrieving a single secure settings value
- as an integer.
- To be added.
+ as an integer.
+ The setting's current value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.getInt(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
Thrown if a setting by the given
@@ -659,10 +842,20 @@
The name of the setting to retrieve.
Value to return if the setting is not defined.
Convenience function for retrieving a single secure settings value
- as an integer.
- To be added.
+ as an integer.
+ The setting's current value, or 'def' if it is not defined
+ or not a valid integer.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.getInt(android.content.ContentResolver, java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -694,10 +887,19 @@
The ContentResolver to access.
The name of the setting to retrieve.
Convenience function for retrieving a single secure settings value
- as a long.
- To be added.
+ as a long.
+ The setting's current value.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.getLong(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
Thrown if a setting by the given
@@ -734,10 +936,20 @@
The name of the setting to retrieve.
Value to return if the setting is not defined.
Convenience function for retrieving a single secure settings value
- as a long.
- To be added.
+ as a long.
+ The setting's current value, or 'def' if it is not defined
+ or not a valid long.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.getLong(android.content.ContentResolver, java.lang.String, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -769,9 +981,18 @@
to access the database with
to look up in the table
Look up a name in the database.
- To be added.
+ the corresponding value, or null if not present
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.getString(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -801,10 +1022,19 @@
to look up in the table
Construct the content URI for a particular name/value pair,
- useful for monitoring changes with a ContentObserver.
- To be added.
+ useful for monitoring changes with a ContentObserver.
+ the corresponding content URI, or null if not present
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.getUriFor(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -831,7 +1061,16 @@
Host name and port for global http proxy.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.HTTP_PROXY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -867,7 +1106,16 @@
0 = only allow installing from Google Play
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.INSTALL_NON_MARKET_APPS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -925,7 +1173,16 @@
Ringer mode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.MODE_RINGER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -952,7 +1209,16 @@
User preference for which network(s) should be used.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.NETWORK_PREFERENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -986,10 +1252,19 @@
The name of the setting to modify.
The new value for the setting.
Convenience function for updating a single settings value as a
- floating point number.
- To be added.
+ floating point number.
+ true if the value was set, false on database errors
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.putFloat(android.content.ContentResolver, java.lang.String, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1023,10 +1298,19 @@
The name of the setting to modify.
The new value for the setting.
Convenience function for updating a single settings value as an
- integer.
- To be added.
+ integer.
+ true if the value was set, false on database errors
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.putInt(android.content.ContentResolver, java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1060,10 +1344,19 @@
The name of the setting to modify.
The new value for the setting.
Convenience function for updating a secure settings value as a long
- integer.
- To be added.
+ integer.
+ true if the value was set, false on database errors
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.putLong(android.content.ContentResolver, java.lang.String, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1097,9 +1390,18 @@
to store
to associate with the name
Store a name/value pair into the database.
- To be added.
+ true if the value was set, false on database errors
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.putString(android.content.ContentResolver, java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1126,7 +1428,16 @@
Constant for use in AIRPLANE_MODE_RADIOS to specify Bluetooth radio.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.RADIO_BLUETOOTH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1153,7 +1464,16 @@
Constant for use in AIRPLANE_MODE_RADIOS to specify Cellular radio.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.RADIO_CELL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1180,7 +1500,16 @@
Constant for use in AIRPLANE_MODE_RADIOS to specify NFC radio.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.RADIO_NFC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1207,7 +1536,16 @@
Constant for use in AIRPLANE_MODE_RADIOS to specify Wi-Fi radio.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.RADIO_WIFI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1238,7 +1576,16 @@
Control whether the process CPU usage meter should be shown.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.SHOW_PROCESSES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1265,7 +1612,16 @@
Whether we keep the device on while the device is plugged in.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.STAY_ON_WHILE_PLUGGED_IN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1382,7 +1738,16 @@
Scaling factor for activity transition animations.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.TRANSITION_ANIMATION_SCALE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1407,10 +1772,18 @@
System.String
- USB Mass Storage Enabled
-
+ USB Mass Storage Enabled
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.USB_MASS_STORAGE_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1436,9 +1809,18 @@
If this setting is set (to anything), then all references
- to Gmail on the device must change to Google Mail.
+ to Gmail on the device must change to Google Mail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.USE_GOOGLE_MAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1464,9 +1846,18 @@
If 1, when launching DEBUG_APP it will wait for the debugger before
- starting user code.
+ starting user code.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WAIT_FOR_DEBUGGER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1491,9 +1882,20 @@
System.String
- To be added.
+ This setting controls whether WiFi configurations created by a Device Owner app
+ should be locked down (that is, be editable or removable only by the Device Owner App,
+ not even by Settings app).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WIFI_DEVICE_OWNER_CONFIGS_LOCKDOWN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1518,9 +1920,18 @@
The maximum number of times we will retry a connection to an access
- point for which we have failed in acquiring an IP address from DHCP.
+ point for which we have failed in acquiring an IP address from DHCP.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WIFI_MAX_DHCP_RETRY_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1546,9 +1957,18 @@
Maximum amount of time in milliseconds to hold a wakelock while waiting for mobile
- data connectivity to be established after a disconnect from Wi-Fi.
+ data connectivity to be established after a disconnect from Wi-Fi.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1579,7 +1999,16 @@
Whether to notify the user of open networks.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1610,7 +2039,16 @@
Delay (in seconds) before repeating the Wi-Fi networks available notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1640,9 +2078,18 @@
When the number of open networks exceeds this number, the
- least-recently-used excess networks will be removed.
+ least-recently-used excess networks will be removed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WIFI_NUM_OPEN_NETWORKS_KEPT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1669,7 +2116,16 @@
Whether the Wi-Fi should be on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WIFI_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1699,9 +2155,18 @@
The policy for deciding when Wi-Fi should go to sleep (which will in
- turn switch to using the mobile data as an Internet connection).
+ turn switch to using the mobile data as an Internet connection).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WIFI_SLEEP_POLICY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1731,11 +2196,20 @@
0
- Value for to use the default Wi-Fi sleep
- policy, which is to sleep shortly after the turning off
- according to the setting.
+ Value for #WIFI_SLEEP_POLICY to use the default Wi-Fi sleep
+ policy, which is to sleep shortly after the turning off
+ according to the #STAY_ON_WHILE_PLUGGED_IN setting.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WIFI_SLEEP_POLICY_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1765,9 +2239,18 @@
2
- Value for to never go to sleep.
+ Value for #WIFI_SLEEP_POLICY to never go to sleep.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WIFI_SLEEP_POLICY_NEVER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1797,11 +2280,20 @@
1
- Value for to use the default policy when
- the device is on battery, and never go to sleep when the device is
- plugged in.
+ Value for #WIFI_SLEEP_POLICY to use the default policy when
+ the device is on battery, and never go to sleep when the device is
+ plugged in.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1828,7 +2320,16 @@
Whether the Wi-Fi watchdog is enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WIFI_WATCHDOG_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1855,7 +2356,16 @@
Scaling factor for normal window animations.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Global.WINDOW_ANIMATION_SCALE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Settings+NameValueTable.xml b/docs/Mono.Android/en/Android.Provider/Settings+NameValueTable.xml
index d867221b0f..83dabaf8c7 100644
--- a/docs/Mono.Android/en/Android.Provider/Settings+NameValueTable.xml
+++ b/docs/Mono.Android/en/Android.Provider/Settings+NameValueTable.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.Settings.NameValueTable.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Settings+Panel.xml b/docs/Mono.Android/en/Android.Provider/Settings+Panel.xml
index 73f4c1204c..4e2f96b763 100644
--- a/docs/Mono.Android/en/Android.Provider/Settings+Panel.xml
+++ b/docs/Mono.Android/en/Android.Provider/Settings+Panel.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ A Settings panel is floating UI that contains a fixed subset of settings to address a
+ particular user problem.
+
+
+
+ Java documentation for android.provider.Settings.Panel.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,8 +54,20 @@
System.String
- To be added.
- To be added.
+ Activity Action: Show a settings dialog containing settings to enable internet
+ connection.
+
+
+
+ Java documentation for android.provider.Settings.Panel.ACTION_INTERNET_CONNECTIVITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -66,8 +90,19 @@
System.String
- To be added.
- To be added.
+ Activity Action: Show a settings dialog containing NFC-related settings.
+
+
+
+ Java documentation for android.provider.Settings.Panel.ACTION_NFC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -90,8 +125,19 @@
System.String
- To be added.
- To be added.
+ Activity Action: Show a settings dialog containing all volume streams.
+
+
+
+ Java documentation for android.provider.Settings.Panel.ACTION_VOLUME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -114,8 +160,19 @@
System.String
- To be added.
- To be added.
+ Activity Action: Show a settings dialog containing controls for Wifi.
+
+
+
+ Java documentation for android.provider.Settings.Panel.ACTION_WIFI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Settings+Secure.xml b/docs/Mono.Android/en/Android.Provider/Settings+Secure.xml
index 6f7cd686a1..47ac735045 100644
--- a/docs/Mono.Android/en/Android.Provider/Settings+Secure.xml
+++ b/docs/Mono.Android/en/Android.Provider/Settings+Secure.xml
@@ -19,14 +19,18 @@
Secure system settings, containing system preferences that applications
- can read but are not allowed to write.
+ can read but are not allowed to write.
- Android platform documentation
+ Java documentation for android.provider.Settings.Secure.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,9 +80,18 @@
System.String
- To be added.
+ Setting that specifies whether display color inversion is enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -104,7 +117,16 @@
If accessibility is enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.ACCESSIBILITY_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -135,7 +157,16 @@
Whether to speak passwords while in accessibility mode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.ACCESSIBILITY_SPEAK_PASSWORD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -167,7 +198,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.ADB_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,7 +234,16 @@
Origins for which browsers should allow geolocation by default.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.ALLOWED_GEOLOCATION_ORIGINS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -224,9 +273,18 @@
Setting to allow mock locations and location provider status to be injected into the
- LocationManager service for testing purposes during application development.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ LocationManager service for testing purposes during application development.
+
+
+
+ Java documentation for android.provider.Settings.Secure.ALLOW_MOCK_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -251,11 +309,18 @@
System.String
- A 64-bit number (as a hex string) that is randomly
- generated on the device's first boot and should remain
- constant for the lifetime of the device.
+ On Android 8.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.ANDROID_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -286,7 +351,16 @@
Whether background data usage is allowed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.BACKGROUND_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -318,7 +392,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.BLUETOOTH_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -343,11 +426,19 @@
Android.Net.Uri
- The content:// style URL for this table
-
+ The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -379,7 +470,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.DATA_ROAMING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -405,9 +505,18 @@
Setting to record the input method used by default, holding the ID
- of the desired method.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ of the desired method.
+
+
+
+ Java documentation for android.provider.Settings.Secure.DEFAULT_INPUT_METHOD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -439,7 +548,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.DEVELOPMENT_SETTINGS_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -471,7 +589,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.DEVICE_PROVISIONED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -498,7 +625,16 @@
List of the enabled accessibility providers.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.ENABLED_ACCESSIBILITY_SERVICES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -525,7 +661,16 @@
List of input methods that are currently enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.ENABLED_INPUT_METHODS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -557,10 +702,19 @@
The ContentResolver to access.
The name of the setting to retrieve.
Convenience function for retrieving a single secure settings value
- as a float.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ as a float.
+ The setting's current value.
+
+
+
+ Java documentation for android.provider.Settings.Secure.getFloat(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
Thrown if a setting by the given
@@ -596,10 +750,20 @@
The name of the setting to retrieve.
Value to return if the setting is not defined.
Convenience function for retrieving a single secure settings value
- as a floating point number.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ as a floating point number.
+ The setting's current value, or 'def' if it is not defined
+ or not a valid float.
+
+
+
+ Java documentation for android.provider.Settings.Secure.getFloat(android.content.ContentResolver, java.lang.String, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -631,10 +795,19 @@
The ContentResolver to access.
The name of the setting to retrieve.
Convenience function for retrieving a single secure settings value
- as an integer.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ as an integer.
+ The setting's current value.
+
+
+
+ Java documentation for android.provider.Settings.Secure.getInt(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
Thrown if a setting by the given
@@ -670,10 +843,20 @@
The name of the setting to retrieve.
Value to return if the setting is not defined.
Convenience function for retrieving a single secure settings value
- as an integer.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ as an integer.
+ The setting's current value, or 'def' if it is not defined
+ or not a valid integer.
+
+
+
+ Java documentation for android.provider.Settings.Secure.getInt(android.content.ContentResolver, java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -705,10 +888,19 @@
The ContentResolver to access.
The name of the setting to retrieve.
Convenience function for retrieving a single secure settings value
- as a long.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ as a long.
+ The setting's current value.
+
+
+
+ Java documentation for android.provider.Settings.Secure.getLong(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
Thrown if a setting by the given
@@ -745,10 +937,20 @@
The name of the setting to retrieve.
Value to return if the setting is not defined.
Convenience function for retrieving a single secure settings value
- as a long.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ as a long.
+ The setting's current value, or 'def' if it is not defined
+ or not a valid long.
+
+
+
+ Java documentation for android.provider.Settings.Secure.getLong(android.content.ContentResolver, java.lang.String, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -780,9 +982,18 @@
to access the database with
to look up in the table
Look up a name in the database.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the corresponding value, or null if not present
+
+
+
+ Java documentation for android.provider.Settings.Secure.getString(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -812,10 +1023,19 @@
to look up in the table
Construct the content URI for a particular name/value pair,
- useful for monitoring changes with a ContentObserver.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ useful for monitoring changes with a ContentObserver.
+ the corresponding content URI, or null if not present
+
+
+
+ Java documentation for android.provider.Settings.Secure.getUriFor(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -846,7 +1066,16 @@
Host name and port for global http proxy.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.HTTP_PROXY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -871,10 +1100,18 @@
System.String
- Setting to record the visibility of input method selector
-
+ Setting to record the visibility of input method selector
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.INPUT_METHOD_SELECTOR_VISIBILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -903,10 +1140,19 @@
System.String
-
-
+ Whether applications can be installed for this user via the system's
+ Intent#ACTION_INSTALL_PACKAGE mechanism.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.INSTALL_NON_MARKET_APPS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -942,9 +1188,18 @@
the content resolver to use
the location provider to query
Helper method for determining if a location provider is enabled.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ true if the provider is enabled
+
+
+
+ Java documentation for android.provider.Settings.Secure.isLocationProviderEnabled(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1004,9 +1259,18 @@
System.String
- To be added.
+ The current location mode of the device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.LOCATION_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1035,9 +1299,19 @@
2
- To be added.
+ This mode no longer has any distinct meaning, but is interpreted as the location mode is
+ on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.LOCATION_MODE_BATTERY_SAVING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1066,9 +1340,19 @@
3
- To be added.
+ This mode no longer has any distinct meaning, but is interpreted as the location mode is
+ on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.LOCATION_MODE_HIGH_ACCURACY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1097,9 +1381,18 @@
0
- To be added.
+ Location mode is off.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.LOCATION_MODE_OFF.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1128,9 +1421,19 @@
1
- To be added.
+ This mode no longer has any distinct meaning, but is interpreted as the location mode is
+ on.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.LOCATION_MODE_SENSORS_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1158,9 +1461,18 @@
System.String
- Comma-separated list of location providers that activities may access.
+ Comma-separated list of location providers that are enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.LOCATION_PROVIDERS_ALLOWED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1189,10 +1501,18 @@
System.String
- Whether autolock is enabled (0 = false, 1 = true)
-
+ Whether autolock is enabled (0 = false, 1 = true)
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.LOCK_PATTERN_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1222,9 +1542,18 @@
Whether lock pattern will vibrate as user enters (0 = false, 1 =
- true)
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ true)
+
+
+
+ Java documentation for android.provider.Settings.Secure.LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1253,10 +1582,18 @@
System.String
- Whether lock pattern is visible as user enters (0 = false, 1 = true)
-
+ Whether lock pattern is visible as user enters (0 = false, 1 = true)
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.LOCK_PATTERN_VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1287,7 +1624,16 @@
The Logging ID (a unique 64-bit value) as a hex string.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.LOGGING_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1319,7 +1665,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.NETWORK_PREFERENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1346,7 +1701,16 @@
No longer supported.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.PARENTAL_CONTROL_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1373,7 +1737,16 @@
No longer supported.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.PARENTAL_CONTROL_LAST_UPDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1400,7 +1773,16 @@
No longer supported.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.PARENTAL_CONTROL_REDIRECT_URL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1434,10 +1816,19 @@
The name of the setting to modify.
The new value for the setting.
Convenience function for updating a single settings value as a
- floating point number.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ floating point number.
+ true if the value was set, false on database errors
+
+
+
+ Java documentation for android.provider.Settings.Secure.putFloat(android.content.ContentResolver, java.lang.String, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1471,10 +1862,19 @@
The name of the setting to modify.
The new value for the setting.
Convenience function for updating a single settings value as an
- integer.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ integer.
+ true if the value was set, false on database errors
+
+
+
+ Java documentation for android.provider.Settings.Secure.putInt(android.content.ContentResolver, java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1508,10 +1908,19 @@
The name of the setting to modify.
The new value for the setting.
Convenience function for updating a secure settings value as a long
- integer.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ integer.
+ true if the value was set, false on database errors
+
+
+
+ Java documentation for android.provider.Settings.Secure.putLong(android.content.ContentResolver, java.lang.String, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1545,9 +1954,18 @@
to store
to associate with the name
Store a name/value pair into the database.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ true if the value was set, false on database errors
+
+
+
+ Java documentation for android.provider.Settings.Secure.putString(android.content.ContentResolver, java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1572,8 +1990,19 @@
System.String
- To be added.
- To be added.
+ User-selected RTT mode.
+
+
+
+ Java documentation for android.provider.Settings.Secure.RTT_CALLING_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1596,8 +2025,19 @@
System.String
- To be added.
- To be added.
+ Indicates whether the device is under restricted secure FRP mode.
+
+
+
+ Java documentation for android.provider.Settings.Secure.SECURE_FRP_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -1621,9 +2061,18 @@
Setting to record the input method subtype used by default, holding the ID
- of the desired method.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ of the desired method.
+
+
+
+ Java documentation for android.provider.Settings.Secure.SELECTED_INPUT_METHOD_SUBTYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1659,11 +2108,19 @@
the content resolver to use
the location provider to enable or disable
- true if the provider should be enabled
-
+ true if the provider should be enabled
Thread-safe method for enabling or disabling a single location provider.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.setLocationProviderEnabled(android.content.ContentResolver, java.lang.String, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1689,9 +2146,18 @@
Settings classname to launch when Settings is clicked from All
- Applications.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ Applications.
+
+
+
+ Java documentation for android.provider.Settings.Secure.SETTINGS_CLASSNAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1716,9 +2182,18 @@
System.String
- To be added.
+ If enabled, apps should try to skip any introductory hints on first launch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.SKIP_FIRST_USE_HINTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1834,7 +2309,16 @@
If touch exploration is enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.TOUCH_EXPLORATION_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1865,7 +2349,16 @@
Default text-to-speech country.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_COUNTRY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1896,7 +2389,16 @@
Default text-to-speech language.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_LANG.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1921,10 +2423,18 @@
System.String
- Default text-to-speech engine pitch. 100 = 1x
-
+ Default text-to-speech engine pitch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_PITCH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1949,10 +2459,18 @@
System.String
- Default text-to-speech engine speech rate. 100 = 1x
-
+ Default text-to-speech engine speech rate.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_RATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1979,7 +2497,16 @@
Default text-to-speech engine.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_SYNTH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2010,7 +2537,16 @@
Default text-to-speech locale variant.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.TTS_DEFAULT_VARIANT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2037,7 +2573,16 @@
Space delimited list of plugin packages that are enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.TTS_ENABLED_PLUGINS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2067,11 +2612,18 @@
Setting to always use the default text-to-speech settings regardless
- of the application settings.
- 1 = override application settings,
- 0 = use application settings (if specified).
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ of the application settings.
+
+
+
+ Java documentation for android.provider.Settings.Secure.TTS_USE_DEFAULTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2103,7 +2655,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.USB_MASS_STORAGE_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2135,7 +2696,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.USE_GOOGLE_MAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2167,7 +2737,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_MAX_DHCP_RETRY_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2199,7 +2778,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2231,7 +2819,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2263,7 +2860,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2295,7 +2901,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_NUM_OPEN_NETWORKS_KEPT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2327,7 +2942,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2357,9 +2981,18 @@
The acceptable packet loss percentage (range 0 - 100) before trying
- another AP on the same network.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ another AP on the same network.
+
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2389,9 +3022,18 @@
The number of access points required for a network in order for the
- watchdog to monitor it.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ watchdog to monitor it.
+
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_AP_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2422,7 +3064,16 @@
The delay between background checks.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2452,9 +3103,18 @@
Whether the Wi-Fi watchdog is enabled for background checking even
- after it thinks the user has connected to a good access point.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ after it thinks the user has connected to a good access point.
+
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2485,7 +3145,16 @@
The timeout for a background ping
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2515,9 +3184,18 @@
The number of initial pings to perform that *may* be ignored if they
- fail.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ fail.
+
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2548,7 +3226,16 @@
The maximum number of access points (per network) to attempt to test.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_MAX_AP_CHECKS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2580,7 +3267,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2611,7 +3307,16 @@
The number of pings to test if an access point is a good connection.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_PING_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2642,7 +3347,16 @@
The delay between pings.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_PING_DELAY_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2673,7 +3387,16 @@
The timeout per ping.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_PING_TIMEOUT_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2704,7 +3427,16 @@
A comma-separated list of SSIDs for which the Wi-Fi watchdog should be enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.Secure.WIFI_WATCHDOG_WATCH_LIST.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Settings+System.xml b/docs/Mono.Android/en/Android.Provider/Settings+System.xml
index 81fba7eaea..10502652d9 100644
--- a/docs/Mono.Android/en/Android.Provider/Settings+System.xml
+++ b/docs/Mono.Android/en/Android.Provider/Settings+System.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.Settings.System.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,9 +80,18 @@
Control whether the accelerometer will be used to change screen
- orientation.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ orientation.
+
+
+
+ Java documentation for android.provider.Settings.System.ACCELEROMETER_ROTATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -110,7 +123,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.ADB_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -142,7 +164,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.AIRPLANE_MODE_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -174,7 +205,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.AIRPLANE_MODE_RADIOS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -201,7 +241,16 @@
Persistent store for the system-wide default alarm alert.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.ALARM_ALERT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -233,9 +282,18 @@
If 1, the activity manager will aggressively finish activities and
- processes as soon as they are no longer needed.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ processes as soon as they are no longer needed.
+
+
+
+ Java documentation for android.provider.Settings.System.ALWAYS_FINISH_ACTIVITIES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -267,7 +325,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.ANDROID_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -298,7 +365,16 @@
Scaling factor for Animator-based animations.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.ANIMATOR_DURATION_SCALE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -324,10 +400,19 @@
Appended to various volume related settings to record the previous
- values before they the settings were affected by a silent/vibrate
- ringer mode change.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ values before they the settings were affected by a silent/vibrate
+ ringer mode change.
+
+
+
+ Java documentation for android.provider.Settings.System.APPEND_FOR_LAST_AUDIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -359,7 +444,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.AUTO_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -391,7 +485,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.AUTO_TIME_ZONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -417,9 +520,18 @@
Determines whether remote devices may discover and/or connect to
- this device.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ this device.
+
+
+
+ Java documentation for android.provider.Settings.System.BLUETOOTH_DISCOVERABILITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,7 +558,16 @@
Bluetooth discoverability timeout.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.BLUETOOTH_DISCOVERABILITY_TIMEOUT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -478,7 +599,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.BLUETOOTH_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -506,11 +636,20 @@
- To be added.
- To be added.
- To be added.
+ App context.
+ Checks if the specified app can modify system settings.
+ true if the calling app can write to system settings, false otherwise
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.canWrite(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -534,11 +673,19 @@
Android.Net.Uri
- The content:// style URL for this table
-
+ The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -570,7 +717,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.DATA_ROAMING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -605,7 +761,16 @@
yyyy/mm/dd
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.DATE_FORMAT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -636,7 +801,16 @@
Name of an application package to be debugged.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.DEBUG_APP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -661,11 +835,20 @@
Android.Net.Uri
- A that will point to the current default alarm alert at
- any given time.
+ A Uri that will point to the current default alarm alert at
+ any given time.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.DEFAULT_ALARM_ALERT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -691,11 +874,20 @@
Android.Net.Uri
- A that will point to the current default notification
- sound at any given time.
+ A Uri that will point to the current default notification
+ sound at any given time.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.DEFAULT_NOTIFICATION_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -721,11 +913,20 @@
Android.Net.Uri
- A that will point to the current default ringtone at any
- given time.
+ A Uri that will point to the current default ringtone at any
+ given time.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.DEFAULT_RINGTONE_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -757,7 +958,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.DEVICE_PROVISIONED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -786,9 +996,18 @@
System.String
- Whether or not to dim the screen. 0=no 1=yes
+ Whether or not to dim the screen.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.DIM_SCREEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -813,9 +1032,19 @@
System.String
- To be added.
+ CDMA only settings
+ DTMF tone type played by the dialer when dialing.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.DTMF_TONE_TYPE_WHEN_DIALING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -841,7 +1070,16 @@
Whether the audible DTMF tones are played by the dialer when dialing.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.DTMF_TONE_WHEN_DIALING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -867,9 +1105,18 @@
What happens when the user presses the end call button if they're not
- on a call.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ on a call.
+
+
+
+ Java documentation for android.provider.Settings.System.END_BUTTON_BEHAVIOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -896,7 +1143,16 @@
Scaling factor for fonts, float.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.FONT_SCALE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -926,13 +1182,21 @@
The ContentResolver to access.
- Where to place the configuration settings.
-
+ Where to place the configuration settings.
Convenience function to read all of the current
- configuration-related settings into a
- object.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ configuration-related settings into a
+ Configuration object.
+
+
+
+ Java documentation for android.provider.Settings.System.getConfiguration(android.content.ContentResolver, android.content.res.Configuration).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -964,10 +1228,19 @@
The ContentResolver to access.
The name of the setting to retrieve.
Convenience function for retrieving a single system settings value
- as a float.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ as a float.
+ The setting's current value.
+
+
+
+ Java documentation for android.provider.Settings.System.getFloat(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
Thrown if a setting by the given
@@ -1003,10 +1276,20 @@
The name of the setting to retrieve.
Value to return if the setting is not defined.
Convenience function for retrieving a single system settings value
- as a floating point number.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ as a floating point number.
+ The setting's current value, or 'def' if it is not defined
+ or not a valid float.
+
+
+
+ Java documentation for android.provider.Settings.System.getFloat(android.content.ContentResolver, java.lang.String, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1038,10 +1321,19 @@
The ContentResolver to access.
The name of the setting to retrieve.
Convenience function for retrieving a single system settings value
- as an integer.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ as an integer.
+ The setting's current value.
+
+
+
+ Java documentation for android.provider.Settings.System.getInt(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
Thrown if a setting by the given
@@ -1077,10 +1369,20 @@
The name of the setting to retrieve.
Value to return if the setting is not defined.
Convenience function for retrieving a single system settings value
- as an integer.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ as an integer.
+ The setting's current value, or 'def' if it is not defined
+ or not a valid integer.
+
+
+
+ Java documentation for android.provider.Settings.System.getInt(android.content.ContentResolver, java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1112,10 +1414,19 @@
The ContentResolver to access.
The name of the setting to retrieve.
Convenience function for retrieving a single system settings value
- as a long.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ as a long.
+ The setting's current value.
+
+
+
+ Java documentation for android.provider.Settings.System.getLong(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
Thrown if a setting by the given
@@ -1152,10 +1463,20 @@
The name of the setting to retrieve.
Value to return if the setting is not defined.
Convenience function for retrieving a single system settings value
- as a long.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ as a long.
+ The setting's current value, or 'def' if it is not defined
+ or not a valid long.
+
+
+
+ Java documentation for android.provider.Settings.System.getLong(android.content.ContentResolver, java.lang.String, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1192,7 +1513,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.getShowGTalkServiceStatus(android.content.ContentResolver).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1224,9 +1554,18 @@
to access the database with
to look up in the table
Look up a name in the database.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ the corresponding value, or null if not present
+
+
+
+ Java documentation for android.provider.Settings.System.getString(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1256,10 +1595,19 @@
to look up in the table
Construct the content URI for a particular name/value pair,
- useful for monitoring changes with a ContentObserver.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ useful for monitoring changes with a ContentObserver.
+ the corresponding content URI, or null if not present
+
+
+
+ Java documentation for android.provider.Settings.System.getUriFor(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1284,9 +1632,18 @@
System.String
- Whether the haptic feedback (long presses, ...) are enabled.
+ Whether haptic feedback (Vibrate on tap) is enabled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1318,7 +1675,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.HTTP_PROXY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1350,7 +1716,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.INSTALL_NON_MARKET_APPS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1413,7 +1788,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.LOCATION_PROVIDERS_ALLOWED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1445,7 +1829,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.LOCK_PATTERN_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1477,7 +1870,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1509,7 +1911,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.LOCK_PATTERN_VISIBLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1541,7 +1952,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.LOGGING_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1573,7 +1993,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.MODE_RINGER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1598,9 +2027,18 @@
System.String
- Determines which streams are affected by ringer mode changes.
+ Determines which streams are affected by ringer and zen mode changes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.MODE_RINGER_STREAMS_AFFECTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1627,7 +2065,16 @@
Determines which streams are affected by mute.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.MUTE_STREAMS_AFFECTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1659,7 +2106,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.NETWORK_PREFERENCE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1689,9 +2145,18 @@
A formatted string of the next alarm that is set, or the empty string
- if there is no alarm set.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ if there is no alarm set.
+
+
+
+ Java documentation for android.provider.Settings.System.NEXT_ALARM_FORMATTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1718,7 +2183,16 @@
Persistent store for the system-wide default notification sound.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.NOTIFICATION_SOUND.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1752,7 +2226,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.PARENTAL_CONTROL_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1784,7 +2267,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.PARENTAL_CONTROL_LAST_UPDATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1816,7 +2308,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.PARENTAL_CONTROL_REDIRECT_URL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1848,10 +2349,19 @@
The ContentResolver to access.
The settings to write.
Convenience function to write a batch of configuration-related
- settings from a object.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ settings from a Configuration object.
+ true if the values were set, false on database errors
+
+
+
+ Java documentation for android.provider.Settings.System.putConfiguration(android.content.ContentResolver, android.content.res.Configuration).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1885,10 +2395,19 @@
The name of the setting to modify.
The new value for the setting.
Convenience function for updating a single settings value as a
- floating point number.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ floating point number.
+ true if the value was set, false on database errors
+
+
+
+ Java documentation for android.provider.Settings.System.putFloat(android.content.ContentResolver, java.lang.String, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1922,10 +2441,19 @@
The name of the setting to modify.
The new value for the setting.
Convenience function for updating a single settings value as an
- integer.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ integer.
+ true if the value was set, false on database errors
+
+
+
+ Java documentation for android.provider.Settings.System.putInt(android.content.ContentResolver, java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1959,10 +2487,19 @@
The name of the setting to modify.
The new value for the setting.
Convenience function for updating a single settings value as a long
- integer.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ integer.
+ true if the value was set, false on database errors
+
+
+
+ Java documentation for android.provider.Settings.System.putLong(android.content.ContentResolver, java.lang.String, long).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1996,9 +2533,18 @@
to store
to associate with the name
Store a name/value pair into the database.
- To be added.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ true if the value was set, false on database errors
+
+
+
+ Java documentation for android.provider.Settings.System.putString(android.content.ContentResolver, java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2030,7 +2576,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.RADIO_BLUETOOTH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2062,7 +2617,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.RADIO_CELL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2094,7 +2658,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.RADIO_NFC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2126,7 +2699,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.RADIO_WIFI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2153,7 +2735,16 @@
Persistent store for the system-wide default ringtone URI.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.RINGTONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2181,7 +2772,16 @@
The screen backlight brightness between 0 and 255.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.SCREEN_BRIGHTNESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2208,7 +2808,16 @@
Control whether to enable automatic brightness mode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2240,7 +2849,16 @@
SCREEN_BRIGHTNESS_MODE value for automatic mode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE_AUTOMATIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2272,7 +2890,16 @@
SCREEN_BRIGHTNESS_MODE value for manual mode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.SCREEN_BRIGHTNESS_MODE_MANUAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2297,9 +2924,19 @@
System.String
- The timeout before the screen turns off.
+ The amount of time in milliseconds before the device goes to sleep or begins
+ to dream after a period of inactivity.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.SCREEN_OFF_TIMEOUT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2337,7 +2974,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.setShowGTalkServiceStatus(android.content.ContentResolver, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2369,7 +3015,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.SETTINGS_CLASSNAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2395,13 +3050,18 @@
Whether the setup wizard has been run before (on first boot), or if
- it still needs to be run.
-
- nonzero = it has been run in the past
- 0 = it has not been run in the past
-
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ it still needs to be run.
+
+
+
+ Java documentation for android.provider.Settings.System.SETUP_WIZARD_HAS_RUN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2460,7 +3120,16 @@
Control whether the process CPU usage meter should be shown.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.SHOW_PROCESSES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2492,7 +3161,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.SHOW_WEB_SUGGESTIONS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2517,9 +3195,18 @@
System.String
- Whether the sounds effects (key clicks, lid open ...) are enabled.
+ Whether the sounds effects (key clicks, lid open .
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.SOUND_EFFECTS_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2551,7 +3238,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.STAY_ON_WHILE_PLUGGED_IN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2606,7 +3302,16 @@
Setting to enable Auto Caps in text editors.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.TEXT_AUTO_CAPS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2633,7 +3338,16 @@
Setting to enable Auto Punctuate in text editors.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.TEXT_AUTO_PUNCTUATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2660,7 +3374,16 @@
Setting to enable Auto Replace (AutoText) in text editors.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.TEXT_AUTO_REPLACE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2687,7 +3410,16 @@
Setting to showing password characters in text editors.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.TEXT_SHOW_PASSWORD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2774,12 +3506,18 @@
System.String
- Display times as 12 or 24 hours
- 12
- 24
-
+ Display the user's times, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.TIME_12_24.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2810,7 +3548,16 @@
Scaling factor for activity transition animations.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.TRANSITION_ANIMATION_SCALE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2842,7 +3589,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.USB_MASS_STORAGE_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2874,7 +3630,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.USE_GOOGLE_MAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2901,7 +3666,16 @@
Default screen rotation when no other policy applies.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.USER_ROTATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2928,7 +3702,16 @@
Whether vibrate is on for different events.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.VIBRATE_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2953,9 +3736,18 @@
System.String
- To be added.
+ Whether the phone vibrates when it is ringing due to an incoming call.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.VIBRATE_WHEN_RINGING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -2981,7 +3773,16 @@
Alarm volume.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.VOLUME_ALARM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3008,7 +3809,16 @@
Bluetooth Headset volume.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.VOLUME_BLUETOOTH_SCO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3035,7 +3845,16 @@
Music/media/gaming volume.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.VOLUME_MUSIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3062,7 +3881,16 @@
Notification volume.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.VOLUME_NOTIFICATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3089,7 +3917,16 @@
Ringer volume.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.VOLUME_RING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3117,7 +3954,16 @@
The mapping of stream type (integer) to its setting.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.VOLUME_SETTINGS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3144,7 +3990,16 @@
System/notifications volume.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.VOLUME_SYSTEM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3171,7 +4026,16 @@
Voice call volume.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.VOLUME_VOICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3201,9 +4065,18 @@
If 1, when launching DEBUG_APP it will wait for the debugger before
- starting user code.
-
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+ starting user code.
+
+
+
+ Java documentation for android.provider.Settings.System.WAIT_FOR_DEBUGGER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3234,7 +4107,16 @@
Name of activity to use for wallpaper on the home screen.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WALLPAPER_ACTIVITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3266,7 +4148,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_MAX_DHCP_RETRY_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3298,7 +4189,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3330,7 +4230,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3362,7 +4271,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3394,7 +4312,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_NUM_OPEN_NETWORKS_KEPT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3426,7 +4353,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3458,7 +4394,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_SLEEP_POLICY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3491,7 +4436,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_SLEEP_POLICY_DEFAULT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3524,7 +4478,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_SLEEP_POLICY_NEVER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3557,7 +4520,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3588,7 +4560,16 @@
If using static IP, the primary DNS's IP address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_STATIC_DNS1.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3619,7 +4600,16 @@
If using static IP, the secondary DNS's IP address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_STATIC_DNS2.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3650,7 +4640,16 @@
If using static IP, the gateway's IP address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_STATIC_GATEWAY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3681,7 +4680,16 @@
The static IP address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_STATIC_IP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3712,7 +4720,16 @@
If using static IP, the net mask.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_STATIC_NETMASK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3743,7 +4760,16 @@
Whether to use static IP and other static network attributes.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_USE_STATIC_IP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3775,7 +4801,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3807,7 +4842,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_AP_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3839,7 +4883,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3871,7 +4924,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3903,7 +4965,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3935,7 +5006,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3967,7 +5047,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_MAX_AP_CHECKS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -3999,7 +5088,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_ON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -4031,7 +5129,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_PING_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -4063,7 +5170,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_PING_DELAY_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -4095,7 +5211,16 @@
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WIFI_WATCHDOG_PING_TIMEOUT_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -4126,7 +5251,16 @@
Scaling factor for normal window animations.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Settings.System.WINDOW_ANIMATION_SCALE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+ElementaryFiles.xml b/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+ElementaryFiles.xml
index a593ba4ef3..21ae6aa096 100644
--- a/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+ElementaryFiles.xml
+++ b/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+ElementaryFiles.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Constants for metadata about the elementary files of the SIM cards in the phone.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,8 +53,19 @@
System.String
- To be added.
- To be added.
+ The MIME type of a CONTENT_URI subdirectory of a single ADN-like elementary file.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -66,8 +88,19 @@
System.String
- To be added.
- To be added.
+ The MIME type of CONTENT_URI providing a directory of ADN-like elementary files.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -90,9 +123,20 @@
Android.Net.Uri
- To be added.
+ Content URI for the ADN-like elementary files available on the device.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -120,8 +164,20 @@
1
- To be added.
- To be added.
+ Type for accessing records in the "abbreviated dialing number" (ADN) elementary file on
+ the SIM.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.EF_ADN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -149,8 +205,20 @@
2
- To be added.
- To be added.
+ Type for accessing records in the "fixed dialing number" (FDN) elementary file on the
+ SIM.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.EF_FDN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -178,8 +246,20 @@
3
- To be added.
- To be added.
+ Type for accessing records in the "service dialing number" (SDN) elementary file on the
+ SIM.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.EF_SDN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -202,8 +282,19 @@
System.String
- To be added.
- To be added.
+ The elementary file type for this row.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.EF_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -231,8 +322,19 @@
0
- To be added.
- To be added.
+ A value for an elementary file that is not recognized.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.EF_UNKNOWN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -261,9 +363,20 @@
To be added.
To be added.
- To be added.
+ Returns a content uri for a specific elementary file.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.getItemUri(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -315,8 +428,19 @@
System.String
- To be added.
- To be added.
+ The maximum number of records supported by the elementary file.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.MAX_RECORDS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -339,8 +463,19 @@
System.String
- To be added.
- To be added.
+ The maximum length supported for the name of a record in the elementary file.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.NAME_MAX_LENGTH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -363,8 +498,19 @@
System.String
- To be added.
- To be added.
+ The maximum length supported for the phone number of a record in the elementary file.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.PHONE_NUMBER_MAX_LENGTH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -387,8 +533,19 @@
System.String
- To be added.
- To be added.
+ Count of the number of records that are currently stored in the elementary file.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.RECORD_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -411,8 +568,20 @@
System.String
- To be added.
- To be added.
+
+ SubscriptionInfo#getSimSlotIndex() of the SIM for this row.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.SLOT_INDEX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -435,8 +604,20 @@
System.String
- To be added.
- To be added.
+
+ SubscriptionInfo#getSubscriptionId() of the SIM for this row.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.ElementaryFiles.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+SimRecords.xml b/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+SimRecords.xml
index c3a7b4a87f..9a53c5c511 100644
--- a/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+SimRecords.xml
+++ b/docs/Mono.Android/en/Android.Provider/SimPhonebookContract+SimRecords.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Constants for the contact records on a SIM card.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.SimRecords.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,8 +53,19 @@
System.String
- To be added.
- To be added.
+ The MIME type of a CONTENT_URI subdirectory of a single SIM record.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.SimRecords.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -66,8 +88,19 @@
System.String
- To be added.
- To be added.
+ The MIME type of CONTENT_URI providing a directory of SIM records.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.SimRecords.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -90,8 +123,19 @@
System.String
- To be added.
- To be added.
+ The type of the elementary file the record is from.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.SimRecords.ELEMENTARY_FILE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -115,8 +159,20 @@
-1
- To be added.
- To be added.
+ Value returned from #getEncodedNameLength(ContentResolver, String) when the name
+ length could not be determined because the name could not be encoded.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.SimRecords.ERROR_NAME_UNSUPPORTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -143,11 +199,22 @@
- To be added.
- To be added.
- To be added.
+ the subscriptionId of the SIM card that this Uri will reference
+ the elementary file on the SIM that this Uri will reference
+ Returns the content Uri for the specified elementary file on the specified SIM.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.SimRecords.getContentUri(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -176,9 +243,22 @@
To be added.
To be added.
- To be added.
- To be added.
- To be added.
+ Returns the number of bytes required to encode the specified name when it is stored
+ on the SIM.
+ the number of bytes required by the encoded name or
+ #ERROR_NAME_UNSUPPORTED if the name could not be encoded.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.SimRecords.getEncodedNameLength(android.content.ContentResolver, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -206,12 +286,30 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the subscription ID of the SIM containing the record. If no SIM
+ with this subscription ID exists then it will be treated as a
+ non-existent record
+ the elementary file type containing the record. If the specified
+ SIM doesn't support this elementary file then it will be treated
+ as a non-existent record.
+ the record number of the record this Uri should reference. This
+ must be greater than 0. If there is no record with this record
+ number in the specified entity file then it will be treated as a
+ non-existent record.
+ Content Uri for the specific SIM record with the provided #RECORD_NUMBER.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.SimRecords.getItemUri(int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -263,8 +361,19 @@
System.String
- To be added.
- To be added.
+ The name for this record.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.SimRecords.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -287,8 +396,19 @@
System.String
- To be added.
- To be added.
+ The phone number for this record.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.SimRecords.PHONE_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -311,8 +431,19 @@
System.String
- To be added.
- To be added.
+ The 1-based offset of the record in the elementary file that contains it.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.SimRecords.RECORD_NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -335,8 +466,19 @@
System.String
- To be added.
- To be added.
+ The subscription ID of the SIM the record is from.
+
+
+
+ Java documentation for android.provider.SimPhonebookContract.SimRecords.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/SyncStateContract+Columns.xml b/docs/Mono.Android/en/Android.Provider/SyncStateContract+Columns.xml
index 520981f2e5..b0d1d5c83f 100644
--- a/docs/Mono.Android/en/Android.Provider/SyncStateContract+Columns.xml
+++ b/docs/Mono.Android/en/Android.Provider/SyncStateContract+Columns.xml
@@ -57,10 +57,18 @@
System.String
- A reference to the name of the account to which this data belongs
-
+ A reference to the name of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -89,10 +97,18 @@
System.String
- A reference to the type of the account to which this data belongs
-
+ A reference to the type of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -162,7 +178,16 @@
The sync data associated with this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/SyncStateContract+Constants+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/SyncStateContract+Constants+InterfaceConsts.xml
index 57cc247721..6563d01c39 100644
--- a/docs/Mono.Android/en/Android.Provider/SyncStateContract+Constants+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/SyncStateContract+Constants+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ A reference to the name of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ A reference to the type of the account to which this data belongs
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,9 +143,18 @@
System.String
- To be added.
+ The sync data associated with this account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/SyncStateContract+Helpers.xml b/docs/Mono.Android/en/Android.Provider/SyncStateContract+Helpers.xml
index 5520cdd1b9..4c6cf2d6a4 100644
--- a/docs/Mono.Android/en/Android.Provider/SyncStateContract+Helpers.xml
+++ b/docs/Mono.Android/en/Android.Provider/SyncStateContract+Helpers.xml
@@ -79,14 +79,23 @@
- the that is to be used to communicate
- with the that contains the sync state.
+ the ContentProviderClient that is to be used to communicate
+ with the android.content.ContentProvider that contains the sync state.
the uri of the sync state
- the whose sync state should be returned
+ the Account whose sync state should be returned
Get the sync state that is associated with the account or null.
- To be added.
+ the sync state or null if there is no sync state associated with the account
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Helpers.get(android.content.ContentProviderClient, android.net.Uri, android.accounts.Account).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if there is a failure communicating with the remote
@@ -228,13 +237,23 @@
the uri of the sync state
- the whose sync state should be set
+ the Account whose sync state should be set
the byte[] that contains the sync state
Creates and returns a ContentProviderOperation that assigns the data array as the
- sync state for the given account.
- To be added.
+ sync state for the given account.
+ the new ContentProviderOperation that assigns the data array as the
+ account's sync state
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Helpers.newSetOperation(android.net.Uri, android.accounts.Account, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -266,10 +285,20 @@
the uri of the specific sync state to set
the byte[] that contains the sync state
Creates and returns a ContentProviderOperation that assigns the data array as the
- sync state for the given account.
- To be added.
+ sync state for the given account.
+ the new ContentProviderOperation that assigns the data array as the
+ account's sync state
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Helpers.newUpdateOperation(android.net.Uri, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -300,14 +329,23 @@
- the that is to be used to communicate
- with the that contains the sync state.
+ the ContentProviderClient that is to be used to communicate
+ with the android.content.ContentProvider that contains the sync state.
the uri of the sync state
- the whose sync state should be set
+ the Account whose sync state should be set
the byte[] that contains the sync state
Assigns the data array as the sync state for the given account.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.SyncStateContract.Helpers.set(android.content.ContentProviderClient, android.net.Uri, android.accounts.Account, byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if there is a failure communicating with the remote
diff --git a/docs/Mono.Android/en/Android.Provider/SyncStateContract+IColumns.xml b/docs/Mono.Android/en/Android.Provider/SyncStateContract+IColumns.xml
index 13952e73dd..0320b95ebc 100644
--- a/docs/Mono.Android/en/Android.Provider/SyncStateContract+IColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/SyncStateContract+IColumns.xml
@@ -33,8 +33,19 @@
System.String
- To be added.
- To be added.
+ A reference to the name of the account to which this data belongs
+
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +68,19 @@
System.String
- To be added.
- To be added.
+ A reference to the type of the account to which this data belongs
+
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +103,19 @@
System.String
- To be added.
- To be added.
+ The sync data associated with this account.
+
+
+
+ Java documentation for android.provider.SyncStateContract.Columns.DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+BaseMmsColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+BaseMmsColumns.xml
index 82c55aeb49..8f5ba83d0b 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+BaseMmsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+BaseMmsColumns.xml
@@ -57,9 +57,18 @@
System.String
- To be added.
+ The content-class of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -87,9 +96,18 @@
System.String
- To be added.
+ The Content-Location of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -117,9 +135,18 @@
System.String
- To be added.
+ The Content-Type of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -186,9 +213,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -216,9 +252,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -246,9 +291,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -276,9 +330,18 @@
System.String
- To be added.
+ The delivery-report of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,9 +369,18 @@
System.String
- To be added.
+ The delivery-time of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -336,9 +408,18 @@
System.String
- To be added.
+ The expiry time of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -405,9 +486,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -435,9 +525,18 @@
System.String
- To be added.
+ The box which the message belongs to, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -466,9 +565,18 @@
0
- To be added.
+ Message box: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -497,9 +605,18 @@
3
- To be added.
+ Message box: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -528,9 +645,18 @@
5
- To be added.
+ Message box: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -559,9 +685,18 @@
1
- To be added.
+ Message box: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -590,9 +725,18 @@
4
- To be added.
+ Message box: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -621,9 +765,18 @@
2
- To be added.
+ Message box: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -651,9 +804,18 @@
System.String
- To be added.
+ The class of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -681,9 +843,18 @@
System.String
- To be added.
+ The Message-ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -711,9 +882,18 @@
System.String
- To be added.
+ The size of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -741,9 +921,18 @@
System.String
- To be added.
+ The type of the message defined by MMS spec.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -771,9 +960,18 @@
System.String
- To be added.
+ The version of the specification that this message conforms to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -801,9 +999,18 @@
System.String
- To be added.
+ The priority of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -831,9 +1038,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -861,9 +1077,18 @@
System.String
- To be added.
+ The read-report of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -891,9 +1116,18 @@
System.String
- To be added.
+ The read-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -921,9 +1155,18 @@
System.String
- To be added.
+ Is read report allowed?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -951,9 +1194,18 @@
System.String
- To be added.
+ The response-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -981,9 +1233,18 @@
System.String
- To be added.
+ The response-text of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1011,9 +1272,18 @@
System.String
- To be added.
+ The retrieve-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1041,9 +1311,18 @@
System.String
- To be added.
+ The retrieve-text of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1071,9 +1350,18 @@
System.String
- To be added.
+ The character set of the retrieve-text.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1101,9 +1389,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a new message notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1131,9 +1429,18 @@
System.String
- To be added.
+ The status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1161,9 +1468,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1191,9 +1507,18 @@
System.String
- To be added.
+ The character set of the subject, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1221,9 +1546,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1251,9 +1585,19 @@
System.String
- To be added.
+ Does the message have only a text part (can also have a subject) with
+ no picture, slideshow, sound, etc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1281,9 +1625,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1311,9 +1664,18 @@
System.String
- To be added.
+ The transaction-id of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+CanonicalAddressesColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+CanonicalAddressesColumns.xml
index bfcac96423..450602bf99 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+CanonicalAddressesColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+CanonicalAddressesColumns.xml
@@ -57,9 +57,18 @@
System.String
- To be added.
+ An address used in MMS or SMS.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.CanonicalAddressesColumns.ADDRESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+CarrierId.xml b/docs/Mono.Android/en/Android.Provider/Telephony+CarrierId.xml
index f1143303e9..3368c61fe3 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+CarrierId.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+CarrierId.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Contains carrier identification information for the current subscriptions.
+
+
+
+ Java documentation for android.provider.Telephony.CarrierId.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,8 +53,19 @@
System.String
- To be added.
- To be added.
+ A unique carrier id
+
+
+
+ Java documentation for android.provider.Telephony.CarrierId.CARRIER_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -66,8 +88,19 @@
System.String
- To be added.
- To be added.
+ A user facing carrier name.
+
+
+
+ Java documentation for android.provider.Telephony.CarrierId.CARRIER_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -90,9 +123,20 @@
Android.Net.Uri
- To be added.
+ The content:// style URI for this provider.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.Telephony.CarrierId.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -118,10 +162,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the subscriptionId to receive updates on
+ Generates a content Uri used to receive updates on specific carrier identity
+ change on the given subscriptionId returned by
+ TelephonyManager#getSimSpecificCarrierId().
+ the Uri used to observe specific carrier identity changes
+
+
+
+ Java documentation for android.provider.Telephony.CarrierId.getSpecificCarrierIdUriForSubscriptionId(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -147,10 +204,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the subscriptionId to receive updates on
+ Generates a content Uri used to receive updates on carrier identity change
+ on the given subscriptionId
+ the Uri used to observe carrier identity changes
+
+
+
+ Java documentation for android.provider.Telephony.CarrierId.getUriForSubscriptionId(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -202,8 +271,19 @@
System.String
- To be added.
- To be added.
+ A fine-grained carrier id.
+
+
+
+ Java documentation for android.provider.Telephony.CarrierId.SPECIFIC_CARRIER_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -226,8 +306,19 @@
System.String
- To be added.
- To be added.
+ A user facing carrier name for specific carrier id #SPECIFIC_CARRIER_ID.
+
+
+
+ Java documentation for android.provider.Telephony.CarrierId.SPECIFIC_CARRIER_ID_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Carriers.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Carriers.xml
index 073b8a4aef..39c48b0a1b 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Carriers.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Carriers.xml
@@ -18,14 +18,18 @@
- To be added.
+ Carriers class contains information about APNs, including MMSC information.
- Android platform documentation
+ Java documentation for android.provider.Telephony.Carriers.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,9 +53,18 @@
System.String
- To be added.
+ APN name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.APN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,9 +88,18 @@
System.String
- To be added.
+ Authentication type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.AUTH_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -105,9 +127,18 @@
System.String
- To be added.
+ Radio Access Technology info.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.BEARER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,9 +162,18 @@
System.String
- To be added.
+ Is this APN enabled?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.CARRIER_ENABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -157,8 +197,20 @@
System.String
- To be added.
- To be added.
+ A unique carrier id associated with this APN
+ TelephonyManager#getSimCarrierId()
+
+
+
+ Java documentation for android.provider.Telephony.Carriers.CARRIER_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -181,10 +233,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -208,9 +269,18 @@
System.String
- To be added.
+ Is this the current APN?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.CURRENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -234,9 +304,18 @@
System.String
- To be added.
+ The default sort order for this table.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -295,9 +374,18 @@
System.String
- To be added.
+ Mobile Country Code (MCC).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.MCC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -321,9 +409,18 @@
System.String
- To be added.
+ MMSC URL.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.MMSC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -347,9 +444,18 @@
System.String
- To be added.
+ MMS proxy port.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.MMSPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -373,9 +479,18 @@
System.String
- To be added.
+ MMS proxy address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.MMSPROXY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -403,9 +518,18 @@
System.String
- To be added.
+ Mobile Network Code (MNC).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.MNC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -433,9 +557,18 @@
System.String
- To be added.
+ MVNO data.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.MVNO_MATCH_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -463,9 +596,19 @@
System.String
- To be added.
+ MVNO type:
+ SPN (Service Provider Name), IMSI, GID (Group Identifier Level 1).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.MVNO_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -489,9 +632,18 @@
System.String
- To be added.
+ Entry name.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -515,8 +667,19 @@
System.String
- To be added.
- To be added.
+ Radio technology (network type) bitmask.
+
+
+
+ Java documentation for android.provider.Telephony.Carriers.NETWORK_TYPE_BITMASK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -543,9 +706,18 @@
System.String
- To be added.
+ Numeric operator ID (as String).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.NUMERIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -569,9 +741,18 @@
System.String
- To be added.
+ APN password.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.PASSWORD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -595,9 +776,18 @@
System.String
- To be added.
+ Proxy port.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.PORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -621,9 +811,18 @@
System.String
- To be added.
+ The protocol to use to connect to this APN.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -647,9 +846,18 @@
System.String
- To be added.
+ Proxy address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.PROXY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -673,9 +881,18 @@
System.String
- To be added.
+ The protocol to use to connect to this APN when roaming.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.ROAMING_PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -699,9 +916,18 @@
System.String
- To be added.
+ Server address.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.SERVER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -725,9 +951,20 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for this table.
To be added.
- To be added.
+
+
+
+ Java documentation for android.provider.Telephony.Carriers.SIM_APN_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -750,9 +987,18 @@
System.String
- To be added.
+ The subscription to which the APN belongs to
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -838,9 +1084,18 @@
System.String
- To be added.
+ Comma-delimited list of APN types.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -864,9 +1119,18 @@
System.String
- To be added.
+ APN username.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Carriers.USER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+IBaseMmsColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+IBaseMmsColumns.xml
index 42422fa6fe..8870240470 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+IBaseMmsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+IBaseMmsColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Base columns for tables that contain MMSs.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,19 @@
System.String
- To be added.
- To be added.
+ The content-class of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +79,19 @@
System.String
- To be added.
- To be added.
+ The Content-Location of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +114,19 @@
System.String
- To be added.
- To be added.
+ The Content-Type of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +149,19 @@
System.String
- To be added.
- To be added.
+ The identity of the sender of a sent message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +184,19 @@
System.String
- To be added.
- To be added.
+ The date the message was received.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +219,19 @@
System.String
- To be added.
- To be added.
+ The date the message was sent.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +254,19 @@
System.String
- To be added.
- To be added.
+ The delivery-report of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -201,8 +289,19 @@
System.String
- To be added.
- To be added.
+ The delivery-time of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -225,8 +324,19 @@
System.String
- To be added.
- To be added.
+ The expiry time of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -249,8 +359,19 @@
System.String
- To be added.
- To be added.
+ Is the message locked?
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -273,8 +394,19 @@
System.String
- To be added.
- To be added.
+ The box which the message belongs to, e.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -297,8 +429,19 @@
System.String
- To be added.
- To be added.
+ The class of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -321,8 +464,19 @@
System.String
- To be added.
- To be added.
+ The Message-ID of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -345,8 +499,19 @@
System.String
- To be added.
- To be added.
+ The size of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -369,8 +534,19 @@
System.String
- To be added.
- To be added.
+ The type of the message defined by MMS spec.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -393,8 +569,19 @@
System.String
- To be added.
- To be added.
+ The version of the specification that this message conforms to.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -417,8 +604,19 @@
System.String
- To be added.
- To be added.
+ The priority of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -441,8 +639,19 @@
System.String
- To be added.
- To be added.
+ Has the message been read?
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -465,8 +674,19 @@
System.String
- To be added.
- To be added.
+ The read-report of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -489,8 +709,19 @@
System.String
- To be added.
- To be added.
+ The read-status of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -513,8 +744,19 @@
System.String
- To be added.
- To be added.
+ Is read report allowed?
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -537,8 +779,19 @@
System.String
- To be added.
- To be added.
+ The response-status of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -561,8 +814,19 @@
System.String
- To be added.
- To be added.
+ The response-text of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -585,8 +849,19 @@
System.String
- To be added.
- To be added.
+ The retrieve-status of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -609,8 +884,19 @@
System.String
- To be added.
- To be added.
+ The retrieve-text of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -633,8 +919,19 @@
System.String
- To be added.
- To be added.
+ The character set of the retrieve-text.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -657,8 +954,20 @@
System.String
- To be added.
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a new message notification.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -681,8 +990,19 @@
System.String
- To be added.
- To be added.
+ The status of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -705,8 +1025,19 @@
System.String
- To be added.
- To be added.
+ The subject of the message, if present.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -729,8 +1060,19 @@
System.String
- To be added.
- To be added.
+ The character set of the subject, if present.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -753,8 +1095,19 @@
System.String
- To be added.
- To be added.
+ The subscription to which the message belongs to.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -777,8 +1130,20 @@
System.String
- To be added.
- To be added.
+ Does the message have only a text part (can also have a subject) with
+ no picture, slideshow, sound, etc.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -801,8 +1166,19 @@
System.String
- To be added.
- To be added.
+ The thread ID of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -825,8 +1201,19 @@
System.String
- To be added.
- To be added.
+ The transaction-id of the message.
+
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+ICanonicalAddressesColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+ICanonicalAddressesColumns.xml
index 37b53d9039..e51a58169a 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+ICanonicalAddressesColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+ICanonicalAddressesColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Columns for the "canonical_addresses" table used by MMS and SMS.
+
+
+
+ Java documentation for android.provider.Telephony.CanonicalAddressesColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,19 @@
System.String
- To be added.
- To be added.
+ An address used in MMS or SMS.
+
+
+
+ Java documentation for android.provider.Telephony.CanonicalAddressesColumns.ADDRESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+ITextBasedSmsColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+ITextBasedSmsColumns.xml
index bc1cf69ad9..1220e6a465 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+ITextBasedSmsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+ITextBasedSmsColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Base columns for tables that contain text-based SMSs.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,19 @@
System.String
- To be added.
- To be added.
+ The address of the other party.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +79,19 @@
System.String
- To be added.
- To be added.
+ The body of the message.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +114,19 @@
System.String
- To be added.
- To be added.
+ The identity of the sender of a sent message.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +149,19 @@
System.String
- To be added.
- To be added.
+ The date the message was received.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +184,19 @@
System.String
- To be added.
- To be added.
+ The date the message was sent.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +219,19 @@
System.String
- To be added.
- To be added.
+ Error code associated with sending or receiving this message
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +254,19 @@
System.String
- To be added.
- To be added.
+ Is the message locked?
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -201,8 +289,19 @@
System.String
- To be added.
- To be added.
+ The ID of the sender of the conversation, if present.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -225,8 +324,19 @@
System.String
- To be added.
- To be added.
+ The protocol identifier code.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -249,8 +359,19 @@
System.String
- To be added.
- To be added.
+ Has the message been read?
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -273,8 +394,19 @@
System.String
- To be added.
- To be added.
+ Is the TP-Reply-Path flag set?
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -297,8 +429,20 @@
System.String
- To be added.
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a notification.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -321,8 +465,19 @@
System.String
- To be added.
- To be added.
+ The service center (SC) through which to send the message, if present.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -345,8 +500,20 @@
System.String
- To be added.
- To be added.
+
+ TP-Status value for the message, or -1 if no status has been received.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -369,8 +536,19 @@
System.String
- To be added.
- To be added.
+ The subject of the message, if present.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -393,8 +571,19 @@
System.String
- To be added.
- To be added.
+ The subscription to which the message belongs to.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -417,8 +606,19 @@
System.String
- To be added.
- To be added.
+ The thread ID of the message.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -441,8 +641,19 @@
System.String
- To be added.
- To be added.
+ The type of message.
+
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+IThreadsColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+IThreadsColumns.xml
index 196c1ea9dd..3f6e613f00 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+IThreadsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+IThreadsColumns.xml
@@ -9,8 +9,19 @@
- To be added.
- To be added.
+ Columns for the "threads" table used by MMS and SMS.
+
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -33,8 +44,19 @@
System.String
- To be added.
- To be added.
+ If the thread is archived
+
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.ARCHIVED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -57,8 +79,19 @@
System.String
- To be added.
- To be added.
+ The date at which the thread was created.
+
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -81,8 +114,19 @@
System.String
- To be added.
- To be added.
+ Indicates whether there is a transmission error in the thread.
+
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,8 +149,19 @@
System.String
- To be added.
- To be added.
+ Indicates whether this thread contains any attachments.
+
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.HAS_ATTACHMENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -129,8 +184,19 @@
System.String
- To be added.
- To be added.
+ The message count of the thread.
+
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.MESSAGE_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -153,8 +219,19 @@
System.String
- To be added.
- To be added.
+ Indicates whether all messages of the thread have been read.
+
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,8 +254,20 @@
System.String
- To be added.
- To be added.
+ A string encoding of the recipient IDs of the recipients of
+ the message, in numerical order and separated by spaces.
+
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.RECIPIENT_IDS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -201,8 +290,19 @@
System.String
- To be added.
- To be added.
+ The snippet of the latest message in the thread.
+
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.SNIPPET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -225,8 +325,19 @@
System.String
- To be added.
- To be added.
+ The charset of the snippet.
+
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.SNIPPET_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -249,8 +360,20 @@
System.String
- To be added.
- To be added.
+ Type of the thread, either Threads#COMMON_THREAD or
+ Threads#BROADCAST_THREAD.
+
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Draft+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Draft+InterfaceConsts.xml
index 89d9faab44..4fd51ae48f 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Draft+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Draft+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The content-class of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The Content-Location of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +108,18 @@
System.String
- To be added.
+ The Content-Type of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +213,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +248,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -229,9 +283,18 @@
System.String
- To be added.
+ The delivery-report of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,9 +318,18 @@
System.String
- To be added.
+ The delivery-time of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,9 +353,18 @@
System.String
- To be added.
+ The expiry time of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +423,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,9 +458,18 @@
System.String
- To be added.
+ The box which the message belongs to, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -399,9 +498,18 @@
0
- To be added.
+ Message box: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -430,9 +538,18 @@
3
- To be added.
+ Message box: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -461,9 +578,18 @@
5
- To be added.
+ Message box: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -492,9 +618,18 @@
1
- To be added.
+ Message box: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -523,9 +658,18 @@
4
- To be added.
+ Message box: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -554,9 +698,18 @@
2
- To be added.
+ Message box: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -580,9 +733,18 @@
System.String
- To be added.
+ The class of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -606,9 +768,18 @@
System.String
- To be added.
+ The Message-ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -632,9 +803,18 @@
System.String
- To be added.
+ The size of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -658,9 +838,18 @@
System.String
- To be added.
+ The type of the message defined by MMS spec.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -684,9 +873,18 @@
System.String
- To be added.
+ The version of the specification that this message conforms to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -710,9 +908,18 @@
System.String
- To be added.
+ The priority of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -736,9 +943,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -762,9 +978,18 @@
System.String
- To be added.
+ The read-report of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -788,9 +1013,18 @@
System.String
- To be added.
+ The read-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -814,9 +1048,18 @@
System.String
- To be added.
+ Is read report allowed?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -840,9 +1083,18 @@
System.String
- To be added.
+ The response-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -866,9 +1118,18 @@
System.String
- To be added.
+ The response-text of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -892,9 +1153,18 @@
System.String
- To be added.
+ The retrieve-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -918,9 +1188,18 @@
System.String
- To be added.
+ The retrieve-text of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -944,9 +1223,18 @@
System.String
- To be added.
+ The character set of the retrieve-text.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -970,9 +1258,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a new message notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -996,9 +1294,18 @@
System.String
- To be added.
+ The status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1022,9 +1329,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1048,9 +1364,18 @@
System.String
- To be added.
+ The character set of the subject, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1074,9 +1399,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1100,9 +1434,19 @@
System.String
- To be added.
+ Does the message have only a text part (can also have a subject) with
+ no picture, slideshow, sound, etc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1126,9 +1470,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1152,9 +1505,18 @@
System.String
- To be added.
+ The transaction-id of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Inbox+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Inbox+InterfaceConsts.xml
index 2e2c4090b5..0b78169542 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Inbox+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Inbox+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The content-class of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The Content-Location of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +108,18 @@
System.String
- To be added.
+ The Content-Type of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +213,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +248,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -229,9 +283,18 @@
System.String
- To be added.
+ The delivery-report of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,9 +318,18 @@
System.String
- To be added.
+ The delivery-time of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,9 +353,18 @@
System.String
- To be added.
+ The expiry time of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +423,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,9 +458,18 @@
System.String
- To be added.
+ The box which the message belongs to, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -399,9 +498,18 @@
0
- To be added.
+ Message box: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -430,9 +538,18 @@
3
- To be added.
+ Message box: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -461,9 +578,18 @@
5
- To be added.
+ Message box: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -492,9 +618,18 @@
1
- To be added.
+ Message box: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -523,9 +658,18 @@
4
- To be added.
+ Message box: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -554,9 +698,18 @@
2
- To be added.
+ Message box: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -580,9 +733,18 @@
System.String
- To be added.
+ The class of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -606,9 +768,18 @@
System.String
- To be added.
+ The Message-ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -632,9 +803,18 @@
System.String
- To be added.
+ The size of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -658,9 +838,18 @@
System.String
- To be added.
+ The type of the message defined by MMS spec.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -684,9 +873,18 @@
System.String
- To be added.
+ The version of the specification that this message conforms to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -710,9 +908,18 @@
System.String
- To be added.
+ The priority of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -736,9 +943,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -762,9 +978,18 @@
System.String
- To be added.
+ The read-report of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -788,9 +1013,18 @@
System.String
- To be added.
+ The read-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -814,9 +1048,18 @@
System.String
- To be added.
+ Is read report allowed?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -840,9 +1083,18 @@
System.String
- To be added.
+ The response-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -866,9 +1118,18 @@
System.String
- To be added.
+ The response-text of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -892,9 +1153,18 @@
System.String
- To be added.
+ The retrieve-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -918,9 +1188,18 @@
System.String
- To be added.
+ The retrieve-text of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -944,9 +1223,18 @@
System.String
- To be added.
+ The character set of the retrieve-text.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -970,9 +1258,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a new message notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -996,9 +1294,18 @@
System.String
- To be added.
+ The status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1022,9 +1329,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1048,9 +1364,18 @@
System.String
- To be added.
+ The character set of the subject, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1074,9 +1399,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1100,9 +1434,19 @@
System.String
- To be added.
+ Does the message have only a text part (can also have a subject) with
+ no picture, slideshow, sound, etc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1126,9 +1470,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1152,9 +1505,18 @@
System.String
- To be added.
+ The transaction-id of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+InterfaceConsts.xml
index e5f8c2d40a..2f4b4bcc90 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The content-class of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The Content-Location of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +108,18 @@
System.String
- To be added.
+ The Content-Type of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +213,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +248,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -229,9 +283,18 @@
System.String
- To be added.
+ The delivery-report of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,9 +318,18 @@
System.String
- To be added.
+ The delivery-time of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,9 +353,18 @@
System.String
- To be added.
+ The expiry time of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +423,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,9 +458,18 @@
System.String
- To be added.
+ The box which the message belongs to, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -399,9 +498,18 @@
0
- To be added.
+ Message box: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -430,9 +538,18 @@
3
- To be added.
+ Message box: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -461,9 +578,18 @@
5
- To be added.
+ Message box: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -492,9 +618,18 @@
1
- To be added.
+ Message box: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -523,9 +658,18 @@
4
- To be added.
+ Message box: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -554,9 +698,18 @@
2
- To be added.
+ Message box: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -580,9 +733,18 @@
System.String
- To be added.
+ The class of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -606,9 +768,18 @@
System.String
- To be added.
+ The Message-ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -632,9 +803,18 @@
System.String
- To be added.
+ The size of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -658,9 +838,18 @@
System.String
- To be added.
+ The type of the message defined by MMS spec.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -684,9 +873,18 @@
System.String
- To be added.
+ The version of the specification that this message conforms to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -710,9 +908,18 @@
System.String
- To be added.
+ The priority of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -736,9 +943,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -762,9 +978,18 @@
System.String
- To be added.
+ The read-report of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -788,9 +1013,18 @@
System.String
- To be added.
+ The read-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -814,9 +1048,18 @@
System.String
- To be added.
+ Is read report allowed?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -840,9 +1083,18 @@
System.String
- To be added.
+ The response-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -866,9 +1118,18 @@
System.String
- To be added.
+ The response-text of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -892,9 +1153,18 @@
System.String
- To be added.
+ The retrieve-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -918,9 +1188,18 @@
System.String
- To be added.
+ The retrieve-text of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -944,9 +1223,18 @@
System.String
- To be added.
+ The character set of the retrieve-text.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -970,9 +1258,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a new message notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -996,9 +1294,18 @@
System.String
- To be added.
+ The status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1022,9 +1329,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1048,9 +1364,18 @@
System.String
- To be added.
+ The character set of the subject, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1074,9 +1399,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1100,9 +1434,19 @@
System.String
- To be added.
+ Does the message have only a text part (can also have a subject) with
+ no picture, slideshow, sound, etc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1126,9 +1470,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1152,9 +1505,18 @@
System.String
- To be added.
+ The transaction-id of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Outbox+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Outbox+InterfaceConsts.xml
index 849b3119d1..6886b8277a 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Outbox+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Outbox+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The content-class of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The Content-Location of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +108,18 @@
System.String
- To be added.
+ The Content-Type of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +213,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +248,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -229,9 +283,18 @@
System.String
- To be added.
+ The delivery-report of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,9 +318,18 @@
System.String
- To be added.
+ The delivery-time of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,9 +353,18 @@
System.String
- To be added.
+ The expiry time of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +423,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,9 +458,18 @@
System.String
- To be added.
+ The box which the message belongs to, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -399,9 +498,18 @@
0
- To be added.
+ Message box: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -430,9 +538,18 @@
3
- To be added.
+ Message box: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -461,9 +578,18 @@
5
- To be added.
+ Message box: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -492,9 +618,18 @@
1
- To be added.
+ Message box: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -523,9 +658,18 @@
4
- To be added.
+ Message box: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -554,9 +698,18 @@
2
- To be added.
+ Message box: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -580,9 +733,18 @@
System.String
- To be added.
+ The class of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -606,9 +768,18 @@
System.String
- To be added.
+ The Message-ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -632,9 +803,18 @@
System.String
- To be added.
+ The size of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -658,9 +838,18 @@
System.String
- To be added.
+ The type of the message defined by MMS spec.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -684,9 +873,18 @@
System.String
- To be added.
+ The version of the specification that this message conforms to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -710,9 +908,18 @@
System.String
- To be added.
+ The priority of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -736,9 +943,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -762,9 +978,18 @@
System.String
- To be added.
+ The read-report of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -788,9 +1013,18 @@
System.String
- To be added.
+ The read-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -814,9 +1048,18 @@
System.String
- To be added.
+ Is read report allowed?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -840,9 +1083,18 @@
System.String
- To be added.
+ The response-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -866,9 +1118,18 @@
System.String
- To be added.
+ The response-text of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -892,9 +1153,18 @@
System.String
- To be added.
+ The retrieve-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -918,9 +1188,18 @@
System.String
- To be added.
+ The retrieve-text of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -944,9 +1223,18 @@
System.String
- To be added.
+ The character set of the retrieve-text.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -970,9 +1258,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a new message notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -996,9 +1294,18 @@
System.String
- To be added.
+ The status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1022,9 +1329,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1048,9 +1364,18 @@
System.String
- To be added.
+ The character set of the subject, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1074,9 +1399,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1100,9 +1434,19 @@
System.String
- To be added.
+ Does the message have only a text part (can also have a subject) with
+ no picture, slideshow, sound, etc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1126,9 +1470,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1152,9 +1505,18 @@
System.String
- To be added.
+ The transaction-id of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Sent+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Sent+InterfaceConsts.xml
index 2ecd8cf024..fc59214634 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Sent+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Mms+Sent+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The content-class of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The Content-Location of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_LOCATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -90,9 +108,18 @@
System.String
- To be added.
+ The Content-Type of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +213,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +248,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -229,9 +283,18 @@
System.String
- To be added.
+ The delivery-report of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,9 +318,18 @@
System.String
- To be added.
+ The delivery-time of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.DELIVERY_TIME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -281,9 +353,18 @@
System.String
- To be added.
+ The expiry time of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.EXPIRY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +423,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -368,9 +458,18 @@
System.String
- To be added.
+ The box which the message belongs to, e.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -399,9 +498,18 @@
0
- To be added.
+ Message box: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -430,9 +538,18 @@
3
- To be added.
+ Message box: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -461,9 +578,18 @@
5
- To be added.
+ Message box: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -492,9 +618,18 @@
1
- To be added.
+ Message box: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -523,9 +658,18 @@
4
- To be added.
+ Message box: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -554,9 +698,18 @@
2
- To be added.
+ Message box: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -580,9 +733,18 @@
System.String
- To be added.
+ The class of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_CLASS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -606,9 +768,18 @@
System.String
- To be added.
+ The Message-ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -632,9 +803,18 @@
System.String
- To be added.
+ The size of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_SIZE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -658,9 +838,18 @@
System.String
- To be added.
+ The type of the message defined by MMS spec.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MESSAGE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -684,9 +873,18 @@
System.String
- To be added.
+ The version of the specification that this message conforms to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.MMS_VERSION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -710,9 +908,18 @@
System.String
- To be added.
+ The priority of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.PRIORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -736,9 +943,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -762,9 +978,18 @@
System.String
- To be added.
+ The read-report of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_REPORT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -788,9 +1013,18 @@
System.String
- To be added.
+ The read-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.READ_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -814,9 +1048,18 @@
System.String
- To be added.
+ Is read report allowed?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.REPORT_ALLOWED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -840,9 +1083,18 @@
System.String
- To be added.
+ The response-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -866,9 +1118,18 @@
System.String
- To be added.
+ The response-text of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RESPONSE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -892,9 +1153,18 @@
System.String
- To be added.
+ The retrieve-status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -918,9 +1188,18 @@
System.String
- To be added.
+ The retrieve-text of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -944,9 +1223,18 @@
System.String
- To be added.
+ The character set of the retrieve-text.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.RETRIEVE_TEXT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -970,9 +1258,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a new message notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -996,9 +1294,18 @@
System.String
- To be added.
+ The status of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1022,9 +1329,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1048,9 +1364,18 @@
System.String
- To be added.
+ The character set of the subject, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBJECT_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1074,9 +1399,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1100,9 +1434,19 @@
System.String
- To be added.
+ Does the message have only a text part (can also have a subject) with
+ no picture, slideshow, sound, etc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TEXT_ONLY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1126,9 +1470,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1152,9 +1505,18 @@
System.String
- To be added.
+ The transaction-id of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.BaseMmsColumns.TRANSACTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Mms.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Mms.xml
index d8786589e3..b7ea491d64 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Mms.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Mms.xml
@@ -18,14 +18,18 @@
- To be added.
+ Contains all MMS messages.
- Android platform documentation
+ Java documentation for android.provider.Telephony.Mms.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,19 @@
Android.Net.Uri
- To be added.
+ The content:// URI for this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Mms.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,9 +89,18 @@
System.String
- To be added.
+ The default sort order for this table.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Mms.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -133,10 +155,19 @@
Android.Net.Uri
- To be added.
+ Content URI for getting MMS report requests.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Mms.REPORT_REQUEST_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,10 +191,19 @@
Android.Net.Uri
- To be added.
+ Content URI for getting MMS report status.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Mms.REPORT_STATUS_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+MmsSms.xml b/docs/Mono.Android/en/Android.Provider/Telephony+MmsSms.xml
index 1b95b4603a..d072f59e91 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+MmsSms.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+MmsSms.xml
@@ -18,14 +18,18 @@
- To be added.
+ Contains all MMS and SMS messages.
- Android platform documentation
+ Java documentation for android.provider.Telephony.MmsSms.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for this table, by conversation.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.CONTENT_CONVERSATIONS_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,10 +89,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for draft messages in this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.CONTENT_DRAFT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -103,10 +125,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for this table, by phone number.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.CONTENT_FILTER_BYPHONE_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,10 +161,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for locked messages in this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.CONTENT_LOCKED_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -157,10 +197,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for undelivered messages in this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.CONTENT_UNDELIVERED_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -184,10 +233,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -216,9 +274,18 @@
1
- To be added.
+ Error type: generic transient error.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_GENERIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -247,9 +314,18 @@
10
- To be added.
+ Error type: permanent error (along with all higher error values).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_GENERIC_PERMANENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -278,9 +354,18 @@
12
- To be added.
+ Error type: MMS protocol permanent error.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_MMS_PROTO_PERMANENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -309,9 +394,18 @@
3
- To be added.
+ Error type: MMS protocol transient error.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_MMS_PROTO_TRANSIENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -340,9 +434,18 @@
11
- To be added.
+ Error type: SMS protocol permanent error.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_SMS_PROTO_PERMANENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -371,9 +474,18 @@
2
- To be added.
+ Error type: SMS protocol transient error.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_SMS_PROTO_TRANSIENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -402,9 +514,18 @@
4
- To be added.
+ Error type: transport failure.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.ERR_TYPE_TRANSPORT_FAILURE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -464,9 +585,18 @@
1
- To be added.
+ MMS protocol type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.MMS_PROTO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -495,9 +625,18 @@
0
- To be added.
+ Error type: no error.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.NO_ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -521,10 +660,19 @@
Android.Net.Uri
- To be added.
+ Pass in a query parameter called "pattern" which is the text to search for.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.SEARCH_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -553,9 +701,18 @@
0
- To be added.
+ SMS protocol type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.SMS_PROTO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -641,9 +798,18 @@
System.String
- To be added.
+ The column to distinguish SMS and MMS messages in query results.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.MmsSms.TYPE_DISCRIMINATOR_COLUMN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+ServiceStateTable.xml b/docs/Mono.Android/en/Android.Provider/Telephony+ServiceStateTable.xml
index 15f546907f..ddd169d89a 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+ServiceStateTable.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+ServiceStateTable.xml
@@ -18,14 +18,19 @@
- To be added.
+ Constants for interfacing with the ServiceStateProvider and the different fields of the
+ ServiceState class accessible through the provider.
- Android platform documentation
+ Java documentation for android.provider.Telephony.ServiceStateTable.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,9 +54,18 @@
System.String
- To be added.
+ The authority string for the ServiceStateProvider
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ServiceStateTable.AUTHORITY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -75,10 +89,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for the ServiceStateProvider
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ServiceStateTable.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -102,8 +125,19 @@
System.String
- To be added.
- To be added.
+ The current data network type.
+
+
+
+ Java documentation for android.provider.Telephony.ServiceStateTable.DATA_NETWORK_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -126,8 +160,19 @@
System.String
- To be added.
- To be added.
+ An integer value indicating the current data service state.
+
+
+
+ Java documentation for android.provider.Telephony.ServiceStateTable.DATA_REG_STATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -150,8 +195,20 @@
System.String
- To be added.
- To be added.
+ An integer value indicating the current duplex mode if the radio technology is LTE,
+ LTE-CA or NR.
+
+
+
+ Java documentation for android.provider.Telephony.ServiceStateTable.DUPLEX_MODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -177,11 +234,21 @@
- To be added.
- To be added.
- To be added.
+ the subscriptionId to receive updates on
+ Generates a content Uri used to receive updates on every field in the
+ ServiceState provider.
+ the Uri used to observe ServiceState changes
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ServiceStateTable.getUriForSubscriptionId(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -209,12 +276,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the subscriptionId to receive updates on
+ the ServiceState field to receive updates on
+ Generates a content Uri used to receive updates on a specific field in the
+ ServiceState provider.
+ the Uri used to observe ServiceState changes
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ServiceStateTable.getUriForSubscriptionIdAndField(int, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -238,9 +315,18 @@
System.String
- To be added.
+ The current network selection mode.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ServiceStateTable.IS_MANUAL_NETWORK_SELECTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -357,9 +443,18 @@
System.String
- To be added.
+ The current registered operator numeric id.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ServiceStateTable.VOICE_OPERATOR_NUMERIC.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -383,9 +478,18 @@
System.String
- To be added.
+ An integer value indicating the current voice service state.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ServiceStateTable.VOICE_REG_STATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Conversations+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Conversations+InterfaceConsts.xml
index 927e962cef..ac11007831 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Conversations+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Conversations+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The address of the other party.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The body of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,9 +143,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +213,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +248,18 @@
System.String
- To be added.
+ Error code associated with sending or receiving this message
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +318,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -295,9 +358,18 @@
0
- To be added.
+ Message type: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -326,9 +398,18 @@
3
- To be added.
+ Message type: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -357,9 +438,18 @@
5
- To be added.
+ Message type: failed outgoing message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -388,9 +478,18 @@
1
- To be added.
+ Message type: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -419,9 +518,18 @@
4
- To be added.
+ Message type: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -450,9 +558,18 @@
6
- To be added.
+ Message type: queued to send later.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -481,9 +598,18 @@
2
- To be added.
+ Message type: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -507,9 +633,18 @@
System.String
- To be added.
+ The ID of the sender of the conversation, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -533,9 +668,18 @@
System.String
- To be added.
+ The protocol identifier code.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -559,9 +703,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,9 +738,18 @@
System.String
- To be added.
+ Is the TP-Reply-Path flag set?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -611,9 +773,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -637,9 +809,18 @@
System.String
- To be added.
+ The service center (SC) through which to send the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -663,9 +844,19 @@
System.String
- To be added.
+
+ TP-Status value for the message, or -1 if no status has been received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -694,9 +885,18 @@
0
- To be added.
+ TP-Status: complete.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -725,9 +925,18 @@
64
- To be added.
+ TP-Status: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -756,9 +965,18 @@
-1
- To be added.
+ TP-Status: no status received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -787,9 +1005,18 @@
32
- To be added.
+ TP-Status: pending.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -813,9 +1040,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -839,9 +1075,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -865,9 +1110,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -891,9 +1145,18 @@
System.String
- To be added.
+ The type of message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Draft+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Draft+InterfaceConsts.xml
index 1a2af17ae7..a71847cae0 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Draft+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Draft+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The address of the other party.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The body of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,9 +143,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +213,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +248,18 @@
System.String
- To be added.
+ Error code associated with sending or receiving this message
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +318,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -295,9 +358,18 @@
0
- To be added.
+ Message type: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -326,9 +398,18 @@
3
- To be added.
+ Message type: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -357,9 +438,18 @@
5
- To be added.
+ Message type: failed outgoing message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -388,9 +478,18 @@
1
- To be added.
+ Message type: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -419,9 +518,18 @@
4
- To be added.
+ Message type: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -450,9 +558,18 @@
6
- To be added.
+ Message type: queued to send later.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -481,9 +598,18 @@
2
- To be added.
+ Message type: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -507,9 +633,18 @@
System.String
- To be added.
+ The ID of the sender of the conversation, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -533,9 +668,18 @@
System.String
- To be added.
+ The protocol identifier code.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -559,9 +703,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,9 +738,18 @@
System.String
- To be added.
+ Is the TP-Reply-Path flag set?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -611,9 +773,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -637,9 +809,18 @@
System.String
- To be added.
+ The service center (SC) through which to send the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -663,9 +844,19 @@
System.String
- To be added.
+
+ TP-Status value for the message, or -1 if no status has been received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -694,9 +885,18 @@
0
- To be added.
+ TP-Status: complete.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -725,9 +925,18 @@
64
- To be added.
+ TP-Status: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -756,9 +965,18 @@
-1
- To be added.
+ TP-Status: no status received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -787,9 +1005,18 @@
32
- To be added.
+ TP-Status: pending.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -813,9 +1040,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -839,9 +1075,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -865,9 +1110,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -891,9 +1145,18 @@
System.String
- To be added.
+ The type of message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Inbox+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Inbox+InterfaceConsts.xml
index 0a567704b4..8f54311e99 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Inbox+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Inbox+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The address of the other party.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The body of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,9 +143,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +213,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +248,18 @@
System.String
- To be added.
+ Error code associated with sending or receiving this message
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +318,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -295,9 +358,18 @@
0
- To be added.
+ Message type: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -326,9 +398,18 @@
3
- To be added.
+ Message type: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -357,9 +438,18 @@
5
- To be added.
+ Message type: failed outgoing message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -388,9 +478,18 @@
1
- To be added.
+ Message type: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -419,9 +518,18 @@
4
- To be added.
+ Message type: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -450,9 +558,18 @@
6
- To be added.
+ Message type: queued to send later.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -481,9 +598,18 @@
2
- To be added.
+ Message type: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -507,9 +633,18 @@
System.String
- To be added.
+ The ID of the sender of the conversation, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -533,9 +668,18 @@
System.String
- To be added.
+ The protocol identifier code.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -559,9 +703,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,9 +738,18 @@
System.String
- To be added.
+ Is the TP-Reply-Path flag set?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -611,9 +773,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -637,9 +809,18 @@
System.String
- To be added.
+ The service center (SC) through which to send the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -663,9 +844,19 @@
System.String
- To be added.
+
+ TP-Status value for the message, or -1 if no status has been received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -694,9 +885,18 @@
0
- To be added.
+ TP-Status: complete.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -725,9 +925,18 @@
64
- To be added.
+ TP-Status: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -756,9 +965,18 @@
-1
- To be added.
+ TP-Status: no status received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -787,9 +1005,18 @@
32
- To be added.
+ TP-Status: pending.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -813,9 +1040,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -839,9 +1075,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -865,9 +1110,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -891,9 +1145,18 @@
System.String
- To be added.
+ The type of message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+InterfaceConsts.xml
index 8e9688afb0..5148f28c12 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The address of the other party.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The body of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,9 +143,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +213,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +248,18 @@
System.String
- To be added.
+ Error code associated with sending or receiving this message
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +318,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -295,9 +358,18 @@
0
- To be added.
+ Message type: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -326,9 +398,18 @@
3
- To be added.
+ Message type: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -357,9 +438,18 @@
5
- To be added.
+ Message type: failed outgoing message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -388,9 +478,18 @@
1
- To be added.
+ Message type: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -419,9 +518,18 @@
4
- To be added.
+ Message type: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -450,9 +558,18 @@
6
- To be added.
+ Message type: queued to send later.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -481,9 +598,18 @@
2
- To be added.
+ Message type: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -507,9 +633,18 @@
System.String
- To be added.
+ The ID of the sender of the conversation, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -533,9 +668,18 @@
System.String
- To be added.
+ The protocol identifier code.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -559,9 +703,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,9 +738,18 @@
System.String
- To be added.
+ Is the TP-Reply-Path flag set?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -611,9 +773,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -637,9 +809,18 @@
System.String
- To be added.
+ The service center (SC) through which to send the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -663,9 +844,19 @@
System.String
- To be added.
+
+ TP-Status value for the message, or -1 if no status has been received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -694,9 +885,18 @@
0
- To be added.
+ TP-Status: complete.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -725,9 +925,18 @@
64
- To be added.
+ TP-Status: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -756,9 +965,18 @@
-1
- To be added.
+ TP-Status: no status received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -787,9 +1005,18 @@
32
- To be added.
+ TP-Status: pending.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -813,9 +1040,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -839,9 +1075,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -865,9 +1110,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -891,9 +1145,18 @@
System.String
- To be added.
+ The type of message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Outbox+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Outbox+InterfaceConsts.xml
index 67efa9004b..bc1a8320bd 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Outbox+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Outbox+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The address of the other party.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The body of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,9 +143,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +213,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +248,18 @@
System.String
- To be added.
+ Error code associated with sending or receiving this message
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +318,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -295,9 +358,18 @@
0
- To be added.
+ Message type: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -326,9 +398,18 @@
3
- To be added.
+ Message type: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -357,9 +438,18 @@
5
- To be added.
+ Message type: failed outgoing message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -388,9 +478,18 @@
1
- To be added.
+ Message type: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -419,9 +518,18 @@
4
- To be added.
+ Message type: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -450,9 +558,18 @@
6
- To be added.
+ Message type: queued to send later.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -481,9 +598,18 @@
2
- To be added.
+ Message type: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -507,9 +633,18 @@
System.String
- To be added.
+ The ID of the sender of the conversation, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -533,9 +668,18 @@
System.String
- To be added.
+ The protocol identifier code.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -559,9 +703,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,9 +738,18 @@
System.String
- To be added.
+ Is the TP-Reply-Path flag set?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -611,9 +773,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -637,9 +809,18 @@
System.String
- To be added.
+ The service center (SC) through which to send the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -663,9 +844,19 @@
System.String
- To be added.
+
+ TP-Status value for the message, or -1 if no status has been received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -694,9 +885,18 @@
0
- To be added.
+ TP-Status: complete.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -725,9 +925,18 @@
64
- To be added.
+ TP-Status: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -756,9 +965,18 @@
-1
- To be added.
+ TP-Status: no status received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -787,9 +1005,18 @@
32
- To be added.
+ TP-Status: pending.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -813,9 +1040,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -839,9 +1075,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -865,9 +1110,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -891,9 +1145,18 @@
System.String
- To be added.
+ The type of message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Sent+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Sent+InterfaceConsts.xml
index c37e07c059..972ae4fc24 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Sent+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms+Sent+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ The address of the other party.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,9 +73,18 @@
System.String
- To be added.
+ The body of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,9 +143,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +213,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -203,9 +248,18 @@
System.String
- To be added.
+ Error code associated with sending or receiving this message
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +318,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -295,9 +358,18 @@
0
- To be added.
+ Message type: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -326,9 +398,18 @@
3
- To be added.
+ Message type: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -357,9 +438,18 @@
5
- To be added.
+ Message type: failed outgoing message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -388,9 +478,18 @@
1
- To be added.
+ Message type: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -419,9 +518,18 @@
4
- To be added.
+ Message type: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -450,9 +558,18 @@
6
- To be added.
+ Message type: queued to send later.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -481,9 +598,18 @@
2
- To be added.
+ Message type: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -507,9 +633,18 @@
System.String
- To be added.
+ The ID of the sender of the conversation, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -533,9 +668,18 @@
System.String
- To be added.
+ The protocol identifier code.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -559,9 +703,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -585,9 +738,18 @@
System.String
- To be added.
+ Is the TP-Reply-Path flag set?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -611,9 +773,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -637,9 +809,18 @@
System.String
- To be added.
+ The service center (SC) through which to send the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -663,9 +844,19 @@
System.String
- To be added.
+
+ TP-Status value for the message, or -1 if no status has been received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -694,9 +885,18 @@
0
- To be added.
+ TP-Status: complete.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -725,9 +925,18 @@
64
- To be added.
+ TP-Status: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -756,9 +965,18 @@
-1
- To be added.
+ TP-Status: no status received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -787,9 +1005,18 @@
32
- To be added.
+ TP-Status: pending.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -813,9 +1040,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -839,9 +1075,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -865,9 +1110,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -891,9 +1145,18 @@
System.String
- To be added.
+ The type of message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Sms.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Sms.xml
index d9f5fda40d..6be58896db 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Sms.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Sms.xml
@@ -18,14 +18,18 @@
- To be added.
+ Contains all text-based SMS messages.
- Android platform documentation
+ Java documentation for android.provider.Telephony.Sms.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for this table.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Sms.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,9 +89,18 @@
System.String
- To be added.
+ The default sort order for this table.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Sms.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -105,11 +127,20 @@
- To be added.
- To be added.
- To be added.
+ context of the requesting application
+ Used to determine the currently configured default SMS package.
+ package name for the default SMS package or null
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Sms.getDefaultSmsPackage(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+TextBasedSmsColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+TextBasedSmsColumns.xml
index 3bcdbca6d9..08e40ec7e7 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+TextBasedSmsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+TextBasedSmsColumns.xml
@@ -57,9 +57,18 @@
System.String
- To be added.
+ The address of the other party.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ADDRESS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -87,9 +96,18 @@
System.String
- To be added.
+ The body of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.BODY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -117,9 +135,18 @@
System.String
- To be added.
+ The identity of the sender of a sent message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.CREATOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -147,9 +174,18 @@
System.String
- To be added.
+ The date the message was received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -177,9 +213,18 @@
System.String
- To be added.
+ The date the message was sent.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.DATE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -207,9 +252,18 @@
System.String
- To be added.
+ Error code associated with sending or receiving this message
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.ERROR_CODE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -237,9 +291,18 @@
System.String
- To be added.
+ Is the message locked?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.LOCKED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -268,9 +331,18 @@
0
- To be added.
+ Message type: all messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_ALL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -299,9 +371,18 @@
3
- To be added.
+ Message type: drafts.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_DRAFT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -330,9 +411,18 @@
5
- To be added.
+ Message type: failed outgoing message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -361,9 +451,18 @@
1
- To be added.
+ Message type: inbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_INBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -392,9 +491,18 @@
4
- To be added.
+ Message type: outbox.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_OUTBOX.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -423,9 +531,18 @@
6
- To be added.
+ Message type: queued to send later.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_QUEUED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -454,9 +571,18 @@
2
- To be added.
+ Message type: sent messages.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.MESSAGE_TYPE_SENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -484,9 +610,18 @@
System.String
- To be added.
+ The ID of the sender of the conversation, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,9 +649,18 @@
System.String
- To be added.
+ The protocol identifier code.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.PROTOCOL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -544,9 +688,18 @@
System.String
- To be added.
+ Has the message been read?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -574,9 +727,18 @@
System.String
- To be added.
+ Is the TP-Reply-Path flag set?
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.REPLY_PATH_PRESENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -604,9 +766,19 @@
System.String
- To be added.
+ Has the message been seen by the user? The "seen" flag determines
+ whether we need to show a notification.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SEEN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -634,9 +806,18 @@
System.String
- To be added.
+ The service center (SC) through which to send the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SERVICE_CENTER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -664,9 +845,19 @@
System.String
- To be added.
+
+ TP-Status value for the message, or -1 if no status has been received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -695,9 +886,18 @@
0
- To be added.
+ TP-Status: complete.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_COMPLETE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -726,9 +926,18 @@
64
- To be added.
+ TP-Status: failed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -757,9 +966,18 @@
-1
- To be added.
+ TP-Status: no status received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -788,9 +1006,18 @@
32
- To be added.
+ TP-Status: pending.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.STATUS_PENDING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -818,9 +1045,18 @@
System.String
- To be added.
+ The subject of the message, if present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBJECT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -848,9 +1084,18 @@
System.String
- To be added.
+ The subscription to which the message belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.SUBSCRIPTION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -878,9 +1123,18 @@
System.String
- To be added.
+ The thread ID of the message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.THREAD_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -908,9 +1162,18 @@
System.String
- To be added.
+ The type of message.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.TextBasedSmsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Threads+InterfaceConsts.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Threads+InterfaceConsts.xml
index de85da27a3..707ecbeb31 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Threads+InterfaceConsts.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Threads+InterfaceConsts.xml
@@ -38,9 +38,18 @@
System.String
- To be added.
+ If the thread is archived
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.ARCHIVED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -99,9 +108,18 @@
System.String
- To be added.
+ The date at which the thread was created.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -125,9 +143,18 @@
System.String
- To be added.
+ Indicates whether there is a transmission error in the thread.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -151,9 +178,18 @@
System.String
- To be added.
+ Indicates whether this thread contains any attachments.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.HAS_ATTACHMENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -212,9 +248,18 @@
System.String
- To be added.
+ The message count of the thread.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.MESSAGE_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -238,9 +283,18 @@
System.String
- To be added.
+ Indicates whether all messages of the thread have been read.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -264,9 +318,19 @@
System.String
- To be added.
+ A string encoding of the recipient IDs of the recipients of
+ the message, in numerical order and separated by spaces.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.RECIPIENT_IDS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -290,9 +354,18 @@
System.String
- To be added.
+ The snippet of the latest message in the thread.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.SNIPPET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -316,9 +389,18 @@
System.String
- To be added.
+ The charset of the snippet.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.SNIPPET_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,9 +424,19 @@
System.String
- To be added.
+ Type of the thread, either Threads#COMMON_THREAD or
+ Threads#BROADCAST_THREAD.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+Threads.xml b/docs/Mono.Android/en/Android.Provider/Telephony+Threads.xml
index 0a054341be..f66e33d26c 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+Threads.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+Threads.xml
@@ -18,14 +18,18 @@
- To be added.
+ Helper functions for the "threads" table used by MMS and SMS.
- Android platform documentation
+ Java documentation for android.provider.Telephony.Threads.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -54,9 +58,18 @@
1
- To be added.
+ Thread type: broadcast thread.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Threads.BROADCAST_THREAD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -85,9 +98,18 @@
0
- To be added.
+ Thread type: common thread.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Threads.COMMON_THREAD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -111,10 +133,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for this table, by conversation.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Threads.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -144,10 +175,19 @@
To be added.
To be added.
- To be added.
+ Given a set of recipients return its thread ID.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Threads.getOrCreateThreadId(android.content.Context, java.util.Set<java.lang.String>).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -175,12 +215,21 @@
- To be added.
- To be added.
- To be added.
+ the context object to use.
+ the recipient to send to.
+ This is a single-recipient version of getOrCreateThreadId.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Threads.getOrCreateThreadId(android.content.Context, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -235,10 +284,19 @@
Android.Net.Uri
- To be added.
+ The content:// style URL for this table, for obsolete threads.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.Threads.OBSOLETE_THREADS_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/Telephony+ThreadsColumns.xml b/docs/Mono.Android/en/Android.Provider/Telephony+ThreadsColumns.xml
index 8e8f29cc95..6a066e71d5 100644
--- a/docs/Mono.Android/en/Android.Provider/Telephony+ThreadsColumns.xml
+++ b/docs/Mono.Android/en/Android.Provider/Telephony+ThreadsColumns.xml
@@ -57,9 +57,18 @@
System.String
- To be added.
+ If the thread is archived
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.ARCHIVED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +135,18 @@
System.String
- To be added.
+ The date at which the thread was created.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -156,9 +174,18 @@
System.String
- To be added.
+ Indicates whether there is a transmission error in the thread.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -186,9 +213,18 @@
System.String
- To be added.
+ Indicates whether this thread contains any attachments.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.HAS_ATTACHMENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -255,9 +291,18 @@
System.String
- To be added.
+ The message count of the thread.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.MESSAGE_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -285,9 +330,18 @@
System.String
- To be added.
+ Indicates whether all messages of the thread have been read.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -315,9 +369,19 @@
System.String
- To be added.
+ A string encoding of the recipient IDs of the recipients of
+ the message, in numerical order and separated by spaces.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.RECIPIENT_IDS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -345,9 +409,18 @@
System.String
- To be added.
+ The snippet of the latest message in the thread.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.SNIPPET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -375,9 +448,18 @@
System.String
- To be added.
+ The charset of the snippet.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.SNIPPET_CHARSET.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -405,9 +487,19 @@
System.String
- To be added.
+ Type of the thread, either Threads#COMMON_THREAD or
+ Threads#BROADCAST_THREAD.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.Telephony.ThreadsColumns.TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/UserDictionary+Words.xml b/docs/Mono.Android/en/Android.Provider/UserDictionary+Words.xml
index a198c95845..3bb77b9de5 100644
--- a/docs/Mono.Android/en/Android.Provider/UserDictionary+Words.xml
+++ b/docs/Mono.Android/en/Android.Provider/UserDictionary+Words.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.UserDictionary.Words.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -115,17 +119,25 @@
+ To be added.
the current application context
the word to add to the dictionary. This should not be null or
- empty.
- To be added.
+ empty.
the locale type for this word. It should be one of
- or .
-
+ #LOCALE_TYPE_ALL or #LOCALE_TYPE_CURRENT.
Adds a word to the dictionary, with the given frequency and the specified
- specified locale type.
+ specified locale type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.UserDictionary.Words.addWord(android.content.Context, java.lang.String, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -157,19 +169,27 @@
+ To be added.
the current application context
the word to add to the dictionary. This should not be null or
- empty.
- To be added.
+ empty.
optional shortcut spelling for this word. When the shortcut
- is typed, the word may be suggested by applications that support it. May be null.
+ is typed, the word may be suggested by applications that support it. May be null.
the locale to insert the word for, or null to insert the word
- for all locales.
-
+ for all locales.
Adds a word to the dictionary, with the given frequency and the specified
- locale type.
+ locale type.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.UserDictionary.Words.addWord(android.content.Context, java.lang.String, int, java.lang.String, java.util.Locale).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -196,7 +216,16 @@
The uid of the application that inserted the word.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.UserDictionary.Words.APP_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -221,9 +250,18 @@
System.String
- The MIME type of a sub-directory of a single word.
+ The MIME type of a #CONTENT_URI sub-directory of a single word.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.UserDictionary.Words.CONTENT_ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -248,9 +286,18 @@
System.String
- The MIME type of providing a directory of words.
+ The MIME type of #CONTENT_URI providing a directory of words.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.UserDictionary.Words.CONTENT_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -275,11 +322,19 @@
Android.Net.Uri
- The content:// style URL for this table
-
+ The content:// style URL for this table
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.UserDictionary.Words.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -306,7 +361,16 @@
Sort by descending order of frequency.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.UserDictionary.Words.DEFAULT_SORT_ORDER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -333,7 +397,16 @@
The frequency column.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.UserDictionary.Words.FREQUENCY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -419,7 +492,16 @@
The locale that this word belongs to.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.UserDictionary.Words.LOCALE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -446,7 +528,16 @@
An optional shortcut for this word.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.UserDictionary.Words.SHORTCUT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -535,7 +626,16 @@
The word column.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.UserDictionary.Words.WORD.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/VoicemailContract+Status.xml b/docs/Mono.Android/en/Android.Provider/VoicemailContract+Status.xml
index 57f461710e..7015432e0f 100644
--- a/docs/Mono.Android/en/Android.Provider/VoicemailContract+Status.xml
+++ b/docs/Mono.Android/en/Android.Provider/VoicemailContract+Status.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.VoicemailContract.Status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -55,10 +59,19 @@
To be added.
A convenience method to build status URI specific to a source package by appending
- param to the base URI.
+ VoicemailContract#PARAM_KEY_SOURCE_PACKAGE param to the base URI.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.buildSourceUri(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -85,7 +98,16 @@
The configuration state of the voicemail source.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -115,10 +137,19 @@
2
- Value of to indicate the visual voicemail is not
- yet configured on this device but can be configured by the user.
+ Value of #CONFIGURATION_STATE to indicate the visual voicemail is not
+ yet configured on this device but can be configured by the user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE_CAN_BE_CONFIGURED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -148,9 +179,19 @@
3
- To be added.
+ Value of #CONFIGURATION_STATE to indicate that visual voicemail still is being
+ configured.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE_CONFIGURING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -179,9 +220,19 @@
5
- To be added.
+ Value of #CONFIGURATION_STATE to indicate that visual voicemail is disabled by
+ the user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE_DISABLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -210,9 +261,19 @@
4
- To be added.
+ Value of #CONFIGURATION_STATE to indicate that visual voicemail has failed to
+ be configured.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -241,10 +302,19 @@
1
- Value of to indicate the visual voicemail is not
- yet configured on this device.
+ Value of #CONFIGURATION_STATE to indicate the visual voicemail is not
+ yet configured on this device.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE_NOT_CONFIGURED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -274,9 +344,18 @@
0
- Value of to indicate an all OK configuration status.
+ Value of #CONFIGURATION_STATE to indicate an all OK configuration status.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.CONFIGURATION_STATE_OK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -304,7 +383,16 @@
URI to insert/retrieve status of voicemail source.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -331,7 +419,16 @@
The data channel state of the voicemail source.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -361,9 +458,19 @@
3
- To be added.
+ Value of #DATA_CHANNEL_STATE to indicate that data channel received incorrect
+ settings or credentials to connect to the server
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_BAD_CONFIGURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -392,9 +499,19 @@
4
- To be added.
+ Value of #DATA_CHANNEL_STATE to indicate that a error has occurred in the data
+ channel while communicating with the server
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_COMMUNICATION_ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -423,10 +540,19 @@
1
- Value of to indicate that data channel connection is not
- working.
+ Value of #DATA_CHANNEL_STATE to indicate that data channel failed to find a
+ suitable network to connect to the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_NO_CONNECTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -456,9 +582,20 @@
2
- To be added.
+ Value of #DATA_CHANNEL_STATE to indicate that data channel failed to find a
+ suitable network to connect to the server, and the carrier requires using cellular
+ data network to connect to the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_NO_CONNECTION_CELLULAR_REQUIRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -487,9 +624,18 @@
0
- Value of to indicate that data channel is working fine.
+ Value of #DATA_CHANNEL_STATE to indicate that data channel is working fine.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_OK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -519,9 +665,19 @@
6
- To be added.
+ Value of #DATA_CHANNEL_STATE to indicate that while there is a suitable network,
+ the data channel is unable to establish a connection with the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -550,9 +706,19 @@
5
- To be added.
+ Value of #DATA_CHANNEL_STATE to indicate that the server reported an internal
+ error to the data channel.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_SERVER_ERROR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -578,7 +744,16 @@
The MIME type for a collection of voicemail source statuses.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.DIR_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -605,7 +780,16 @@
The MIME type for a single voicemail source status entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -663,7 +847,16 @@
The notification channel state of the voicemail source.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -693,10 +886,19 @@
2
- Value of to indicate that there are messages waiting
- on the server but the details are not known.
+ Value of #NOTIFICATION_CHANNEL_STATE to indicate that there are messages waiting
+ on the server but the details are not known.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_MESSAGE_WAITING.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -726,10 +928,19 @@
1
- Value of to indicate that the notification channel
- connection is not working.
+ Value of #NOTIFICATION_CHANNEL_STATE to indicate that the notification channel
+ connection is not working.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_NO_CONNECTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -759,10 +970,19 @@
0
- Value of to indicate that the notification channel is
- working fine.
+ Value of #NOTIFICATION_CHANNEL_STATE to indicate that the notification channel is
+ working fine.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.NOTIFICATION_CHANNEL_STATE_OK.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -787,9 +1007,18 @@
System.String
- To be added.
+ The ComponentName of the PhoneAccount in string form.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -813,9 +1042,18 @@
System.String
- To be added.
+ The identifier of a PhoneAccount that is unique to a specified component.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -839,9 +1077,19 @@
System.String
- To be added.
+ Amount of resource that is used by existing voicemail in the visual voicemail inbox,
+ or #QUOTA_UNAVAILABLE if the quota has never been updated before.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.QUOTA_OCCUPIED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -865,9 +1113,20 @@
System.String
- To be added.
+ Total resource in the visual voicemail inbox that can be used, or
+ #QUOTA_UNAVAILABLE if server either has unlimited quota or does not provide quota
+ information.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.QUOTA_TOTAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -892,9 +1151,19 @@
-1
- To be added.
+ Value for #QUOTA_OCCUPIED and #QUOTA_TOTAL to indicate that no
+ information is available.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.QUOTA_UNAVAILABLE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -920,7 +1189,16 @@
The URI to call to invoke source specific voicemail settings screen.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.SETTINGS_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -947,7 +1225,16 @@
The package name of the voicemail source.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.SOURCE_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -972,9 +1259,18 @@
System.String
- To be added.
+ The type of the source, which determines how to interpret source-specific states.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.SOURCE_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1061,9 +1357,18 @@
The URI to call when the user requests to directly access the voicemail from the remote
- server.
+ server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Status.VOICEMAIL_ACCESS_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Provider/VoicemailContract+Voicemails.xml b/docs/Mono.Android/en/Android.Provider/VoicemailContract+Voicemails.xml
index afc1ab14e6..d2a54f1a1b 100644
--- a/docs/Mono.Android/en/Android.Provider/VoicemailContract+Voicemails.xml
+++ b/docs/Mono.Android/en/Android.Provider/VoicemailContract+Voicemails.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.provider.VoicemailContract.Voicemails.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,9 +54,18 @@
System.String
- To be added.
+ Flag to indicate the voicemail was marked as archived.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.ARCHIVED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -76,9 +89,18 @@
System.String
- To be added.
+ Flag to indicate the voicemail was backed up.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.BACKED_UP.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,10 +129,19 @@
To be added.
A convenience method to build voicemail URI specific to a source package by appending
- param to the base URI.
+ VoicemailContract#PARAM_KEY_SOURCE_PACKAGE param to the base URI.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.buildSourceUri(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -138,7 +169,16 @@
URI to insert/retrieve voicemails.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.CONTENT_URI.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -163,10 +203,18 @@
System.String
- The date the voicemail was sent, in milliseconds since the epoch
-
+ The date the voicemail was sent, in milliseconds since the epoch
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.DATE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -191,9 +239,18 @@
System.String
- To be added.
+ Flag used to indicate that the voicemail was deleted but not synced to the server.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.DELETED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -217,9 +274,18 @@
System.String
- To be added.
+ Flag used to indicate that local, unsynced changes are present.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.DIRTY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,7 +311,16 @@
The MIME type for a collection of voicemails.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.DIR_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -271,8 +346,20 @@
-1
- To be added.
- To be added.
+ Value of #DIRTY when updating to indicate that the value should not be updated
+ during this operation.
+
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.DIRTY_RETAIN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -297,7 +384,16 @@
The duration of the voicemail in seconds.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.DURATION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -323,9 +419,18 @@
Whether the media content for this voicemail is available for
- consumption.
+ consumption.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.HAS_CONTENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -350,9 +455,18 @@
System.String
- To be added.
+ Flag to indicate the voicemail is a OMTP voicemail handled by the android.telephony.VisualVoicemailService.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.IS_OMTP_VOICEMAIL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -378,7 +492,16 @@
Whether this item has been read or otherwise consumed by the user.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.IS_READ.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -405,7 +528,16 @@
The MIME type for a single voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.ITEM_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -461,9 +593,19 @@
System.String
- To be added.
+ The date the row is last inserted, updated, or marked as deleted, in milliseconds
+ since the epoch.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.LAST_MODIFIED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -489,7 +631,16 @@
MIME type of the media content for the voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.MIME_TYPE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -514,8 +665,19 @@
System.String
- To be added.
- To be added.
+ Whether or not the voicemail has been acknowledged (notification sent to the user).
+
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.NEW.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -540,7 +702,16 @@
Phone number of the voicemail sender.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.NUMBER.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -565,9 +736,18 @@
System.String
- To be added.
+ The ComponentName of the PhoneAccount in string form.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.PHONE_ACCOUNT_COMPONENT_NAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -591,9 +771,19 @@
System.String
- To be added.
+ The identifier of a PhoneAccount that is unique to a specified
+ ComponentName.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.PHONE_ACCOUNT_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -617,9 +807,18 @@
System.String
- To be added.
+ Flag to indicate the voicemail was restored from a backup.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.RESTORED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -644,9 +843,18 @@
Application-specific data available to the source application that
- inserted the voicemail.
+ inserted the voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.SOURCE_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -673,7 +881,16 @@
Package name of the source application that inserted the voicemail.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.SOURCE_PACKAGE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -760,9 +977,18 @@
System.String
- To be added.
+ The transcription of the voicemail entry.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.provider.VoicemailContract.Voicemails.TRANSCRIPTION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Allocation+IOnBufferAvailableListener.xml b/docs/Mono.Android/en/Android.Renderscripts/Allocation+IOnBufferAvailableListener.xml
index a447bb77b1..5d9b1112f4 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Allocation+IOnBufferAvailableListener.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Allocation+IOnBufferAvailableListener.xml
@@ -29,14 +29,19 @@
- To be added.
+ Interface to handle notification when new buffers are available via
+ #USAGE_IO_INPUT.
- Android platform documentation
+ Java documentation for android.renderscript.Allocation.OnBufferAvailableListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Allocation+MipmapControl.xml b/docs/Mono.Android/en/Android.Renderscripts/Allocation+MipmapControl.xml
index f67c38a25c..77a6464cb6 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Allocation+MipmapControl.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Allocation+MipmapControl.xml
@@ -22,15 +22,19 @@
- Controls mipmap behavior when using the bitmap creation and
- update functions.
+ Controls mipmap behavior when using the bitmap creation and update
+ functions.
- Android platform documentation
+ Java documentation for android.renderscript.Allocation.MipmapControl.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Allocation.xml b/docs/Mono.Android/en/Android.Renderscripts/Allocation.xml
index f379ef86fe..c87ceadc14 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Allocation.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Allocation.xml
@@ -3930,9 +3930,8 @@
- To be added.
- To be added.
- fp
+ xoff
+ fp
This is only intended to be used by auto-generated code reflected from
the RenderScript script files and should not be used by developers.
@@ -3979,13 +3978,22 @@
- To be added.
- To be added.
- To be added.
+ xoff
+ component_number
+ fp
This is only intended to be used by auto-generated code reflected from
- the RenderScript script files and should not be used by developers.
+ the RenderScript script files and should not be used by developers.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Allocation.setFromFieldPacker(int, int, android.renderscript.FieldPacker).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -4021,14 +4029,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ xoff
+ yoff
+ zoff
+ component_number
+ fp
+ This is only intended to be used by auto-generated code reflected from
+ the RenderScript script files and should not be used by developers.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Allocation.setFromFieldPacker(int, int, int, int, android.renderscript.FieldPacker).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Element+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/Element+Builder.xml
index 11620d4c10..86472c606d 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Element+Builder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Element+Builder.xml
@@ -23,14 +23,18 @@
Builder class for producing complex elements with matching field and name
- pairs.
+ pairs.
- Android platform documentation
+ Java documentation for android.renderscript.Element.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -59,10 +63,19 @@
- To be added.
+ rs
Create a builder object.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Element.Builder.Element$Builder(android.renderscript.RenderScript).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,9 +207,18 @@
Create the element from this builder.
- To be added.
+ Element
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Element.Builder.create().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Element+DataKind.xml b/docs/Mono.Android/en/Android.Renderscripts/Element+DataKind.xml
index 4fdf610f6b..1947ab7ff3 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Element+DataKind.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Element+DataKind.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.renderscript.Element.DataKind.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Element+DataType.xml b/docs/Mono.Android/en/Android.Renderscripts/Element+DataType.xml
index 49071c9de8..f9df07ec9b 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Element+DataType.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Element+DataType.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.renderscript.Element.DataType.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/FileA3D+EntryType.xml b/docs/Mono.Android/en/Android.Renderscripts/FileA3D+EntryType.xml
index 712a59bb2e..4f621db7ab 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/FileA3D+EntryType.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/FileA3D+EntryType.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.FileA3D.EntryType.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/FileA3D+IndexEntry.xml b/docs/Mono.Android/en/Android.Renderscripts/FileA3D+IndexEntry.xml
index 69dbcc4edd..c48f280da4 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/FileA3D+IndexEntry.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/FileA3D+IndexEntry.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.FileA3D.IndexEntry.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -138,9 +147,18 @@
To be added.
- To be added.
+ renderscript mesh object described by the entry
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.FileA3D.IndexEntry.getMesh().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -169,9 +187,19 @@
To be added.
- To be added.
+ name of a renderscript object the index entry
+ describes
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.FileA3D.IndexEntry.getName().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -200,9 +228,18 @@
To be added.
- To be added.
+ base renderscript object described by the entry
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.FileA3D.IndexEntry.getObject().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/FileA3D.xml b/docs/Mono.Android/en/Android.Renderscripts/FileA3D.xml
index da6c131018..4525064163 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/FileA3D.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/FileA3D.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.FileA3D.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Font+Style.xml b/docs/Mono.Android/en/Android.Renderscripts/Font+Style.xml
index 4f1abed75f..6bd749cfb6 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Font+Style.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Font+Style.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Font.Style.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Font.xml b/docs/Mono.Android/en/Android.Renderscripts/Font.xml
index 9132d840db..85030f3359 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Font.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Font.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Font.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Mesh+AllocationBuilder.xml b/docs/Mono.Android/en/Android.Renderscripts/Mesh+AllocationBuilder.xml
index 8c24101980..bcb16dadab 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Mesh+AllocationBuilder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Mesh+AllocationBuilder.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.AllocationBuilder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -55,7 +64,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.AllocationBuilder.Mesh$AllocationBuilder(android.renderscript.RenderScript).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -217,7 +235,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.AllocationBuilder.create().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -246,9 +273,19 @@
To be added.
- To be added.
+ internal index of the last index set added to the
+ builder
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.AllocationBuilder.getCurrentIndexSetIndex().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -277,9 +314,19 @@
To be added.
- To be added.
+ internal index of the last vertex buffer type added to
+ builder
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.AllocationBuilder.getCurrentVertexTypeIndex().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Mesh+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/Mesh+Builder.xml
index a0def3addf..0d71e881c4 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Mesh+Builder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Mesh+Builder.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -53,11 +62,22 @@
- To be added.
- To be added.
+ Context to which the mesh will belong.
+ specifies how the mesh allocations are to be
+ handled, whether they need to be uploaded to a
+ buffer on the gpu, maintain a cpu copy, etc
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.Builder.Mesh$Builder(android.renderscript.RenderScript, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -295,7 +315,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.Builder.create().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -324,9 +353,19 @@
To be added.
- To be added.
+ internal index of the last index set added to the
+ builder
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.Builder.getCurrentIndexSetIndex().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -355,9 +394,19 @@
To be added.
- To be added.
+ internal index of the last vertex buffer type added to
+ builder
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.Builder.getCurrentVertexTypeIndex().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Mesh+Primitive.xml b/docs/Mono.Android/en/Android.Renderscripts/Mesh+Primitive.xml
index e4fad8a239..a16f863be9 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Mesh+Primitive.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Mesh+Primitive.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.Primitive.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Mesh+TriangleMeshBuilder.xml b/docs/Mono.Android/en/Android.Renderscripts/Mesh+TriangleMeshBuilder.xml
index 81602918c1..1ae12c47c5 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Mesh+TriangleMeshBuilder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Mesh+TriangleMeshBuilder.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.TriangleMeshBuilder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -84,12 +93,24 @@
- To be added.
- To be added.
- To be added.
+ Context to which the mesh will belong.
+ specifies whether the vertex is a float2 or
+ float3
+ bitfield that is a combination of COLOR, NORMAL,
+ and TEXTURE_0 that specifies what vertex data
+ channels are present in the mesh
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.TriangleMeshBuilder.Mesh$TriangleMeshBuilder(android.renderscript.RenderScript, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -235,11 +256,28 @@
- To be added.
+ specifies whether the vertex data
+ is to be uploaded into the buffer
+ object indicating that it's likely
+ not going to be modified and
+ rendered many times.
+ Alternatively, it indicates the
+ mesh data will be updated
+ frequently and remain in script
+ accessible memory
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.TriangleMeshBuilder.create(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Mesh.xml b/docs/Mono.Android/en/Android.Renderscripts/Mesh.xml
index 2be9558ee8..c0e5794bab 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Mesh.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Mesh.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Mesh.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Program+BaseProgramBuilder.xml b/docs/Mono.Android/en/Android.Renderscripts/Program+BaseProgramBuilder.xml
index c214159c25..1280e5c93a 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Program+BaseProgramBuilder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Program+BaseProgramBuilder.xml
@@ -194,10 +194,19 @@
System.Int32
- To be added.
+ Queries the index of the last added constant buffer type
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Program.BaseProgramBuilder.getCurrentConstantIndex().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -221,10 +230,19 @@
System.Int32
- To be added.
+ Queries the index of the last added texture type
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Program.BaseProgramBuilder.getCurrentTextureIndex().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Program+TextureType.xml b/docs/Mono.Android/en/Android.Renderscripts/Program+TextureType.xml
index 0b4e13efd2..26c2f62aab 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Program+TextureType.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Program+TextureType.xml
@@ -18,14 +18,19 @@
- To be added.
+ TextureType specifies what textures are attached to Program
+ objects
- Android platform documentation
+ Java documentation for android.renderscript.Program.TextureType.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment+Builder.xml
index 23cf2261e4..6ce18e8340 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment+Builder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment+Builder.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramFragment.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,10 +61,19 @@
- To be added.
+ Context to which the program will belong.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramFragment.Builder.ProgramFragment$Builder(android.renderscript.RenderScript).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -108,9 +126,18 @@
To be added.
- To be added.
+ ProgramFragment
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramFragment.Builder.create().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment.xml
index 6285151681..75e4a46b46 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragment.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramFragment.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragmentFixedFunction+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragmentFixedFunction+Builder.xml
index 9a5a8936b5..f069d2d3f4 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramFragmentFixedFunction+Builder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramFragmentFixedFunction+Builder.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramFragmentFixedFunction.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,10 +61,19 @@
- To be added.
+ Context to which the program will belong.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramFragmentFixedFunction.Builder.ProgramFragmentFixedFunction$Builder(android.renderscript.RenderScript).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -110,7 +128,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramFragmentFixedFunction.Builder.create().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -172,7 +199,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramFragmentFixedFunction.Builder.MAX_TEXTURE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+Builder.xml
index 3307f5e232..f0c44ce7e7 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+Builder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+Builder.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramRaster.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -55,7 +64,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramRaster.Builder.ProgramRaster$Builder(android.renderscript.RenderScript).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -110,7 +128,16 @@
To be added.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramRaster.Builder.create().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+CullMode.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+CullMode.xml
index 2469a9f972..c484143c5e 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+CullMode.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster+CullMode.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramRaster.CullMode.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster.xml
index c1024cdf19..036e0cfe8d 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramRaster.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramRaster.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendDstFunc.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendDstFunc.xml
index 1eca26e0e6..75d291ec39 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendDstFunc.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendDstFunc.xml
@@ -18,14 +18,19 @@
- To be added.
+ Specifies the functions used to combine incoming pixels with
+ those already in the frame buffer.
- Android platform documentation
+ Java documentation for android.renderscript.ProgramStore.BlendDstFunc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendSrcFunc.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendSrcFunc.xml
index eefeb45d9b..7b9d1c3240 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendSrcFunc.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+BlendSrcFunc.xml
@@ -18,14 +18,19 @@
- To be added.
+ Specifies the functions used to combine incoming pixels with
+ those already in the frame buffer.
- Android platform documentation
+ Java documentation for android.renderscript.ProgramStore.BlendSrcFunc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+Builder.xml
index 82b1972735..da72626db7 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+Builder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder class for ProgramStore object.
- Android platform documentation
+ Java documentation for android.renderscript.ProgramStore.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,10 +104,19 @@
- To be added.
+ Creates a program store from the current state of the builder
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramStore.Builder.create().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+DepthFunc.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+DepthFunc.xml
index eb80275d08..6c3eca5084 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+DepthFunc.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramStore+DepthFunc.xml
@@ -18,14 +18,21 @@
- To be added.
+ Specifies the function used to determine whether a fragment
+ will be drawn during the depth testing stage in the rendering
+ pipeline by comparing its value with that already in the depth
+ buffer.
- Android platform documentation
+ Java documentation for android.renderscript.ProgramStore.DepthFunc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex+Builder.xml
index fd144a5f0d..a6c6eed917 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex+Builder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex+Builder.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertex.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,10 +61,19 @@
- To be added.
+ Context to which the program will belong.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertex.Builder.ProgramVertex$Builder(android.renderscript.RenderScript).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -143,9 +161,18 @@
To be added.
- To be added.
+ ProgramVertex
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertex.Builder.create().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex.xml
index 89d215d653..73390d12ea 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertex.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertex.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Builder.xml
index 179457fa8a..19c2c385fc 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Builder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Builder.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertexFixedFunction.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,10 +61,19 @@
- To be added.
+ Context to which the program will belong.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertexFixedFunction.Builder.ProgramVertexFixedFunction$Builder(android.renderscript.RenderScript).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -108,9 +126,18 @@
To be added.
- To be added.
+ Fixed function emulation ProgramVertex
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertexFixedFunction.Builder.create().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Constants.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Constants.xml
index bd1514019e..520ad87243 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Constants.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction+Constants.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -52,10 +61,19 @@
- To be added.
+ Context to which the allocation will belong.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants.ProgramVertexFixedFunction$Constants(android.renderscript.RenderScript).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -109,7 +127,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants.destroy().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -171,10 +198,19 @@
- To be added.
+ modelview matrix
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants.setModelview(android.renderscript.Matrix4f).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -205,10 +241,19 @@
- To be added.
+ projection matrix
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants.setProjection(android.renderscript.Matrix4f).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -239,10 +284,19 @@
- To be added.
+ modelview matrix
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertexFixedFunction.Constants.setTexture(android.renderscript.Matrix4f).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction.xml b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction.xml
index f6febe57f6..f36b674814 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ProgramVertexFixedFunction.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ProgramVertexFixedFunction.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/RSSurfaceView.xml b/docs/Mono.Android/en/Android.Renderscripts/RSSurfaceView.xml
index 5528ab92c0..1d5e53cdb2 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/RSSurfaceView.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/RSSurfaceView.xml
@@ -37,7 +37,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RSSurfaceView.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/RSTextureView.xml b/docs/Mono.Android/en/Android.Renderscripts/RSTextureView.xml
index 3da8276e60..b0754004cb 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/RSTextureView.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/RSTextureView.xml
@@ -37,7 +37,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RSTextureView.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+ContextType.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+ContextType.xml
index b0a062a9f2..bc33942e94 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+ContextType.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+ContextType.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.renderscript.RenderScript.ContextType.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+Priority.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+Priority.xml
index 354fa57920..4805fbe9cd 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+Priority.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+Priority.xml
@@ -22,14 +22,18 @@
- RenderScript worker threads priority enumeration.
+ RenderScript worker thread priority enumeration.
- Android platform documentation
+ Java documentation for android.renderscript.RenderScript.Priority.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSErrorHandler.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSErrorHandler.xml
index 9bae2770ac..bcb1e10aea 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSErrorHandler.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSErrorHandler.xml
@@ -35,14 +35,18 @@
- Runtime error base class.
+ The runtime error handler base class.
- Android platform documentation
+ Java documentation for android.renderscript.RenderScript.RSErrorHandler.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSMessageHandler.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSMessageHandler.xml
index 63fc4e0b2d..24f606a9b8 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSMessageHandler.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScript+RSMessageHandler.xml
@@ -35,15 +35,19 @@
- Base class application should derive from for handling RS messages
- coming from their scripts.
+ The base class from which an application should derive in order
+ to receive RS messages from scripts.
- Android platform documentation
+ Java documentation for android.renderscript.RenderScript.RSMessageHandler.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScript.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScript.xml
index 9458ca3b14..2c32c721fe 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/RenderScript.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScript.xml
@@ -632,9 +632,8 @@
- To be added.
- To be added.
- data
+ id
+ data
Place a message into the message queue to be sent back to the message
handler once all previous commands have been executed.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL+SurfaceConfig.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL+SurfaceConfig.xml
index ed5d6d2d8c..61ab815c1a 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL+SurfaceConfig.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL+SurfaceConfig.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.SurfaceConfig.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -51,7 +60,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.SurfaceConfig.RenderScriptGL$SurfaceConfig().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -168,11 +186,20 @@
- To be added.
- To be added.
+ minimum
+ preferred
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.SurfaceConfig.setAlpha(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -204,11 +231,20 @@
- To be added.
- To be added.
+ minimum
+ preferred
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.SurfaceConfig.setColor(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -240,11 +276,20 @@
- To be added.
- To be added.
+ minimum
+ preferred
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.SurfaceConfig.setDepth(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -277,12 +322,24 @@
- To be added.
- To be added.
- To be added.
+ The required number of samples, must be at least 1.
+ The targe number of samples, must be at least
+ minimum
+ The quality of samples, range 0-1. Used to decide between
+ different formats which have the same number of samples but
+ different rendering quality.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.SurfaceConfig.setSamples(int, int, float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL.xml b/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL.xml
index 0c35f5e0d9..5301c58a5b 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/RenderScriptGL.xml
@@ -24,7 +24,16 @@
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -120,10 +129,19 @@
- To be added.
+ p
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.bindProgramFragment(android.renderscript.ProgramFragment).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -154,10 +172,19 @@
- To be added.
+ p
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.bindProgramRaster(android.renderscript.ProgramRaster).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,10 +215,19 @@
- To be added.
+ p
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.bindProgramStore(android.renderscript.ProgramStore).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -222,10 +258,19 @@
- To be added.
+ p
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.bindProgramVertex(android.renderscript.ProgramVertex).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -452,12 +497,21 @@
- To be added.
- To be added.
- To be added.
+ w
+ h
+ sur
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.setSurface(android.view.SurfaceHolder, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -490,12 +544,21 @@
- To be added.
- To be added.
- To be added.
+ w
+ h
+ sur
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.RenderScriptGL.setSurfaceTexture(android.graphics.SurfaceTexture, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Sampler+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/Sampler+Builder.xml
index 6ddfc19132..84487935d6 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Sampler+Builder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Sampler+Builder.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.renderscript.Sampler.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Script+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/Script+Builder.xml
index e572dd18f9..dd8c8ca547 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Script+Builder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Script+Builder.xml
@@ -22,14 +22,18 @@
- To be added.
+ Only intended for use by generated reflected code.
- Android platform documentation
+ Java documentation for android.renderscript.Script.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Script+FieldBase.xml b/docs/Mono.Android/en/Android.Renderscripts/Script+FieldBase.xml
index 824269ccfc..64e5362a2e 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Script+FieldBase.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Script+FieldBase.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.renderscript.Script.FieldBase.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Script+FieldID.xml b/docs/Mono.Android/en/Android.Renderscripts/Script+FieldID.xml
index fc9c0c2a5c..f57581e08f 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Script+FieldID.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Script+FieldID.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.renderscript.Script.FieldID.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Script+InvokeID.xml b/docs/Mono.Android/en/Android.Renderscripts/Script+InvokeID.xml
index e8b4a33398..8b9ff4fd8d 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Script+InvokeID.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Script+InvokeID.xml
@@ -22,14 +22,18 @@
- To be added.
+ InvokeID is an identifier for an invoke function.
- Android platform documentation
+ Java documentation for android.renderscript.Script.InvokeID.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Script+KernelID.xml b/docs/Mono.Android/en/Android.Renderscripts/Script+KernelID.xml
index af210b5322..bd2b44c38f 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Script+KernelID.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Script+KernelID.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.renderscript.Script.KernelID.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Script+LaunchOptions.xml b/docs/Mono.Android/en/Android.Renderscripts/Script+LaunchOptions.xml
index 4bde860339..21e3ce92fe 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Script+LaunchOptions.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Script+LaunchOptions.xml
@@ -22,14 +22,19 @@
- Class used to specify clipping for a kernel launch.
+ Class for specifying the specifics about how a kernel will be
+ launched.
- Android platform documentation
+ Java documentation for android.renderscript.Script.LaunchOptions.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -295,9 +300,18 @@
Returns the current X end
- To be added.
+ int current value
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Script.LaunchOptions.getXEnd().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -327,9 +341,18 @@
Returns the current X start
- To be added.
+ int current value
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Script.LaunchOptions.getXStart().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -359,9 +382,18 @@
Returns the current Y end
- To be added.
+ int current value
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Script.LaunchOptions.getYEnd().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -391,9 +423,18 @@
Returns the current Y start
- To be added.
+ int current value
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Script.LaunchOptions.getYStart().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -423,9 +464,18 @@
Returns the current Z end
- To be added.
+ int current value
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Script.LaunchOptions.getZEnd().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -455,9 +505,18 @@
Returns the current Z start
- To be added.
+ int current value
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Script.LaunchOptions.getZStart().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptC.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptC.xml
index 0cdb6653e1..50cdfb179e 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ScriptC.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptC.xml
@@ -63,9 +63,8 @@
- To be added.
- To be added.
- rs
+ id
+ rs
Only intended for use by the generated derived classes.
@@ -107,9 +106,8 @@
- To be added.
- To be added.
- rs
+ id
+ rs
Only intended for use by the generated derived classes.
@@ -174,14 +172,14 @@
- To be added.
- To be added.
- To be added.
+ rs
+ resources
+ resourceID
Only intended for use by the generated derived classes.
- Java documentation for android.renderscript.ScriptC.ScriptC(int, android.renderscript.RenderScript).
+ Java documentation for android.renderscript.ScriptC.ScriptC(android.renderscript.RenderScript, android.content.res.Resources, int).
@@ -220,15 +218,15 @@
- To be added.
To be added.
To be added.
To be added.
+ rs
Only intended for use by the generated derived classes.
- Java documentation for android.renderscript.ScriptC.ScriptC(int, android.renderscript.RenderScript).
+ Java documentation for android.renderscript.ScriptC.ScriptC(android.renderscript.RenderScript, java.lang.String, byte[], byte[]).
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Binding.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Binding.xml
index e64e932cb3..63909ffccc 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Binding.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Binding.xml
@@ -22,14 +22,19 @@
- To be added.
+ Represents a binding of a value to a global variable in a
+ kernel or invocable function.
- Android platform documentation
+ Java documentation for android.renderscript.ScriptGroup.Binding.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder.xml
index 794b84754c..540ac196fc 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder.xml
@@ -22,14 +22,18 @@
- Create a ScriptGroup.
+ Helper class to build a ScriptGroup.
- Android platform documentation
+ Java documentation for android.renderscript.ScriptGroup.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -58,10 +62,19 @@
- To be added.
- Create a builder for generating a ScriptGroup.
+ The RenderScript context.
+ Create a Builder for generating a ScriptGroup.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ScriptGroup.Builder.ScriptGroup$Builder(android.renderscript.RenderScript).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -212,9 +225,18 @@
Creates the Script group.
- To be added.
+ ScriptGroup The new ScriptGroup
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ScriptGroup.Builder.create().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder2.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder2.xml
index 7743fc0efd..415de94574 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder2.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Builder2.xml
@@ -22,14 +22,18 @@
- To be added.
+ The builder class for creating script groups
- Android platform documentation
+ Java documentation for android.renderscript.ScriptGroup.Builder2.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -57,10 +61,19 @@
- To be added.
- To be added.
+ the RenderScript context
+ Returns a Builder object
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.ScriptGroup.Builder2.ScriptGroup$Builder2(android.renderscript.RenderScript).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Closure.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Closure.xml
index d36bb3cb4d..c781dd4d6b 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Closure.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Closure.xml
@@ -22,14 +22,18 @@
- To be added.
+ An opaque class for closures
- Android platform documentation
+ Java documentation for android.renderscript.ScriptGroup.Closure.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Future.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Future.xml
index 34dc1166af..1ede23907b 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Future.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Future.xml
@@ -22,14 +22,18 @@
- To be added.
+ An opaque class for futures
- Android platform documentation
+ Java documentation for android.renderscript.ScriptGroup.Future.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Input.xml b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Input.xml
index 5682e06e4e..336fc35c49 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Input.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/ScriptGroup+Input.xml
@@ -22,14 +22,18 @@
- To be added.
+ An opaque class for script group inputs
- Android platform documentation
+ Java documentation for android.renderscript.ScriptGroup.Input.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Renderscripts/Type+Builder.xml b/docs/Mono.Android/en/Android.Renderscripts/Type+Builder.xml
index f6ae36285a..b9e30d0d80 100644
--- a/docs/Mono.Android/en/Android.Renderscripts/Type+Builder.xml
+++ b/docs/Mono.Android/en/Android.Renderscripts/Type+Builder.xml
@@ -26,10 +26,14 @@
- Android platform documentation
+ Java documentation for android.renderscript.Type.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -59,11 +63,20 @@
- To be added.
- To be added.
+ rs
+ The element for the type to be created.
Create a new builder object.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Type.Builder.Type$Builder(android.renderscript.RenderScript, android.renderscript.Element).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,10 +129,19 @@
- Validate structure and create a new type.
- To be added.
+ Validate structure and create a new Type.
+ Type
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.renderscript.Type.Builder.create().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.SE.Omapi/SEService+IOnConnectedListener.xml b/docs/Mono.Android/en/Android.SE.Omapi/SEService+IOnConnectedListener.xml
index fcbd06357e..bc834ce32d 100644
--- a/docs/Mono.Android/en/Android.SE.Omapi/SEService+IOnConnectedListener.xml
+++ b/docs/Mono.Android/en/Android.SE.Omapi/SEService+IOnConnectedListener.xml
@@ -25,8 +25,19 @@
- To be added.
- To be added.
+ Interface to send call-backs to the application when the service is connected.
+
+
+
+ Java documentation for android.se.omapi.SEService.OnConnectedListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -50,8 +61,19 @@
- To be added.
- To be added.
+ Called by the framework when the service is connected.
+
+
+
+ Java documentation for android.se.omapi.SEService.OnConnectedListener.onConnected().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Security.Identity/AccessControlProfile+Builder.xml b/docs/Mono.Android/en/Android.Security.Identity/AccessControlProfile+Builder.xml
index 0b7fdf2768..cadf7dd101 100644
--- a/docs/Mono.Android/en/Android.Security.Identity/AccessControlProfile+Builder.xml
+++ b/docs/Mono.Android/en/Android.Security.Identity/AccessControlProfile+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder for AccessControlProfile.
+
+
+
+ Java documentation for android.security.identity.AccessControlProfile.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,21 @@
- To be added.
- To be added.
- To be added.
+ the access control profile identifier.
+ Each access control profile has numeric identifier that must be unique within the
+ context of a Credential and may be used to reference the profile.
+
+
+
+ Java documentation for android.security.identity.AccessControlProfile.Builder.AccessControlProfile$Builder(android.security.identity.AccessControlProfileId).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,9 +91,20 @@
- To be added.
- To be added.
- To be added.
+ Creates a new AccessControlProfile from the data supplied to the builder.
+ The created AccessControlProfile object.
+
+
+
+ Java documentation for android.security.identity.AccessControlProfile.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Security.Identity/IdentityCredential.xml b/docs/Mono.Android/en/Android.Security.Identity/IdentityCredential.xml
index f55d236f58..b36c7fb9e0 100644
--- a/docs/Mono.Android/en/Android.Security.Identity/IdentityCredential.xml
+++ b/docs/Mono.Android/en/Android.Security.Identity/IdentityCredential.xml
@@ -606,6 +606,10 @@
[Android.Runtime.Register("storeStaticAuthenticationData", "(Ljava/security/cert/X509Certificate;[B)V", "GetStoreStaticAuthenticationData_Ljava_security_cert_X509Certificate_arrayBHandler", ApiSince=30)]
[<Android.Runtime.Register("storeStaticAuthenticationData", "(Ljava/security/cert/X509Certificate;[B)V", "GetStoreStaticAuthenticationData_Ljava_security_cert_X509Certificate_arrayBHandler", ApiSince=30)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
diff --git a/docs/Mono.Android/en/Android.Security.Identity/IdentityCredentialStore.xml b/docs/Mono.Android/en/Android.Security.Identity/IdentityCredentialStore.xml
index b37ba9b169..f7fc1ca62a 100644
--- a/docs/Mono.Android/en/Android.Security.Identity/IdentityCredentialStore.xml
+++ b/docs/Mono.Android/en/Android.Security.Identity/IdentityCredentialStore.xml
@@ -155,6 +155,10 @@
[Android.Runtime.Register("deleteCredentialByName", "(Ljava/lang/String;)[B", "GetDeleteCredentialByName_Ljava_lang_String_Handler", ApiSince=30)]
[<Android.Runtime.Register("deleteCredentialByName", "(Ljava/lang/String;)[B", "GetDeleteCredentialByName_Ljava_lang_String_Handler", ApiSince=30)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Byte[]
diff --git a/docs/Mono.Android/en/Android.Security.Identity/PersonalizationData+Builder.xml b/docs/Mono.Android/en/Android.Security.Identity/PersonalizationData+Builder.xml
index e4b830ca72..c533cb7594 100644
--- a/docs/Mono.Android/en/Android.Security.Identity/PersonalizationData+Builder.xml
+++ b/docs/Mono.Android/en/Android.Security.Identity/PersonalizationData+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder for PersonalizationData.
+
+
+
+ Java documentation for android.security.identity.PersonalizationData.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Creates a new builder for a given namespace.
+
+
+
+ Java documentation for android.security.identity.PersonalizationData.Builder.PersonalizationData$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -93,9 +115,20 @@
- To be added.
- To be added.
- To be added.
+ Creates a new PersonalizationData with all the entries added to the builder.
+ A new PersonalizationData instance.
+
+
+
+ Java documentation for android.security.identity.PersonalizationData.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Security.Keystore/KeyGenParameterSpec+Builder.xml b/docs/Mono.Android/en/Android.Security.Keystore/KeyGenParameterSpec+Builder.xml
index e80038be4f..10d57c6721 100644
--- a/docs/Mono.Android/en/Android.Security.Keystore/KeyGenParameterSpec+Builder.xml
+++ b/docs/Mono.Android/en/Android.Security.Keystore/KeyGenParameterSpec+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder of KeyGenParameterSpec instances.
- Android platform documentation
+ Java documentation for android.security.keystore.KeyGenParameterSpec.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -57,11 +61,30 @@
- To be added.
- To be added.
- To be added.
+ alias of the entry in which the generated key will appear in
+ Android KeyStore. Must not be empty.
+ set of purposes (e.g., encrypt, decrypt, sign) for which the key can be
+ used. Attempts to use the key for any other purpose will be rejected.
+
+ <p>If the set of purposes for which the key can be used does not contain
+ KeyProperties#PURPOSE_SIGN, the self-signed certificate generated by
+ KeyPairGenerator of AndroidKeyStore provider will contain an
+ invalid signature. This is OK if the certificate is only used for obtaining the
+ public key from Android KeyStore.
+
+ <p>See KeyProperties.PURPOSE flags.
+ Creates a new instance of the Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.security.keystore.KeyGenParameterSpec.Builder.KeyGenParameterSpec$Builder(java.lang.String, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -86,10 +109,19 @@
- To be added.
+ Builds an instance of KeyGenParameterSpec.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.security.keystore.KeyGenParameterSpec.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Security.Keystore/KeyInfo.xml b/docs/Mono.Android/en/Android.Security.Keystore/KeyInfo.xml
index 5476bd80d9..b887668723 100644
--- a/docs/Mono.Android/en/Android.Security.Keystore/KeyInfo.xml
+++ b/docs/Mono.Android/en/Android.Security.Keystore/KeyInfo.xml
@@ -31,7 +31,8 @@
- Information about a key from the <a href="[TODO: @docRoot]training/articles/keystore.
+ Information about a key from the Android
+ Keystore system.
diff --git a/docs/Mono.Android/en/Android.Security.Keystore/KeyProperties.xml b/docs/Mono.Android/en/Android.Security.Keystore/KeyProperties.xml
index 58edf0805c..3d8bd26a63 100644
--- a/docs/Mono.Android/en/Android.Security.Keystore/KeyProperties.xml
+++ b/docs/Mono.Android/en/Android.Security.Keystore/KeyProperties.xml
@@ -18,7 +18,7 @@
- Properties of <a href="[TODO: @docRoot]training/articles/keystore.
+ Properties of Android Keystore keys.
diff --git a/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection+Builder.xml b/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection+Builder.xml
index 588da19445..04f8d93204 100644
--- a/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection+Builder.xml
+++ b/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder of KeyProtection instances.
- Android platform documentation
+ Java documentation for android.security.keystore.KeyProtection.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -56,10 +60,22 @@
- To be added.
- To be added.
+ set of purposes (e.g., encrypt, decrypt, sign) for which the key can be
+ used. Attempts to use the key for any other purpose will be rejected.
+
+ <p>See KeyProperties.PURPOSE flags.
+ Creates a new instance of the Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.security.keystore.KeyProtection.Builder.KeyProtection$Builder(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -84,10 +100,19 @@
- To be added.
+ Builds an instance of KeyProtection.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.security.keystore.KeyProtection.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection.xml b/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection.xml
index 24926f05fb..dac15c428b 100644
--- a/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection.xml
+++ b/docs/Mono.Android/en/Android.Security.Keystore/KeyProtection.xml
@@ -32,7 +32,7 @@
Specification of how a key or key pair is secured when imported into the
- <a href="[TODO: @docRoot]training/articles/keystore.
+ Android Keystore system.
diff --git a/docs/Mono.Android/en/Android.Security/AppUriAuthenticationPolicy+Builder.xml b/docs/Mono.Android/en/Android.Security/AppUriAuthenticationPolicy+Builder.xml
index c6c17a727f..56369d5a61 100644
--- a/docs/Mono.Android/en/Android.Security/AppUriAuthenticationPolicy+Builder.xml
+++ b/docs/Mono.Android/en/Android.Security/AppUriAuthenticationPolicy+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder class for AppUriAuthenticationPolicy objects.
+
+
+
+ Java documentation for android.security.AppUriAuthenticationPolicy.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -39,8 +50,19 @@
- To be added.
- To be added.
+ Initialize a new Builder to construct an AppUriAuthenticationPolicy.
+
+
+
+ Java documentation for android.security.AppUriAuthenticationPolicy.Builder.AppUriAuthenticationPolicy$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -97,9 +119,20 @@
- To be added.
- To be added.
- To be added.
+ Combines all of the attributes that have been set on the Builder
+ a new AppUriAuthenticationPolicy object.
+
+
+
+ Java documentation for android.security.AppUriAuthenticationPolicy.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Security/ConfirmationPrompt+Builder.xml b/docs/Mono.Android/en/Android.Security/ConfirmationPrompt+Builder.xml
index 81402eebc0..9452cdc7f7 100644
--- a/docs/Mono.Android/en/Android.Security/ConfirmationPrompt+Builder.xml
+++ b/docs/Mono.Android/en/Android.Security/ConfirmationPrompt+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder that collects arguments, to be shown on the system-provided confirmation prompt.
+
+
+
+ Java documentation for android.security.ConfirmationPrompt.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
- To be added.
- To be added.
+ the application context
+ Creates a builder for the confirmation prompt.
+
+
+
+ Java documentation for android.security.ConfirmationPrompt.Builder.ConfirmationPrompt$Builder(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,9 +90,20 @@
- To be added.
- To be added.
- To be added.
+ Creates a ConfirmationPrompt with the arguments supplied to this builder.
+ a ConfirmationPrompt
+
+
+
+ Java documentation for android.security.ConfirmationPrompt.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec+Builder.xml b/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec+Builder.xml
index 277c8a1716..88b8479005 100644
--- a/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec+Builder.xml
+++ b/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec+Builder.xml
@@ -22,14 +22,18 @@
- Builder class for objects.
+ Builder class for KeyPairGeneratorSpec objects.
- Android platform documentation
+ Java documentation for android.security.KeyPairGeneratorSpec.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -60,9 +64,18 @@
To be added.
Creates a new instance of the Builder with the given
- context.
+ context.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.security.KeyPairGeneratorSpec.Builder.KeyPairGeneratorSpec$Builder(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -93,9 +106,18 @@
Builds the instance of the KeyPairGeneratorSpec.
- To be added.
+ built instance of KeyPairGeneratorSpec
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.security.KeyPairGeneratorSpec.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if a required field is missing
diff --git a/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec.xml b/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec.xml
index d1ae08e4df..aa8f20b233 100644
--- a/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec.xml
+++ b/docs/Mono.Android/en/Android.Security/KeyPairGeneratorSpec.xml
@@ -37,7 +37,8 @@
This provides the required parameters needed for initializing the
KeyPairGenerator that works with
- <a href="[TODO: @docRoot]training/articles/keystore.
+ Android KeyStore
+ facility.
diff --git a/docs/Mono.Android/en/Android.Security/KeyStoreParameter+Builder.xml b/docs/Mono.Android/en/Android.Security/KeyStoreParameter+Builder.xml
index 9fa0b6a3bc..ac4c2e844a 100644
--- a/docs/Mono.Android/en/Android.Security/KeyStoreParameter+Builder.xml
+++ b/docs/Mono.Android/en/Android.Security/KeyStoreParameter+Builder.xml
@@ -22,14 +22,18 @@
- Builder class for objects.
+ Builder class for KeyStoreParameter objects.
- Android platform documentation
+ Java documentation for android.security.KeyStoreParameter.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -60,9 +64,18 @@
To be added.
Creates a new instance of the Builder with the given
- context.
+ context.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.security.KeyStoreParameter.Builder.KeyStoreParameter$Builder(android.content.Context).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -92,10 +105,19 @@
- Builds the instance of the KeyPairGeneratorSpec.
- To be added.
+ Builds the instance of the KeyStoreParameter.
+ built instance of KeyStoreParameter
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.security.KeyStoreParameter.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
if a required field is missing
diff --git a/docs/Mono.Android/en/Android.Security/KeyStoreParameter.xml b/docs/Mono.Android/en/Android.Security/KeyStoreParameter.xml
index 98398dbf31..3c032d58eb 100644
--- a/docs/Mono.Android/en/Android.Security/KeyStoreParameter.xml
+++ b/docs/Mono.Android/en/Android.Security/KeyStoreParameter.xml
@@ -37,7 +37,8 @@
This provides the optional parameters that can be specified for
KeyStore entries that work with
- <a href="[TODO: @docRoot]training/articles/keystore.
+ Android KeyStore
+ facility.
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/BatchUpdates+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/BatchUpdates+Builder.xml
index 6d4fd54788..0c5232d8ce 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/BatchUpdates+Builder.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/BatchUpdates+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for BatchUpdates objects.
+
+
+
+ Java documentation for android.service.autofill.BatchUpdates.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -85,9 +96,20 @@
- To be added.
+ Creates a new BatchUpdates instance.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.autofill.BatchUpdates.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/CharSequenceTransformation+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/CharSequenceTransformation+Builder.xml
index bbfe70aeba..175f527a1b 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/CharSequenceTransformation+Builder.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/CharSequenceTransformation+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for CharSequenceTransformation objects.
- Android platform documentation
+ Java documentation for android.service.autofill.CharSequenceTransformation.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -74,12 +78,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ id of the screen field.
+ regular expression with groups (delimited by ( and () that
+ are used to substitute parts of the value.
+ the string that substitutes the matched regex, using $ for
+ group substitution ($1 for 1st group match, $2 for 2nd, etc).
+ Creates a new builder and adds the first transformed contents of a field to the overall
+ result of this transformation.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.CharSequenceTransformation.Builder.CharSequenceTransformation$Builder(android.view.autofill.AutofillId, java.util.regex.Pattern, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -139,10 +155,19 @@
- To be added.
+ Creates a new CharSequenceTransformation instance.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.CharSequenceTransformation.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/CustomDescription+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/CustomDescription+Builder.xml
index fe05cf284b..ae0041e109 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/CustomDescription+Builder.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/CustomDescription+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for CustomDescription objects.
- Android platform documentation
+ Java documentation for android.service.autofill.CustomDescription.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +53,19 @@
- To be added.
- To be added.
+ template presentation with (optional) children views.
+ Default constructor.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.CustomDescription.Builder.CustomDescription$Builder(android.widget.RemoteViews).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -195,10 +208,19 @@
- To be added.
+ Creates a new CustomDescription instance.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.CustomDescription.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/Dataset+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/Dataset+Builder.xml
index b8a3951aa7..4da181e95f 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/Dataset+Builder.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/Dataset+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ A builder for Dataset objects.
- Android platform documentation
+ Java documentation for android.service.autofill.Dataset.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -46,9 +50,18 @@
- To be added.
+ Creates a new builder for a dataset where each field will be visualized independently.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.Dataset.Builder.Dataset$Builder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,10 +85,19 @@
- To be added.
- To be added.
+ The presentation used to visualize this dataset.
+ Creates a new builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.Dataset.Builder.Dataset$Builder(android.widget.RemoteViews).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,10 +122,19 @@
- To be added.
- To be added.
+ Creates a new Dataset instance.
+ The built dataset.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.Dataset.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification+Match.xml b/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification+Match.xml
index 752d0d774e..010ded5387 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification+Match.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification+Match.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Represents the score of a UserData entry for the field.
+
+
+
+ Java documentation for android.service.autofill.FieldClassification.Match.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
System.String
- To be added.
+ Gets the category id of the UserData entry.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.autofill.FieldClassification.Match.getCategoryId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -96,9 +118,21 @@
System.Single
- To be added.
+ Gets a classification score for the value of this field compared to the value of the
+ UserData entry.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.autofill.FieldClassification.Match.getScore().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification.xml b/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification.xml
index f7b13bff19..67904af019 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/FieldClassification.xml
@@ -18,7 +18,7 @@
- Represents the <a href="AutofillService.
+ Represents the "AutofillService.
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/FillEventHistory+Event.xml b/docs/Mono.Android/en/Android.Service.Autofill/FillEventHistory+Event.xml
index cbba177f31..a10a1c691d 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/FillEventHistory+Event.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/FillEventHistory+Event.xml
@@ -18,14 +18,19 @@
- To be added.
+ Description of an event that occured after the latest call to
+ FillCallback#onSuccess(FillResponse).
- Android platform documentation
+ Java documentation for android.service.autofill.FillEventHistory.Event.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,9 +54,22 @@
System.Collections.Generic.IDictionary<Android.Views.Autofill.AutofillId,System.String>
- To be added.
- To be added.
- To be added.
+ Returns which fields in the selected datasets were changed by the user after the dataset
+ was selected.
+ map map whose key is the id of the change fields, and value is the id of
+ dataset that has that field and was selected by the user.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.getChangedFields().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -74,9 +92,20 @@
Android.OS.Bundle
- To be added.
+ Returns the client state from the FillResponse used to generate this event.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.getClientState().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -99,10 +128,19 @@
System.String
- To be added.
- To be added.
+ Returns the id of dataset the id was on.
+ The id of dataset, or null the event is not associated with a dataset.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.getDatasetId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -126,9 +164,20 @@
System.Collections.Generic.IDictionary<Android.Views.Autofill.AutofillId,Android.Service.Autofill.FieldClassification>
- To be added.
+ Gets the "AutofillService.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.getFieldsClassification().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -151,9 +200,20 @@
System.Collections.Generic.ICollection<System.String>
- To be added.
+ Returns which datasets were NOT selected by the user.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.getIgnoredDatasetIds().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -232,9 +292,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Returns the reason why a save dialog was not shown.
+ The reason why a save dialog was not shown.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.getNoSaveUiReason().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -262,8 +333,19 @@
6
- To be added.
- To be added.
+ All fields matched contents of datasets.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_DATASET_MATCH.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -291,8 +373,19 @@
5
- To be added.
- To be added.
+ Fields failed validation.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_FIELD_VALIDATION_FAILED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -320,8 +413,19 @@
3
- To be added.
- To be added.
+ There was empty value for required ids.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_HAS_EMPTY_REQUIRED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -349,8 +453,19 @@
0
- To be added.
- To be added.
+ No reason for save dialog.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_NONE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -378,8 +493,19 @@
1
- To be added.
- To be added.
+ The SaveInfo associated with the FillResponse is null.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_NO_SAVE_INFO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -407,8 +533,19 @@
4
- To be added.
- To be added.
+ No value has been changed.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_NO_VALUE_CHANGED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -436,8 +573,19 @@
2
- To be added.
- To be added.
+ The service asked to delay save.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.NO_SAVE_UI_REASON_WITH_DELAY_SAVE_FLAG.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -460,9 +608,20 @@
System.Collections.Generic.ICollection<System.String>
- To be added.
+ Returns which datasets were selected by the user.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.getSelectedDatasetIds().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -547,10 +706,19 @@
Android.Service.Autofill.EventType
- To be added.
- To be added.
+ Returns the type of the event.
+ The type of the event
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.getType().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -579,8 +747,19 @@
5
- To be added.
- To be added.
+ A dataset selector was shown.
+
+
+
+ Java documentation for android.service.autofill.FillEventHistory.Event.TYPE_DATASETS_SHOWN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/FillRequest.xml b/docs/Mono.Android/en/Android.Service.Autofill/FillRequest.xml
index 1a831f5e92..0d15cae85e 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/FillRequest.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/FillRequest.xml
@@ -209,7 +209,7 @@
2
Indicates this request was made using
- <a href="AutofillService.
+ "AutofillService.
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/FillResponse+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/FillResponse+Builder.xml
index a25118b7e4..a50cb07a21 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/FillResponse+Builder.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/FillResponse+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for FillResponse objects.
- Android platform documentation
+ Java documentation for android.service.autofill.FillResponse.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -104,10 +108,19 @@
- To be added.
- To be added.
+ Builds a new FillResponse instance.
+ A built response.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.FillResponse.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/ImageTransformation+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/ImageTransformation+Builder.xml
index 2fbafd8b6d..22fda2d5f5 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/ImageTransformation+Builder.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/ImageTransformation+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ Builder for ImageTransformation objects.
- Android platform documentation
+ Java documentation for android.service.autofill.ImageTransformation.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,12 +82,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ id of the screen field that will be used to evaluate whether the image should
+ be used.
+ regular expression defining what should be matched to use this image.
+ resource id of the image (in the autofill service's package). The
+ RemoteViews presentation must contain a ImageView child with that id.
+ Creates a new builder for a autofill id and add a first option.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.ImageTransformation.Builder.ImageTransformation$Builder(android.view.autofill.AutofillId, java.util.regex.Pattern, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -110,12 +125,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ id of the screen field that will be used to evaluate whether the image should
+ be used.
+ regular expression defining what should be matched to use this image.
+ resource id of the image (in the autofill service's package). The
+ RemoteViews presentation must contain a ImageView child with that id.
+ content description to be applied in the child view.
+ Creates a new builder for a autofill id and add a first option.
+
+
+
+ Java documentation for android.service.autofill.ImageTransformation.Builder.ImageTransformation$Builder(android.view.autofill.AutofillId, java.util.regex.Pattern, int, java.lang.CharSequence).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -267,10 +295,19 @@
- To be added.
+ Creates a new ImageTransformation instance.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.ImageTransformation.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/SaveInfo+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/SaveInfo+Builder.xml
index 1a17b26f26..d3308632be 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/SaveInfo+Builder.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/SaveInfo+Builder.xml
@@ -18,14 +18,18 @@
- To be added.
+ A builder for SaveInfo objects.
- Android platform documentation
+ Java documentation for android.service.autofill.SaveInfo.Builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -56,10 +60,27 @@
- To be added.
- To be added.
+ the type of information the associated FillResponse represents. It
+ can be any combination of SaveInfo#SAVE_DATA_TYPE_GENERIC,
+ SaveInfo#SAVE_DATA_TYPE_PASSWORD,
+ SaveInfo#SAVE_DATA_TYPE_ADDRESS, SaveInfo#SAVE_DATA_TYPE_CREDIT_CARD,
+ SaveInfo#SAVE_DATA_TYPE_DEBIT_CARD, SaveInfo#SAVE_DATA_TYPE_PAYMENT_CARD,
+ SaveInfo#SAVE_DATA_TYPE_GENERIC_CARD, SaveInfo#SAVE_DATA_TYPE_USERNAME,
+ or SaveInfo#SAVE_DATA_TYPE_EMAIL_ADDRESS.
+
+ <p>See SaveInfo for more info.
+ Creates a new builder when no id is required.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.SaveInfo.Builder.SaveInfo$Builder(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -91,11 +112,28 @@
- To be added.
- To be added.
- To be added.
+ the type of information the associated FillResponse represents. It
+ can be any combination of SaveInfo#SAVE_DATA_TYPE_GENERIC,
+ SaveInfo#SAVE_DATA_TYPE_PASSWORD,
+ SaveInfo#SAVE_DATA_TYPE_ADDRESS, SaveInfo#SAVE_DATA_TYPE_CREDIT_CARD,
+ SaveInfo#SAVE_DATA_TYPE_DEBIT_CARD, SaveInfo#SAVE_DATA_TYPE_PAYMENT_CARD,
+ SaveInfo#SAVE_DATA_TYPE_GENERIC_CARD, SaveInfo#SAVE_DATA_TYPE_USERNAME,
+ or SaveInfo#SAVE_DATA_TYPE_EMAIL_ADDRESS.
+ ids of all required views that will trigger a save request.
+
+ <p>See SaveInfo for more info.
+ Creates a new builder.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.SaveInfo.Builder.SaveInfo$Builder(int, android.view.autofill.AutofillId[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -158,10 +196,19 @@
- To be added.
+ Builds a new SaveInfo instance.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.autofill.SaveInfo.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/UserData+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/UserData+Builder.xml
index ac5c996158..66f1f09eaa 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/UserData+Builder.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/UserData+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ A builder for UserData objects.
+
+
+
+ Java documentation for android.service.autofill.UserData.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -44,11 +55,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ id used to identify the whole UserData object. This id is also returned
+ by AutofillManager#getUserDataId(), which can be used to check if the
+ UserData is up-to-date without fetching the whole object (through
+ AutofillManager#getUserData()).
+ value of the user data.
+ autofill field category.
+ Creates a new builder for the user data used for "#FieldClassification">field
+ classification.
+
+
+
+ Java documentation for android.service.autofill.UserData.Builder.UserData$Builder(java.lang.String, java.lang.String, java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -103,9 +129,20 @@
- To be added.
- To be added.
- To be added.
+ Creates a new UserData instance.
+ The built dataset.
+
+
+
+ Java documentation for android.service.autofill.UserData.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/UserData.xml b/docs/Mono.Android/en/Android.Service.Autofill/UserData.xml
index 9e8fab50bb..34a92ce03c 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/UserData.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/UserData.xml
@@ -32,7 +32,7 @@
Defines the user data used for
- <a href="AutofillService.
+ "AutofillService.
diff --git a/docs/Mono.Android/en/Android.Service.Autofill/VisibilitySetterAction+Builder.xml b/docs/Mono.Android/en/Android.Service.Autofill/VisibilitySetterAction+Builder.xml
index 5663a5590a..7e47fbc577 100644
--- a/docs/Mono.Android/en/Android.Service.Autofill/VisibilitySetterAction+Builder.xml
+++ b/docs/Mono.Android/en/Android.Service.Autofill/VisibilitySetterAction+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for VisibilitySetterAction objects.
+
+
+
+ Java documentation for android.service.autofill.VisibilitySetterAction.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -50,10 +61,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ view resource id of the children view.
+ one of View#VISIBLE, View#INVISIBLE, or
+ View#GONE.
+ Creates a new builder for an action that change the visibility of one child view.
+
+
+
+ Java documentation for android.service.autofill.VisibilitySetterAction.Builder.VisibilitySetterAction$Builder(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -77,9 +100,20 @@
- To be added.
+ Creates a new VisibilitySetterAction instance.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.autofill.VisibilitySetterAction.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+IResultCallback.xml b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+IResultCallback.xml
index dc9491cbd4..b0638f313f 100644
--- a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+IResultCallback.xml
+++ b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+IResultCallback.xml
@@ -29,14 +29,18 @@
- To be added.
+ A callback interface used to provide results asynchronously.
- Android platform documentation
+ Java documentation for android.service.carrier.CarrierMessagingService.ResultCallback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -63,10 +67,19 @@
- To be added.
- To be added.
+ the result
+ Invoked when the result is available.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.carrier.CarrierMessagingService.ResultCallback.onReceiveResult(T).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMmsResult.xml b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMmsResult.xml
index 5e7802b4d8..2d0884fa83 100644
--- a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMmsResult.xml
+++ b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMmsResult.xml
@@ -18,14 +18,18 @@
- To be added.
+ The result of sending an MMS.
- Android platform documentation
+ Java documentation for android.service.carrier.CarrierMessagingService.SendMmsResult.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -86,10 +90,19 @@
- To be added.
- To be added.
+ Returns the SendConf PDU, which confirms that the message was sent.
+ the SendConf PDU
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.carrier.CarrierMessagingService.SendMmsResult.getSendConfPdu().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -144,10 +157,20 @@
Android.Service.Carrier.MessageSendStatus
- To be added.
- To be added.
+ Returns the send status of the just-sent MMS.
+ the send status which is one of #SEND_STATUS_OK,
+ #SEND_STATUS_RETRY_ON_CARRIER_NETWORK, and #SEND_STATUS_ERROR
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.carrier.CarrierMessagingService.SendMmsResult.getSendStatus().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMultipartSmsResult.xml b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMultipartSmsResult.xml
index 140d82fbfa..9ac294ceae 100644
--- a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMultipartSmsResult.xml
+++ b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendMultipartSmsResult.xml
@@ -18,14 +18,18 @@
- To be added.
+ The result of sending a multipart SMS.
- Android platform documentation
+ Java documentation for android.service.carrier.CarrierMessagingService.SendMultipartSmsResult.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -57,11 +61,24 @@
- To be added.
- To be added.
- To be added.
+ send status, one of #SEND_STATUS_OK,
+ #SEND_STATUS_RETRY_ON_CARRIER_NETWORK, and #SEND_STATUS_ERROR.
+ an array of message references, one for each part of the
+ multipart SMS. This field is applicable only if send status is
+ #SEND_STATUS_OK.
+ Constructs a SendMultipartSmsResult with the send status and message references for the
+ just-sent multipart SMS.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.carrier.CarrierMessagingService.SendMultipartSmsResult.CarrierMessagingService$SendMultipartSmsResult(int, int[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -86,10 +103,19 @@
- To be added.
- To be added.
+ Returns the message references of the just-sent multipart SMS.
+ the message references, one for each part of the multipart SMS
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.carrier.CarrierMessagingService.SendMultipartSmsResult.getMessageRefs().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -144,10 +170,19 @@
Android.Service.Carrier.MessageSendStatus
- To be added.
- To be added.
+ Returns the send status of the just-sent SMS.
+ the send status
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.carrier.CarrierMessagingService.SendMultipartSmsResult.getSendStatus().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendSmsResult.xml b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendSmsResult.xml
index 20fc9b575f..f8d909f82b 100644
--- a/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendSmsResult.xml
+++ b/docs/Mono.Android/en/Android.Service.Carrier/CarrierMessagingService+SendSmsResult.xml
@@ -18,14 +18,18 @@
- To be added.
+ The result of sending an SMS.
- Android platform documentation
+ Java documentation for android.service.carrier.CarrierMessagingService.SendSmsResult.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -57,11 +61,23 @@
- To be added.
- To be added.
- To be added.
+ send status, one of #SEND_STATUS_OK,
+ #SEND_STATUS_RETRY_ON_CARRIER_NETWORK, and #SEND_STATUS_ERROR.
+ message reference of the just-sent SMS. This field is applicable only
+ if send status is #SEND_STATUS_OK.
+ Constructs a SendSmsResult with the send status and message reference for the
+ just-sent SMS.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.carrier.CarrierMessagingService.SendSmsResult.CarrierMessagingService$SendSmsResult(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -116,10 +132,19 @@
System.Int32
- To be added.
- To be added.
+ Returns the message reference of the just-sent SMS.
+ the message reference
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.carrier.CarrierMessagingService.SendSmsResult.getMessageRef().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -143,10 +168,19 @@
Android.Service.Carrier.MessageSendStatus
- To be added.
- To be added.
+ Returns the send status of the just-sent SMS.
+ the send status
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.carrier.CarrierMessagingService.SendSmsResult.getSendStatus().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Chooser/ChooserTargetService.xml b/docs/Mono.Android/en/Android.Service.Chooser/ChooserTargetService.xml
index a4ec57085f..b0fca2932e 100644
--- a/docs/Mono.Android/en/Android.Service.Chooser/ChooserTargetService.xml
+++ b/docs/Mono.Android/en/Android.Service.Chooser/ChooserTargetService.xml
@@ -248,6 +248,10 @@
[Android.Runtime.Register("onGetChooserTargets", "(Landroid/content/ComponentName;Landroid/content/IntentFilter;)Ljava/util/List;", "GetOnGetChooserTargets_Landroid_content_ComponentName_Landroid_content_IntentFilter_Handler", ApiSince=23)]
[<Android.Runtime.Register("onGetChooserTargets", "(Landroid/content/ComponentName;Landroid/content/IntentFilter;)Ljava/util/List;", "GetOnGetChooserTargets_Landroid_content_ComponentName_Landroid_content_IntentFilter_Handler", ApiSince=23)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Collections.Generic.IList<Android.Service.Chooser.ChooserTarget>
diff --git a/docs/Mono.Android/en/Android.Service.Controls/Control+StatefulBuilder.xml b/docs/Mono.Android/en/Android.Service.Controls/Control+StatefulBuilder.xml
index 43940dcc02..b9cdf2c982 100644
--- a/docs/Mono.Android/en/Android.Service.Controls/Control+StatefulBuilder.xml
+++ b/docs/Mono.Android/en/Android.Service.Controls/Control+StatefulBuilder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder class for Control that contains state information.
+
+
+
+ Java documentation for android.service.controls.Control.StatefulBuilder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
- To be added.
- To be added.
+ base for the builder.
+ Creates a StatelessBuilder using an existing Control as a base.
+
+
+
+ Java documentation for android.service.controls.Control.StatefulBuilder.Control$StatefulBuilder(android.service.controls.Control).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,10 +90,21 @@
- To be added.
- To be added.
+ the identifier for the Control.
+ the pending intent linking to the device Activity.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.controls.Control.StatefulBuilder.Control$StatefulBuilder(java.lang.String, android.app.PendingIntent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -96,8 +129,19 @@
To be added.
- To be added.
- To be added.
+ a valid Control
+
+
+
+ Java documentation for android.service.controls.Control.StatefulBuilder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Controls/Control+StatelessBuilder.xml b/docs/Mono.Android/en/Android.Service.Controls/Control+StatelessBuilder.xml
index 7d04bd5d59..d91822e311 100644
--- a/docs/Mono.Android/en/Android.Service.Controls/Control+StatelessBuilder.xml
+++ b/docs/Mono.Android/en/Android.Service.Controls/Control+StatelessBuilder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder class for Control.
+
+
+
+ Java documentation for android.service.controls.Control.StatelessBuilder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +53,20 @@
- To be added.
- To be added.
- To be added.
+ base for the builder.
+ Creates a StatelessBuilder using an existing Control as a base.
+
+
+
+ Java documentation for android.service.controls.Control.StatelessBuilder.Control$StatelessBuilder(android.service.controls.Control).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,10 +90,21 @@
- To be added.
- To be added.
+ the identifier for the Control
+ the pending intent linking to the device Activity
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.controls.Control.StatelessBuilder.Control$StatelessBuilder(java.lang.String, android.app.PendingIntent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -96,8 +129,19 @@
To be added.
- To be added.
- To be added.
+ a valid Control
+
+
+
+ Java documentation for android.service.controls.Control.StatelessBuilder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml b/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml
index 26b8201b13..37e722d8be 100644
--- a/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml
+++ b/docs/Mono.Android/en/Android.Service.Dreams/DreamService.xml
@@ -164,7 +164,7 @@
The generic motion event.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -208,7 +208,7 @@
The key event.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -252,7 +252,7 @@
The key shortcut event.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -296,7 +296,7 @@
The event.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -340,7 +340,7 @@
The touch screen event.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -384,7 +384,7 @@
The trackball event.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -685,7 +685,7 @@
The mode that was just finished.
- [TODO: @inheritDoc]
+ To be added
@@ -729,7 +729,7 @@
The new mode that has just been started.
- [TODO: @inheritDoc]
+ To be added
@@ -769,7 +769,7 @@
- [TODO: @inheritDoc]
+ To be added
@@ -811,7 +811,7 @@
The Intent that was used to bind to this service,
as given to M:Android.Content.Context.BindService(Android.Content.Intent,Android.Content.IServiceConnection,Android.Content.IServiceConnection). Note that any extras that were included with
the Intent at that point will not be seen here.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -852,7 +852,7 @@
- [TODO: @inheritDoc]
+ To be added
@@ -897,7 +897,7 @@
The panel being created.
The menu inside the panel.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -941,7 +941,7 @@
Which panel is being created.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -982,7 +982,7 @@
- [TODO: @inheritDoc]
+ To be added
@@ -1102,7 +1102,7 @@
The panel that the menu is in.
The menu item that was selected.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -1148,7 +1148,7 @@
The panel that the menu is in.
The menu that is opened.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -1196,7 +1196,7 @@
If onCreatePanelView() returned null, this is the Menu
being displayed in the panel.
- [TODO: @inheritDoc]
+ To be added
@@ -1244,7 +1244,7 @@
The View that was returned by onCreatePanelView().
If onCreatePanelView() returned null, this is the Menu
being displayed in the panel.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -1285,7 +1285,7 @@
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -1329,7 +1329,7 @@
To be added.
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -1452,7 +1452,7 @@
Whether the window now has focus.
- [TODO: @inheritDoc]
+ To be added
diff --git a/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+BrowserRoot.xml b/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+BrowserRoot.xml
index 0333e85745..32a2be8eb4 100644
--- a/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+BrowserRoot.xml
+++ b/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+BrowserRoot.xml
@@ -18,14 +18,19 @@
- To be added.
+ Contains information that the browser service needs to send to the client
+ when first connected.
- Android platform documentation
+ Java documentation for android.service.media.MediaBrowserService.BrowserRoot.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -50,11 +55,20 @@
- To be added.
- To be added.
- To be added.
+ The root id for browsing.
+ Any extras about the browser service.
+ Constructs a browser root.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.media.MediaBrowserService.BrowserRoot.MediaBrowserService$BrowserRoot(java.lang.String, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -78,9 +92,19 @@
System.String
- To be added.
+ The lookup key for a boolean that indicates whether the browser service should return a
+ browser root for offline media items.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.media.MediaBrowserService.BrowserRoot.EXTRA_OFFLINE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -104,9 +128,19 @@
System.String
- To be added.
+ The lookup key for a boolean that indicates whether the browser service should return a
+ browser root for recently played media items.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.media.MediaBrowserService.BrowserRoot.EXTRA_RECENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -130,10 +164,19 @@
Android.OS.Bundle
- To be added.
+ Gets any extras about the browser service.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.media.MediaBrowserService.BrowserRoot.getExtras().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -157,9 +200,19 @@
System.String
- To be added.
+ The lookup key for a boolean that indicates whether the browser service should return a
+ browser root for suggested media items.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.media.MediaBrowserService.BrowserRoot.EXTRA_SUGGESTED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -214,10 +267,19 @@
System.String
- To be added.
+ Gets the root id for browsing.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.media.MediaBrowserService.BrowserRoot.getRootId().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+Result.xml b/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+Result.xml
index 37dd269f4f..7859408e6e 100644
--- a/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+Result.xml
+++ b/docs/Mono.Android/en/Android.Service.Media/MediaBrowserService+Result.xml
@@ -22,14 +22,18 @@
- To be added.
+ Completion handler for asynchronous callback methods in MediaBrowserService.
- Android platform documentation
+ Java documentation for android.service.media.MediaBrowserService.Result.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -77,9 +81,19 @@
- To be added.
+ Detach this message from the current thread and allow the #sendResult
+ call to happen later.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.media.MediaBrowserService.Result.detach().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -138,9 +152,18 @@
To be added.
- To be added.
+ Send the result back to the caller.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.media.MediaBrowserService.Result.sendResult(T).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Notification/ConditionProviderService.xml b/docs/Mono.Android/en/Android.Service.Notification/ConditionProviderService.xml
index 0a4dbba477..9ffe9a49af 100644
--- a/docs/Mono.Android/en/Android.Service.Notification/ConditionProviderService.xml
+++ b/docs/Mono.Android/en/Android.Service.Notification/ConditionProviderService.xml
@@ -410,6 +410,10 @@
[Android.Runtime.Register("onConnected", "()V", "GetOnConnectedHandler", ApiSince=24)]
[<Android.Runtime.Register("onConnected", "()V", "GetOnConnectedHandler", ApiSince=24)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -487,6 +491,10 @@
[Android.Runtime.Register("onSubscribe", "(Landroid/net/Uri;)V", "GetOnSubscribe_Landroid_net_Uri_Handler", ApiSince=24)]
[<Android.Runtime.Register("onSubscribe", "(Landroid/net/Uri;)V", "GetOnSubscribe_Landroid_net_Uri_Handler", ApiSince=24)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
@@ -526,6 +534,10 @@
[Android.Runtime.Register("onUnsubscribe", "(Landroid/net/Uri;)V", "GetOnUnsubscribe_Landroid_net_Uri_Handler", ApiSince=24)]
[<Android.Runtime.Register("onUnsubscribe", "(Landroid/net/Uri;)V", "GetOnUnsubscribe_Landroid_net_Uri_Handler", ApiSince=24)>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
diff --git a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+Ranking.xml b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+Ranking.xml
index bc8ed2edd9..2a4e271831 100644
--- a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+Ranking.xml
+++ b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+Ranking.xml
@@ -18,14 +18,18 @@
- To be added.
+ Stores ranking related information on a currently active notification.
- Android platform documentation
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -96,9 +100,21 @@
- To be added.
+ Returns whether the user has allowed bubbles globally, at the app level, and at the
+ channel level for this notification.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.canBubble().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -122,10 +138,19 @@
- To be added.
- To be added.
+ Returns whether this notification can be displayed as a badge.
+ true if the notification can be displayed as a badge, false otherwise.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.canShowBadge().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -149,10 +174,20 @@
Android.App.NotificationChannel
- To be added.
+ Returns the notification channel this notification was posted to, which dictates
+ notification behavior and presentation.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.getChannel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -176,9 +211,21 @@
Android.Content.PM.ShortcutInfo
- To be added.
+ Returns the shortcut information associated with this notification, if it is a
+ #isConversation() conversation notification.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.getConversationShortcutInfo().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -222,10 +269,20 @@
Java.Lang.ICharSequence
- To be added.
- To be added.
+ If the importance has been overridden by user preference, then this will be non-null,
+ and should be displayed to the user.
+ the explanation for the importance, or null if it is the natural importance
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.getImportanceExplanation().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -249,10 +306,20 @@
System.Boolean
- To be added.
+ Returns whether the notification is an ambient notification, that is
+ a notification that doesn't require the user's immediate attention.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.isAmbient().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -276,9 +343,22 @@
System.Boolean
- To be added.
+ Returns whether this notification is a conversation notification, and would appear
+ in the conversation section of the notification shade, on devices that separate that
+ type of notification.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.isConversation().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -301,9 +381,21 @@
System.Boolean
- To be added.
- To be added.
- To be added.
+ Returns whether the app that posted this notification is suspended, so this notification
+ should be hidden.
+ true if the notification should be hidden, false otherwise.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.isSuspended().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -357,10 +449,19 @@
System.String
- To be added.
+ Returns the key of the notification this Ranking applies to.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.getKey().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -384,9 +485,20 @@
System.Int64
- To be added.
- To be added.
- To be added.
+ Returns the last time this notification alerted the user via sound or vibration.
+ the time of the last alerting behavior, in milliseconds.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.getLastAudiblyAlertedMillis().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -409,9 +521,24 @@
System.Int32
- To be added.
+ Returns the user or device policy manager specified visibility (see
+ Notification#VISIBILITY_PRIVATE, Notification#VISIBILITY_PUBLIC,
+ Notification#VISIBILITY_SECRET) for this notification, or
+ NotificationListenerService.Ranking#VISIBILITY_NO_OVERRIDE if
+ no such preference has been expressed.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.getLockscreenVisibilityOverride().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -435,10 +562,22 @@
- To be added.
- To be added.
+ Returns whether the notification matches the user's interruption
+ filter.
+
+ true if the notification is allowed by the filter, or
+ false if it is blocked.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.matchesInterruptionFilter().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -462,10 +601,20 @@
System.String
- To be added.
+ If the system has overridden the group key, then this will be non-null, and this
+ key should be used to bundle notifications.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.getOverrideGroupKey().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -489,10 +638,20 @@
System.Int32
- To be added.
- To be added.
+ Returns the rank of the notification.
+ the rank of the notification, that is the 0-based index in
+ the list of active notifications.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.getRank().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -516,9 +675,21 @@
System.Collections.Generic.IList<Android.App.Notification+Action>
- To be added.
+ Returns a list of smart Notification.Action that can be added by the
+ NotificationAssistantService
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.getSmartActions().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -541,9 +712,21 @@
System.Collections.Generic.IList<Java.Lang.ICharSequence>
- To be added.
+ Returns a list of smart replies that can be added by the
+ NotificationAssistantService
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.getSmartReplies().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -566,10 +749,19 @@
Android.Service.Notification.SuppressEffect
- To be added.
+ Returns the type(s) of visual effects that should be suppressed for this notification.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.getSuppressedVisualEffects().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -655,9 +847,21 @@
Android.Service.Notification.UserSentiment
- To be added.
+ Returns how the system thinks the user feels about notifications from the
+ channel provided by #getChannel().
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.getUserSentiment().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -685,8 +889,19 @@
-1
- To be added.
- To be added.
+ The user is likely to have a negative reaction to this notification.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEGATIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -714,8 +929,19 @@
0
- To be added.
- To be added.
+ It is not known how the user will react to this notification.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_NEUTRAL.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -743,8 +969,19 @@
1
- To be added.
- To be added.
+ The user is likely to have a positive reaction to this notification.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.USER_SENTIMENT_POSITIVE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -768,8 +1005,20 @@
-1000
- To be added.
- To be added.
+ Value signifying that the user and device policy manager have not expressed a lockscreen
+ visibility override for a notification.
+
+
+
+ Java documentation for android.service.notification.NotificationListenerService.Ranking.VISIBILITY_NO_OVERRIDE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+RankingMap.xml b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+RankingMap.xml
index c4e119c34a..81e7bf8c64 100644
--- a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+RankingMap.xml
+++ b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService+RankingMap.xml
@@ -31,14 +31,19 @@
- To be added.
+ Provides access to ranking information on currently active
+ notifications.
- Android platform documentation
+ Java documentation for android.service.notification.NotificationListenerService.RankingMap.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -144,10 +149,20 @@
- To be added.
- To be added.
+ Request the list of notification keys in their current ranking
+ order.
+ An array of active notification keys, in their ranking order.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.NotificationListenerService.RankingMap.getOrderedKeys().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml
index 605c7a0a6a..f93b301b9b 100644
--- a/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml
+++ b/docs/Mono.Android/en/Android.Service.Notification/NotificationListenerService.xml
@@ -106,7 +106,16 @@
Inform the notification manager about dismissal of all notifications.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.NotificationListenerService.cancelAllNotifications().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -226,12 +235,20 @@
Notifications to dismiss, or null to dismiss all.
-
-
-
+
+ #cancelNotification(String, String, int)
Inform the notification manager about dismissal of specific notifications.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.notification.NotificationListenerService.cancelNotifications(java.lang.String[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Notification/ZenPolicy+Builder.xml b/docs/Mono.Android/en/Android.Service.Notification/ZenPolicy+Builder.xml
index 73287b0cd9..b13a8d270e 100644
--- a/docs/Mono.Android/en/Android.Service.Notification/ZenPolicy+Builder.xml
+++ b/docs/Mono.Android/en/Android.Service.Notification/ZenPolicy+Builder.xml
@@ -365,9 +365,20 @@
- To be added.
+ Builds the current ZenPolicy.
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.notification.ZenPolicy.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.QuickAccessWallet/GetWalletCardsRequest.xml b/docs/Mono.Android/en/Android.Service.QuickAccessWallet/GetWalletCardsRequest.xml
index 4d0e8b7285..ebb358c56a 100644
--- a/docs/Mono.Android/en/Android.Service.QuickAccessWallet/GetWalletCardsRequest.xml
+++ b/docs/Mono.Android/en/Android.Service.QuickAccessWallet/GetWalletCardsRequest.xml
@@ -209,7 +209,7 @@
- [TODO: @inheritDoc]
+ To be added
To be added.
@@ -423,7 +423,7 @@
To be added.
To be added.
- [TODO: @inheritDoc]
+ To be added
diff --git a/docs/Mono.Android/en/Android.Service.QuickAccessWallet/WalletCard+Builder.xml b/docs/Mono.Android/en/Android.Service.QuickAccessWallet/WalletCard+Builder.xml
index 40d38377d3..5589d3aa5e 100644
--- a/docs/Mono.Android/en/Android.Service.QuickAccessWallet/WalletCard+Builder.xml
+++ b/docs/Mono.Android/en/Android.Service.QuickAccessWallet/WalletCard+Builder.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Builder for WalletCard objects.
+
+
+
+ Java documentation for android.service.quickaccesswallet.WalletCard.Builder.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -45,12 +56,38 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The card id must be non-null and unique within the list of
+ cards returned. <b>Note:
+ </b> this card ID should <b>not</b> contain PII (Personally
+ Identifiable Information, such as username or email address).
+ The visual representation of the card. If the card image Icon
+ is a bitmap, it should have a width of GetWalletCardsRequest#getCardWidthPx() and a height of GetWalletCardsRequest#getCardHeightPx(). If the card image
+ does not have these dimensions, it may appear distorted when it
+ is scaled to fit these dimensions on screen. Bitmaps must be
+ of type android.graphics.Bitmap.Config#HARDWARE for
+ performance reasons.
+ The content description of the card image. This field is
+ required and may not be null or empty.
+ <b>Note: </b> this message should <b>not</b> contain PII
+ (Personally Identifiable Information, such as username or email
+ address).
+ If the user performs a click on the card, this PendingIntent
+ will be sent. If the device is locked, the wallet will first
+ request device unlock before sending the pending intent. It is
+ recommended that the pending intent be immutable (use PendingIntent#FLAG_IMMUTABLE).
To be added.
- To be added.
+
+
+
+ Java documentation for android.service.quickaccesswallet.WalletCard.Builder.WalletCard$Builder(java.lang.String, android.graphics.drawable.Icon, java.lang.CharSequence, android.app.PendingIntent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -105,9 +142,20 @@
- To be added.
- To be added.
- To be added.
+ Builds a new WalletCard instance.
+ A built response.
+
+
+
+ Java documentation for android.service.quickaccesswallet.WalletCard.Builder.build().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService+Session.xml b/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService+Session.xml
index 8f298f56d8..2c02cadc48 100644
--- a/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService+Session.xml
+++ b/docs/Mono.Android/en/Android.Service.Textservice/SpellCheckerService+Session.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.service.textservice.SpellCheckerService.Session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,9 +104,18 @@
- To be added.
+ Bundle for this session
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.textservice.SpellCheckerService.Session.getBundle().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,9 +173,18 @@
- To be added.
+ Locale for this session
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.textservice.SpellCheckerService.Session.getLocale().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -190,7 +212,16 @@
Request to abort all tasks executed in SpellChecker.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.textservice.SpellCheckerService.Session.onCancel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -218,7 +249,16 @@
Request to close this session.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.textservice.SpellCheckerService.Session.onClose().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -245,9 +285,18 @@
This is called after the class is initialized, at which point it knows it can call
- getLocale() etc.
+ getLocale() etc.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.textservice.SpellCheckerService.Session.onCreate().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -279,9 +328,19 @@
an array of the text metadata
the maximum number of suggestions to be returned
Get sentence suggestions for specified texts in an array of TextInfo.
- To be added.
+ an array of SentenceSuggestionsInfo returned by
+ SpellCheckerService.Session#onGetSuggestions(TextInfo, int)
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.textservice.SpellCheckerService.Session.onGetSentenceSuggestionsMultiple(android.view.textservice.TextInfo[], int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -313,9 +372,18 @@
the text metadata
the maximum number of suggestions to be returned
Get suggestions for specified text in TextInfo.
- To be added.
+ SuggestionsInfo which contains suggestions for textInfo
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.textservice.SpellCheckerService.Session.onGetSuggestions(android.view.textservice.TextInfo, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -349,9 +417,19 @@
the maximum number of suggestions to be returned
true if textInfos can be treated as sequential words.
A batch process of onGetSuggestions.
- To be added.
+ an array of SentenceSuggestionsInfo returned by
+ SpellCheckerService.Session#onGetSuggestions(TextInfo, int)
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.textservice.SpellCheckerService.Session.onGetSuggestionsMultiple(android.view.textservice.TextInfo[], int, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -376,9 +454,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Returns result attributes supported for this session.
+ The supported result attributes for this session
+
+
+
+ Java documentation for android.service.textservice.SpellCheckerService.Session.getSupportedAttributes().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+Callback.xml b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+Callback.xml
index fdb3aec021..eb2d9f03d9 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+Callback.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+Callback.xml
@@ -18,14 +18,18 @@
- To be added.
+ Callbacks for always-on hotword detection.
- Android platform documentation
+ Java documentation for android.service.voice.AlwaysOnHotwordDetector.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -137,9 +141,19 @@
To be added.
- To be added.
+ Updates the availability state of the active keyphrase and locale on every keyphrase
+ sound model change.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.AlwaysOnHotwordDetector.Callback.onAvailabilityChanged(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -194,9 +208,18 @@
- To be added.
+ Called when the detection fails due to an error.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.AlwaysOnHotwordDetector.Callback.onError().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -221,9 +244,18 @@
- To be added.
+ Called when the recognition is paused temporarily for some reason.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.AlwaysOnHotwordDetector.Callback.onRecognitionPaused().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -248,9 +280,18 @@
- To be added.
+ Called when the recognition is resumed after it was temporarily paused.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.AlwaysOnHotwordDetector.Callback.onRecognitionResumed().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+EventPayload.xml b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+EventPayload.xml
index 80ba4ca848..e22dba164f 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+EventPayload.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+EventPayload.xml
@@ -18,14 +18,18 @@
- To be added.
+ Additional payload for Callback#onDetected.
- Android platform documentation
+ Java documentation for android.service.voice.AlwaysOnHotwordDetector.EventPayload.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,10 +76,19 @@
Android.Media.AudioFormat
- To be added.
+ Gets the format of the audio obtained using #getTriggerAudio().
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.AlwaysOnHotwordDetector.EventPayload.getCaptureAudioFormat().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,10 +113,19 @@
- To be added.
+ Gets the raw audio that triggered the keyphrase.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.AlwaysOnHotwordDetector.EventPayload.getTriggerAudio().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+ModelParamRange.xml b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+ModelParamRange.xml
index 7c62b4d050..978398e515 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+ModelParamRange.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/AlwaysOnHotwordDetector+ModelParamRange.xml
@@ -18,8 +18,20 @@
- To be added.
- To be added.
+ A ModelParamRange is a representation of supported parameter range for a
+ given loaded model.
+
+
+
+ Java documentation for android.service.voice.AlwaysOnHotwordDetector.ModelParamRange.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -42,9 +54,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Get the end of the param range
+ The inclusive end of the supported range.
+
+
+
+ Java documentation for android.service.voice.AlwaysOnHotwordDetector.ModelParamRange.getEnd().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -96,9 +119,20 @@
System.Int32
- To be added.
- To be added.
- To be added.
+ Get the beginning of the param range
+ The inclusive start of the supported range.
+
+
+
+ Java documentation for android.service.voice.AlwaysOnHotwordDetector.ModelParamRange.getStart().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AbortVoiceRequest.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AbortVoiceRequest.xml
index 53f40bae5b..8db0dd5f3b 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AbortVoiceRequest.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AbortVoiceRequest.xml
@@ -18,14 +18,19 @@
- To be added.
+ A request to report that the current user interaction can not be completed with voice, as per
+ android.app.VoiceInteractor.AbortVoiceRequest VoiceInteractor.AbortVoiceRequest.
- Android platform documentation
+ Java documentation for android.service.voice.VoiceInteractionSession.AbortVoiceRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -105,10 +110,20 @@
Java.Lang.ICharSequence
- To be added.
+ Return the message informing the user of the problem, as per
+ android.app.VoiceInteractor.AbortVoiceRequest VoiceInteractor.AbortVoiceRequest.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.AbortVoiceRequest.getMessage().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -136,9 +151,21 @@
To be added.
- To be added.
+ Report that the voice interactor has finished aborting the voice operation, resulting
+ in a call to
+ android.app.VoiceInteractor.AbortVoiceRequest#onAbortResult
+ VoiceInteractor.AbortVoiceRequest.onAbortResult.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.AbortVoiceRequest.sendAbortResult(android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ActivityId.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ActivityId.xml
index cb04d85801..cd1c0e981b 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ActivityId.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ActivityId.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Represents the id of an assist source activity.
+
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.ActivityId.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AssistState.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AssistState.xml
index d638db33b5..bcc6099672 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AssistState.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+AssistState.xml
@@ -18,8 +18,19 @@
- To be added.
- To be added.
+ Represents assist state captured when this session was started.
+
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.AssistState.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -68,8 +79,24 @@
To be added.
- To be added.
- To be added.
+ Additional content data supplied by the app through
+ android.app.Activity#onProvideAssistContent Activity.onProvideAssistContent.
+ May be null if assist data has been disabled by the user or device policy; will be null
+ if the original show request did not specify #SHOW_WITH_ASSIST. Will not be
+ automatically filled in with data from the app if the app has marked its window as
+ secure.
+
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.AssistState.getAssistContent().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -93,8 +120,22 @@
To be added.
- To be added.
- To be added.
+ Arbitrary data supplied by the app through
+ android.app.Activity#onProvideAssistData Activity.onProvideAssistData.
+ May be null if assist data has been disabled by the user or device policy; will be null
+ if the original show request did not specify #SHOW_WITH_ASSIST.
+
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.AssistState.getAssistData().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -118,8 +159,23 @@
To be added.
- To be added.
- To be added.
+ If available, the structure definition of all windows currently
+ displayed by the app. May be null if assist data has been disabled by the user
+ or device policy; will be null if the original show request did not specify
+ #SHOW_WITH_ASSIST; will be an empty stub if the application has disabled assist
+ by marking its window as secure.
+
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.AssistState.getAssistStructure().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -143,8 +199,20 @@
To be added.
- To be added.
- To be added.
+ the total number of activities for which the assist data is
+ being returned.
+
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.AssistState.getCount().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -168,8 +236,20 @@
To be added.
- To be added.
- To be added.
+ the index of the activity that this state is for or -1
+ if there was no assist data captured.
+
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.AssistState.getIndex().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -193,8 +273,19 @@
To be added.
- To be added.
- To be added.
+ whether the source activity is focused.
+
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.AssistState.isFocused().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CommandRequest.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CommandRequest.xml
index ffa98ce8aa..1967b9dc62 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CommandRequest.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CommandRequest.xml
@@ -18,14 +18,19 @@
- To be added.
+ A generic vendor-specific request, as per
+ android.app.VoiceInteractor.CommandRequest VoiceInteractor.CommandRequest.
- Android platform documentation
+ Java documentation for android.service.voice.VoiceInteractionSession.CommandRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -49,10 +54,20 @@
System.String
- To be added.
+ Return the command that is being executed, as per
+ android.app.VoiceInteractor.CommandRequest VoiceInteractor.CommandRequest.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.CommandRequest.getCommand().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -111,9 +126,21 @@
To be added.
- To be added.
+ Report an intermediate result of the request, without completing it (the request
+ is still active and the app is waiting for the final result), resulting in a call to
+ android.app.VoiceInteractor.CommandRequest#onCommandResult
+ VoiceInteractor.CommandRequest.onCommandResult with false for isCompleted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.CommandRequest.sendIntermediateResult(android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -141,9 +168,20 @@
To be added.
- To be added.
+ Report the final result of the request, completing the request and resulting in a call to
+ android.app.VoiceInteractor.CommandRequest#onCommandResult
+ VoiceInteractor.CommandRequest.onCommandResult with true for isCompleted.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.CommandRequest.sendResult(android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CompleteVoiceRequest.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CompleteVoiceRequest.xml
index d33414a63a..fd61ad50d3 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CompleteVoiceRequest.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+CompleteVoiceRequest.xml
@@ -18,14 +18,20 @@
- To be added.
+ A request to simply inform the user that the voice operation has completed, as per
+ android.app.VoiceInteractor.CompleteVoiceRequest
+ VoiceInteractor.CompleteVoiceRequest.
- Android platform documentation
+ Java documentation for android.service.voice.VoiceInteractionSession.CompleteVoiceRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -105,10 +111,21 @@
Java.Lang.ICharSequence
- To be added.
+ Return the message informing the user of the completion, as per
+ android.app.VoiceInteractor.CompleteVoiceRequest
+ VoiceInteractor.CompleteVoiceRequest.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.CompleteVoiceRequest.getMessage().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -136,9 +153,21 @@
To be added.
- To be added.
+ Report that the voice interactor has finished completing the voice operation, resulting
+ in a call to
+ android.app.VoiceInteractor.CompleteVoiceRequest#onCompleteResult
+ VoiceInteractor.CompleteVoiceRequest.onCompleteResult.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.CompleteVoiceRequest.sendCompleteResult(android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ConfirmationRequest.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ConfirmationRequest.xml
index 29d0f20932..f5ce0ab19f 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ConfirmationRequest.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+ConfirmationRequest.xml
@@ -18,14 +18,20 @@
- To be added.
+ A request for confirmation from the user of an operation, as per
+ android.app.VoiceInteractor.ConfirmationRequest
+ VoiceInteractor.ConfirmationRequest.
- Android platform documentation
+ Java documentation for android.service.voice.VoiceInteractionSession.ConfirmationRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -105,10 +111,21 @@
Java.Lang.ICharSequence
- To be added.
+ Return the prompt informing the user of what will happen, as per
+ android.app.VoiceInteractor.ConfirmationRequest
+ VoiceInteractor.ConfirmationRequest.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.ConfirmationRequest.getPrompt().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -138,9 +155,21 @@
To be added.
To be added.
- To be added.
+ Report that the voice interactor has confirmed the operation with the user, resulting
+ in a call to
+ android.app.VoiceInteractor.ConfirmationRequest#onConfirmationResult
+ VoiceInteractor.ConfirmationRequest.onConfirmationResult.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.ConfirmationRequest.sendConfirmationResult(boolean, android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Insets.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Insets.xml
index df8b497a24..97b60256d8 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Insets.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Insets.xml
@@ -18,14 +18,18 @@
- To be added.
+ Information about where interesting parts of the input method UI appear.
- Android platform documentation
+ Java documentation for android.service.voice.VoiceInteractionSession.Insets.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,10 +76,19 @@
Android.Graphics.Rect
- To be added.
+ This is the part of the UI that is the main content.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.Insets.contentInsets.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -228,9 +241,19 @@
1
- To be added.
+ Option for #touchableInsets: the area inside of
+ the content insets can be touched.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.Insets.TOUCHABLE_INSETS_CONTENT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -259,9 +282,19 @@
0
- To be added.
+ Option for #touchableInsets: the entire window frame
+ can be touched.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.Insets.TOUCHABLE_INSETS_FRAME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -290,9 +323,19 @@
3
- To be added.
+ Option for #touchableInsets: the region specified by
+ #touchableRegion can be touched.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.Insets.TOUCHABLE_INSETS_REGION.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -316,10 +359,19 @@
Android.Graphics.Region
- To be added.
+ This is the region of the UI that is touchable.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.Insets.touchableRegion.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+PickOptionRequest.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+PickOptionRequest.xml
index 0cd06da5cd..49bbfc1264 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+PickOptionRequest.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+PickOptionRequest.xml
@@ -18,14 +18,19 @@
- To be added.
+ A request for the user to pick from a set of option, as per
+ android.app.VoiceInteractor.PickOptionRequest VoiceInteractor.PickOptionRequest.
- Android platform documentation
+ Java documentation for android.service.voice.VoiceInteractionSession.PickOptionRequest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -133,10 +138,20 @@
Java.Lang.ICharSequence
- To be added.
+ Return the prompt informing the user of what they are picking, as per
+ android.app.VoiceInteractor.PickOptionRequest VoiceInteractor.PickOptionRequest.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.PickOptionRequest.getPrompt().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Request.xml b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Request.xml
index 7bb1dac98b..a014b59473 100644
--- a/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Request.xml
+++ b/docs/Mono.Android/en/Android.Service.Voice/VoiceInteractionSession+Request.xml
@@ -18,14 +18,19 @@
- To be added.
+ Base class representing a request from a voice-driver app to perform a particular
+ voice operation with the user.
- Android platform documentation
+ Java documentation for android.service.voice.VoiceInteractionSession.Request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -72,10 +77,19 @@
System.String
- To be added.
+ Return the package name of the application that initiated the request.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.Request.getCallingPackage().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -99,10 +113,19 @@
System.Int32
- To be added.
+ Return the uid of the application that initiated the request.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.Request.getCallingUid().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -127,9 +150,18 @@
- To be added.
+ Ask the app to cancel this current request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.Request.cancel().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -153,10 +185,19 @@
Android.OS.Bundle
- To be added.
+ Return any additional extra information that was supplied as part of the request.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.Request.getExtras().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -180,10 +221,19 @@
System.Boolean
- To be added.
+ Check whether this request is currently active.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.voice.VoiceInteractionSession.Request.isActive().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml b/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml
index 9121be51ed..ab10535f73 100644
--- a/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml
+++ b/docs/Mono.Android/en/Android.Service.Wallpaper/WallpaperService+Engine.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -100,11 +104,21 @@
System.Int32
- Convenience for , returning the height
- that the system would like this wallpaper to run in.
+ Convenience for WallpaperManager#getDesiredMinimumHeight()
+ WallpaperManager.getDesiredMinimumHeight(), returning the height
+ that the system would like this wallpaper to run in.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.getDesiredMinimumHeight().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -129,11 +143,21 @@
System.Int32
- Convenience for , returning the width
- that the system would like this wallpaper to run in.
+ Convenience for WallpaperManager#getDesiredMinimumWidth()
+ WallpaperManager.getDesiredMinimumWidth(), returning the width
+ that the system would like this wallpaper to run in.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.getDesiredMinimumWidth().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -158,9 +182,20 @@
Android.Content.Context
- To be added.
- To be added.
- To be added.
+ The Context with resources that match the current display the wallpaper is on.
+ A Context for current display.
+
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.getDisplayContext().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -222,11 +257,20 @@
Returns true if this engine is running in preview mode -- that is,
- it is being shown to the user before they select it as the actual
- wallpaper.
+ it is being shown to the user before they select it as the actual
+ wallpaper.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.isPreview().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -252,11 +296,20 @@
Return whether the wallpaper is currently visible to the user,
- this is the last value supplied to
- .
+ this is the last value supplied to
+ #onVisibilityChanged(boolean).
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.isVisible().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -313,9 +366,18 @@
- To be added.
+ Notifies the engine that wallpaper colors changed significantly.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.notifyColorsChanged().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -342,10 +404,19 @@
- To be added.
- To be added.
+ Insets to apply.
+ Called with the current insets that are in effect for the wallpaper.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onApplyWindowInsets(android.view.WindowInsets).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -378,18 +449,28 @@
The name of the command to perform. This tells you
- what to do and how to interpret the rest of the arguments.
+ what to do and how to interpret the rest of the arguments.
Generic integer parameter.
Generic integer parameter.
Generic integer parameter.
Any additional parameters.
If true, the caller is requesting that
- a result, appropriate for the command, be returned back.
+ a result, appropriate for the command, be returned back.
Process a command that was sent to the wallpaper with
- M:Android.App.WallpaperManager.SendWallpaperCommand(Android.OS.IBinder,System.String,System.String,System.String,System.String,System.String).
- To be added.
+ WallpaperManager#sendWallpaperCommand.
+ If returning a result, create a Bundle and place the
+ result data in to it. Otherwise return null.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onCommand(java.lang.String, int, int, int, android.os.Bundle, boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -415,10 +496,19 @@
- To be added.
- To be added.
+ Called by the system when it needs to know what colors the wallpaper is using.
+ Wallpaper colors.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onComputeColors().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -448,7 +538,16 @@
To be added.
Called once to initialize the engine.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onCreate(android.view.SurfaceHolder).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -480,9 +579,18 @@
To be added.
To be added.
Called when an application has changed the desired virtual size of
- the wallpaper.
+ the wallpaper.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onDesiredSizeChanged(int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -510,7 +618,16 @@
Called right before the engine is going away.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onDestroy().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -550,10 +667,20 @@
To be added.
To be added.
Called to inform you of the wallpaper's offsets changing
- within its contain, corresponding to the container's
- call to .
+ within its contain, corresponding to the container's
+ call to WallpaperManager#setWallpaperOffsets(IBinder, float, float)
+ WallpaperManager.setWallpaperOffsets().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onOffsetsChanged(float, float, float, float, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -595,9 +722,19 @@
To be added.
To be added.
To be added.
- Convenience for M:Android.Views.ISurfaceHolderCallback.SurfaceChanged(Android.Views.ISurfaceHolder,Android.Graphics.Format,Android.Graphics.Format,Android.Graphics.Format).
+ Convenience for SurfaceHolder.Callback#surfaceChanged
+ SurfaceHolder.Callback.surfaceChanged().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onSurfaceChanged(android.view.SurfaceHolder, int, int, int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -626,9 +763,19 @@
To be added.
- Convenience for .
+ Convenience for SurfaceHolder.Callback#surfaceCreated
+ SurfaceHolder.Callback.surfaceCreated().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onSurfaceCreated(android.view.SurfaceHolder).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -657,9 +804,19 @@
To be added.
- Convenience for .
+ Convenience for SurfaceHolder.Callback#surfaceDestroyed
+ SurfaceHolder.Callback.surfaceDestroyed().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onSurfaceDestroyed(android.view.SurfaceHolder).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -688,9 +845,19 @@
To be added.
- Convenience for .
+ Convenience for SurfaceHolder.Callback2#surfaceRedrawNeeded
+ SurfaceHolder.Callback.surfaceRedrawNeeded().
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onSurfaceRedrawNeeded(android.view.SurfaceHolder).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -720,9 +887,18 @@
To be added.
Called as the user performs touch-screen interaction with the
- window that is currently showing this wallpaper.
+ window that is currently showing this wallpaper.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onTouchEvent(android.view.MotionEvent).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -752,9 +928,18 @@
To be added.
Called to inform you of the wallpaper becoming visible or
- hidden.
+ hidden.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onVisibilityChanged(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -782,9 +967,21 @@
- To be added.
- To be added.
- To be added.
+ the zoom level, between 0 indicating fully zoomed in and 1 indicating fully
+ zoomed out.
+ Called when the zoom level of the wallpaper changed.
+
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.onZoomChanged(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -810,12 +1007,20 @@
- whether the wallpaper wants to receive offset notifications
-
+ whether the wallpaper wants to receive offset notifications
Control whether this wallpaper will receive notifications when the wallpaper
- has been scrolled.
+ has been scrolled.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.setOffsetNotificationsEnabled(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -845,10 +1050,19 @@
To be added.
Control whether this wallpaper will receive raw touch events
- from the window manager as the user interacts with the window
- that is currently displaying the wallpaper.
+ from the window manager as the user interacts with the window
+ that is currently displaying the wallpaper.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.setTouchEventsEnabled(boolean).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -876,7 +1090,16 @@
Provides access to the surface in which this wallpaper is drawn.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.service.wallpaper.WallpaperService.Engine.getSurfaceHolder().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml
index 78c9dc4f3a..76cbc95c28 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+Engine.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.speech.tts.TextToSpeech.Engine.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -101,10 +105,19 @@
Activity Action: Starts the activity from the platform TextToSpeech
- engine to verify the proper installation and availability of the
- resource files on the system.
+ engine to verify the proper installation and availability of the
+ resource files on the system.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.ACTION_CHECK_TTS_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -131,7 +144,16 @@
Activity intent for getting some sample text to use for demonstrating TTS.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.ACTION_GET_SAMPLE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -157,10 +179,19 @@
Activity Action: Triggers the platform TextToSpeech engine to
- start the activity that installs the resource files on the device
- that are required for TTS to be operational.
+ start the activity that installs the resource files on the device
+ that are required for TTS to be operational.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.ACTION_INSTALL_TTS_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -186,9 +217,18 @@
Broadcast Action: broadcast to signal the change in the list of available
- languages or/and their features.
+ languages or/and their features.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.ACTION_TTS_DATA_INSTALLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -216,7 +256,16 @@
Default audio stream used when playing synthesized speech.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.DEFAULT_STREAM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -241,13 +290,19 @@
System.String
- Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where
- the TextToSpeech engine returns an ArrayList of all the available voices.
- The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
- optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE").
-
+ Extra information received with the #ACTION_CHECK_TTS_DATA intent result where
+ the TextToSpeech engine returns an ArrayList<String> of all the available voices.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_AVAILABLE_VOICES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -276,13 +331,20 @@
System.String
- Extra information sent with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent where the
- caller indicates to the TextToSpeech engine which specific sets of voice data to
- check for by sending an ArrayList of the voices that are of interest.
- The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
- optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE").
+ Extra information sent with the #ACTION_CHECK_TTS_DATA intent where the
+ caller indicates to the TextToSpeech engine which specific sets of voice data to
+ check for by sending an ArrayList<String> of the voices that are of interest.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_CHECK_VOICE_DATA_FOR.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -307,11 +369,19 @@
System.String
- Extra information received with the intent result where
- the TextToSpeech engine returns an String with sample text for requested voice
-
+ Extra information received with the #ACTION_GET_SAMPLE_TEXT intent result where
+ the TextToSpeech engine returns an String with sample text for requested voice
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_SAMPLE_TEXT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -340,9 +410,18 @@
System.String
- Extra information received with the intent result.
+ Extra information received with the #ACTION_TTS_DATA_INSTALLED intent result.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_TTS_DATA_INSTALLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -367,13 +446,19 @@
System.String
- Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where
- the TextToSpeech engine returns an ArrayList of all the unavailable voices.
- The format of each voice is: lang-COUNTRY-variant where COUNTRY and variant are
- optional (ie, "eng" or "eng-USA" or "eng-USA-FEMALE").
-
+ Extra information received with the #ACTION_CHECK_TTS_DATA intent result where
+ the TextToSpeech engine returns an ArrayList<String> of all the unavailable voices.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_UNAVAILABLE_VOICES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -402,9 +487,20 @@
System.String
- To be added.
+ Extra information received with the #ACTION_CHECK_TTS_DATA intent result where
+ the TextToSpeech engine specifies the file names of its resources under the
+ resource path.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_VOICE_DATA_FILES.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -433,10 +529,19 @@
System.String
- Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where
- the TextToSpeech engine specifies the locale associated with each resource file.
+ Extra information received with the #ACTION_CHECK_TTS_DATA intent result where
+ the TextToSpeech engine specifies the locale associated with each resource file.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_VOICE_DATA_FILES_INFO.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -465,10 +570,19 @@
System.String
- Extra information received with the F:Android.Speech.Tts.TextToSpeech+Engine.ActionCheckTtsData intent result where
- the TextToSpeech engine specifies the path to its resources.
+ Extra information received with the #ACTION_CHECK_TTS_DATA intent result where
+ the TextToSpeech engine specifies the path to its resources.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.EXTRA_VOICE_DATA_ROOT_DIRECTORY.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -495,7 +609,16 @@
Intent for starting a TTS service.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.INTENT_ACTION_TTS_SERVICE.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -557,7 +680,16 @@
Feature key for embedded synthesis.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_EMBEDDED_SYNTHESIS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -583,9 +715,18 @@
System.String
- To be added.
+ Feature key that indicates that network request retries count can be set for the request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_NETWORK_RETRIES_COUNT.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -615,7 +756,16 @@
Feature key for network synthesis.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_NETWORK_SYNTHESIS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -641,9 +791,18 @@
System.String
- To be added.
+ Feature key that indicate that a network timeout can be set for the request.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_NETWORK_TIMEOUT_MS.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -667,9 +826,19 @@
System.String
- To be added.
+ Feature key that indicates that the voice may need to download additional data to be fully
+ functional.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_FEATURE_NOT_INSTALLED.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -695,7 +864,16 @@
Parameter key to specify how the speech is panned from left to right when speaking text.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_PAN.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -720,9 +898,20 @@
System.String
- To be added.
+ Parameter key to specify an audio session identifier (obtained from
+ AudioManager#generateAudioSessionId()) that will be used by the request audio
+ output.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_SESSION_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -747,9 +936,18 @@
Parameter key to specify the audio stream type to be used when speaking text
- or playing back a file.
+ or playing back a file.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_STREAM.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -774,9 +972,20 @@
System.String
- To be added.
+ Parameter key to identify an utterance in the
+ TextToSpeech.OnUtteranceCompletedListener after text has been
+ spoken, a file has been played back or a silence duration has elapsed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_UTTERANCE_ID.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -802,9 +1011,18 @@
Parameter key to specify the speech volume relative to the current stream type
- volume used when speaking text.
+ volume used when speaking text.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.KEY_PARAM_VOLUME.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -831,7 +1049,16 @@
Name under which a text to speech engine publishes information about itself.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.Engine.SERVICE_META_DATA.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+EngineInfo.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+EngineInfo.xml
index bbc419ed34..78712a5a50 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+EngineInfo.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+EngineInfo.xml
@@ -22,10 +22,14 @@
- Android platform documentation
+ Java documentation for android.speech.tts.TextToSpeech.EngineInfo.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -101,7 +105,16 @@
Icon for the engine.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.EngineInfo.icon.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -160,7 +173,16 @@
Localized label for the engine.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.EngineInfo.label.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -188,7 +210,16 @@
Engine package name.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.EngineInfo.name.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnInitListener.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnInitListener.xml
index cca7dca356..4ac4efc7a4 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnInitListener.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnInitListener.xml
@@ -26,14 +26,18 @@
Interface definition of a callback to be invoked indicating the completion of the
- TextToSpeech engine initialization.
+ TextToSpeech engine initialization.
- Android platform documentation
+ Java documentation for android.speech.tts.TextToSpeech.OnInitListener.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -69,11 +73,19 @@
- or .
-
+ TextToSpeech#SUCCESS or TextToSpeech#ERROR.
Called to signal the completion of the TextToSpeech engine initialization.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.OnInitListener.onInit(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnUtteranceCompletedListener.xml b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnUtteranceCompletedListener.xml
index 7c88064774..e5b82d7f58 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnUtteranceCompletedListener.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/TextToSpeech+IOnUtteranceCompletedListener.xml
@@ -30,9 +30,18 @@
Listener that will be called when the TTS service has
- completed synthesizing an utterance.
+ completed synthesizing an utterance.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.OnUtteranceCompletedListener.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -64,11 +73,19 @@
- the identifier of the utterance.
-
+ the identifier of the utterance.
Called when an utterance has been synthesized.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.tts.TextToSpeech.OnUtteranceCompletedListener.onUtteranceCompleted(java.lang.String).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Speech.Tts/UtteranceProgressListener.xml b/docs/Mono.Android/en/Android.Speech.Tts/UtteranceProgressListener.xml
index db8ea170aa..86ecc028e1 100644
--- a/docs/Mono.Android/en/Android.Speech.Tts/UtteranceProgressListener.xml
+++ b/docs/Mono.Android/en/Android.Speech.Tts/UtteranceProgressListener.xml
@@ -254,6 +254,10 @@
[Android.Runtime.Register("onError", "(Ljava/lang/String;)V", "GetOnError_Ljava_lang_String_Handler")]
[<Android.Runtime.Register("onError", "(Ljava/lang/String;)V", "GetOnError_Ljava_lang_String_Handler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Void
diff --git a/docs/Mono.Android/en/Android.Speech/RecognitionService+Callback.xml b/docs/Mono.Android/en/Android.Speech/RecognitionService+Callback.xml
index 009b16fc8e..1437a3c067 100644
--- a/docs/Mono.Android/en/Android.Speech/RecognitionService+Callback.xml
+++ b/docs/Mono.Android/en/Android.Speech/RecognitionService+Callback.xml
@@ -19,14 +19,18 @@
This class receives callbacks from the speech recognition service and forwards them to the
- user.
+ user.
- Android platform documentation
+ Java documentation for android.speech.RecognitionService.Callback.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -77,7 +81,16 @@
The service should call this method when the user has started to speak.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.RecognitionService.Callback.beginningOfSpeech().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -107,11 +120,19 @@
a buffer containing a sequence of big-endian 16-bit integers representing a
- single channel audio stream. The sample rate is implementation dependent.
-
+ single channel audio stream. The sample rate is implementation dependent.
The service should call this method when sound has been received.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.RecognitionService.Callback.bufferReceived(byte[]).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -137,9 +158,20 @@
Android.Content.AttributionSource
- To be added.
- To be added.
- To be added.
+ Gets the permission identity of the calling app.
+ The permission identity of the calling app.
+
+
+
+ Java documentation for android.speech.RecognitionService.Callback.getCallingAttributionSource().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
+
@@ -162,10 +194,20 @@
System.Int32
- To be added.
+ Return the Linux uid assigned to the process that sent you the current transaction that
+ is being processed.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.RecognitionService.Callback.getCallingUid().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -192,7 +234,16 @@
The service should call this method after the user stops speaking.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.RecognitionService.Callback.endOfSpeech().
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -228,10 +279,19 @@
- code is defined in
+ code is defined in SpeechRecognizer
The service should call this method when a network or recognition error occurred.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.RecognitionService.Callback.error(int).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -292,12 +352,20 @@
the returned results. To retrieve the results in
- ArrayList<String> format use with
- as a parameter
-
+ ArrayList<String> format use Bundle#getStringArrayList(String) with
+ SpeechRecognizer#RESULTS_RECOGNITION as a parameter
The service should call this method when partial recognition results are available.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.RecognitionService.Callback.partialResults(android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -326,12 +394,20 @@
- parameters set by the recognition service. Reserved for future use.
-
+ parameters set by the recognition service. Reserved for future use.
The service should call this method when the endpointer is ready for the user to start
- speaking.
+ speaking.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.RecognitionService.Callback.readyForSpeech(android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -360,12 +436,20 @@
- the recognition results. To retrieve the results in ArrayList<String> format use with
- as a parameter
-
+ the recognition results. To retrieve the results in ArrayList<String> format use Bundle#getStringArrayList(String) with
+ SpeechRecognizer#RESULTS_RECOGNITION as a parameter
The service should call this method when recognition results are ready.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.RecognitionService.Callback.results(android.os.Bundle).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -394,11 +478,19 @@
- the new RMS dB value
-
+ the new RMS dB value
The service should call this method when the sound level in the audio stream has changed.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.speech.RecognitionService.Callback.rmsChanged(float).
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
diff --git a/docs/Mono.Android/en/Android.Systems/Os.xml b/docs/Mono.Android/en/Android.Systems/Os.xml
index a47594e0d8..5003578c69 100644
--- a/docs/Mono.Android/en/Android.Systems/Os.xml
+++ b/docs/Mono.Android/en/Android.Systems/Os.xml
@@ -59,7 +59,7 @@
To be added.
To be added.
- See <a href="http://man7.
+ See accept(2).
To be added.
@@ -104,7 +104,7 @@
To be added.
To be added.
- See <a href="http://man7.
+ See access(2).
To be added.
@@ -147,7 +147,7 @@
To be added.
To be added.
- See <a href="http://man7.
+ See bind(2).
@@ -190,7 +190,7 @@
To be added.
To be added.
To be added.
- See <a href="http://man7.
+ See bind(2).
@@ -233,7 +233,7 @@
To be added.
To be added.
- See <a href="http://man7.
+ See chmod(2).
@@ -277,7 +277,7 @@
To be added.
To be added.
To be added.
- See <a href="http://man7.
+ See chown(2).
@@ -317,7 +317,7 @@
To be added.
- See <a href="http://man7.
+ See close(2).
@@ -359,7 +359,7 @@
To be added.
To be added.
- See <a href="http://man7.
+ See connect(2).
@@ -402,7 +402,7 @@
To be added.
To be added.
To be added.
- See <a href="http://man7.
+ See connect(2).
@@ -443,7 +443,7 @@
To be added.
- See <a href="http://man7.
+ See dup(2).
To be added.
@@ -486,7 +486,7 @@
To be added.
To be added.
- See <a href="http://man7.
+ See dup2(2).
To be added.
@@ -524,7 +524,7 @@
- See <a href="http://man7.
+ See environ(3).
To be added.
@@ -566,7 +566,7 @@
To be added.
To be added.
- See <a href="http://man7.
+ See execv(2).
@@ -610,7 +610,7 @@
To be added.
To be added.
To be added.
- See <a href="http://man7.
+ See execve(2).
@@ -652,7 +652,7 @@
To be added.
To be added.
- See <a href="http://man7.
+ See fchmod(2).
@@ -696,7 +696,7 @@
To be added.
To be added.
To be added.
- See <a href="http://man7.
+ See fchown(2).
@@ -740,7 +740,7 @@
To be added.
To be added.
To be added.
- See <a href="http://man7.
+ See fcntl(2).
To be added.
@@ -780,7 +780,7 @@
To be added.
- See <a href="http://man7.
+ See fdatasync(2).
@@ -820,7 +820,7 @@
To be added.
- See <a href="http://man7.
+ See fstat(2).
To be added.
@@ -861,7 +861,7 @@
To be added.
- See <a href="http://man7.
+ See fstatvfs(2).
To be added.
@@ -902,7 +902,7 @@
To be added.
- See <a href="http://man7.
+ See fsync(2).
@@ -944,7 +944,7 @@
To be added.
To be added.
- See <a href="http://man7.
+ See ftruncate(2).
@@ -984,7 +984,7 @@
To be added.
- See <a href="http://man7.
+ See gai_strerror(3).
To be added.
@@ -1021,7 +1021,7 @@
- See <a href="http://man7.
+ See getegid(2).
To be added.
@@ -1061,7 +1061,7 @@
To be added.
- See <a href="http://man7.
+ See getenv(3).
To be added.
@@ -1098,7 +1098,7 @@
- See <a href="http://man7.
+ See geteuid(2).
To be added.
@@ -1135,7 +1135,7 @@
- See <a href="http://man7.
+ See getgid(2).
To be added.
@@ -1175,7 +1175,7 @@
To be added.
- See <a href="http://man7.
+ See getpeername(2).
To be added.
@@ -1213,7 +1213,7 @@