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/AccessibilityButtonController.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityButtonController.xml
index d2c986b589..5fdb736b73 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityButtonController.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityButtonController.xml
@@ -167,8 +167,8 @@
- To be added.
the callback to add, must be non-null
+ To be added.
Registers the provided AccessibilityButtonCallback for interaction and state
changes callbacks related to the accessibility button.
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/AccessibilityService.xml b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService.xml
index a72ad1fd09..84957a270d 100644
--- a/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService.xml
+++ b/docs/Mono.Android/en/Android.AccessibilityServices/AccessibilityService.xml
@@ -2332,13 +2332,15 @@
- To be added.
- Returns the controller for the accessibility button within the system's navigation area.
+ The logic display id, use Display#DEFAULT_DISPLAY for default
+ display.
+ Returns the controller of specified logical display for the accessibility button within the
+ system's navigation area.
the accessibility button controller for this AccessibilityService
- Java documentation for android.accessibilityservice.AccessibilityService.getAccessibilityButtonController()
.
+ Java documentation for android.accessibilityservice.AccessibilityService.getAccessibilityButtonController(int)
.
@@ -3173,15 +3175,14 @@
- To be added.
- The unique id of the performed gesture.
- Called by #onGesture(AccessibilityGestureEvent) when the user performs a specific
- gesture on the default display.
+ The information of gesture.
+ Called by the system when the user performs a specific gesture on the
+ specific touch screen.
Whether the gesture was handled.
- Java documentation for android.accessibilityservice.AccessibilityService.onGesture(int)
.
+ Java documentation for android.accessibilityservice.AccessibilityService.onGesture(android.accessibilityservice.AccessibilityGestureEvent)
.
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/AccountManager.xml b/docs/Mono.Android/en/Android.Accounts/AccountManager.xml
index 974c19338b..bc8c71e4ab 100644
--- a/docs/Mono.Android/en/Android.Accounts/AccountManager.xml
+++ b/docs/Mono.Android/en/Android.Accounts/AccountManager.xml
@@ -216,7 +216,7 @@
- Java documentation for android.accounts.AccountManager.addAccount(java.lang.String, java.lang.String, java.lang.String[], android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.addAccount(java.lang.String, java.lang.String, java.lang.String[], android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler)
.
@@ -304,19 +304,18 @@
- To be added.
- To be added.
The Account to add
The password to associate with the account, null for none
- String values to use for the account's userdata, null for
- none
+ String values to use for the account's userdata, null for none
+ Map from packageName to visibility values which will be set before account
+ is added. See #getAccountVisibility for possible values.
Adds an account directly to the AccountManager.
- True if the account was successfully added, false if the account
- already exists, the account is null, the user is locked, or another error occurs.
+ True if the account was successfully added, false if the account already exists, the
+ account is null, or another error occurs.
- Java documentation for android.accounts.AccountManager.addAccountExplicitly(android.accounts.Account, java.lang.String, android.os.Bundle)
.
+ Java documentation for android.accounts.AccountManager.addAccountExplicitly(android.accounts.Account, java.lang.String, android.os.Bundle, java.util.Map<java.lang.String, java.lang.Integer>)
.
@@ -407,15 +406,18 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The listener to send notifications to
+
+ Handler identifying the thread to use for notifications, null for the
+ main thread
+ If true, the listener will be invoked (on the handler thread) right
+ away with the current account list
+ If set, only changes to accounts of given types will be reported.
Adds an OnAccountsUpdateListener to this instance of the AccountManager.
- Java documentation for android.accounts.AccountManager.addOnAccountsUpdatedListener(android.accounts.OnAccountsUpdateListener, android.os.Handler, boolean)
.
+ Java documentation for android.accounts.AccountManager.addOnAccountsUpdatedListener(android.accounts.OnAccountsUpdateListener, android.os.Handler, boolean, java.lang.String[])
.
@@ -660,7 +662,7 @@
- Java documentation for android.accounts.AccountManager.confirmCredentials(android.accounts.Account, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.confirmCredentials(android.accounts.Account, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler)
.
@@ -731,7 +733,7 @@
- Java documentation for android.accounts.AccountManager.editProperties(java.lang.String, android.app.Activity, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.editProperties(java.lang.String, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler)
.
@@ -1068,7 +1070,7 @@
- Java documentation for android.accounts.AccountManager.finishSession(android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.finishSession(android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler)
.
@@ -1315,7 +1317,7 @@
- Java documentation for android.accounts.AccountManager.getAccountsByTypeAndFeatures(java.lang.String, java.lang.String[], android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.getAccountsByTypeAndFeatures(java.lang.String, java.lang.String[], android.accounts.AccountManagerCallback<android.accounts.Account[]>, android.os.Handler)
.
@@ -1495,32 +1497,31 @@
- To be added.
The account to fetch an auth token for
The auth token type, an authenticator-dependent
string token, must not be null
- Authenticator-specific options for the request,
- may be null or empty
- The Activity context to use for launching a new
- authenticator-defined sub-Activity to prompt the user for a password
- if necessary; used only to call startActivity(); must not be null.
+ True to add a notification to prompt the
+ user for a password if necessary, false to leave that to the caller
Callback to invoke when the request completes,
null for no callback
Handler identifying the callback thread,
null for the main thread
Gets an auth token of the specified type for a particular account,
- prompting the user for credentials if necessary.
+ optionally raising a notification if the user must enter credentials.
An AccountManagerFuture which resolves to a Bundle with
- at least the following fields:
+ at least the following fields on success:
<ul>
<li> #KEY_ACCOUNT_NAME - the name of the account you supplied
<li> #KEY_ACCOUNT_TYPE - the type of the account
<li> #KEY_AUTHTOKEN - the auth token you wanted
</ul>
- (Other authenticator-specific values may be returned.) If an auth token
- could not be fetched, AccountManagerFuture#getResult() throws:
+ (Other authenticator-specific values may be returned.) If the user
+ must enter credentials, the returned Bundle contains only
+ #KEY_INTENT with the Intent needed to launch a prompt.
+
+ If an error occurred, AccountManagerFuture#getResult() throws:
<ul>
<li> AuthenticatorException if the authenticator failed to respond
<li> OperationCanceledException if the operation is canceled for
@@ -1534,7 +1535,7 @@
- Java documentation for android.accounts.AccountManager.getAuthToken(android.accounts.Account, java.lang.String, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.getAuthToken(android.accounts.Account, java.lang.String, boolean, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler)
.
@@ -1615,7 +1616,7 @@
- Java documentation for android.accounts.AccountManager.getAuthToken(android.accounts.Account, java.lang.String, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.getAuthToken(android.accounts.Account, java.lang.String, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler)
.
@@ -1658,32 +1659,33 @@
- To be added.
The account to fetch an auth token for
The auth token type, an authenticator-dependent
string token, must not be null
Authenticator-specific options for the request,
may be null or empty
- The Activity context to use for launching a new
- authenticator-defined sub-Activity to prompt the user for a password
- if necessary; used only to call startActivity(); must not be null.
+ True to add a notification to prompt the
+ user for a password if necessary, false to leave that to the caller
Callback to invoke when the request completes,
null for no callback
Handler identifying the callback thread,
null for the main thread
Gets an auth token of the specified type for a particular account,
- prompting the user for credentials if necessary.
+ optionally raising a notification if the user must enter credentials.
An AccountManagerFuture which resolves to a Bundle with
- at least the following fields:
+ at least the following fields on success:
<ul>
<li> #KEY_ACCOUNT_NAME - the name of the account you supplied
<li> #KEY_ACCOUNT_TYPE - the type of the account
<li> #KEY_AUTHTOKEN - the auth token you wanted
</ul>
- (Other authenticator-specific values may be returned.) If an auth token
- could not be fetched, AccountManagerFuture#getResult() throws:
+ (Other authenticator-specific values may be returned.) If the user
+ must enter credentials, the returned Bundle contains only
+ #KEY_INTENT with the Intent needed to launch a prompt.
+
+ If an error occurred, AccountManagerFuture#getResult() throws:
<ul>
<li> AuthenticatorException if the authenticator failed to respond
<li> OperationCanceledException if the operation is canceled for
@@ -1697,7 +1699,7 @@
- Java documentation for android.accounts.AccountManager.getAuthToken(android.accounts.Account, java.lang.String, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.getAuthToken(android.accounts.Account, java.lang.String, android.os.Bundle, boolean, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler)
.
@@ -1780,7 +1782,7 @@
- Java documentation for android.accounts.AccountManager.getAuthTokenByFeatures(java.lang.String, java.lang.String, java.lang.String[], android.app.Activity, android.os.Bundle, android.os.Bundle, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.getAuthTokenByFeatures(java.lang.String, java.lang.String, java.lang.String[], android.app.Activity, android.os.Bundle, android.os.Bundle, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler)
.
@@ -2002,7 +2004,7 @@
- Java documentation for android.accounts.AccountManager.hasFeatures(android.accounts.Account, java.lang.String[], android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.hasFeatures(android.accounts.Account, java.lang.String[], android.accounts.AccountManagerCallback<java.lang.Boolean>, android.os.Handler)
.
@@ -2094,7 +2096,7 @@
- Java documentation for android.accounts.AccountManager.isCredentialsUpdateSuggested(android.accounts.Account, java.lang.String, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.isCredentialsUpdateSuggested(android.accounts.Account, java.lang.String, android.accounts.AccountManagerCallback<java.lang.Boolean>, android.os.Handler)
.
@@ -2901,7 +2903,6 @@
both to filter the shown accounts and to filter the list of account types that are shown
when adding an account. If not specified then this field will not limit the displayed
account types when adding an account.
- boolean that is ignored.
if non-null this string is used as the description in the
accounts chooser screen rather than the default
this string is passed as the #addAccount
@@ -2910,13 +2911,13 @@
requiredFeatures parameter
This Bundle is passed as the #addAccount options
parameter
- Deprecated in favor of #newChooseAccountIntent(Account, List, String[], String,
- String, String[], Bundle).
+ Returns an intent to an Activity that prompts the user to choose from a list of
+ accounts.
an Intent that can be used to launch the ChooseAccount activity flow.
- Java documentation for android.accounts.AccountManager.newChooseAccountIntent(android.accounts.Account, java.util.ArrayList, java.lang.String[], boolean, java.lang.String, java.lang.String, java.lang.String[], android.os.Bundle)
.
+ Java documentation for android.accounts.AccountManager.newChooseAccountIntent(android.accounts.Account, java.util.List<android.accounts.Account>, java.lang.String[], java.lang.String, java.lang.String, java.lang.String[], android.os.Bundle)
.
@@ -2984,7 +2985,7 @@
- Java documentation for android.accounts.AccountManager.newChooseAccountIntent(android.accounts.Account, java.util.ArrayList, java.lang.String[], boolean, java.lang.String, java.lang.String, java.lang.String[], android.os.Bundle)
.
+ Java documentation for android.accounts.AccountManager.newChooseAccountIntent(android.accounts.Account, java.util.ArrayList<android.accounts.Account>, java.lang.String[], boolean, java.lang.String, java.lang.String, java.lang.String[], android.os.Bundle)
.
@@ -3207,7 +3208,7 @@
- Java documentation for android.accounts.AccountManager.removeAccount(android.accounts.Account, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.removeAccount(android.accounts.Account, android.accounts.AccountManagerCallback<java.lang.Boolean>, android.os.Handler)
.
@@ -3248,20 +3249,36 @@
- To be added.
The Account to remove
+ The Activity context to use for launching a new
+ authenticator-defined sub-Activity to prompt the user to delete an
+ account; used only to call startActivity(); if null, the prompt
+ will not be launched directly, but the Intent may be
+ returned to the caller instead
Callback to invoke when the request completes,
null for no callback
Handler identifying the callback thread,
null for the main thread
Removes an account from the AccountManager.
- An AccountManagerFuture which resolves to a Boolean,
- true if the account has been successfully removed
+ An AccountManagerFuture which resolves to a Bundle with
+ #KEY_BOOLEAN_RESULT if activity was specified and an account
+ was removed or if active. If no activity was specified, the returned
+ Bundle contains only #KEY_INTENT with the Intent
+ needed to launch the actual account removal process, if authenticator
+ needs the activity launch. If an error occurred,
+ AccountManagerFuture#getResult() throws:
+ <ul>
+ <li> AuthenticatorException if no authenticator was registered for
+ this account type or the authenticator failed to respond
+ <li> OperationCanceledException if the operation was canceled for
+ any reason, including the user canceling the creation process or
+ adding accounts (of this type) has been disabled by policy
+ </ul>
- Java documentation for android.accounts.AccountManager.removeAccount(android.accounts.Account, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.removeAccount(android.accounts.Account, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler)
.
@@ -3406,7 +3423,7 @@
- Java documentation for android.accounts.AccountManager.renameAccount(android.accounts.Account, java.lang.String, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.renameAccount(android.accounts.Account, java.lang.String, android.accounts.AccountManagerCallback<android.accounts.Account>, android.os.Handler)
.
@@ -3682,7 +3699,7 @@
- Java documentation for android.accounts.AccountManager.startAddAccountSession(java.lang.String, java.lang.String, java.lang.String[], android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.startAddAccountSession(java.lang.String, java.lang.String, java.lang.String[], android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler)
.
@@ -3765,7 +3782,7 @@
- Java documentation for android.accounts.AccountManager.startUpdateCredentialsSession(android.accounts.Account, java.lang.String, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.startUpdateCredentialsSession(android.accounts.Account, java.lang.String, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler)
.
@@ -3910,7 +3927,7 @@
- Java documentation for android.accounts.AccountManager.updateCredentials(android.accounts.Account, java.lang.String, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback, android.os.Handler)
.
+ Java documentation for android.accounts.AccountManager.updateCredentials(android.accounts.Account, java.lang.String, android.os.Bundle, android.app.Activity, android.accounts.AccountManagerCallback<android.os.Bundle>, android.os.Handler)
.
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.Accounts/IAccountManagerFuture.xml b/docs/Mono.Android/en/Android.Accounts/IAccountManagerFuture.xml
index 220f5bc6b0..5b6700620f 100644
--- a/docs/Mono.Android/en/Android.Accounts/IAccountManagerFuture.xml
+++ b/docs/Mono.Android/en/Android.Accounts/IAccountManagerFuture.xml
@@ -124,7 +124,7 @@
- Java documentation for android.accounts.AccountManagerFuture.getResult()
.
+ Java documentation for android.accounts.AccountManagerFuture.getResult(long, java.util.concurrent.TimeUnit)
.
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/AnimatorSet.xml b/docs/Mono.Android/en/Android.Animation/AnimatorSet.xml
index 4fc3f7cbbc..7fc45c0732 100644
--- a/docs/Mono.Android/en/Android.Animation/AnimatorSet.xml
+++ b/docs/Mono.Android/en/Android.Animation/AnimatorSet.xml
@@ -366,7 +366,7 @@
- Java documentation for android.animation.AnimatorSet.playSequentially(android.animation.Animator)
.
+ Java documentation for android.animation.AnimatorSet.playSequentially(java.util.List<android.animation.Animator>)
.
@@ -451,7 +451,7 @@
- Java documentation for android.animation.AnimatorSet.playTogether(android.animation.Animator)
.
+ Java documentation for android.animation.AnimatorSet.playTogether(java.util.Collection<android.animation.Animator>)
.
diff --git a/docs/Mono.Android/en/Android.Animation/BidirectionalTypeConverter.xml b/docs/Mono.Android/en/Android.Animation/BidirectionalTypeConverter.xml
index 48ad293294..b0fbc415b4 100644
--- a/docs/Mono.Android/en/Android.Animation/BidirectionalTypeConverter.xml
+++ b/docs/Mono.Android/en/Android.Animation/BidirectionalTypeConverter.xml
@@ -118,7 +118,7 @@
- Java documentation for android.animation.BidirectionalTypeConverter.convertBack(java.lang.Object)
.
+ Java documentation for android.animation.BidirectionalTypeConverter.convertBack(V)
.
diff --git a/docs/Mono.Android/en/Android.Animation/FloatArrayEvaluator.xml b/docs/Mono.Android/en/Android.Animation/FloatArrayEvaluator.xml
index c8b9f5861a..2c10bafed5 100644
--- a/docs/Mono.Android/en/Android.Animation/FloatArrayEvaluator.xml
+++ b/docs/Mono.Android/en/Android.Animation/FloatArrayEvaluator.xml
@@ -95,12 +95,12 @@
- To be added.
- Create a FloatArrayEvaluator that does not reuse the animated value.
+ The array to modify and return from <code>evaluate</code>.
+ Create a FloatArrayEvaluator that reuses <code>reuseArray</code> for every evaluate() call.
- Java documentation for android.animation.FloatArrayEvaluator.FloatArrayEvaluator()
.
+ Java documentation for android.animation.FloatArrayEvaluator.FloatArrayEvaluator(float[])
.
diff --git a/docs/Mono.Android/en/Android.Animation/ITypeEvaluator.xml b/docs/Mono.Android/en/Android.Animation/ITypeEvaluator.xml
index 9eb6c7a037..182de279f0 100644
--- a/docs/Mono.Android/en/Android.Animation/ITypeEvaluator.xml
+++ b/docs/Mono.Android/en/Android.Animation/ITypeEvaluator.xml
@@ -76,7 +76,7 @@
- Java documentation for android.animation.TypeEvaluator.evaluate(float, java.lang.Object, java.lang.Object)
.
+ Java documentation for android.animation.TypeEvaluator.evaluate(float, T, T)
.
diff --git a/docs/Mono.Android/en/Android.Animation/IntArrayEvaluator.xml b/docs/Mono.Android/en/Android.Animation/IntArrayEvaluator.xml
index 8bc0ed1415..40f0c1e6d5 100644
--- a/docs/Mono.Android/en/Android.Animation/IntArrayEvaluator.xml
+++ b/docs/Mono.Android/en/Android.Animation/IntArrayEvaluator.xml
@@ -95,12 +95,12 @@
- To be added.
- Create an IntArrayEvaluator that does not reuse the animated value.
+ The array to modify and return from <code>evaluate</code>.
+ Create an IntArrayEvaluator that reuses <code>reuseArray</code> for every evaluate() call.
- Java documentation for android.animation.IntArrayEvaluator.IntArrayEvaluator()
.
+ Java documentation for android.animation.IntArrayEvaluator.IntArrayEvaluator(int[])
.
diff --git a/docs/Mono.Android/en/Android.Animation/Keyframe.xml b/docs/Mono.Android/en/Android.Animation/Keyframe.xml
index 052c26dbdd..dc630ba86c 100644
--- a/docs/Mono.Android/en/Android.Animation/Keyframe.xml
+++ b/docs/Mono.Android/en/Android.Animation/Keyframe.xml
@@ -238,7 +238,6 @@
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:
@@ -361,18 +360,17 @@
- The value that the object will animate to as the animation time approaches
- the time in this keyframe, and the the value animated from as the time passes the time in
- this keyframe.
-
The time, expressed as a value between 0 and 1, representing the fraction
of time elapsed of the overall animation duration.
- Constructs a Keyframe object with the given time.
+ The value that the object will animate to as the animation time approaches
+ the time in this keyframe, and the value animated from as the time passes the time in
+ this keyframe.
+ Constructs a Keyframe object with the given time and value.
To be added.
- Java documentation for android.animation.Keyframe.ofFloat(float)
.
+ Java documentation for android.animation.Keyframe.ofFloat(float, float)
.
@@ -450,18 +448,17 @@
- The value that the object will animate to as the animation time approaches
- the time in this keyframe, and the the value animated from as the time passes the time in
- this keyframe.
-
The time, expressed as a value between 0 and 1, representing the fraction
of time elapsed of the overall animation duration.
- Constructs a Keyframe object with the given time.
+ The value that the object will animate to as the animation time approaches
+ the time in this keyframe, and the value animated from as the time passes the time in
+ this keyframe.
+ Constructs a Keyframe object with the given time and value.
To be added.
- Java documentation for android.animation.Keyframe.ofInt(float)
.
+ Java documentation for android.animation.Keyframe.ofInt(float, int)
.
@@ -539,18 +536,17 @@
- The value that the object will animate to as the animation time approaches
- the time in this keyframe, and the the value animated from as the time passes the time in
- this keyframe.
-
The time, expressed as a value between 0 and 1, representing the fraction
of time elapsed of the overall animation duration.
- Constructs a Keyframe object with the given time.
+ The value that the object will animate to as the animation time approaches
+ the time in this keyframe, and the value animated from as the time passes the time in
+ this keyframe.
+ Constructs a Keyframe object with the given time and value.
To be added.
- Java documentation for android.animation.Keyframe.ofObject(float)
.
+ Java documentation for android.animation.Keyframe.ofObject(float, java.lang.Object)
.
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/LayoutTransition.xml b/docs/Mono.Android/en/Android.Animation/LayoutTransition.xml
index 74e04b891c..84a84be933 100644
--- a/docs/Mono.Android/en/Android.Animation/LayoutTransition.xml
+++ b/docs/Mono.Android/en/Android.Animation/LayoutTransition.xml
@@ -833,14 +833,13 @@
The parent ViewGroup of the View being hidden.
The View being hidden.
The new visibility value of the child View, either
- or .
-
+ View#GONE or View#INVISIBLE.
This method is called by ViewGroup when a child view is about to be hidden in
- container.
+ container.
- Java documentation for android.animation.LayoutTransition.hideChild(android.view.ViewGroup, android.view.View)
.
+ Java documentation for android.animation.LayoutTransition.hideChild(android.view.ViewGroup, android.view.View, int)
.
@@ -1207,15 +1206,13 @@
- One of #CHANGE_APPEARING, #CHANGE_DISAPPEARING,
- #CHANGING, #APPEARING, or #DISAPPEARING, which determines
- the animation whose duration is being set.
- The length of time, in milliseconds, that the specified animation should run.
- Sets the duration on one of the animation objects used by this transition.
+ The length of time, in milliseconds, that the transition animations
+ should last.
+ Sets the duration to be used by all animations of this transition object.
- Java documentation for android.animation.LayoutTransition.setDuration(int, long)
.
+ Java documentation for android.animation.LayoutTransition.setDuration(long)
.
@@ -1517,14 +1514,13 @@
The ViewGroup in which the View is being made visible.
The View being made visible.
The previous visibility value of the child View, either
- or .
-
+ View#GONE or View#INVISIBLE.
This method is called by ViewGroup when a child view is about to be made visible in the
- container.
+ container.
- Java documentation for android.animation.LayoutTransition.showChild(android.view.ViewGroup, android.view.View)
.
+ Java documentation for android.animation.LayoutTransition.showChild(android.view.ViewGroup, android.view.View, int)
.
diff --git a/docs/Mono.Android/en/Android.Animation/ObjectAnimator.xml b/docs/Mono.Android/en/Android.Animation/ObjectAnimator.xml
index 811aa2b33c..67b6fe578b 100644
--- a/docs/Mono.Android/en/Android.Animation/ObjectAnimator.xml
+++ b/docs/Mono.Android/en/Android.Animation/ObjectAnimator.xml
@@ -138,7 +138,7 @@
- Java documentation for android.animation.ObjectAnimator.ofArgb(java.lang.Object, android.util.Property, int)
.
+ Java documentation for android.animation.ObjectAnimator.ofArgb(T, android.util.Property<T, java.lang.Integer>, int...)
.
@@ -181,16 +181,17 @@
- To be added.
- The object whose property is to be animated.
- The property being animated.
+ The object whose property is to be animated. This object should
+ have a public method on it called <code>setName()</code>, where <code>name</code> is
+ the value of the <code>propertyName</code> parameter.
+ The name of the property being animated.
A set of values that the animation will animate between over time.
Constructs and returns an ObjectAnimator that animates between color values.
An ObjectAnimator object that is set up to animate between the given values.
- Java documentation for android.animation.ObjectAnimator.ofArgb(java.lang.Object, android.util.Property, int)
.
+ Java documentation for android.animation.ObjectAnimator.ofArgb(java.lang.Object, java.lang.String, int...)
.
@@ -245,7 +246,7 @@
- Java documentation for android.animation.ObjectAnimator.ofFloat(java.lang.Object, android.util.Property, float)
.
+ Java documentation for android.animation.ObjectAnimator.ofFloat(T, android.util.Property<T, java.lang.Float>, float...)
.
@@ -289,16 +290,17 @@
- To be added.
- The object whose property is to be animated.
- The property being animated.
+ The object whose property is to be animated. This object should
+ have a public method on it called <code>setName()</code>, where <code>name</code> is
+ the value of the <code>propertyName</code> parameter.
+ The name of the property being animated.
A set of values that the animation will animate between over time.
Constructs and returns an ObjectAnimator that animates between float values.
An ObjectAnimator object that is set up to animate between the given values.
- Java documentation for android.animation.ObjectAnimator.ofFloat(java.lang.Object, android.util.Property, float)
.
+ Java documentation for android.animation.ObjectAnimator.ofFloat(java.lang.Object, java.lang.String, float...)
.
@@ -339,18 +341,17 @@
- To be added.
- To be added.
- To be added.
- The object whose property is to be animated.
- The property being animated.
- A set of values that the animation will animate between over time.
- Constructs and returns an ObjectAnimator that animates between float values.
- An ObjectAnimator object that is set up to animate between the given values.
+ The object whose properties are to be animated.
+ The property for the x coordinate being animated.
+ The property for the y coordinate being animated.
+ The <code>Path</code> to animate values along.
+ Constructs and returns an ObjectAnimator that animates coordinates along a <code>Path</code>
+ using two properties.
+ An ObjectAnimator object that is set up to animate along <code>path</code>.
- Java documentation for android.animation.ObjectAnimator.ofFloat(java.lang.Object, android.util.Property, float)
.
+ Java documentation for android.animation.ObjectAnimator.ofFloat(T, android.util.Property<T, java.lang.Float>, android.util.Property<T, java.lang.Float>, android.graphics.Path)
.
@@ -387,18 +388,21 @@
+ The object whose properties are to be animated. This object should
+ have public methods on it called <code>setNameX()</code> and
+ <code>setNameY</code>, where <code>nameX</code> and <code>nameY</code>
+ are the value of the <code>xPropertyName</code> and <code>yPropertyName</code>
+ parameters, respectively.
The name of the property for the x coordinate being animated.
The name of the property for the y coordinate being animated.
- The Path to animate values along.
- The object whose property is to be animated.
- The property being animated.
- A set of values that the animation will animate between over time.
- Constructs and returns an ObjectAnimator that animates between float values.
- An ObjectAnimator object that is set up to animate between the given values.
+ The <code>Path</code> to animate values along.
+ Constructs and returns an ObjectAnimator that animates coordinates along a <code>Path</code>
+ using two properties.
+ An ObjectAnimator object that is set up to animate along <code>path</code>.
- Java documentation for android.animation.ObjectAnimator.ofFloat(java.lang.Object, android.util.Property, float)
.
+ Java documentation for android.animation.ObjectAnimator.ofFloat(java.lang.Object, java.lang.String, java.lang.String, android.graphics.Path)
.
@@ -453,7 +457,7 @@
- Java documentation for android.animation.ObjectAnimator.ofInt(java.lang.Object, android.util.Property, int)
.
+ Java documentation for android.animation.ObjectAnimator.ofInt(T, android.util.Property<T, java.lang.Integer>, int...)
.
@@ -496,16 +500,17 @@
- To be added.
- The object whose property is to be animated.
- The property being animated.
+ The object whose property is to be animated. This object should
+ have a public method on it called <code>setName()</code>, where <code>name</code> is
+ the value of the <code>propertyName</code> parameter.
+ The name of the property being animated.
A set of values that the animation will animate between over time.
Constructs and returns an ObjectAnimator that animates between int values.
An ObjectAnimator object that is set up to animate between the given values.
- Java documentation for android.animation.ObjectAnimator.ofInt(java.lang.Object, android.util.Property, int)
.
+ Java documentation for android.animation.ObjectAnimator.ofInt(java.lang.Object, java.lang.String, int...)
.
@@ -546,18 +551,17 @@
- To be added.
- To be added.
- To be added.
- The object whose property is to be animated.
- The property being animated.
- A set of values that the animation will animate between over time.
- Constructs and returns an ObjectAnimator that animates between int values.
- An ObjectAnimator object that is set up to animate between the given values.
+ The object whose properties are to be animated.
+ The property for the x coordinate being animated.
+ The property for the y coordinate being animated.
+ The <code>Path</code> to animate values along.
+ Constructs and returns an ObjectAnimator that animates coordinates along a <code>Path</code>
+ using two properties.
+ An ObjectAnimator object that is set up to animate along <code>path</code>.
- Java documentation for android.animation.ObjectAnimator.ofInt(java.lang.Object, android.util.Property, int)
.
+ Java documentation for android.animation.ObjectAnimator.ofInt(T, android.util.Property<T, java.lang.Integer>, android.util.Property<T, java.lang.Integer>, android.graphics.Path)
.
@@ -594,18 +598,21 @@
+ The object whose properties are to be animated. This object should
+ have public methods on it called <code>setNameX()</code> and
+ <code>setNameY</code>, where <code>nameX</code> and <code>nameY</code>
+ are the value of <code>xPropertyName</code> and <code>yPropertyName</code>
+ parameters, respectively.
The name of the property for the x coordinate being animated.
The name of the property for the y coordinate being animated.
- The Path to animate values along.
- The object whose property is to be animated.
- The property being animated.
- A set of values that the animation will animate between over time.
- Constructs and returns an ObjectAnimator that animates between int values.
- An ObjectAnimator object that is set up to animate between the given values.
+ The <code>Path</code> to animate values along.
+ Constructs and returns an ObjectAnimator that animates coordinates along a <code>Path</code>
+ using two properties.
+ An ObjectAnimator object that is set up to animate along <code>path</code>.
- Java documentation for android.animation.ObjectAnimator.ofInt(java.lang.Object, android.util.Property, int)
.
+ Java documentation for android.animation.ObjectAnimator.ofInt(java.lang.Object, java.lang.String, java.lang.String, android.graphics.Path)
.
@@ -641,24 +648,19 @@
- The Path to animate values along.
The object whose property is to be animated. This object may
have a public method on it called <code>setName()</code>, where <code>name</code> is
the value of the <code>propertyName</code> parameter. <code>propertyName</code> may also
be the case-sensitive complete name of the public setter method.
The name of the property being animated or the name of the setter method.
- Converts T objects into float parameters for the multi-value setter.
- A TypeEvaluator that will be called on each animation frame to
- provide the necessary interpolation between the Object values to derive the animated
- value.
- A set of values that the animation will animate between over time.
- Constructs and returns an ObjectAnimator that animates over values for a multiple float
- parameters setter.
- An ObjectAnimator object that is set up to animate between the given values.
+ The <code>Path</code> to animate values along.
+ Constructs and returns an ObjectAnimator that animates the target using a multi-float setter
+ along the given <code>Path</code>.
+ An ObjectAnimator object that is set up to animate along <code>path</code>.
- Java documentation for android.animation.ObjectAnimator.ofMultiFloat(java.lang.Object, java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.ObjectAnimator.ofMultiFloat(java.lang.Object, java.lang.String, android.graphics.Path)
.
@@ -699,18 +701,14 @@
the value of the <code>propertyName</code> parameter. <code>propertyName</code> may also
be the case-sensitive complete name of the public setter method.
The name of the property being animated or the name of the setter method.
- Converts T objects into float parameters for the multi-value setter.
- A TypeEvaluator that will be called on each animation frame to
- provide the necessary interpolation between the Object values to derive the animated
- value.
A set of values that the animation will animate between over time.
- Constructs and returns an ObjectAnimator that animates over values for a multiple float
+ Constructs and returns an ObjectAnimator that animates over float values for a multiple
parameters setter.
An ObjectAnimator object that is set up to animate between the given values.
- Java documentation for android.animation.ObjectAnimator.ofMultiFloat(java.lang.Object, java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.ObjectAnimator.ofMultiFloat(java.lang.Object, java.lang.String, float[][])
.
@@ -775,7 +773,7 @@
- Java documentation for android.animation.ObjectAnimator.ofMultiFloat(java.lang.Object, java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.ObjectAnimator.ofMultiFloat(java.lang.Object, java.lang.String, android.animation.TypeConverter<T, float[]>, android.animation.TypeEvaluator<T>, T...)
.
@@ -811,24 +809,19 @@
- The Path to animate values along.
The object whose property is to be animated. This object may
have a public method on it called <code>setName()</code>, where <code>name</code> is
the value of the <code>propertyName</code> parameter. <code>propertyName</code> may also
be the case-sensitive complete name of the public setter method.
The name of the property being animated or the name of the setter method.
- Converts T objects into int parameters for the multi-value setter.
- A TypeEvaluator that will be called on each animation frame to
- provide the necessary interpolation between the Object values to derive the animated
- value.
- A set of values that the animation will animate between over time.
- Constructs and returns an ObjectAnimator that animates over values for a multiple int
- parameters setter.
- An ObjectAnimator object that is set up to animate between the given values.
+ The <code>Path</code> to animate values along.
+ Constructs and returns an ObjectAnimator that animates the target using a multi-int setter
+ along the given <code>Path</code>.
+ An ObjectAnimator object that is set up to animate along <code>path</code>.
- Java documentation for android.animation.ObjectAnimator.ofMultiInt(java.lang.Object, java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.ObjectAnimator.ofMultiInt(java.lang.Object, java.lang.String, android.graphics.Path)
.
@@ -869,18 +862,14 @@
the value of the <code>propertyName</code> parameter. <code>propertyName</code> may also
be the case-sensitive complete name of the public setter method.
The name of the property being animated or the name of the setter method.
- Converts T objects into int parameters for the multi-value setter.
- A TypeEvaluator that will be called on each animation frame to
- provide the necessary interpolation between the Object values to derive the animated
- value.
A set of values that the animation will animate between over time.
- Constructs and returns an ObjectAnimator that animates over values for a multiple int
+ Constructs and returns an ObjectAnimator that animates over int values for a multiple
parameters setter.
An ObjectAnimator object that is set up to animate between the given values.
- Java documentation for android.animation.ObjectAnimator.ofMultiInt(java.lang.Object, java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.ObjectAnimator.ofMultiInt(java.lang.Object, java.lang.String, int[][])
.
@@ -945,7 +934,7 @@
- Java documentation for android.animation.ObjectAnimator.ofMultiInt(java.lang.Object, java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.ObjectAnimator.ofMultiInt(java.lang.Object, java.lang.String, android.animation.TypeConverter<T, int[]>, android.animation.TypeEvaluator<T>, T...)
.
@@ -995,7 +984,6 @@
The object whose property is to be animated.
The property being animated.
- Converts the animated object to the Property type.
A TypeEvaluator that will be called on each animation frame to
provide the necessary interpolation between the Object values to derive the animated
value.
@@ -1005,7 +993,7 @@
- Java documentation for android.animation.ObjectAnimator.ofObject(java.lang.Object, android.util.Property, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.ObjectAnimator.ofObject(T, android.util.Property<T, V>, android.animation.TypeEvaluator<V>, V...)
.
@@ -1046,20 +1034,17 @@
- To be added.
The object whose property is to be animated.
- The property being animated.
- Converts the animated object to the Property type.
- A TypeEvaluator that will be called on each animation frame to
- provide the necessary interpolation between the Object values to derive the animated
- value.
- A set of values that the animation will animate between over time.
- Constructs and returns an ObjectAnimator that animates between Object values.
- An ObjectAnimator object that is set up to animate between the given values.
+ The property being animated. Should not be null.
+ Converts a PointF to the type associated with the setter. May be
+ null if conversion is unnecessary.
+ The <code>Path</code> to animate values along.
+ Constructs and returns an ObjectAnimator that animates a property along a <code>Path</code>.
+ An ObjectAnimator object that is set up to animate along <code>path</code>.
- Java documentation for android.animation.ObjectAnimator.ofObject(java.lang.Object, android.util.Property, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.ObjectAnimator.ofObject(T, android.util.Property<T, V>, android.animation.TypeConverter<android.graphics.PointF, V>, android.graphics.Path)
.
@@ -1103,10 +1088,8 @@
- To be added.
The object whose property is to be animated.
- The property being animated.
- Converts the animated object to the Property type.
+ To be added.
A TypeEvaluator that will be called on each animation frame to
provide the necessary interpolation between the Object values to derive the animated
value.
@@ -1153,21 +1136,19 @@
- To be added.
- To be added.
- The object whose property is to be animated.
- The property being animated.
- Converts the animated object to the Property type.
- A TypeEvaluator that will be called on each animation frame to
- provide the necessary interpolation between the Object values to derive the animated
- value.
- A set of values that the animation will animate between over time.
- Constructs and returns an ObjectAnimator that animates between Object values.
- An ObjectAnimator object that is set up to animate between the given values.
+ The object whose property is to be animated. This object should
+ have a public method on it called <code>setName()</code>, where <code>name</code> is
+ the value of the <code>propertyName</code> parameter.
+ The name of the property being animated.
+ Converts a PointF to the type associated with the setter. May be
+ null if conversion is unnecessary.
+ The <code>Path</code> to animate values along.
+ Constructs and returns an ObjectAnimator that animates a property along a <code>Path</code>.
+ An ObjectAnimator object that is set up to animate along <code>path</code>.
- Java documentation for android.animation.ObjectAnimator.ofObject(java.lang.Object, android.util.Property, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.ObjectAnimator.ofObject(java.lang.Object, java.lang.String, android.animation.TypeConverter<android.graphics.PointF, ?>, android.graphics.Path)
.
@@ -1228,7 +1209,7 @@
- Java documentation for android.animation.ObjectAnimator.ofObject(java.lang.Object, android.util.Property, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.ObjectAnimator.ofObject(T, android.util.Property<T, P>, android.animation.TypeConverter<V, P>, android.animation.TypeEvaluator<V>, V...)
.
diff --git a/docs/Mono.Android/en/Android.Animation/PointFEvaluator.xml b/docs/Mono.Android/en/Android.Animation/PointFEvaluator.xml
index f0e0ac790d..9c28d4227e 100644
--- a/docs/Mono.Android/en/Android.Animation/PointFEvaluator.xml
+++ b/docs/Mono.Android/en/Android.Animation/PointFEvaluator.xml
@@ -98,12 +98,13 @@
- To be added.
- Construct a PointFEvaluator that returns a new PointF on every evaluate call.
+ A PointF to be modified and returned by evaluate.
+ Constructs a PointFEvaluator that modifies and returns <code>reuse</code>
+ in #evaluate(float, android.graphics.PointF, android.graphics.PointF) calls.
- Java documentation for android.animation.PointFEvaluator.PointFEvaluator()
.
+ Java documentation for android.animation.PointFEvaluator.PointFEvaluator(android.graphics.PointF)
.
diff --git a/docs/Mono.Android/en/Android.Animation/PropertyValuesHolder.xml b/docs/Mono.Android/en/Android.Animation/PropertyValuesHolder.xml
index 955dbd9e14..656a68859c 100644
--- a/docs/Mono.Android/en/Android.Animation/PropertyValuesHolder.xml
+++ b/docs/Mono.Android/en/Android.Animation/PropertyValuesHolder.xml
@@ -173,7 +173,7 @@
- Java documentation for android.animation.PropertyValuesHolder.ofFloat(android.util.Property, float)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofFloat(android.util.Property<?, java.lang.Float>, float...)
.
@@ -215,16 +215,15 @@
- To be added.
- The property being animated. Should not be null.
- The values that the property will animate between.
- Constructs and returns a PropertyValuesHolder with a given property and
+ The name of the property being animated.
+ The values that the named property will animate between.
+ Constructs and returns a PropertyValuesHolder with a given property name and
set of float values.
PropertyValuesHolder The constructed PropertyValuesHolder object.
- Java documentation for android.animation.PropertyValuesHolder.ofFloat(android.util.Property, float)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofFloat(java.lang.String, float...)
.
@@ -274,7 +273,7 @@
- Java documentation for android.animation.PropertyValuesHolder.ofInt(android.util.Property, int)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofInt(android.util.Property<?, java.lang.Integer>, int...)
.
@@ -316,16 +315,15 @@
- To be added.
- The property being animated. Should not be null.
- The values that the property will animate between.
- Constructs and returns a PropertyValuesHolder with a given property and
+ The name of the property being animated.
+ The values that the named property will animate between.
+ Constructs and returns a PropertyValuesHolder with a given property name and
set of int values.
PropertyValuesHolder The constructed PropertyValuesHolder object.
- Java documentation for android.animation.PropertyValuesHolder.ofInt(android.util.Property, int)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofInt(java.lang.String, int...)
.
@@ -418,7 +416,6 @@
To be added.
- The property associated with this set of values. Should not be null.
The set of values to animate between.
Constructs and returns a PropertyValuesHolder object with the specified property and set
of values.
@@ -461,20 +458,17 @@
+ The name of the property being animated. Can also be the
+ case-sensitive name of the entire setter method. Should not be null.
+ The setter must take exactly two <code>float</code> parameters.
The Path along which the values should be animated.
- The name of the property to associate with the set of values. This
- may also be the complete name of a setter function.
- Converts <code>values</code> into float parameters for the setter.
- Can be null if the Keyframes have float[] values.
- Used to interpolate between values.
- The values at specific fractional times to evaluate between
- Constructs and returns a PropertyValuesHolder object with the specified property name or
- setter name for use in a multi-float setter function using ObjectAnimator.
- A PropertyValuesHolder for a multi-float parameter setter.
+ Constructs and returns a PropertyValuesHolder with a given property name to use
+ as a multi-float setter.
+ PropertyValuesHolder The constructed PropertyValuesHolder object.
- Java documentation for android.animation.PropertyValuesHolder.ofMultiFloat(java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, android.animation.Keyframe)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofMultiFloat(java.lang.String, android.graphics.Path)
.
@@ -509,19 +503,16 @@
- The name of the property to associate with the set of values. This
- may also be the complete name of a setter function.
- Converts <code>values</code> into float parameters for the setter.
- Can be null if the Keyframes have float[] values.
- Used to interpolate between values.
- The values at specific fractional times to evaluate between
- Constructs and returns a PropertyValuesHolder object with the specified property name or
- setter name for use in a multi-float setter function using ObjectAnimator.
- A PropertyValuesHolder for a multi-float parameter setter.
+ The name of the property being animated. Can also be the
+ case-sensitive name of the entire setter method. Should not be null.
+ The values that the property will animate between.
+ Constructs and returns a PropertyValuesHolder with a given property name and
+ set of <code>float[]</code> values.
+ PropertyValuesHolder The constructed PropertyValuesHolder object.
- Java documentation for android.animation.PropertyValuesHolder.ofMultiFloat(java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, android.animation.Keyframe)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofMultiFloat(java.lang.String, float[][])
.
@@ -630,19 +621,20 @@
- The name of the property to associate with the set of values. This
- may also be the complete name of a setter function.
- Converts <code>values</code> into float parameters for the setter.
- Can be null if the Keyframes have float[] values.
- Used to interpolate between values.
- The values at specific fractional times to evaluate between
- Constructs and returns a PropertyValuesHolder object with the specified property name or
- setter name for use in a multi-float setter function using ObjectAnimator.
- A PropertyValuesHolder for a multi-float parameter setter.
+ The property being animated or complete name of the setter.
+ Should not be null.
+ Used to convert the animated value to setter parameters.
+ A TypeEvaluator that will be called on each animation frame to
+ provide the necessary interpolation between the Object values to derive the animated
+ value.
+ The values that the property will animate between.
+ Constructs and returns a PropertyValuesHolder with a given property and
+ set of Object values for use with ObjectAnimator multi-value setters.
+ PropertyValuesHolder The constructed PropertyValuesHolder object.
- Java documentation for android.animation.PropertyValuesHolder.ofMultiFloat(java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, android.animation.Keyframe)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofMultiFloat(java.lang.String, android.animation.TypeConverter<V, float[]>, android.animation.TypeEvaluator<V>, V...)
.
@@ -677,20 +669,17 @@
+ The name of the property being animated. Can also be the
+ case-sensitive name of the entire setter method. Should not be null.
+ The setter must take exactly two <code>int</code> parameters.
The Path along which the values should be animated.
- The name of the property to associate with the set of values. This
- may also be the complete name of a setter function.
- Converts <code>values</code> into int parameters for the setter.
- Can be null if the Keyframes have int[] values.
- Used to interpolate between values.
- The values at specific fractional times to evaluate between
- Constructs and returns a PropertyValuesHolder object with the specified property name or
- setter name for use in a multi-int setter function using ObjectAnimator.
- A PropertyValuesHolder for a multi-int parameter setter.
+ Constructs and returns a PropertyValuesHolder with a given property name to use
+ as a multi-int setter.
+ PropertyValuesHolder The constructed PropertyValuesHolder object.
- Java documentation for android.animation.PropertyValuesHolder.ofMultiInt(java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, android.animation.Keyframe)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofMultiInt(java.lang.String, android.graphics.Path)
.
@@ -725,19 +714,16 @@
- The name of the property to associate with the set of values. This
- may also be the complete name of a setter function.
- Converts <code>values</code> into int parameters for the setter.
- Can be null if the Keyframes have int[] values.
- Used to interpolate between values.
- The values at specific fractional times to evaluate between
- Constructs and returns a PropertyValuesHolder object with the specified property name or
- setter name for use in a multi-int setter function using ObjectAnimator.
- A PropertyValuesHolder for a multi-int parameter setter.
+ The name of the property being animated. Can also be the
+ case-sensitive name of the entire setter method. Should not be null.
+ The values that the property will animate between.
+ Constructs and returns a PropertyValuesHolder with a given property name and
+ set of <code>int[]</code> values.
+ PropertyValuesHolder The constructed PropertyValuesHolder object.
- Java documentation for android.animation.PropertyValuesHolder.ofMultiInt(java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, android.animation.Keyframe)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofMultiInt(java.lang.String, int[][])
.
@@ -846,19 +832,20 @@
- The name of the property to associate with the set of values. This
- may also be the complete name of a setter function.
- Converts <code>values</code> into int parameters for the setter.
- Can be null if the Keyframes have int[] values.
- Used to interpolate between values.
- The values at specific fractional times to evaluate between
- Constructs and returns a PropertyValuesHolder object with the specified property name or
- setter name for use in a multi-int setter function using ObjectAnimator.
- A PropertyValuesHolder for a multi-int parameter setter.
+ The property being animated or complete name of the setter.
+ Should not be null.
+ Used to convert the animated value to setter parameters.
+ A TypeEvaluator that will be called on each animation frame to
+ provide the necessary interpolation between the Object values to derive the animated
+ value.
+ The values that the property will animate between.
+ Constructs and returns a PropertyValuesHolder with a given property and
+ set of Object values for use with ObjectAnimator multi-value setters.
+ PropertyValuesHolder The constructed PropertyValuesHolder object.
- Java documentation for android.animation.PropertyValuesHolder.ofMultiInt(java.lang.String, android.animation.TypeConverter, android.animation.TypeEvaluator, android.animation.Keyframe)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofMultiInt(java.lang.String, android.animation.TypeConverter<V, int[]>, android.animation.TypeEvaluator<V>, V...)
.
@@ -906,7 +893,6 @@
The property being animated. Should not be null.
- Converts the animated object to the Property type.
A TypeEvaluator that will be called on each animation frame to
provide the necessary interpolation between the Object values to derive the animated
value.
@@ -917,7 +903,7 @@
- Java documentation for android.animation.PropertyValuesHolder.ofObject(android.util.Property, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofObject(android.util.Property, android.animation.TypeEvaluator<V>, V...)
.
@@ -957,20 +943,17 @@
- To be added.
The property being animated. Should not be null.
- Converts the animated object to the Property type.
- A TypeEvaluator that will be called on each animation frame to
- provide the necessary interpolation between the Object values to derive the animated
- value.
- The values that the property will animate between.
+ Converts a PointF to the type associated with the setter. May be
+ null if conversion is unnecessary.
+ The Path along which the values should be animated.
Constructs and returns a PropertyValuesHolder with a given property and
- set of Object values.
+ a Path along which the values should be animated.
PropertyValuesHolder The constructed PropertyValuesHolder object.
- Java documentation for android.animation.PropertyValuesHolder.ofObject(android.util.Property, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofObject(android.util.Property<?, V>, android.animation.TypeConverter<android.graphics.PointF, V>, android.graphics.Path)
.
@@ -1014,8 +997,6 @@
To be added.
- The property being animated. Should not be null.
- Converts the animated object to the Property type.
A TypeEvaluator that will be called on each animation frame to
provide the necessary interpolation between the Object values to derive the animated
value.
@@ -1062,21 +1043,17 @@
- To be added.
- To be added.
- The property being animated. Should not be null.
- Converts the animated object to the Property type.
- A TypeEvaluator that will be called on each animation frame to
- provide the necessary interpolation between the Object values to derive the animated
- value.
- The values that the property will animate between.
- Constructs and returns a PropertyValuesHolder with a given property and
- set of Object values.
+ The name of the property being animated.
+ Converts a PointF to the type associated with the setter. May be
+ null if conversion is unnecessary.
+ The Path along which the values should be animated.
+ Constructs and returns a PropertyValuesHolder with a given property name and
+ a Path along which the values should be animated.
PropertyValuesHolder The constructed PropertyValuesHolder object.
- Java documentation for android.animation.PropertyValuesHolder.ofObject(android.util.Property, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofObject(java.lang.String, android.animation.TypeConverter<android.graphics.PointF, ?>, android.graphics.Path)
.
@@ -1136,7 +1113,7 @@
- Java documentation for android.animation.PropertyValuesHolder.ofObject(android.util.Property, android.animation.TypeConverter, android.animation.TypeEvaluator, java.lang.Object)
.
+ Java documentation for android.animation.PropertyValuesHolder.ofObject(android.util.Property<?, V>, android.animation.TypeConverter<T, V>, android.animation.TypeEvaluator<T>, T...)
.
@@ -1258,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.
@@ -1302,7 +1288,7 @@
- Java documentation for android.animation.PropertyValuesHolder.setFloatValues(float)
.
+ Java documentation for android.animation.PropertyValuesHolder.setFloatValues(float...)
.
@@ -1348,7 +1334,7 @@
- Java documentation for android.animation.PropertyValuesHolder.setIntValues(int)
.
+ Java documentation for android.animation.PropertyValuesHolder.setIntValues(int...)
.
diff --git a/docs/Mono.Android/en/Android.Animation/RectEvaluator.xml b/docs/Mono.Android/en/Android.Animation/RectEvaluator.xml
index 57c65e8730..d5321416ef 100644
--- a/docs/Mono.Android/en/Android.Animation/RectEvaluator.xml
+++ b/docs/Mono.Android/en/Android.Animation/RectEvaluator.xml
@@ -100,12 +100,13 @@
- To be added.
- Construct a RectEvaluator that returns a new Rect on every evaluate call.
+ A Rect to be modified and returned by evaluate.
+ Constructs a RectEvaluator that modifies and returns <code>reuseRect</code>
+ in #evaluate(float, android.graphics.Rect, android.graphics.Rect) calls.
- Java documentation for android.animation.RectEvaluator.RectEvaluator()
.
+ Java documentation for android.animation.RectEvaluator.RectEvaluator(android.graphics.Rect)
.
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/TypeConverter.xml b/docs/Mono.Android/en/Android.Animation/TypeConverter.xml
index 8dc885bf2d..4718f03f16 100644
--- a/docs/Mono.Android/en/Android.Animation/TypeConverter.xml
+++ b/docs/Mono.Android/en/Android.Animation/TypeConverter.xml
@@ -118,7 +118,7 @@
- Java documentation for android.animation.TypeConverter.convert(java.lang.Object)
.
+ Java documentation for android.animation.TypeConverter.convert(T)
.
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.Animation/ValueAnimator.xml b/docs/Mono.Android/en/Android.Animation/ValueAnimator.xml
index c2afce6dce..ff588cccba 100644
--- a/docs/Mono.Android/en/Android.Animation/ValueAnimator.xml
+++ b/docs/Mono.Android/en/Android.Animation/ValueAnimator.xml
@@ -405,16 +405,13 @@
To be added.
- The most recent value calculated by this <code>ValueAnimator</code> when there is just one
- property being animated.
- animatedValue The value most recently calculated by this <code>ValueAnimator</code> for
- the single property being animated. If there are several properties being animated
- (specified by several PropertyValuesHolder objects in the constructor), this function
- returns the animated value for the first of those objects.
+ The most recent value calculated by this <code>ValueAnimator</code> for <code>propertyName</code>.
+ animatedValue The value most recently calculated for the named property
+ by this <code>ValueAnimator</code>.
- Java documentation for android.animation.ValueAnimator.getAnimatedValue()
.
+ Java documentation for android.animation.ValueAnimator.getAnimatedValue(java.lang.String)
.
@@ -599,7 +596,7 @@
- Java documentation for android.animation.ValueAnimator.ofArgb(int)
.
+ Java documentation for android.animation.ValueAnimator.ofArgb(int...)
.
@@ -646,7 +643,7 @@
- Java documentation for android.animation.ValueAnimator.ofFloat(float)
.
+ Java documentation for android.animation.ValueAnimator.ofFloat(float...)
.
@@ -693,7 +690,7 @@
- Java documentation for android.animation.ValueAnimator.ofInt(int)
.
+ Java documentation for android.animation.ValueAnimator.ofInt(int...)
.
@@ -1208,7 +1205,7 @@
- Java documentation for android.animation.ValueAnimator.setFloatValues(float)
.
+ Java documentation for android.animation.ValueAnimator.setFloatValues(float...)
.
@@ -1295,7 +1292,7 @@
- Java documentation for android.animation.ValueAnimator.setIntValues(int)
.
+ Java documentation for android.animation.ValueAnimator.setIntValues(int...)
.
diff --git a/docs/Mono.Android/en/Android.App.Admin/DeviceAdminInfo.xml b/docs/Mono.Android/en/Android.App.Admin/DeviceAdminInfo.xml
index 3ebe73cd0b..1544419091 100644
--- a/docs/Mono.Android/en/Android.App.Admin/DeviceAdminInfo.xml
+++ b/docs/Mono.Android/en/Android.App.Admin/DeviceAdminInfo.xml
@@ -69,11 +69,21 @@
- To be added.
- To be added.
+ The Context in which we are parsing the device admin.
+ The ResolveInfo returned from the package manager about
+ this device admin's component.
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.app.admin.DeviceAdminInfo.DeviceAdminInfo(android.content.Context, android.content.pm.ResolveInfo)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open 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 a2d6af5a91..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.
@@ -1540,15 +1548,17 @@
- To be added.
The running context as per #onReceive.
The received intent as per #onReceive.
+ The user or profile for whom the password changed. To see whether this
+ user is the current profile or a parent user, check for equality with
+ Process#myUserHandle.
Called after the user has changed their device or profile challenge password, as a result of
receiving #ACTION_PASSWORD_CHANGED.
- Java documentation for android.app.admin.DeviceAdminReceiver.onPasswordChanged(android.content.Context, android.content.Intent)
.
+ Java documentation for android.app.admin.DeviceAdminReceiver.onPasswordChanged(android.content.Context, android.content.Intent, android.os.UserHandle)
.
@@ -1631,15 +1641,17 @@
- To be added.
The running context as per #onReceive.
The received intent as per #onReceive.
+ The user or profile for whom the password is expiring. To see whether this
+ user is the current profile or a parent user, check for equality with
+ Process#myUserHandle.
Called periodically when the device or profile challenge password is about to expire
or has expired.
- Java documentation for android.app.admin.DeviceAdminReceiver.onPasswordExpiring(android.content.Context, android.content.Intent)
.
+ Java documentation for android.app.admin.DeviceAdminReceiver.onPasswordExpiring(android.content.Context, android.content.Intent, android.os.UserHandle)
.
@@ -1722,15 +1734,17 @@
- To be added.
The running context as per #onReceive.
The received intent as per #onReceive.
+ The user or profile for whom the password check failed. To see whether this
+ user is the current profile or a parent user, check for equality with
+ Process#myUserHandle.
Called after the user has failed at entering their device or profile challenge password,
as a result of receiving #ACTION_PASSWORD_FAILED.
- Java documentation for android.app.admin.DeviceAdminReceiver.onPasswordFailed(android.content.Context, android.content.Intent)
.
+ Java documentation for android.app.admin.DeviceAdminReceiver.onPasswordFailed(android.content.Context, android.content.Intent, android.os.UserHandle)
.
@@ -1813,15 +1827,17 @@
- To be added.
The running context as per #onReceive.
The received intent as per #onReceive.
+ The user of profile for whom the password check succeeded. To see whether this
+ user is the current profile or a parent user, check for equality with
+ Process#myUserHandle.
Called after the user has succeeded at entering their device or profile challenge password,
as a result of receiving #ACTION_PASSWORD_SUCCEEDED.
- Java documentation for android.app.admin.DeviceAdminReceiver.onPasswordSucceeded(android.content.Context, android.content.Intent)
.
+ Java documentation for android.app.admin.DeviceAdminReceiver.onPasswordSucceeded(android.content.Context, android.content.Intent, android.os.UserHandle)
.
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/DevicePolicyManager.xml b/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager.xml
index 96008187c3..1a4cedfafb 100644
--- a/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager.xml
+++ b/docs/Mono.Android/en/Android.App.Admin/DevicePolicyManager.xml
@@ -2161,18 +2161,15 @@
- The package to be re-enabled in the current profile.
-
Which DeviceAdminReceiver this request is associated with, or
null if the caller is an enable system app delegate.
- An intent matching the app(s) to be installed. All apps that resolve for this
- intent will be re-enabled in the calling profile.
- Re-enable system apps by intent that were disabled by default when the user was initialized.
+ The package to be re-enabled in the calling profile.
+ Re-enable a system app that was disabled by default when the user was initialized.
int The number of activities that matched the intent and were installed.
- Java documentation for android.app.admin.DevicePolicyManager.enableSystemApp(android.content.ComponentName, android.content.Intent)
.
+ Java documentation for android.app.admin.DevicePolicyManager.enableSystemApp(android.content.ComponentName, java.lang.String)
.
@@ -4326,10 +4323,21 @@
To be added.
- To be added.
- To be added.
+ Called by a device or profile owner to read the name of the package administering an
+ always-on VPN connection for the current user.
+ Package name of VPN controller responsible for always-on VPN, or null if none
+ is 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.admin.DevicePolicyManager.getAlwaysOnVpnPackage(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.
@@ -4700,10 +4708,23 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ which DeviceAdminReceiver this request is associated with
+ Gets a set of package names that are allowed to access cross-profile calendar APIs.
+ the set of names of packages that were previously allowed via
+ #setCrossProfileCalendarPackages(ComponentName, Set), or an
+ empty set if none have been allowed
+
+
+
+ Java documentation for android.app.admin.DevicePolicyManager.getCrossProfileCalendarPackages(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.
+
@@ -6604,11 +6625,20 @@
- Which this request is associated with.
+ Which DeviceAdminReceiver this request is associated with.
Returns the list of permitted accessibility services set by this device or profile owner.
- To be added.
+ List of accessiblity service package 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.app.admin.DevicePolicyManager.getPermittedAccessibilityServices(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.
@@ -7875,30 +7905,33 @@
- To be added.
- To be added.
Which DeviceAdminReceiver this request is associated with, or
- null if calling from a delegated certificate installer.
+ null if calling from a delegated certificate installer.
The private key to install.
- The certificate to install.
+ The certificate chain to install. The chain should start with the leaf
+ certificate and include the chain of trust in order. This will be returned by
+ android.security.KeyChain#getCertificateChain.
The private key alias under which to install the certificate. If a certificate
- with that alias already exists, it will be overwritten.
- This API can be called by the following to install a certificate and corresponding
- private key:
+ with that alias already exists, it will be overwritten.
+ Flags to request that the calling app be granted access to the credentials
+ and set the key to be user-selectable. See #INSTALLKEY_SET_USER_SELECTABLE and
+ #INSTALLKEY_REQUEST_CREDENTIALS_ACCESS.
+ This API can be called by the following to install a certificate chain and corresponding
+ private key for the leaf certificate:
<ul>
<li>Device owner</li>
<li>Profile owner</li>
<li>Delegated certificate installer</li>
<li>Credential management app</li>
</ul>
- All apps within the profile will be able to access the certificate and use the private key,
- given direct user approval.
+ All apps within the profile will be able to access the certificate chain and use the
+ private key, given direct user approval (if the user is allowed to select the private key).
true if the keys were installed, false otherwise.
- Java documentation for android.app.admin.DevicePolicyManager.installKeyPair(android.content.ComponentName, java.security.PrivateKey, java.security.cert.Certificate, java.lang.String)
.
+ Java documentation for android.app.admin.DevicePolicyManager.installKeyPair(android.content.ComponentName, java.security.PrivateKey, java.security.cert.Certificate[], java.lang.String, int)
.
@@ -7936,30 +7969,34 @@
- To be added.
- To be added.
Which DeviceAdminReceiver this request is associated with, or
- null if calling from a delegated certificate installer.
+ null if calling from a delegated certificate installer.
The private key to install.
- The certificate to install.
+ The certificate chain to install. The chain should start with the leaf
+ certificate and include the chain of trust in order. This will be returned by
+ android.security.KeyChain#getCertificateChain.
The private key alias under which to install the certificate. If a certificate
- with that alias already exists, it will be overwritten.
- This API can be called by the following to install a certificate and corresponding
- private key:
+ with that alias already exists, it will be overwritten.
+
+ true to request that the calling app be granted access to the
+ credentials immediately. Otherwise, access to the credentials will be gated by user
+ approval.
+ This API can be called by the following to install a certificate chain and corresponding
+ private key for the leaf certificate:
<ul>
<li>Device owner</li>
<li>Profile owner</li>
<li>Delegated certificate installer</li>
<li>Credential management app</li>
</ul>
- All apps within the profile will be able to access the certificate and use the private key,
- given direct user approval.
+ All apps within the profile will be able to access the certificate chain and use the private
+ key, given direct user approval.
true if the keys were installed, false otherwise.
- Java documentation for android.app.admin.DevicePolicyManager.installKeyPair(android.content.ComponentName, java.security.PrivateKey, java.security.cert.Certificate, java.lang.String)
.
+ Java documentation for android.app.admin.DevicePolicyManager.installKeyPair(android.content.ComponentName, java.security.PrivateKey, java.security.cert.Certificate[], java.lang.String, boolean)
.
@@ -8279,10 +8316,22 @@
- To be added.
- To be added.
+ Which DeviceAdminReceiver this request is associated with.
+ Called by device or profile owner to query whether current always-on VPN is configured in
+ lockdown mode.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.admin.DevicePolicyManager.isAlwaysOnVpnLockdownEnabled(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.
+
@@ -9981,13 +10030,13 @@
- To be added.
+ May be 0 or #FLAG_EVICT_CREDENTIAL_ENCRYPTION_KEY.
Make the device lock immediately, as if the lock screen timeout has expired at the point of
this call.
- Java documentation for android.app.admin.DevicePolicyManager.lockNow()
.
+ Java documentation for android.app.admin.DevicePolicyManager.lockNow(int)
.
@@ -12376,7 +12425,7 @@
- Java documentation for android.app.admin.DevicePolicyManager.setAffiliationIds(android.content.ComponentName, java.util.Set)
.
+ Java documentation for android.app.admin.DevicePolicyManager.setAffiliationIds(android.content.ComponentName, java.util.Set<java.lang.String>)
.
@@ -12461,18 +12510,20 @@
To be added.
- To be added.
- The package name for an installed VPN app on the device, or null to
- remove an existing always-on VPN configuration.
+ package name for an installed VPN app on the device, or null
+ to remove an existing always-on VPN configuration
true to disallow networking when the VPN is not connected or
- false otherwise. This has no effect when clearing.
- Called by a device or profile owner to configure an always-on VPN connection through a
- specific application for the current user.
+ false otherwise. This has no effect when clearing.
+ Packages that will be able to access the network directly when VPN
+ is in lockdown mode but not connected. Has no effect when clearing.
+ A version of #setAlwaysOnVpnPackage(ComponentName, String, boolean) that allows the
+ admin to specify a set of apps that should be able to access the network directly when VPN
+ is not connected.
- Java documentation for android.app.admin.DevicePolicyManager.setAlwaysOnVpnPackage(android.content.ComponentName, java.lang.String, boolean)
.
+ Java documentation for android.app.admin.DevicePolicyManager.setAlwaysOnVpnPackage(android.content.ComponentName, java.lang.String, boolean, java.util.Set<java.lang.String>)
.
@@ -13043,7 +13094,7 @@
- Java documentation for android.app.admin.DevicePolicyManager.setCrossProfileCalendarPackages(android.content.ComponentName, java.util.Set)
.
+ Java documentation for android.app.admin.DevicePolicyManager.setCrossProfileCalendarPackages(android.content.ComponentName, java.util.Set<java.lang.String>)
.
@@ -13169,7 +13220,7 @@
- Java documentation for android.app.admin.DevicePolicyManager.setCrossProfilePackages(android.content.ComponentName, java.util.Set)
.
+ Java documentation for android.app.admin.DevicePolicyManager.setCrossProfilePackages(android.content.ComponentName, java.util.Set<java.lang.String>)
.
@@ -13255,7 +13306,7 @@
- Java documentation for android.app.admin.DevicePolicyManager.setDelegatedScopes(android.content.ComponentName, java.lang.String, java.util.List)
.
+ Java documentation for android.app.admin.DevicePolicyManager.setDelegatedScopes(android.content.ComponentName, java.lang.String, java.util.List<java.lang.String>)
.
@@ -13636,7 +13687,7 @@
- Java documentation for android.app.admin.DevicePolicyManager.setKeepUninstalledPackages(android.content.ComponentName, java.util.List)
.
+ Java documentation for android.app.admin.DevicePolicyManager.setKeepUninstalledPackages(android.content.ComponentName, java.util.List<java.lang.String>)
.
@@ -13806,7 +13857,7 @@
- Java documentation for android.app.admin.DevicePolicyManager.setKeyPairCertificate(android.content.ComponentName, java.lang.String, java.util.List, boolean)
.
+ Java documentation for android.app.admin.DevicePolicyManager.setKeyPairCertificate(android.content.ComponentName, java.lang.String, java.util.List<java.security.cert.Certificate>, boolean)
.
@@ -14271,7 +14322,7 @@
- Java documentation for android.app.admin.DevicePolicyManager.setMeteredDataDisabledPackages(android.content.ComponentName, java.util.List)
.
+ Java documentation for android.app.admin.DevicePolicyManager.setMeteredDataDisabledPackages(android.content.ComponentName, java.util.List<java.lang.String>)
.
@@ -15196,7 +15247,7 @@
- Java documentation for android.app.admin.DevicePolicyManager.setPermittedAccessibilityServices(android.content.ComponentName, java.util.List)
.
+ Java documentation for android.app.admin.DevicePolicyManager.setPermittedAccessibilityServices(android.content.ComponentName, java.util.List<java.lang.String>)
.
@@ -15241,7 +15292,7 @@
- Java documentation for android.app.admin.DevicePolicyManager.setPermittedCrossProfileNotificationListeners(android.content.ComponentName, java.util.List)
.
+ Java documentation for android.app.admin.DevicePolicyManager.setPermittedCrossProfileNotificationListeners(android.content.ComponentName, java.util.List<java.lang.String>)
.
@@ -15286,7 +15337,7 @@
- Java documentation for android.app.admin.DevicePolicyManager.setPermittedInputMethods(android.content.ComponentName, java.util.List)
.
+ Java documentation for android.app.admin.DevicePolicyManager.setPermittedInputMethods(android.content.ComponentName, java.util.List<java.lang.String>)
.
@@ -16289,7 +16340,7 @@
- Java documentation for android.app.admin.DevicePolicyManager.setUserControlDisabledPackages(android.content.ComponentName, java.util.List)
.
+ Java documentation for android.app.admin.DevicePolicyManager.setUserControlDisabledPackages(android.content.ComponentName, java.util.List<java.lang.String>)
.
@@ -17000,15 +17051,16 @@
- To be added.
Bit mask of additional options: currently supported flags are
- #WIPE_EXTERNAL_STORAGE, #WIPE_RESET_PROTECTION_DATA,
- #WIPE_EUICC and #WIPE_SILENTLY.
+ #WIPE_EXTERNAL_STORAGE, #WIPE_RESET_PROTECTION_DATA and
+ #WIPE_EUICC.
+ a string that contains the reason for wiping data, which can be
+ presented to the user.
Ask that all user data be wiped.
- Java documentation for android.app.admin.DevicePolicyManager.wipeData(int)
.
+ Java documentation for android.app.admin.DevicePolicyManager.wipeData(int, java.lang.CharSequence)
.
@@ -17044,15 +17096,16 @@
- To be added.
Bit mask of additional options: currently supported flags are
- #WIPE_EXTERNAL_STORAGE, #WIPE_RESET_PROTECTION_DATA,
- #WIPE_EUICC and #WIPE_SILENTLY.
+ #WIPE_EXTERNAL_STORAGE, #WIPE_RESET_PROTECTION_DATA and
+ #WIPE_EUICC.
+ a string that contains the reason for wiping data, which can be
+ presented to the user.
Ask that all user data be wiped.
- Java documentation for android.app.admin.DevicePolicyManager.wipeData(int)
.
+ Java documentation for android.app.admin.DevicePolicyManager.wipeData(int, java.lang.CharSequence)
.
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.Admin/SystemUpdatePolicy.xml b/docs/Mono.Android/en/Android.App.Admin/SystemUpdatePolicy.xml
index 7f6314e5c7..77ef158716 100644
--- a/docs/Mono.Android/en/Android.App.Admin/SystemUpdatePolicy.xml
+++ b/docs/Mono.Android/en/Android.App.Admin/SystemUpdatePolicy.xml
@@ -456,7 +456,7 @@
- Java documentation for android.app.admin.SystemUpdatePolicy.setFreezePeriods(java.util.List)
.
+ Java documentation for android.app.admin.SystemUpdatePolicy.setFreezePeriods(java.util.List<android.app.admin.FreezePeriod>)
.
diff --git a/docs/Mono.Android/en/Android.App.AppSearch.Exceptions/AppSearchException.xml b/docs/Mono.Android/en/Android.App.AppSearch.Exceptions/AppSearchException.xml
index e7a384f2a9..9d9542b5f1 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch.Exceptions/AppSearchException.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch.Exceptions/AppSearchException.xml
@@ -104,13 +104,13 @@
- To be added.
One of the constants documented in AppSearchResult#getResultCode.
- Initializes an AppSearchException with no message.
+ The detail message (which is saved for later retrieval by the #getMessage() method).
+ Initializes an AppSearchException with a result code and message.
- Java documentation for android.app.appsearch.exceptions.AppSearchException.AppSearchException(int)
.
+ Java documentation for android.app.appsearch.exceptions.AppSearchException.AppSearchException(int, java.lang.String)
.
@@ -171,14 +171,16 @@
- To be added.
- To be added.
One of the constants documented in AppSearchResult#getResultCode.
- Initializes an AppSearchException with no message.
+ The detail message (which is saved for later retrieval by the #getMessage() method).
+ The cause (which is saved for later retrieval by the #getCause()
+ method). (A null value is permitted, and indicates that the cause is nonexistent or
+ unknown.)
+ Initializes an AppSearchException with a result code, message and cause.
- Java documentation for android.app.appsearch.exceptions.AppSearchException.AppSearchException(int)
.
+ Java documentation for android.app.appsearch.exceptions.AppSearchException.AppSearchException(int, java.lang.String, java.lang.Throwable)
.
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/AppSearchManager.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchManager.xml
index 56b2fd2e25..d9e4f3224f 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchManager.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchManager.xml
@@ -86,7 +86,7 @@
- Java documentation for android.app.appsearch.AppSearchManager.createGlobalSearchSession(java.util.concurrent.Executor, java.util.function.Consumer)
.
+ Java documentation for android.app.appsearch.AppSearchManager.createGlobalSearchSession(java.util.concurrent.Executor, java.util.function.Consumer<android.app.appsearch.AppSearchResult<android.app.appsearch.GlobalSearchSession>>)
.
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchResult.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchResult.xml
index c43522688c..8d071c3ae2 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchResult.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchResult.xml
@@ -226,7 +226,7 @@
- Java documentation for android.app.appsearch.AppSearchResult.newSuccessfulResult(java.lang.Object)
.
+ Java documentation for android.app.appsearch.AppSearchResult.newSuccessfulResult(ValueType)
.
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/AppSearchSession.xml b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSession.xml
index f175e9d345..1f6f5a1ceb 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSession.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/AppSearchSession.xml
@@ -125,7 +125,7 @@
- Java documentation for android.app.appsearch.AppSearchSession.getByDocumentId(android.app.appsearch.GetByDocumentIdRequest, java.util.concurrent.Executor, android.app.appsearch.BatchResultCallback)
.
+ Java documentation for android.app.appsearch.AppSearchSession.getByDocumentId(android.app.appsearch.GetByDocumentIdRequest, java.util.concurrent.Executor, android.app.appsearch.BatchResultCallback<java.lang.String, android.app.appsearch.GenericDocument>)
.
@@ -166,7 +166,7 @@
- Java documentation for android.app.appsearch.AppSearchSession.getNamespaces(java.util.concurrent.Executor, java.util.function.Consumer)
.
+ Java documentation for android.app.appsearch.AppSearchSession.getNamespaces(java.util.concurrent.Executor, java.util.function.Consumer<android.app.appsearch.AppSearchResult<java.util.Set<java.lang.String>>>)
.
@@ -207,7 +207,7 @@
- Java documentation for android.app.appsearch.AppSearchSession.getSchema(java.util.concurrent.Executor, java.util.function.Consumer)
.
+ Java documentation for android.app.appsearch.AppSearchSession.getSchema(java.util.concurrent.Executor, java.util.function.Consumer<android.app.appsearch.AppSearchResult<android.app.appsearch.GetSchemaResponse>>)
.
@@ -248,7 +248,7 @@
- Java documentation for android.app.appsearch.AppSearchSession.getStorageInfo(java.util.concurrent.Executor, java.util.function.Consumer)
.
+ Java documentation for android.app.appsearch.AppSearchSession.getStorageInfo(java.util.concurrent.Executor, java.util.function.Consumer<android.app.appsearch.AppSearchResult<android.app.appsearch.StorageInfo>>)
.
@@ -329,7 +329,7 @@
- Java documentation for android.app.appsearch.AppSearchSession.put(android.app.appsearch.PutDocumentsRequest, java.util.concurrent.Executor, android.app.appsearch.BatchResultCallback)
.
+ Java documentation for android.app.appsearch.AppSearchSession.put(android.app.appsearch.PutDocumentsRequest, java.util.concurrent.Executor, android.app.appsearch.BatchResultCallback<java.lang.String, java.lang.Void>)
.
@@ -381,7 +381,7 @@
- Java documentation for android.app.appsearch.AppSearchSession.remove(android.app.appsearch.RemoveByDocumentIdRequest, java.util.concurrent.Executor, android.app.appsearch.BatchResultCallback)
.
+ Java documentation for android.app.appsearch.AppSearchSession.remove(android.app.appsearch.RemoveByDocumentIdRequest, java.util.concurrent.Executor, android.app.appsearch.BatchResultCallback<java.lang.String, java.lang.Void>)
.
@@ -418,25 +418,19 @@
- To be added.
- To be added.
-
- RemoveByDocumentIdRequest with IDs in a namespace to remove from the
- index.
+ Query String to search.
+ Spec containing schemaTypes, namespaces and query expression indicates how
+ document will be removed. All specific about how to scoring, ordering, snippeting and
+ resulting will be ignored.
Executor on which to invoke the callback.
- Callback to receive the pending result of performing this operation. The keys
- of the returned AppSearchBatchResult are the input document IDs. The
- values are null on success, or a failed AppSearchResult
- otherwise. IDs that are not found will return a failed
- AppSearchResult with a result code of
- AppSearchResult#RESULT_NOT_FOUND. If an unexpected internal error
- occurs in the AppSearch service, BatchResultCallback#onSystemError
- will be invoked with a Throwable.
- Removes GenericDocument objects by document IDs in a namespace from the AppSearchSession database.
+ Callback to receive errors resulting from removing the documents. If
+ the operation succeeds, the callback will be invoked with
+ null.
+ Removes GenericDocuments from the index by Query.
- Java documentation for android.app.appsearch.AppSearchSession.remove(android.app.appsearch.RemoveByDocumentIdRequest, java.util.concurrent.Executor, android.app.appsearch.BatchResultCallback)
.
+ Java documentation for android.app.appsearch.AppSearchSession.remove(java.lang.String, android.app.appsearch.SearchSpec, java.util.concurrent.Executor, java.util.function.Consumer<android.app.appsearch.AppSearchResult<java.lang.Void>>)
.
@@ -480,7 +474,7 @@
- Java documentation for android.app.appsearch.AppSearchSession.reportUsage(android.app.appsearch.ReportUsageRequest, java.util.concurrent.Executor, java.util.function.Consumer)
.
+ Java documentation for android.app.appsearch.AppSearchSession.reportUsage(android.app.appsearch.ReportUsageRequest, java.util.concurrent.Executor, java.util.function.Consumer<android.app.appsearch.AppSearchResult<java.lang.Void>>)
.
@@ -572,7 +566,7 @@
- Java documentation for android.app.appsearch.AppSearchSession.setSchema(android.app.appsearch.SetSchemaRequest, java.util.concurrent.Executor, java.util.concurrent.Executor, java.util.function.Consumer)
.
+ Java documentation for android.app.appsearch.AppSearchSession.setSchema(android.app.appsearch.SetSchemaRequest, java.util.concurrent.Executor, java.util.concurrent.Executor, java.util.function.Consumer<android.app.appsearch.AppSearchResult<android.app.appsearch.SetSchemaResponse>>)
.
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/GlobalSearchSession.xml b/docs/Mono.Android/en/Android.App.AppSearch/GlobalSearchSession.xml
index 401c33767c..2015499ce7 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/GlobalSearchSession.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/GlobalSearchSession.xml
@@ -175,7 +175,7 @@
- Java documentation for android.app.appsearch.GlobalSearchSession.reportSystemUsage(android.app.appsearch.ReportSystemUsageRequest, java.util.concurrent.Executor, java.util.function.Consumer)
.
+ Java documentation for android.app.appsearch.GlobalSearchSession.reportSystemUsage(android.app.appsearch.ReportSystemUsageRequest, java.util.concurrent.Executor, java.util.function.Consumer<android.app.appsearch.AppSearchResult<java.lang.Void>>)
.
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/IBatchResultCallback.xml b/docs/Mono.Android/en/Android.App.AppSearch/IBatchResultCallback.xml
index 9db4f67391..c942147b3a 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/IBatchResultCallback.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/IBatchResultCallback.xml
@@ -75,7 +75,7 @@
- Java documentation for android.app.appsearch.BatchResultCallback.onResult(android.app.appsearch.AppSearchBatchResult)
.
+ Java documentation for android.app.appsearch.BatchResultCallback.onResult(android.app.appsearch.AppSearchBatchResult<KeyType, ValueType>)
.
diff --git a/docs/Mono.Android/en/Android.App.AppSearch/PackageIdentifier.xml b/docs/Mono.Android/en/Android.App.AppSearch/PackageIdentifier.xml
index 185f82698f..6cc2b374ba 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/PackageIdentifier.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/PackageIdentifier.xml
@@ -75,10 +75,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ Name of the package.
+ SHA256 certificate digest of the package.
+ Creates a unique identifier for a package.
+
+
+
+ Java documentation for android.app.appsearch.PackageIdentifier.PackageIdentifier(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.
+
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/SearchResults.xml b/docs/Mono.Android/en/Android.App.AppSearch/SearchResults.xml
index c58ccf21ce..4fbc445d9b 100644
--- a/docs/Mono.Android/en/Android.App.AppSearch/SearchResults.xml
+++ b/docs/Mono.Android/en/Android.App.AppSearch/SearchResults.xml
@@ -125,7 +125,7 @@
- Java documentation for android.app.appsearch.SearchResults.getNextPage(java.util.concurrent.Executor, java.util.function.Consumer)
.
+ Java documentation for android.app.appsearch.SearchResults.getNextPage(java.util.concurrent.Executor, java.util.function.Consumer<android.app.appsearch.AppSearchResult<java.util.List<android.app.appsearch.SearchResult>>>)
.
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 f312dbbfd0..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
@@ -586,12 +585,12 @@
empty file. The application should record the final backup
state here after restoring its data from the <code>data</code> stream.
When a full-backup dataset is being restored, this will be <code>null</code>.
- The application is being restored from backup and should replace any
- existing data with the contents of the backup.
+ New version of #onRestore(BackupDataInput, int, android.os.ParcelFileDescriptor)
+ that handles a long app version code.
- Java documentation for android.app.backup.BackupAgent.onRestore(android.app.backup.BackupDataInput, int, android.os.ParcelFileDescriptor)
.
+ Java documentation for android.app.backup.BackupAgent.onRestore(android.app.backup.BackupDataInput, long, android.os.ParcelFileDescriptor)
.
@@ -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.Backup/BackupManager.xml b/docs/Mono.Android/en/Android.App.Backup/BackupManager.xml
index 169be9b0be..4e39fed49e 100644
--- a/docs/Mono.Android/en/Android.App.Backup/BackupManager.xml
+++ b/docs/Mono.Android/en/Android.App.Backup/BackupManager.xml
@@ -159,14 +159,13 @@
- The package name identifying the application to back up.
-
- Notifies the Android backup system that your application wishes to back up
- new changes to its data.
+ The package name identifying the application to back up.
+ Convenience method for callers who need to indicate that some other package
+ needs a backup pass.
- Java documentation for android.app.backup.BackupManager.dataChanged()
.
+ Java documentation for android.app.backup.BackupManager.dataChanged(java.lang.String)
.
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.Blob/BlobStoreManager.xml b/docs/Mono.Android/en/Android.App.Blob/BlobStoreManager.xml
index 3cf0cb5068..abf0b5d5e1 100644
--- a/docs/Mono.Android/en/Android.App.Blob/BlobStoreManager.xml
+++ b/docs/Mono.Android/en/Android.App.Blob/BlobStoreManager.xml
@@ -107,16 +107,17 @@
- To be added.
the BlobHandle representing the blob that the caller wants to
acquire a lease for.
- the resource id for a short description string that can be surfaced
- to the user explaining what the blob is used for.
+ a short description string that can be surfaced
+ to the user explaining what the blob is used for. It is recommended to
+ keep this description brief. This may be truncated and
+ ellipsized if it is too long to be displayed to the user.
Acquire a lease to the blob represented by blobHandle.
- Java documentation for android.app.blob.BlobStoreManager.acquireLease(android.app.blob.BlobHandle, int)
.
+ Java documentation for android.app.blob.BlobStoreManager.acquireLease(android.app.blob.BlobHandle, java.lang.CharSequence)
.
@@ -188,16 +189,17 @@
- To be added.
the BlobHandle representing the blob that the caller wants to
acquire a lease for.
- the resource id for a short description string that can be surfaced
- to the user explaining what the blob is used for.
+ a short description string that can be surfaced
+ to the user explaining what the blob is used for. It is recommended to
+ keep this description brief. This may be truncated and
+ ellipsized if it is too long to be displayed to the user.
Acquire a lease to the blob represented by blobHandle.
- Java documentation for android.app.blob.BlobStoreManager.acquireLease(android.app.blob.BlobHandle, int)
.
+ Java documentation for android.app.blob.BlobStoreManager.acquireLease(android.app.blob.BlobHandle, java.lang.CharSequence)
.
@@ -233,17 +235,24 @@
- To be added.
- To be added.
the BlobHandle representing the blob that the caller wants to
acquire a lease for.
- the resource id for a short description string that can be surfaced
- to the user explaining what the blob is used for.
+ a short description string that can be surfaced
+ to the user explaining what the blob is used for. It is recommended to
+ keep this description brief. This may be truncated and ellipsized
+ if it is too long to be displayed to the user.
+ the time in milliseconds after which the lease can be
+ automatically released, in System#currentTimeMillis()
+ timebase. If its value is 0, then the behavior of this
+ API is identical to #acquireLease(BlobHandle, int)
+ where clients have to explicitly call
+ #releaseLease(BlobHandle) when they don't
+ need the blob anymore.
Acquire a lease to the blob represented by blobHandle.
- Java documentation for android.app.blob.BlobStoreManager.acquireLease(android.app.blob.BlobHandle, int)
.
+ Java documentation for android.app.blob.BlobStoreManager.acquireLease(android.app.blob.BlobHandle, java.lang.CharSequence, long)
.
@@ -279,16 +288,22 @@
- To be added.
the BlobHandle representing the blob that the caller wants to
acquire a lease for.
the resource id for a short description string that can be surfaced
to the user explaining what the blob is used for.
+ the time in milliseconds after which the lease can be
+ automatically released, in System#currentTimeMillis()
+ timebase. If its value is 0, then the behavior of this
+ API is identical to #acquireLease(BlobHandle, int)
+ where clients have to explicitly call
+ #releaseLease(BlobHandle) when they don't
+ need the blob anymore.
Acquire a lease to the blob represented by blobHandle.
- Java documentation for android.app.blob.BlobStoreManager.acquireLease(android.app.blob.BlobHandle, int)
.
+ Java documentation for android.app.blob.BlobStoreManager.acquireLease(android.app.blob.BlobHandle, int, long)
.
@@ -318,17 +333,24 @@
- To be added.
- To be added.
the BlobHandle representing the blob that the caller wants to
acquire a lease for.
- the resource id for a short description string that can be surfaced
- to the user explaining what the blob is used for.
+ a short description string that can be surfaced
+ to the user explaining what the blob is used for. It is recommended to
+ keep this description brief. This may be truncated and ellipsized
+ if it is too long to be displayed to the user.
+ the time in milliseconds after which the lease can be
+ automatically released, in System#currentTimeMillis()
+ timebase. If its value is 0, then the behavior of this
+ API is identical to #acquireLease(BlobHandle, int)
+ where clients have to explicitly call
+ #releaseLease(BlobHandle) when they don't
+ need the blob anymore.
Acquire a lease to the blob represented by blobHandle.
- Java documentation for android.app.blob.BlobStoreManager.acquireLease(android.app.blob.BlobHandle, int)
.
+ Java documentation for android.app.blob.BlobStoreManager.acquireLease(android.app.blob.BlobHandle, java.lang.CharSequence, long)
.
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.Job/JobWorkItem.xml b/docs/Mono.Android/en/Android.App.Job/JobWorkItem.xml
index 7bfba0afbe..cdfa99c0a8 100644
--- a/docs/Mono.Android/en/Android.App.Job/JobWorkItem.xml
+++ b/docs/Mono.Android/en/Android.App.Job/JobWorkItem.xml
@@ -106,15 +106,17 @@
- To be added.
- To be added.
The general Intent describing this work.
+ The estimated size of network traffic that will be
+ downloaded by this job work item, in bytes.
+ The estimated size of network traffic that will be
+ uploaded by this job work item, in bytes.
Create a new piece of work, which can be submitted to
JobScheduler#enqueue JobScheduler.enqueue.
- Java documentation for android.app.job.JobWorkItem.JobWorkItem(android.content.Intent)
.
+ Java documentation for android.app.job.JobWorkItem.JobWorkItem(android.content.Intent, long, long)
.
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.Slices/SliceManager.xml b/docs/Mono.Android/en/Android.App.Slices/SliceManager.xml
index ac0c794f17..d9cc8bdd61 100644
--- a/docs/Mono.Android/en/Android.App.Slices/SliceManager.xml
+++ b/docs/Mono.Android/en/Android.App.Slices/SliceManager.xml
@@ -78,11 +78,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The intent associated with a slice.
+ List of supported specs.
+ Turns a slice intent into slice content.
+ The Slice provided by the app or null if none is given.
+
+
+
+ Java documentation for android.app.slice.SliceManager.bindSlice(android.content.Intent, java.util.Set<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.
+
@@ -109,11 +120,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The URI to a slice provider
+ List of supported specs.
+ Turns a slice Uri into slice content.
+ The Slice provided by the app or null if none is given.
+
+
+
+ Java documentation for android.app.slice.SliceManager.bindSlice(android.net.Uri, java.util.Set<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.
+
@@ -456,10 +478,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The uri of the slice being pinned.
+ The list of supported SliceSpecs of the callback.
+ Ensures that a slice is in a pinned state.
+
+
+
+ Java documentation for android.app.slice.SliceManager.pinSlice(android.net.Uri, java.util.Set<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.
+
diff --git a/docs/Mono.Android/en/Android.App.Slices/SliceProvider.xml b/docs/Mono.Android/en/Android.App.Slices/SliceProvider.xml
index 13e294d6da..70dad9681b 100644
--- a/docs/Mono.Android/en/Android.App.Slices/SliceProvider.xml
+++ b/docs/Mono.Android/en/Android.App.Slices/SliceProvider.xml
@@ -50,8 +50,6 @@
- List of permissions that holders are auto-granted access
- to slices.
A version of constructing a SliceProvider that allows autogranting slice permissions
to apps that hold specific platform permissions.
@@ -280,11 +278,22 @@
- To be added.
- To be added.
- To be added.
+ Uri to bind.
+ List of supported specs.
+ Implemented to create a slice.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.slice.SliceProvider.onBindSlice(android.net.Uri, java.util.Set<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.
+
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/StorageStatsManager.xml b/docs/Mono.Android/en/Android.App.Usage/StorageStatsManager.xml
index 1cf257514f..5cba0da856 100644
--- a/docs/Mono.Android/en/Android.App.Usage/StorageStatsManager.xml
+++ b/docs/Mono.Android/en/Android.App.Usage/StorageStatsManager.xml
@@ -79,11 +79,21 @@
- To be added.
- To be added.
+ the UUID of the storage volume you're interested in,
+ such as StorageManager#UUID_DEFAULT.
+ Return the free space on the requested storage volume.
To be added.
- Portions of this page are modifications based on work created and shared by 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.StorageStatsManager.getFreeBytes(java.util.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.
@@ -110,11 +120,22 @@
- To be added.
- To be added.
+ the UUID of the storage volume you're interested in,
+ such as StorageManager#UUID_DEFAULT.
+ Return the total size of the underlying physical media that is hosting
+ this storage volume.
To be added.
- Portions of this page are modifications based on work created and shared by 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.StorageStatsManager.getTotalBytes(java.util.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.
@@ -173,12 +194,23 @@
- To be added.
To be added.
- To be added.
+ the UUID of the storage volume you're interested in,
+ such as StorageManager#UUID_DEFAULT.
+ Return shared/external storage statistics for a specific
+ UserHandle on the requested storage volume.
To be added.
- Portions of this page are modifications based on work created and shared by 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.StorageStatsManager.queryExternalStatsForUser(java.util.UUID, 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.
@@ -207,13 +239,24 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ the UUID of the storage volume you're interested in,
+ such as StorageManager#UUID_DEFAULT.
+ the package name you're interested in.
+ the user you're interested in.
+ Return storage statistics for a specific package on the requested storage
+ volume.
To be added.
- Portions of this page are modifications based on work created and shared by 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.StorageStatsManager.queryStatsForPackage(java.util.UUID, 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.
@@ -241,12 +284,23 @@
- To be added.
- To be added.
- To be added.
+ the UUID of the storage volume you're interested in,
+ such as StorageManager#UUID_DEFAULT.
+ the UID you're interested in.
+ Return storage statistics for a specific UID on the requested storage
+ volume.
To be added.
- Portions of this page are modifications based on work created and shared by 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.StorageStatsManager.queryStatsForUid(java.util.UUID, int)
.
+
+
+
+ Portions of this page are modifications based on 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,12 +328,23 @@
- To be added.
- To be added.
- To be added.
+ the UUID of the storage volume you're interested in,
+ such as StorageManager#UUID_DEFAULT.
+ the user you're interested in.
+ Return storage statistics for a specific UserHandle on the
+ requested storage volume.
To be added.
- Portions of this page are modifications based on work created and shared by 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.StorageStatsManager.queryStatsForUser(java.util.UUID, 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.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 7677f113bc..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
@@ -187,8 +195,8 @@
- True if the added tab should become the selected tab.
Tab to add
+ True if the added tab should become the selected tab.
Add a tab for use in tabbed navigation mode.
@@ -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
@@ -229,8 +241,8 @@
- The new position of the tab
Tab to add
+ The new position of the tab
Add a tab for use in tabbed navigation mode.
@@ -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
@@ -272,9 +288,9 @@
+ Tab to add
The new position of the tab
True if the added tab should become the selected tab.
- Tab to add
Add a tab for use in tabbed navigation mode.
@@ -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
@@ -1134,7 +1174,6 @@
Custom navigation view to place in the ActionBar.
How this custom view should layout in the bar.
- Resource ID of a layout to inflate into the ActionBar.
Set the action bar into custom navigation mode, supplying a view
for custom navigation.
@@ -1234,15 +1273,14 @@
- A bit mask declaring which display options should be changed.
-
A combination of the bits defined by the DISPLAY_ constants
defined in ActionBar.
- Set display options.
+ A bit mask declaring which display options should be changed.
+ Set selected display options.
- Java documentation for android.app.ActionBar.setDisplayOptions(int)
.
+ Java documentation for android.app.ActionBar.setDisplayOptions(int, int)
.
@@ -1446,13 +1484,11 @@
New description for the Home action when enabled
- Resource ID of a string to use as the new description
- for the Home action when enabled
Set an alternate description for the Home/Up action, when enabled.
- Java documentation for android.app.ActionBar.setHomeActionContentDescription(int)
.
+ Java documentation for android.app.ActionBar.setHomeActionContentDescription(java.lang.CharSequence)
.
@@ -1526,14 +1562,12 @@
- To be added.
- Resource ID of a string to use as the new description
- for the Home action when enabled
+ New description for the Home action when enabled
Set an alternate description for the Home/Up action, when enabled.
- Java documentation for android.app.ActionBar.setHomeActionContentDescription(int)
.
+ Java documentation for android.app.ActionBar.setHomeActionContentDescription(java.lang.CharSequence)
.
@@ -1568,14 +1602,12 @@
A drawable to use for the up indicator, or null to use the theme's default
- Resource ID of a drawable to use for the up indicator, or null
- to use the theme's default
Set an alternate drawable to display next to the icon/logo/title
when #DISPLAY_HOME_AS_UP is enabled.
- Java documentation for android.app.ActionBar.setHomeAsUpIndicator(int)
.
+ Java documentation for android.app.ActionBar.setHomeAsUpIndicator(android.graphics.drawable.Drawable)
.
@@ -1699,12 +1731,11 @@
Drawable to show as an icon.
- Resource ID of a drawable to show as an icon.
Set the icon to display in the 'home' section of the action bar.
- Java documentation for android.app.ActionBar.setIcon(int)
.
+ Java documentation for android.app.ActionBar.setIcon(android.graphics.drawable.Drawable)
.
@@ -1775,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
@@ -1829,12 +1864,11 @@
Drawable to show as a logo.
- Resource ID of a drawable to show as a logo.
Set the logo to display in the 'home' section of the action bar.
- Java documentation for android.app.ActionBar.setLogo(int)
.
+ Java documentation for android.app.ActionBar.setLogo(android.graphics.drawable.Drawable)
.
@@ -1905,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 8de9b72a85..ca2d21b93b 100644
--- a/docs/Mono.Android/en/Android.App/Activity.xml
+++ b/docs/Mono.Android/en/Android.App/Activity.xml
@@ -2476,10 +2476,23 @@
SQL WHERE clause.
The arguments to selection, if any ?s are pesent
SQL ORDER BY clause.
- To be added.
- To be added.
+ Wrapper around
+ ContentResolver#query(android.net.Uri , String[], String, String[], String)
+ that gives the resulting Cursor to call
+ #startManagingCursor so that the activity will manage its
+ lifecycle for you.
+ The Cursor that was returned by 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.app.Activity.managedQuery(android.net.Uri, 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.
@@ -3358,18 +3371,21 @@
- if the activity is being re-initialized after
- previously being shut down or powered off then this Bundle contains the data it most
- recently supplied to outPersistentState in .
- Note: Otherwise it is null.
- If the activity is being re-initialized after
+ if the activity is being re-initialized after
previously being shut down then this Bundle contains the data it most
- recently supplied in #onSaveInstanceState. <b>Note: Otherwise it is null.</b>
- Called when the activity is starting.
+ recently supplied in #onSaveInstanceState.
+ <b>Note: Otherwise it is null.</b>
+ if the activity is being re-initialized after
+ previously being shut down or powered off then this Bundle contains the data it most
+ recently supplied to outPersistentState in #onSaveInstanceState.
+ <b>Note: Otherwise it is null.</b>
+ Same as #onCreate(android.os.Bundle) but called for those activities created with
+ the attribute android.R.attr#persistableMode set to
+ <code>persistAcrossReboots</code>.
- Java documentation for android.app.Activity.onCreate(android.os.Bundle)
.
+ Java documentation for android.app.Activity.onCreate(android.os.Bundle, android.os.PersistableBundle)
.
@@ -3584,14 +3600,14 @@
The id of the dialog.
- The dialog arguments provided to .
+ The dialog arguments provided to #showDialog(int, Bundle).
Callback for creating dialogs that are managed (saved and restored) for you
- by the activity.
- To be added.
+ by the activity.
+ The dialog. If you return null, the dialog will not be created.
- Java documentation for android.app.Activity.onCreateDialog(int)
.
+ Java documentation for android.app.Activity.onCreateDialog(int, android.os.Bundle)
.
@@ -3869,13 +3885,13 @@
The context the view is being created in.
Inflation attributes as specified in XML file.
Standard implementation of
- android.view.LayoutInflater.Factory2#onCreateView(View, String, Context, AttributeSet)
- used when inflating with the LayoutInflater returned by #getSystemService.
+ android.view.LayoutInflater.Factory#onCreateView used when
+ inflating with the LayoutInflater returned by #getSystemService.
To be added.
- Java documentation for android.app.Activity.onCreateView(android.view.View, java.lang.String, android.content.Context, android.util.AttributeSet)
.
+ Java documentation for android.app.Activity.onCreateView(java.lang.String, android.content.Context, android.util.AttributeSet)
.
@@ -4138,7 +4154,7 @@
- Java documentation for android.app.Activity.onGetDirectActions(android.os.CancellationSignal, java.util.function.Consumer)
.
+ Java documentation for android.app.Activity.onGetDirectActions(android.os.CancellationSignal, java.util.function.Consumer<java.util.List<android.app.DirectAction>>)
.
@@ -4612,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.
@@ -4697,8 +4713,8 @@
- To be added.
True if the activity is in multi-window mode.
+ To be added.
Called by the system when the activity changes from fullscreen mode to multi-window mode and
visa-versa.
@@ -5057,7 +5073,7 @@
- Java documentation for android.app.Activity.onPerformDirectAction(java.lang.String, android.os.Bundle, android.os.CancellationSignal, java.util.function.Consumer)
.
+ Java documentation for android.app.Activity.onPerformDirectAction(java.lang.String, android.os.Bundle, android.os.CancellationSignal, java.util.function.Consumer<android.os.Bundle>)
.
@@ -5135,8 +5151,8 @@
- To be added.
True if the activity is in picture-in-picture mode.
+ To be added.
Called by the system when the activity changes to and from picture-in-picture mode.
@@ -5301,17 +5317,16 @@
+ The data most recently supplied in #onSaveInstanceState
The data caming from the PersistableBundle first
- saved in .
- If the activity is being re-initialized after
- previously being shut down then this Bundle contains the data it most
- recently supplied in #onSaveInstanceState. <b>Note: Otherwise it is null.</b>
- Called when activity start-up is complete (after #onStart
- and #onRestoreInstanceState have been called).
+ saved in #onSaveInstanceState(Bundle, PersistableBundle).
+ This is the same as #onPostCreate(Bundle) but is called for activities
+ created with the attribute android.R.attr#persistableMode set to
+ <code>persistAcrossReboots</code>.
- Java documentation for android.app.Activity.onPostCreate(android.os.Bundle)
.
+ Java documentation for android.app.Activity.onPostCreate(android.os.Bundle, android.os.PersistableBundle)
.
@@ -5440,13 +5455,13 @@
The id of the managed dialog.
The dialog.
- The dialog arguments provided to .
+ The dialog arguments provided to #showDialog(int, Bundle).
Provides an opportunity to prepare a managed dialog before it is being
- shown.
+ shown.
- Java documentation for android.app.Activity.onPrepareDialog(int, android.app.Dialog)
.
+ Java documentation for android.app.Activity.onPrepareDialog(int, android.app.Dialog, android.os.Bundle)
.
@@ -5919,15 +5934,17 @@
- the data most recently supplied in .
- the data most recently supplied in #onSaveInstanceState.
- This method is called after #onStart when the activity is
- being re-initialized from a previously saved state, given here in
- <var>savedInstanceState</var>.
+ the data most recently supplied in #onSaveInstanceState
+ or null.
+ the data most recently supplied in #onSaveInstanceState
+ or null.
+ This is the same as #onRestoreInstanceState(Bundle) but is called for activities
+ created with the attribute android.R.attr#persistableMode set to
+ <code>persistAcrossReboots</code>.
- Java documentation for android.app.Activity.onRestoreInstanceState(android.os.Bundle)
.
+ Java documentation for android.app.Activity.onRestoreInstanceState(android.os.Bundle, android.os.PersistableBundle)
.
@@ -6096,16 +6113,15 @@
- State which will be saved across reboots.
Bundle in which to place your saved state.
- Called to retrieve per-instance state from an activity before being killed
- so that the state can be restored in #onCreate or
- #onRestoreInstanceState (the Bundle populated by this method
- will be passed to both).
+ State which will be saved across reboots.
+ This is the same as #onSaveInstanceState but is called for activities
+ created with the attribute android.R.attr#persistableMode set to
+ <code>persistAcrossReboots</code>.
- Java documentation for android.app.Activity.onSaveInstanceState(android.os.Bundle)
.
+ Java documentation for android.app.Activity.onSaveInstanceState(android.os.Bundle, android.os.PersistableBundle)
.
@@ -6188,13 +6204,15 @@
- To be added.
- To be added.
- To be added.
+ The SearchEvent that signaled this search.
+ This hook is called when the user signals the desire to start a search.
+ Returns true if search launched, and false if the activity does
+ not respond to search. The default implementation always returns true, except
+ when in Configuration#UI_MODE_TYPE_TELEVISION mode where it returns false.
- Java documentation for android.app.Activity.onSearchRequested()
.
+ Java documentation for android.app.Activity.onSearchRequested(android.view.SearchEvent)
.
@@ -6848,8 +6866,8 @@
- To be added.
The callback that should control the new action mode
+ To be added.
Give the Activity a chance to control the UI for an action mode requested
by the system.
The new action mode, or <code>null</code> if the activity does not want to
@@ -7874,12 +7892,11 @@
The desired content to display.
- Resource ID to be inflated.
- Set the activity content from a layout resource.
+ Set the activity content to an explicit view.
- Java documentation for android.app.Activity.setContentView(int)
.
+ Java documentation for android.app.Activity.setContentView(android.view.View)
.
@@ -7961,7 +7978,6 @@
The desired content to display.
Layout parameters for the view.
- Resource ID to be inflated.
Set the activity content from a layout resource.
@@ -8468,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.
@@ -8772,15 +8797,15 @@
- The data to propagate back to the originating activity.
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.
Call this to set the result that your activity will return to its
caller.
- Java documentation for android.app.Activity.setResult(int)
.
+ Java documentation for android.app.Activity.setResult(int, android.content.Intent)
.
@@ -9328,17 +9353,17 @@
The id of the managed dialog.
Arguments to pass through to the dialog. These will be saved
- and restored for you. Note that if the dialog is already created,
- will not be called with the new
- arguments but M:Android.App.Activity.OnPrepareDialog(System.Int32,Android.App.Dialog,Android.App.Dialog) will be.
- If you need to rebuild the dialog, call first.
- Simple version of #showDialog(int, Bundle) that does not
- take any arguments.
- To be added.
+ and restored for you. Note that if the dialog is already created,
+ #onCreateDialog(int, Bundle) will not be called with the new
+ arguments but #onPrepareDialog(int, Dialog, Bundle) will be.
+ If you need to rebuild the dialog, call #removeDialog(int) first.
+ Show a dialog managed by this activity.
+ Returns true if the Dialog was created; false is returned if
+ it is not created because #onCreateDialog(int, Bundle) returns false.
- Java documentation for android.app.Activity.showDialog(int)
.
+ Java documentation for android.app.Activity.showDialog(int, android.os.Bundle)
.
@@ -9501,8 +9526,8 @@
- To be added.
Callback that will manage lifecycle events for this action mode
+ To be added.
Start an action mode of the default type ActionMode#TYPE_PRIMARY.
The ActionMode that was started, or null if it was canceled
@@ -9615,11 +9640,11 @@
- Additional options for how the Activity should be started.
- See for more details.
The intent to start.
If >= 0, this code will be returned in
onActivityResult() when the activity exits.
+ Additional options for how the Activity should be started.
+ See for more details.
Same as calling #startActivityForResult(Intent, int, Bundle)
with no options.
@@ -9888,12 +9913,12 @@
- Additional options for how the Activity should be started.
- See for more details.
The intent to start.
If >= 0, this code will be returned in
onActivityResult() when the activity exits, as described in
#startActivityForResult.
+ Additional options for how the Activity should be started.
+ See for more details.
Same as calling #startActivityIfNeeded(Intent, int, Bundle)
with no options.
If a new activity was launched then true is returned; otherwise
@@ -10027,11 +10052,6 @@
- Additional options for how the Activity should be started.
- See for more details. If options
- have also been supplied by the IntentSender, options given here will
- override any that conflict with those given by the IntentSender.
-
The IntentSender to launch.
If >= 0, this code will be returned in
onActivityResult() when the activity exits.
@@ -10042,6 +10062,11 @@
Desired values for any bits set in
<var>flagsMask</var>
Always set to 0.
+ Additional options for how the Activity should be started.
+ See for more details. If options
+ have also been supplied by the IntentSender, options given here will
+ override any that conflict with those given by the IntentSender.
+
Same as calling #startIntentSenderForResult(IntentSender, int,
Intent, int, int, int, Bundle) with no options.
@@ -10188,12 +10213,14 @@
To be added.
To be added.
To be added.
- Same as calling #startIntentSenderFromChild(Activity, IntentSender,
- int, Intent, int, int, int, Bundle) with no options.
+ Like #startActivityFromChild(Activity, Intent, int), but
+ taking a IntentSender; see
+ #startIntentSenderForResult(IntentSender, int, Intent, int, int, int)
+ for more information.
- Java documentation for android.app.Activity.startIntentSenderFromChild(android.app.Activity, android.content.IntentSender, int, android.content.Intent, int, int, int)
.
+ Java documentation for android.app.Activity.startIntentSenderFromChild(android.app.Activity, android.content.IntentSender, int, android.content.Intent, int, int, int, android.os.Bundle)
.
@@ -10401,12 +10428,12 @@
- Additional options for how the Activity should be started.
- See for more details.
The intent to dispatch to the next activity. For
correct behavior, this must be the same as the Intent that started
your own activity; the only changes you can make are to the extras
inside of it.
+ Additional options for how the Activity should be started.
+ See for more details.
Same as calling #startNextMatchingActivity(Intent, Bundle) with
no options.
Returns a boolean indicating whether there was another Activity
@@ -10876,7 +10903,7 @@
- Java documentation for android.app.Activity.setTitle(int)
.
+ Java documentation for android.app.Activity.setTitle(java.lang.CharSequence)
.
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 d5fce43e0f..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.
@@ -1567,18 +1580,18 @@
- Additional options for the operation, either null or
- as per .
-
The identifier of the task to be moved, as found in
RunningTaskInfo or RecentTaskInfo.
Additional operational flags.
- Equivalent to calling #moveTaskToFront(int, int, Bundle)
- with a null options argument.
+ Additional options for the operation, either null or
+ as per Context#startActivity(Intent, android.os.Bundle)
+ Context.startActivity(Intent, Bundle).
+ Ask that the task associated with a given task ID be moved to the
+ front of the stack, so it is now visible to the user.
- Java documentation for android.app.ActivityManager.moveTaskToFront(int, int)
.
+ Java documentation for android.app.ActivityManager.moveTaskToFront(int, int, android.os.Bundle)
.
diff --git a/docs/Mono.Android/en/Android.App/ActivityOptions.xml b/docs/Mono.Android/en/Android.App/ActivityOptions.xml
index 07c51ad48b..c4f9c66b5d 100644
--- a/docs/Mono.Android/en/Android.App/ActivityOptions.xml
+++ b/docs/Mono.Android/en/Android.App/ActivityOptions.xml
@@ -535,12 +535,22 @@
The Activity whose window contains the shared elements.
The View to transition to the started Activity.
The shared element name as used in the target Activity. This
- must not be null.
+ must not be null.
Create an ActivityOptions to transition between Activities using cross-Activity scene
- animations.
- To be added.
+ animations.
+ Returns a new ActivityOptions object that you can use to
+ supply these options as the options Bundle when starting 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.ActivityOptions.makeSceneTransitionAnimation(android.app.Activity, android.view.View, 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/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/AlarmManager.xml b/docs/Mono.Android/en/Android.App/AlarmManager.xml
index 659340bbfb..75920964aa 100644
--- a/docs/Mono.Android/en/Android.App/AlarmManager.xml
+++ b/docs/Mono.Android/en/Android.App/AlarmManager.xml
@@ -192,13 +192,12 @@
IntentSender which matches a previously added
- IntentSender.
- OnAlarmListener instance that is the target of a currently-set alarm.
- Remove any alarm scheduled to be delivered to the given OnAlarmListener.
+ IntentSender. This parameter must not be null.
+ Remove any alarms with a matching Intent.
- Java documentation for android.app.AlarmManager.cancel(android.app.OnAlarmListener)
.
+ Java documentation for android.app.AlarmManager.cancel(android.app.PendingIntent)
.
@@ -572,16 +571,24 @@
- One of Android.App.AlarmManager.ELAPSED_REALTIME, Android.App.AlarmManager.ELAPSED_REALTIME_WAKEUP,
- Android.App.AlarmManager.RTC, or Android.App.AlarmManager.RTC_WAKEUP.
+ type of alarm.
time in milliseconds that the alarm should go
- off, using the appropriate clock (depending on the alarm type).
+ off, using the appropriate clock (depending on the alarm type).
Action to perform when the alarm goes off;
- typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32).
-
-
+ typically comes from PendingIntent#getBroadcast
+ IntentSender.getBroadcast().
+ Schedule an 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.
+
+
+ Java documentation for android.app.AlarmManager.set(int, 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.
@@ -670,9 +677,6 @@
To be added.
Action to perform when the alarm goes off;
typically comes from M:Android.App.PendingIntent.GetBroadcast(Android.Content.Context,System.Int32,System.Int32,System.Int32).
- operation Action to perform when the alarm goes off;
- typically comes from PendingIntent#getBroadcast
- IntentSender.getBroadcast().
Schedule an alarm that represents an alarm clock, which will be used to notify the user
when it goes off.
@@ -854,15 +858,12 @@
- To be added.
- To be added.
- To be added.
type of alarm.
time in milliseconds that the alarm should go
off, using the appropriate clock (depending on the alarm type).
- Action to perform when the alarm goes off;
- typically comes from PendingIntent#getBroadcast
- IntentSender.getBroadcast().
+ To be added.
+ To be added.
+ To be added.
Schedule an alarm to be delivered precisely at the stated time.
@@ -1270,9 +1271,6 @@
- To be added.
- To be added.
- To be added.
type of alarm.
The earliest time, in milliseconds, that the alarm should
be delivered, expressed in the appropriate clock's units (depending on the alarm
@@ -1281,9 +1279,9 @@
in milliseconds. The alarm will be delivered no later than this many
milliseconds after windowStartMillis. Note that this parameter
is a duration, not the timestamp of the end of the window.
- Action to perform when the alarm goes off;
- typically comes from PendingIntent#getBroadcast
- IntentSender.getBroadcast().
+ To be added.
+ To be added.
+ To be added.
Schedule an alarm to be delivered within a given window of time.
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/AlertDialog.xml b/docs/Mono.Android/en/Android.App/AlertDialog.xml
index 475a07f223..d8f952c943 100644
--- a/docs/Mono.Android/en/Android.App/AlertDialog.xml
+++ b/docs/Mono.Android/en/Android.App/AlertDialog.xml
@@ -105,13 +105,15 @@
- To be added.
the parent context
- Creates an alert dialog that uses the default alert dialog theme.
+ 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 an alert dialog that uses an explicit theme resource.
- Java documentation for android.app.AlertDialog.AlertDialog(android.content.Context)
.
+ Java documentation for android.app.AlertDialog.AlertDialog(android.content.Context, int)
.
@@ -168,9 +170,9 @@
+ the parent context
To be added.
To be added.
- the parent context
Creates an alert dialog that uses the default alert dialog theme.
@@ -354,10 +356,6 @@
- Which button to set the listener on, can be one of
- DialogInterface#BUTTON_POSITIVE,
- DialogInterface#BUTTON_NEGATIVE, or
- DialogInterface#BUTTON_NEUTRAL
The text to display in positive button.
The DialogInterface.OnClickListener to use.
Set a listener to be invoked when the specified button of the dialog is pressed.
@@ -404,18 +402,13 @@
- To be added.
- Which button to set the listener on, can be one of
- DialogInterface#BUTTON_POSITIVE,
- DialogInterface#BUTTON_NEGATIVE, or
- DialogInterface#BUTTON_NEUTRAL
The text to display in positive button.
- The DialogInterface.OnClickListener to use.
+ To be added.
Set a listener to be invoked when the specified button of the dialog is pressed.
- Java documentation for android.app.AlertDialog.setButton(int, java.lang.CharSequence, android.content.OnClickListener)
.
+ Java documentation for android.app.AlertDialog.setButton(java.lang.CharSequence, android.os.Message)
.
@@ -477,10 +470,6 @@
- Which button to set the listener on, can be one of
- DialogInterface#BUTTON_POSITIVE,
- DialogInterface#BUTTON_NEGATIVE, or
- DialogInterface#BUTTON_NEUTRAL
The text to display in positive button.
The DialogInterface.OnClickListener to use.
Set a listener to be invoked when the specified button of the dialog is pressed.
@@ -522,18 +511,13 @@
- To be added.
- Which button to set the listener on, can be one of
- DialogInterface#BUTTON_POSITIVE,
- DialogInterface#BUTTON_NEGATIVE, or
- DialogInterface#BUTTON_NEUTRAL
The text to display in positive button.
- The DialogInterface.OnClickListener to use.
+ To be added.
Set a listener to be invoked when the specified button of the dialog is pressed.
- Java documentation for android.app.AlertDialog.setButton(int, java.lang.CharSequence, android.content.OnClickListener)
.
+ Java documentation for android.app.AlertDialog.setButton(java.lang.CharSequence, android.os.Message)
.
@@ -642,19 +626,17 @@
- The to be sent when clicked.
-
- Which button to set the listener on, can be one of
+ Which button to set the message for, can be one of
DialogInterface#BUTTON_POSITIVE,
DialogInterface#BUTTON_NEGATIVE, or
DialogInterface#BUTTON_NEUTRAL
The text to display in positive button.
- The DialogInterface.OnClickListener to use.
- Set a listener to be invoked when the specified button of the dialog is pressed.
+ The Message to be sent when clicked.
+ Set a message to be sent when a button is pressed.
- Java documentation for android.app.AlertDialog.setButton(int, java.lang.CharSequence, android.content.OnClickListener)
.
+ Java documentation for android.app.AlertDialog.setButton(int, java.lang.CharSequence, android.os.Message)
.
@@ -753,18 +735,17 @@
- To be added.
- Which button to set the listener on, can be one of
+ Which button to set the message for, can be one of
DialogInterface#BUTTON_POSITIVE,
DialogInterface#BUTTON_NEGATIVE, or
DialogInterface#BUTTON_NEUTRAL
The text to display in positive button.
- The DialogInterface.OnClickListener to use.
- Set a listener to be invoked when the specified button of the dialog is pressed.
+ The Message to be sent when clicked.
+ Set a message to be sent when a button is pressed.
- Java documentation for android.app.AlertDialog.setButton(int, java.lang.CharSequence, android.content.OnClickListener)
.
+ Java documentation for android.app.AlertDialog.setButton(int, java.lang.CharSequence, android.os.Message)
.
@@ -877,14 +858,13 @@
- To be added.
The text to display in button 2.
- The DialogInterface.OnClickListener to use.
+ To be added.
Set a listener to be invoked when button 2 of the dialog is pressed.
- Java documentation for android.app.AlertDialog.setButton2(java.lang.CharSequence, android.content.OnClickListener)
.
+ Java documentation for android.app.AlertDialog.setButton2(java.lang.CharSequence, android.os.Message)
.
@@ -987,14 +967,13 @@
- To be added.
The text to display in button 2.
- The DialogInterface.OnClickListener to use.
+ To be added.
Set a listener to be invoked when button 2 of the dialog is pressed.
- Java documentation for android.app.AlertDialog.setButton2(java.lang.CharSequence, android.content.OnClickListener)
.
+ Java documentation for android.app.AlertDialog.setButton2(java.lang.CharSequence, android.os.Message)
.
@@ -1105,14 +1084,13 @@
- To be added.
The text to display in button 3.
- The DialogInterface.OnClickListener to use.
+ To be added.
Set a listener to be invoked when button 3 of the dialog is pressed.
- Java documentation for android.app.AlertDialog.setButton3(java.lang.CharSequence, android.content.OnClickListener)
.
+ Java documentation for android.app.AlertDialog.setButton3(java.lang.CharSequence, android.os.Message)
.
@@ -1215,14 +1193,13 @@
- To be added.
The text to display in button 3.
- The DialogInterface.OnClickListener to use.
+ To be added.
Set a listener to be invoked when button 3 of the dialog is pressed.
- Java documentation for android.app.AlertDialog.setButton3(java.lang.CharSequence, android.content.OnClickListener)
.
+ Java documentation for android.app.AlertDialog.setButton3(java.lang.CharSequence, android.os.Message)
.
@@ -1324,8 +1301,6 @@
To be added.
- the resourceId of the drawable to use as the icon or 0
- if you don't want an icon.
Set resId to 0 if you don't want an icon.
@@ -1583,11 +1558,12 @@
Extra space to appear above view
Extra space to appear to the right of view
Extra space to appear below view
- Set the view to display in that dialog.
+ Set the view to display in that dialog, specifying the spacing to appear around that
+ view.
- Java documentation for android.app.AlertDialog.setView(android.view.View)
.
+ Java documentation for android.app.AlertDialog.setView(android.view.View, int, int, int, int)
.
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/AppOpsManager.xml b/docs/Mono.Android/en/Android.App/AppOpsManager.xml
index 874d5f3b2d..fe68b735c7 100644
--- a/docs/Mono.Android/en/Android.App/AppOpsManager.xml
+++ b/docs/Mono.Android/en/Android.App/AppOpsManager.xml
@@ -97,7 +97,16 @@
Do a quick check for whether an application might be able to perform an operation.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AppOpsManager.checkOp(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.
If the app has been configured to crash on this op.
@@ -146,7 +155,16 @@
returns .
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AppOpsManager.checkOpNoThrow(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.
@@ -233,7 +251,16 @@
Report that an application is no longer performing an operation that had previously
been started with M:Android.App.AppOpsManager.StartOp(System.String,System.Int32,System.Int32).
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AppOpsManager.finishOp(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.
@@ -267,8 +294,20 @@
To be added.
To be added.
To be added.
- To be added.
- To be added.
+ Report that an application is no longer performing an operation that had previously
+ been started with #startOp(String, int, String, String, String).
+
+
+
+ Java documentation for android.app.AppOpsManager.finishOp(java.lang.String, 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.
+
@@ -640,7 +679,16 @@
Make note of an application performing an operation.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AppOpsManager.noteOp(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.
If the app has been configured to crash on this op.
@@ -679,14 +727,29 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The operation to note. One of the OPSTR_* constants.
+ The uid of the application attempting to perform the operation.
+ The name of the application attempting to perform the operation.
+ The Context#createAttributionContext attribution tag of the
+ calling context or null for default attribution
+ A message describing why the op was noted
+ Make note of an application performing an operation and check if the application is allowed
+ to perform it.
+ Returns #MODE_ALLOWED if the operation is allowed, or
+ #MODE_IGNORED if it is not allowed and should be silently ignored (without
+ causing the app to crash).
+
+
+
+ Java documentation for android.app.AppOpsManager.noteOp(java.lang.String, int, 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.
+
@@ -731,7 +794,16 @@
returns .
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AppOpsManager.noteOpNoThrow(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.
@@ -773,9 +845,21 @@
To be added.
To be added.
To be added.
- To be added.
+ Like #noteOp(String, int, String, String, String) but instead of throwing a
+ SecurityException it returns #MODE_ERRORED.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.AppOpsManager.noteOpNoThrow(java.lang.String, int, 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.
+
@@ -817,7 +901,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.AppOpsManager.noteProxyOp(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.
@@ -854,14 +947,28 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The operation to note. One of the OPSTR_* constants.
+ The name of the application calling into the proxy application.
+ The uid of the proxied application
+ The proxied Context#createAttributionContext
+ attribution tag or null for default attribution
+ A message describing the reason the op was noted
+ Make note of an application performing an operation on behalf of another application when
+ handling an IPC.
+ Returns #MODE_ALLOWED if the operation is allowed, or #MODE_IGNORED
+ if it is not allowed and should be silently ignored (without causing the app to crash).
+
+
+
+ Java documentation for android.app.AppOpsManager.noteProxyOp(java.lang.String, java.lang.String, 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.
+
@@ -903,7 +1010,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.AppOpsManager.noteProxyOpNoThrow(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.
@@ -947,7 +1063,18 @@
To be added.
To be added.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.AppOpsManager.noteProxyOpNoThrow(java.lang.String, 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.
+
@@ -988,9 +1115,21 @@
To be added.
To be added.
To be added.
- To be added.
+ Like #noteProxyOp(String, String, int, String, String) but instead
+ of throwing a SecurityException it returns #MODE_ERRORED.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.AppOpsManager.noteProxyOpNoThrow(java.lang.String, java.lang.String, 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.
+
@@ -2296,7 +2435,16 @@
Report that an application has started executing a long-running operation.
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AppOpsManager.startOp(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.
If the app has been configured to crash on this op.
@@ -2335,14 +2483,28 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The operation to start. One of the OPSTR_* constants.
+ The user id of the application attempting to perform the operation.
+ The name of the application attempting to perform the operation.
+ The Context#createAttributionContext attribution tag or
+ null for default attribution
+ Description why op was started
+ Report that an application has started executing a long-running operation.
+ Returns #MODE_ALLOWED if the operation is allowed, or
+ #MODE_IGNORED if it is not allowed and should be silently ignored (without
+ causing the app to crash).
+
+
+
+ Java documentation for android.app.AppOpsManager.startOp(java.lang.String, int, 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.
+
@@ -2387,7 +2549,16 @@
returns .
To be added.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AppOpsManager.startOpNoThrow(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.
@@ -2429,9 +2600,21 @@
To be added.
To be added.
To be added.
- To be added.
+ Like #startOp(String, int, String, String, String) but instead of throwing a
+ SecurityException it returns #MODE_ERRORED.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.AppOpsManager.startOpNoThrow(java.lang.String, int, 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.
+
@@ -2517,9 +2700,21 @@
To be added.
To be added.
To be added.
- To be added.
+ Like #startProxyOp(String, int, String, String, String) but instead
+ of throwing a SecurityException it returns #MODE_ERRORED.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.AppOpsManager.startProxyOpNoThrow(java.lang.String, int, 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.
+
@@ -2957,9 +3152,21 @@
To be added.
To be added.
To be added.
- To be added.
+ Like #unsafeCheckOpNoThrow(String, int, String) but returns the <em>raw</em>
+ mode associated with the op.
To be added.
- To be added.
+
+
+
+ Java documentation for android.app.AppOpsManager.unsafeCheckOpRawNoThrow(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.
+
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/ApplicationErrorReport.xml b/docs/Mono.Android/en/Android.App/ApplicationErrorReport.xml
index 3ba4ae969e..58f025c0c4 100644
--- a/docs/Mono.Android/en/Android.App/ApplicationErrorReport.xml
+++ b/docs/Mono.Android/en/Android.App/ApplicationErrorReport.xml
@@ -242,9 +242,6 @@
To be added.
To be added.
To be added.
- PackageManager instance
- package which caused the error
- candidate package to receive the error
Return activity in receiverPackage that handles ACTION_APP_ERROR.
activity component within receiverPackage which handles
ACTION_APP_ERROR, or null if not found
diff --git a/docs/Mono.Android/en/Android.App/AuthenticationRequiredException.xml b/docs/Mono.Android/en/Android.App/AuthenticationRequiredException.xml
index 35e84b77c8..f98163bd2d 100644
--- a/docs/Mono.Android/en/Android.App/AuthenticationRequiredException.xml
+++ b/docs/Mono.Android/en/Android.App/AuthenticationRequiredException.xml
@@ -68,11 +68,26 @@
- To be added.
- To be added.
- To be added.
+ original cause with details designed for engineering
+ audiences.
+ primary action that will initiate the recovery. This
+ must launch an activity that is expected to set
+ Activity#setResult(int) before finishing to
+ communicate the final status of the recovery. For example,
+ apps that observe Activity#RESULT_OK may choose to
+ immediately retry their operation.
+ Create an instance ready to be thrown.
- Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
+
+
+ Java documentation for android.app.AuthenticationRequiredException.AuthenticationRequiredException(java.lang.Throwable, 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/AutomaticZenRule.xml b/docs/Mono.Android/en/Android.App/AutomaticZenRule.xml
index b3247a781a..5ebcad296c 100644
--- a/docs/Mono.Android/en/Android.App/AutomaticZenRule.xml
+++ b/docs/Mono.Android/en/Android.App/AutomaticZenRule.xml
@@ -67,27 +67,6 @@
To be added.
- The name of the rule.
- The Condition Provider service that owns this rule. This can be null if you're
- using NotificationManager#setAutomaticZenRuleState(String, Condition)
- instead of android.service.notification.ConditionProviderService.
- An activity that handles
- NotificationManager#ACTION_AUTOMATIC_ZEN_RULE that shows
- the user
- more information about this rule and/or allows them to
- configure it. This is required if you are not using a
- android.service.notification.ConditionProviderService.
- If you are, it overrides the information specified in your
- manifest.
- A representation of the state that should cause your app to apply the
- given interruption filter.
- The interruption filter defines which notifications are allowed to
- interrupt the user (e.g. via sound & vibration) while this rule
- is active.
- The policy defines which notifications are allowed to interrupt the user
- while this rule is active. This overrides the global policy while this rule is
- action (Condition#STATE_TRUE).
- Whether the rule is enabled.
Creates an automatic zen rule.
@@ -131,32 +110,19 @@
- The name of the rule.
- The Condition Provider service that owns this rule. This can be null if you're
- using NotificationManager#setAutomaticZenRuleState(String, Condition)
- instead of android.service.notification.ConditionProviderService.
- An activity that handles
- NotificationManager#ACTION_AUTOMATIC_ZEN_RULE that shows
- the user
- more information about this rule and/or allows them to
- configure it. This is required if you are not using a
- android.service.notification.ConditionProviderService.
- If you are, it overrides the information specified in your
- manifest.
A representation of the state that should cause your app to apply the
given interruption filter.
+ The name of the rule.
+ The Condition Provider service that owns this rule.
The interruption filter defines which notifications are allowed to
interrupt the user (e.g. via sound & vibration) while this rule
is active.
- The policy defines which notifications are allowed to interrupt the user
- while this rule is active. This overrides the global policy while this rule is
- action (Condition#STATE_TRUE).
Whether the rule is enabled.
Creates an automatic zen rule.
- Java documentation for android.app.AutomaticZenRule.AutomaticZenRule(java.lang.String, android.content.ComponentName, android.content.ComponentName, android.net.Uri, android.service.notification.ZenPolicy, int, boolean)
.
+ Java documentation for android.app.AutomaticZenRule.AutomaticZenRule(java.lang.String, android.content.ComponentName, android.net.Uri, int, boolean)
.
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/DatePickerDialog.xml b/docs/Mono.Android/en/Android.App/DatePickerDialog.xml
index 47a92775f9..40091b1fdf 100644
--- a/docs/Mono.Android/en/Android.App/DatePickerDialog.xml
+++ b/docs/Mono.Android/en/Android.App/DatePickerDialog.xml
@@ -108,14 +108,15 @@
- To be added.
the parent context
- Creates a new date picker dialog for the current date using the parent
- context's default date picker dialog theme.
+ 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 new date picker dialog for the current date.
- Java documentation for android.app.DatePickerDialog.DatePickerDialog(android.content.Context)
.
+ Java documentation for android.app.DatePickerDialog.DatePickerDialog(android.content.Context, int)
.
@@ -173,11 +174,11 @@
+ the parent context
To be added.
To be added.
To be added.
To be added.
- the parent context
Creates a new date picker dialog for the current date using the parent
context's default date picker dialog theme.
@@ -249,12 +250,12 @@
+ the parent context
To be added.
To be added.
To be added.
To be added.
To be added.
- the parent context
Creates a new date picker dialog for the current date using the parent
context's default date picker dialog theme.
diff --git a/docs/Mono.Android/en/Android.App/Dialog.xml b/docs/Mono.Android/en/Android.App/Dialog.xml
index 3c07187b11..4c4406fdba 100644
--- a/docs/Mono.Android/en/Android.App/Dialog.xml
+++ b/docs/Mono.Android/en/Android.App/Dialog.xml
@@ -114,13 +114,14 @@
- To be added.
the context in which the dialog should run
- Creates a dialog window that uses the default dialog theme.
+ a style resource describing the theme to use for the
+ window, or 0 to use the default dialog theme
+ Creates a dialog window that uses a custom dialog style.
- Java documentation for android.app.Dialog.Dialog(android.content.Context)
.
+ Java documentation for android.app.Dialog.Dialog(android.content.Context, int)
.
@@ -177,9 +178,9 @@
+ the context in which the dialog should run
To be added.
To be added.
- the context in which the dialog should run
Creates a dialog window that uses the default dialog theme.
@@ -1137,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.
@@ -1184,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.
@@ -2445,7 +2446,7 @@
- Java documentation for android.app.Dialog.onSearchRequested()
.
+ Java documentation for android.app.Dialog.onSearchRequested(android.view.SearchEvent)
.
@@ -3212,14 +3213,12 @@
- The desired content to display.
-
- Resource ID to be inflated.
- Set the screen content from a layout resource.
+ The desired content to display.
+ Set the screen content to an explicit view.
- Java documentation for android.app.Dialog.setContentView(int)
.
+ Java documentation for android.app.Dialog.setContentView(android.view.View)
.
@@ -3298,7 +3297,6 @@
The desired content to display.
Layout parameters for the view.
- Resource ID to be inflated.
Set the screen content from a layout resource.
@@ -3710,14 +3708,12 @@
- The new text to display in the title.
-
- the title's text resource identifier
+ The new text to display in the title.
Set the title text for this dialog's window.
- Java documentation for android.app.Dialog.setTitle(int)
.
+ Java documentation for android.app.Dialog.setTitle(java.lang.CharSequence)
.
@@ -3786,13 +3782,12 @@
- To be added.
- the title's text resource identifier
+ The new text to display in the title.
Set the title text for this dialog's window.
- Java documentation for android.app.Dialog.setTitle(int)
.
+ Java documentation for android.app.Dialog.setTitle(java.lang.CharSequence)
.
diff --git a/docs/Mono.Android/en/Android.App/DialogFragment.xml b/docs/Mono.Android/en/Android.App/DialogFragment.xml
index 3f62fc8cd4..2b16f9cef2 100644
--- a/docs/Mono.Android/en/Android.App/DialogFragment.xml
+++ b/docs/Mono.Android/en/Android.App/DialogFragment.xml
@@ -567,15 +567,16 @@
An existing transaction in which to add the fragment.
- The FragmentManager this fragment will be added to.
The tag for this fragment, as per
FragmentTransaction#add(Fragment, String) FragmentTransaction.add.
- Display the dialog, adding the fragment to the given FragmentManager.
- To be added.
+ Display the dialog, adding the fragment using an existing transaction
+ and then committing the transaction.
+ Returns the identifier of the committed transaction, as per
+ FragmentTransaction#commit() FragmentTransaction.commit().
- Java documentation for android.app.DialogFragment.show(android.app.FragmentManager, java.lang.String)
.
+ Java documentation for android.app.DialogFragment.show(android.app.FragmentTransaction, java.lang.String)
.
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/DownloadManager.xml b/docs/Mono.Android/en/Android.App/DownloadManager.xml
index 5b6667c909..014ded5f4a 100644
--- a/docs/Mono.Android/en/Android.App/DownloadManager.xml
+++ b/docs/Mono.Android/en/Android.App/DownloadManager.xml
@@ -1788,7 +1788,7 @@
- Java documentation for android.app.DownloadManager.remove(long)
.
+ Java documentation for android.app.DownloadManager.remove(long...)
.
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/Fragment.xml b/docs/Mono.Android/en/Android.App/Fragment.xml
index da6887f573..5acda8f62b 100644
--- a/docs/Mono.Android/en/Android.App/Fragment.xml
+++ b/docs/Mono.Android/en/Android.App/Fragment.xml
@@ -766,8 +766,8 @@
- To be added.
Resource id for the string
+ To be added.
Return a localized string from the application's package's
default string table.
To be added.
@@ -1031,17 +1031,16 @@
The calling context being used to instantiate the fragment.
- This is currently just used to get its ClassLoader.
+ This is currently just used to get its ClassLoader.
The class name of the fragment to instantiate.
Bundle of arguments to supply to the fragment, which it
- can retrieve with . May be null.
- Like #instantiate(Context, String, Bundle) but with a null
- argument Bundle.
- To be added.
+ can retrieve with #getArguments(). May be null.
+ Create a new instance of a Fragment with the given class name.
+ Returns a new fragment instance.
- Java documentation for android.app.Fragment.instantiate(android.content.Context, java.lang.String)
.
+ Java documentation for android.app.Fragment.instantiate(android.content.Context, java.lang.String, android.os.Bundle)
.
@@ -1681,11 +1680,11 @@
To be added.
- To be added.
+ Called when a fragment is first attached to its context.
- Java documentation for android.app.Fragment.onAttach(android.app.Activity)
.
+ Java documentation for android.app.Fragment.onAttach(android.content.Context)
.
@@ -2372,7 +2371,7 @@
- Java documentation for android.app.Fragment.onInflate(android.app.Activity, android.util.AttributeSet, android.os.Bundle)
.
+ Java documentation for android.app.Fragment.onInflate(android.util.AttributeSet, android.os.Bundle)
.
@@ -2591,8 +2590,8 @@
- To be added.
True if the activity is in multi-window mode.
+ To be added.
Called when the Fragment's activity changes from fullscreen mode to multi-window mode and
visa-versa.
@@ -2814,8 +2813,8 @@
- To be added.
True if the activity is in picture-in-picture mode.
+ To be added.
Called by the system when the activity changes to and from picture-in-picture mode.
@@ -4117,10 +4116,10 @@
+ The intent to start.
Additional options for how the Activity should be started.
See for more details.
- The intent to start.
Call Activity#startActivity(Intent) from the fragment's
containing Activity.
@@ -4217,12 +4216,12 @@
To be added.
To be added.
To be added.
- Call Activity#startActivityForResult(Intent, int) from the fragment's
+ Call Activity#startActivityForResult(Intent, int, Bundle) from the fragment's
containing Activity.
- Java documentation for android.app.Fragment.startActivityForResult(android.content.Intent, int)
.
+ Java documentation for android.app.Fragment.startActivityForResult(android.content.Intent, int, android.os.Bundle)
.
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/FragmentController.xml b/docs/Mono.Android/en/Android.App/FragmentController.xml
index 6553c98756..eb14338a9a 100644
--- a/docs/Mono.Android/en/Android.App/FragmentController.xml
+++ b/docs/Mono.Android/en/Android.App/FragmentController.xml
@@ -136,7 +136,7 @@
- Java documentation for android.app.FragmentController.createController(android.app.FragmentHostCallback)
.
+ Java documentation for android.app.FragmentController.createController(android.app.FragmentHostCallback<?>)
.
@@ -569,7 +569,7 @@
- Java documentation for android.app.FragmentController.dispatchMultiWindowModeChanged(boolean)
.
+ Java documentation for android.app.FragmentController.dispatchMultiWindowModeChanged(boolean, android.content.res.Configuration)
.
@@ -790,7 +790,7 @@
- Java documentation for android.app.FragmentController.dispatchPictureInPictureModeChanged(boolean)
.
+ Java documentation for android.app.FragmentController.dispatchPictureInPictureModeChanged(boolean, android.content.res.Configuration)
.
@@ -1595,7 +1595,7 @@
- Java documentation for android.app.FragmentController.restoreAllState(android.os.Parcelable, android.app.FragmentManagerNonConfig)
.
+ Java documentation for android.app.FragmentController.restoreAllState(android.os.Parcelable, java.util.List<android.app.Fragment>)
.
@@ -1638,7 +1638,7 @@
- Java documentation for android.app.FragmentController.restoreLoaderNonConfig(android.util.ArrayMap)
.
+ Java documentation for android.app.FragmentController.restoreLoaderNonConfig(android.util.ArrayMap<java.lang.String, android.app.LoaderManager>)
.
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 43e8620a6b..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
@@ -865,18 +905,17 @@
Identifier of the stated to be popped. If no identifier exists,
- false is returned.
- The identifier is the number returned by
- . The
- flag can be used to control whether
- the named state itself is popped.
- Either 0 or .
-
- Pop the top state off the back stack.
+ false is returned.
+ The identifier is the number returned by
+ FragmentTransaction#commit() FragmentTransaction.commit(). The
+ #POP_BACK_STACK_INCLUSIVE flag can be used to control whether
+ the named state itself is popped.
+ Either 0 or #POP_BACK_STACK_INCLUSIVE.
+ Pop all back stack states up to the one with the given identifier.
- Java documentation for android.app.FragmentManager.popBackStack()
.
+ Java documentation for android.app.FragmentManager.popBackStack(int, int)
.
@@ -903,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
@@ -920,16 +963,16 @@
If non-null, this is the name of a previous back state
- to look for; if found, all states up to that state will be popped. The
- flag can be used to control whether
- the named state itself is popped. If null, only the top state is popped.
- Either 0 or .
-
- Pop the top state off the back stack.
+ to look for; if found, all states up to that state will be popped. The
+ #POP_BACK_STACK_INCLUSIVE flag can be used to control whether
+ the named state itself is popped. If null, only the top state is popped.
+ Either 0 or #POP_BACK_STACK_INCLUSIVE.
+ Pop the last fragment transition from the manager's fragment
+ back stack.
- Java documentation for android.app.FragmentManager.popBackStack()
.
+ Java documentation for android.app.FragmentManager.popBackStack(java.lang.String, int)
.
@@ -956,6 +999,10 @@
[Android.Runtime.Register("popBackStackImmediate", "()Z", "GetPopBackStackImmediateHandler")]
[<Android.Runtime.Register("popBackStackImmediate", "()Z", "GetPopBackStackImmediateHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Boolean
@@ -995,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
@@ -1013,13 +1064,13 @@
To be added.
To be added.
- Like #popBackStack(), but performs the operation immediately
+ Like #popBackStack(int, int), but performs the operation immediately
inside of the call.
Returns true if there was something popped, else false.
- Java documentation for android.app.FragmentManager.popBackStackImmediate()
.
+ Java documentation for android.app.FragmentManager.popBackStackImmediate(int, int)
.
@@ -1046,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
@@ -1064,13 +1119,13 @@
To be added.
To be added.
- Like #popBackStack(), but performs the operation immediately
+ Like #popBackStack(String, int), but performs the operation immediately
inside of the call.
Returns true if there was something popped, else false.
- Java documentation for android.app.FragmentManager.popBackStackImmediate()
.
+ Java documentation for android.app.FragmentManager.popBackStackImmediate(java.lang.String, int)
.
@@ -1169,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
@@ -1213,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
@@ -1255,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
@@ -1296,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
@@ -1400,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 a01fa3396f..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
@@ -116,12 +120,12 @@
To be added.
To be added.
- Calls #add(int, Fragment, String) with a null tag.
+ Calls #add(int, Fragment, String) with a 0 containerViewId.
To be added.
- Java documentation for android.app.FragmentTransaction.add(int, android.app.Fragment)
.
+ Java documentation for android.app.FragmentTransaction.add(android.app.Fragment, java.lang.String)
.
@@ -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
@@ -202,17 +214,18 @@
Optional identifier of the container this fragment is
- to be placed in. If 0, it will not be placed in a container.
+ to be placed in. If 0, it will not be placed in a container.
The fragment to be added. This fragment must not already
- be added to the activity.
+ be added to the activity.
Optional tag name for the fragment, to later retrieve the
- fragment with .
- Calls #add(int, Fragment, String) with a null tag.
- To be added.
+ fragment with FragmentManager#findFragmentByTag(String)
+ FragmentManager.findFragmentByTag(String).
+ Add a fragment to the activity state.
+ Returns the same FragmentTransaction instance.
- Java documentation for android.app.FragmentTransaction.add(int, android.app.Fragment)
.
+ Java documentation for android.app.FragmentTransaction.add(int, android.app.Fragment, java.lang.String)
.
@@ -239,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
@@ -284,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
@@ -325,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
@@ -367,6 +392,10 @@
[Android.Runtime.Register("commit", "()I", "GetCommitHandler")]
[<Android.Runtime.Register("commit", "()I", "GetCommitHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Int32
@@ -407,6 +436,10 @@
[Android.Runtime.Register("commitAllowingStateLoss", "()I", "GetCommitAllowingStateLossHandler")]
[<Android.Runtime.Register("commitAllowingStateLoss", "()I", "GetCommitAllowingStateLossHandler")>]
+
+ [System.Obsolete("deprecated")]
+ [<System.Obsolete("deprecated")>]
+
System.Int32
@@ -446,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
@@ -482,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
@@ -519,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
@@ -560,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
@@ -598,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
@@ -728,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
@@ -769,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
@@ -812,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
@@ -823,16 +888,17 @@
Identifier of the container whose fragment(s) are
- to be replaced.
+ to be replaced.
The new fragment to place in the container.
Optional tag name for the fragment, to later retrieve the
- fragment with .
- Calls #replace(int, Fragment, String) with a null tag.
- To be added.
+ fragment with FragmentManager#findFragmentByTag(String)
+ FragmentManager.findFragmentByTag(String).
+ Replace an existing fragment that was added to a container.
+ Returns the same FragmentTransaction instance.
- Java documentation for android.app.FragmentTransaction.replace(int, android.app.Fragment)
.
+ Java documentation for android.app.FragmentTransaction.replace(int, android.app.Fragment, java.lang.String)
.
@@ -859,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
@@ -900,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
@@ -909,14 +983,14 @@
To be added.
- A string resource containing the title.
- Set the short title to show as a bread crumb when this transaction
- is on the back stack, as used by FragmentBreadCrumbs.
+ Like #setBreadCrumbShortTitle(int) but taking a raw string; this
+ method is <em>not</em> recommended, as the string can not be changed
+ later if the locale changes.
To be added.
- Java documentation for android.app.FragmentTransaction.setBreadCrumbShortTitle(int)
.
+ Java documentation for android.app.FragmentTransaction.setBreadCrumbShortTitle(java.lang.CharSequence)
.
@@ -943,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
@@ -994,14 +1072,14 @@
To be added.
- A string resource containing the title.
- Set the short title to show as a bread crumb when this transaction
- is on the back stack, as used by FragmentBreadCrumbs.
+ Like #setBreadCrumbShortTitle(int) but taking a raw string; this
+ method is <em>not</em> recommended, as the string can not be changed
+ later if the locale changes.
To be added.
- Java documentation for android.app.FragmentTransaction.setBreadCrumbShortTitle(int)
.
+ Java documentation for android.app.FragmentTransaction.setBreadCrumbShortTitle(java.lang.CharSequence)
.
@@ -1027,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
@@ -1036,14 +1118,14 @@
To be added.
- A string resource containing the title.
- Set the full title to show as a bread crumb when this transaction
- is on the back stack, as used by FragmentBreadCrumbs.
+ Like #setBreadCrumbTitle(int) but taking a raw string; this
+ method is <em>not</em> recommended, as the string can not be changed
+ later if the locale changes.
To be added.
- Java documentation for android.app.FragmentTransaction.setBreadCrumbTitle(int)
.
+ Java documentation for android.app.FragmentTransaction.setBreadCrumbTitle(java.lang.CharSequence)
.
@@ -1070,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
@@ -1121,14 +1207,14 @@
To be added.
- A string resource containing the title.
- Set the full title to show as a bread crumb when this transaction
- is on the back stack, as used by FragmentBreadCrumbs.
+ Like #setBreadCrumbTitle(int) but taking a raw string; this
+ method is <em>not</em> recommended, as the string can not be changed
+ later if the locale changes.
To be added.
- Java documentation for android.app.FragmentTransaction.setBreadCrumbTitle(int)
.
+ Java documentation for android.app.FragmentTransaction.setBreadCrumbTitle(java.lang.CharSequence)
.
@@ -1154,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
@@ -1198,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
@@ -1219,7 +1313,7 @@
- Java documentation for android.app.FragmentTransaction.setCustomAnimations(int, int)
.
+ Java documentation for android.app.FragmentTransaction.setCustomAnimations(int, int, int, int)
.
@@ -1246,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
@@ -1286,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
@@ -1330,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
@@ -1378,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
@@ -1420,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/Instrumentation.xml b/docs/Mono.Android/en/Android.App/Instrumentation.xml
index 62bd40e47a..8e96a1fda3 100644
--- a/docs/Mono.Android/en/Android.App/Instrumentation.xml
+++ b/docs/Mono.Android/en/Android.App/Instrumentation.xml
@@ -197,7 +197,6 @@
Controls whether the monitor should block the activity
start (returning its canned result) or let the call
proceed.
- The new ActivityMonitor to see.
Add a new ActivityMonitor that will be checked whenever an
activity is started.
To be added.
@@ -249,7 +248,6 @@
Controls whether the monitor should block the activity
start (returning its canned result) or let the call
proceed.
- The new ActivityMonitor to see.
Add a new ActivityMonitor that will be checked whenever an
activity is started.
To be added.
@@ -451,16 +449,15 @@
- The previously persisted state (or null)
-
The activity being created.
- The previously frozen state (or null) to pass through to onCreate().
+ The previously frozen state (or null) to pass through to
+ The previously persisted state (or null)
Perform calling of an activity's Activity#onCreate
method.
- Java documentation for android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle)
.
+ Java documentation for android.app.Instrumentation.callActivityOnCreate(android.app.Activity, android.os.Bundle, android.os.PersistableBundle)
.
@@ -693,15 +690,15 @@
- To be added.
The activity being created.
- The previously saved state (or null) to pass through to
+ The previously frozen state (or null) to pass through to
onPostCreate().
+ The previously persisted state (or null)
Perform calling of an activity's Activity#onPostCreate method.
- Java documentation for android.app.Instrumentation.callActivityOnPostCreate(android.app.Activity, android.os.Bundle)
.
+ Java documentation for android.app.Instrumentation.callActivityOnPostCreate(android.app.Activity, android.os.Bundle, android.os.PersistableBundle)
.
@@ -821,16 +818,15 @@
- The previously persisted state (or null)
-
The activity being restored.
- The previously saved state being restored.
+ The previously saved state being restored (or null).
+ The previously persisted state (or null)
Perform calling of an activity's Activity#onRestoreInstanceState
method.
- Java documentation for android.app.Instrumentation.callActivityOnRestoreInstanceState(android.app.Activity, android.os.Bundle)
.
+ Java documentation for android.app.Instrumentation.callActivityOnRestoreInstanceState(android.app.Activity, android.os.Bundle, android.os.PersistableBundle)
.
@@ -949,16 +945,15 @@
- The persistent bundle to pass to the call.
-
The activity being saved.
The bundle to pass to the call.
+ The persistent bundle to pass to the call.
Perform calling of an activity's Activity#onSaveInstanceState
method.
- Java documentation for android.app.Instrumentation.callActivityOnSaveInstanceState(android.app.Activity, android.os.Bundle)
.
+ Java documentation for android.app.Instrumentation.callActivityOnSaveInstanceState(android.app.Activity, android.os.Bundle, android.os.PersistableBundle)
.
@@ -1360,13 +1355,15 @@
- To be added.
- Gets the UiAutomation instance with no flags set.
+ The flags to be passed to the UiAutomation, for example
+ UiAutomation#FLAG_DONT_SUPPRESS_ACCESSIBILITY_SERVICES,
+ UiAutomation#FLAG_DONT_USE_ACCESSIBILITY.
+ Gets the UiAutomation instance with flags set.
The UI automation instance.
- Java documentation for android.app.Instrumentation.getUiAutomation()
.
+ Java documentation for android.app.Instrumentation.getUiAutomation(int)
.
@@ -1579,25 +1576,15 @@
The ClassLoader with which to instantiate the object.
The name of the class implementing the Activity
- object.
- The Class of the desired Activity
- The base context for the activity to use
- The token for this activity to communicate with
- The application object (if any)
- The intent that started this Activity
- ActivityInfo from the manifest
- The title, typically retrieved from the ActivityInfo record
- The parent Activity (if any)
- The embedded Id (if any)
- Arbitrary object that will be
- available via Activity#getLastNonConfigurationInstance()
- Activity.getLastNonConfigurationInstance().
- Perform instantiation of an Activity object.
- Returns the instantiated activity
+ object.
+ The Intent object that specified the activity class being
+ instantiated.
+ Perform instantiation of the process's Activity object.
+ The newly instantiated Activity object.
- Java documentation for android.app.Instrumentation.newActivity(java.lang.Class, android.content.Context, android.os.IBinder, android.app.Application, android.content.Intent, android.content.pm.ActivityInfo, java.lang.CharSequence, android.app.Activity, java.lang.String, java.lang.Object)
.
+ Java documentation for android.app.Instrumentation.newActivity(java.lang.ClassLoader, java.lang.String, android.content.Intent)
.
@@ -1661,7 +1648,7 @@
- Java documentation for android.app.Instrumentation.newActivity(java.lang.Class, android.content.Context, android.os.IBinder, android.app.Application, android.content.Intent, android.content.pm.ActivityInfo, java.lang.CharSequence, android.app.Activity, java.lang.String, java.lang.Object)
.
+ Java documentation for android.app.Instrumentation.newActivity(java.lang.Class<?>, android.content.Context, android.os.IBinder, android.app.Application, android.content.Intent, android.content.pm.ActivityInfo, java.lang.CharSequence, android.app.Activity, java.lang.String, java.lang.Object)
.
@@ -1715,7 +1702,7 @@
- Java documentation for android.app.Instrumentation.newActivity(java.lang.Class, android.content.Context, android.os.IBinder, android.app.Application, android.content.Intent, android.content.pm.ActivityInfo, java.lang.CharSequence, android.app.Activity, java.lang.String, java.lang.Object)
.
+ Java documentation for android.app.Instrumentation.newActivity(java.lang.Class<?>, android.content.Context, android.os.IBinder, android.app.Application, android.content.Intent, android.content.pm.ActivityInfo, java.lang.CharSequence, android.app.Activity, java.lang.String, java.lang.Object)
.
@@ -1757,7 +1744,7 @@
- Java documentation for android.app.Instrumentation.newApplication(java.lang.Class, android.content.Context)
.
+ Java documentation for android.app.Instrumentation.newApplication(java.lang.Class<?>, android.content.Context)
.
@@ -1795,15 +1782,14 @@
The ClassLoader with which to instantiate the object.
The name of the class implementing the Application
- object.
- The class used to create an Application object from.
+ object.
The context to initialize the application with
Perform instantiation of the process's Application object.
The newly instantiated Application object.
- Java documentation for android.app.Instrumentation.newApplication(java.lang.Class, android.content.Context)
.
+ Java documentation for android.app.Instrumentation.newApplication(java.lang.ClassLoader, java.lang.String, android.content.Context)
.
@@ -2692,14 +2678,17 @@
- To be added.
Description of the activity to start.
+ Additional options for how the Activity should be started.
+ May be null if there are no options. See android.app.ActivityOptions
+ for how to build the Bundle supplied here; there are no supported definitions
+ for building it manually.
Start a new activity and wait for it to begin running before returning.
To be added.
- Java documentation for android.app.Instrumentation.startActivitySync(android.content.Intent)
.
+ Java documentation for android.app.Instrumentation.startActivitySync(android.content.Intent, android.os.Bundle)
.
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 f2e66b5978..cadf82c076 100644
--- a/docs/Mono.Android/en/Android.App/Notification.xml
+++ b/docs/Mono.Android/en/Android.App/Notification.xml
@@ -102,11 +102,11 @@
The Parcel containing notification information.
- Constructs a Notification object with default values.
+ Unflatten the notification from a parcel.
- Java documentation for android.app.Notification.Notification()
.
+ Java documentation for android.app.Notification.Notification(android.os.Parcel)
.
@@ -214,13 +214,16 @@
The resource id of the icon to put in the status bar.
- The text that flows by in the status bar when the notification first activates.
- The time to show in the time field, in the System.currentTimeMillis timebase.
- Constructs a Notification object with default values.
+ The text that flows by in the status bar when the notification first
+ activates.
+ The time to show in the time field. In the System.currentTimeMillis
+ timebase.
+ Constructs a Notification object with the information needed to
+ have a status bar icon without the standard expanded view.
- Java documentation for android.app.Notification.Notification()
.
+ Java documentation for android.app.Notification.Notification(int, java.lang.CharSequence, long)
.
@@ -4988,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.
@@ -5033,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/NotificationChannel.xml b/docs/Mono.Android/en/Android.App/NotificationChannel.xml
index e5fd804e90..0705827c48 100644
--- a/docs/Mono.Android/en/Android.App/NotificationChannel.xml
+++ b/docs/Mono.Android/en/Android.App/NotificationChannel.xml
@@ -75,12 +75,26 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ The id of the channel. Must be unique per package. The value may be truncated if
+ it is too long.
+ The user visible name of the channel. You can rename this channel when the system
+ locale changes by listening for the Intent#ACTION_LOCALE_CHANGED
+ broadcast. The recommended maximum length is 40 characters; the value may be
+ truncated if it is too long.
+ The importance of the channel. This controls how interruptive notifications
+ posted to this channel are.
+ Creates a notification 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.app.NotificationChannel.NotificationChannel(java.lang.String, java.lang.CharSequence, int)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open Source Project
+ and used according to terms described in the
+ Creative Commons 2.5 Attribution License.
@@ -1387,8 +1401,19 @@
To be added.
- To be added.
- To be added.
+ As of Android 11 this value is no longer respected.
+
+
+
+ Java documentation for android.app.NotificationChannel.setAllowBubbles(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/NotificationChannelGroup.xml b/docs/Mono.Android/en/Android.App/NotificationChannelGroup.xml
index 90b1f4ab0f..44c31cc71a 100644
--- a/docs/Mono.Android/en/Android.App/NotificationChannelGroup.xml
+++ b/docs/Mono.Android/en/Android.App/NotificationChannelGroup.xml
@@ -67,11 +67,24 @@
- To be added.
- To be added.
- To be added.
+ The id of the group. Must be unique per package. the value may be truncated if
+ it is too long.
+ The user visible name of the group. You can rename this group when the system
+ locale changes by listening for the Intent#ACTION_LOCALE_CHANGED
+ broadcast. <p>The recommended maximum length is 40 characters; the value may be
+ truncated if it is too long.
+ Creates a notification channel 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.app.NotificationChannelGroup.NotificationChannelGroup(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.
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/NotificationManager.xml b/docs/Mono.Android/en/Android.App/NotificationManager.xml
index 84ed3bd824..ee38991b86 100644
--- a/docs/Mono.Android/en/Android.App/NotificationManager.xml
+++ b/docs/Mono.Android/en/Android.App/NotificationManager.xml
@@ -958,7 +958,7 @@
- Java documentation for android.app.NotificationManager.cancel(int)
.
+ Java documentation for android.app.NotificationManager.cancel(java.lang.String, int)
.
@@ -1238,7 +1238,7 @@
- Java documentation for android.app.NotificationManager.createNotificationChannelGroups(java.util.List)
.
+ Java documentation for android.app.NotificationManager.createNotificationChannelGroups(java.util.List<android.app.NotificationChannelGroup>)
.
@@ -1277,7 +1277,7 @@
- Java documentation for android.app.NotificationManager.createNotificationChannels(java.util.List)
.
+ Java documentation for android.app.NotificationManager.createNotificationChannels(java.util.List<android.app.NotificationChannel>)
.
@@ -1789,12 +1789,13 @@
To be added.
To be added.
- Returns the notification channel settings for a given channel id.
+ Returns the notification channel settings for a given channel and
+ ShortcutInfo#getId() conversation id.
To be added.
- Java documentation for android.app.NotificationManager.getNotificationChannel(java.lang.String)
.
+ Java documentation for android.app.NotificationManager.getNotificationChannel(java.lang.String, java.lang.String)
.
@@ -2478,7 +2479,6 @@
Android.App.NotificationManager+Policy
- The new desired policy.
Gets the current user-specified default notification policy. -or- Sets the current notification policy.
To be added.
@@ -2572,15 +2572,15 @@
A string identifier for this notification. May be null.
- An identifier for this notification unique within your
- application.
- A Notification object describing what to show the user. Must not
- be null.
- Post a notification to be shown in the status bar.
+ An identifier for this notification. The pair (tag, id) must be unique
+ within your application.
+ A Notification object describing what to
+ show the user. Must not be null.
+ Posts a notification to be shown in the status bar.
- Java documentation for android.app.NotificationManager.notify(int, android.app.Notification)
.
+ Java documentation for android.app.NotificationManager.notify(java.lang.String, int, android.app.Notification)
.
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/PendingIntent.xml b/docs/Mono.Android/en/Android.App/PendingIntent.xml
index d6612fe1bb..a8c26eebfa 100644
--- a/docs/Mono.Android/en/Android.App/PendingIntent.xml
+++ b/docs/Mono.Android/en/Android.App/PendingIntent.xml
@@ -399,7 +399,7 @@
Array of Intents of the activities to be launched.
May be #FLAG_ONE_SHOT, #FLAG_NO_CREATE,
#FLAG_CANCEL_CURRENT, #FLAG_UPDATE_CURRENT,
- or any of the flags as supported by
+ #FLAG_IMMUTABLE or any of the flags as supported by
Intent#fillIn Intent.fillIn() to control which unspecified parts
of the intent that can be supplied when the actual send happens.
Like #getActivity(Context, int, Intent, int), but allows an
@@ -410,7 +410,7 @@
- Java documentation for android.app.PendingIntent.getActivities(android.content.Context, int, android.content.Intent[], int)
.
+ Java documentation for android.app.PendingIntent.getActivities(android.content.Context, int, android.content.Intent[], int, android.os.Bundle)
.
@@ -518,8 +518,6 @@
- Additional options for how the Activity should be started.
- May be null if there are no options.
The Context in which this PendingIntent should start
the activity.
Private request code for the sender
@@ -529,6 +527,8 @@
or any of the flags as supported by
Intent#fillIn Intent.fillIn() to control which unspecified parts
of the intent that can be supplied when the actual send happens.
+ Additional options for how the Activity should be started.
+ May be null if there are no options.
Retrieve a PendingIntent that will start a new activity, like calling
Context#startActivity(Intent) Context.startActivity(Intent).
Returns an existing or new PendingIntent matching the given
@@ -537,7 +537,7 @@
- Java documentation for android.app.PendingIntent.getActivity(android.content.Context, int, android.content.Intent, int)
.
+ Java documentation for android.app.PendingIntent.getActivity(android.content.Context, int, android.content.Intent, int, android.os.Bundle)
.
@@ -1105,7 +1105,7 @@
- Java documentation for android.app.PendingIntent.send()
.
+ Java documentation for android.app.PendingIntent.send(int)
.
@@ -1213,14 +1213,16 @@
The Context of the caller.
Result code to supply back to the PendingIntent's target.
- Additional Intent data. See for information on how this is applied to the
- original Intent. If flag Android.App.PendingIntent.FLAG_IMMUTABLE was set when this
- pending intent was created, this argument will be ignored.
- Perform the operation associated with this PendingIntent.
+ Additional Intent data. See Intent#fillIn
+ Intent.fillIn() for information on how this is applied to the
+ original Intent. If flag #FLAG_IMMUTABLE was set when this
+ pending intent was created, this argument will be ignored.
+ Perform the operation associated with this PendingIntent, allowing the
+ caller to specify information about the Intent to use.
- Java documentation for android.app.PendingIntent.send()
.
+ Java documentation for android.app.PendingIntent.send(android.content.Context, int, android.content.Intent)
.
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 35ddf8c814..6705c52ea5 100644
--- a/docs/Mono.Android/en/Android.App/Presentation.xml
+++ b/docs/Mono.Android/en/Android.App/Presentation.xml
@@ -117,17 +117,26 @@
- To be added.
The context of the application that is showing the presentation.
The presentation will create its own context (see #getContext()) based
- on this context and information about the associated display.
+ on this context and information about the associated display.
+ From android.os.Build.VERSION_CODES#S, the presentation will create its own window
+ context based on this context, information about the associated display. Customizing window
+ type by Window#setType(int) #getWindow#setType(int) causes the mismatch of the window
+ and the created window context, which leads to
+ 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
+ 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
- using the default theme.
+ using the optionally specified theme.
- Java documentation for android.app.Presentation.Presentation(android.content.Context, android.view.Display)
.
+ Java documentation for android.app.Presentation.Presentation(android.content.Context, android.view.Display, int)
.
diff --git a/docs/Mono.Android/en/Android.App/ProgressDialog.xml b/docs/Mono.Android/en/Android.App/ProgressDialog.xml
index 757a264c36..ccb86c0dc2 100644
--- a/docs/Mono.Android/en/Android.App/ProgressDialog.xml
+++ b/docs/Mono.Android/en/Android.App/ProgressDialog.xml
@@ -104,13 +104,15 @@
- To be added.
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 Progress dialog.
- Java documentation for android.app.ProgressDialog.ProgressDialog(android.content.Context)
.
+ Java documentation for android.app.ProgressDialog.ProgressDialog(android.content.Context, int)
.
@@ -866,16 +868,17 @@
- To be added.
the parent context
the title text for the dialog's window
the text to be displayed in the dialog
+ true if the dialog should be #setIndeterminate(boolean)
+ indeterminate, false otherwise
Creates and shows a ProgressDialog.
the ProgressDialog
- Java documentation for android.app.ProgressDialog.show(android.content.Context, java.lang.CharSequence, java.lang.CharSequence)
.
+ Java documentation for android.app.ProgressDialog.show(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, boolean)
.
@@ -913,16 +916,17 @@
- To be added.
the parent context
the title text for the dialog's window
the text to be displayed in the dialog
+ true if the dialog should be #setIndeterminate(boolean)
+ indeterminate, false otherwise
Creates and shows a ProgressDialog.
the ProgressDialog
- Java documentation for android.app.ProgressDialog.show(android.content.Context, java.lang.CharSequence, java.lang.CharSequence)
.
+ Java documentation for android.app.ProgressDialog.show(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, boolean)
.
@@ -964,17 +968,19 @@
- To be added.
- To be added.
the parent context
the title text for the dialog's window
the text to be displayed in the dialog
+ true if the dialog should be #setIndeterminate(boolean)
+ indeterminate, false otherwise
+ true if the dialog is #setCancelable(boolean) cancelable,
+ false otherwise
Creates and shows a ProgressDialog.
the ProgressDialog
- Java documentation for android.app.ProgressDialog.show(android.content.Context, java.lang.CharSequence, java.lang.CharSequence)
.
+ Java documentation for android.app.ProgressDialog.show(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, boolean, boolean)
.
@@ -1013,17 +1019,19 @@
- To be added.
- To be added.
the parent context
the title text for the dialog's window
the text to be displayed in the dialog
+ true if the dialog should be #setIndeterminate(boolean)
+ indeterminate, false otherwise
+ true if the dialog is #setCancelable(boolean) cancelable,
+ false otherwise
Creates and shows a ProgressDialog.
the ProgressDialog
- Java documentation for android.app.ProgressDialog.show(android.content.Context, java.lang.CharSequence, java.lang.CharSequence)
.
+ Java documentation for android.app.ProgressDialog.show(android.content.Context, java.lang.CharSequence, java.lang.CharSequence, boolean, boolean)
.
@@ -1066,12 +1074,12 @@
- To be added.
- To be added.
- To be added.
the parent context
the title text for the dialog's window
the text to be displayed in the dialog
+ To be added.
+ To be added.
+ To be added.
Creates and shows a ProgressDialog.
the ProgressDialog
@@ -1152,12 +1160,12 @@
- To be added.
- To be added.
- To be added.
the parent context
the title text for the dialog's window
the text to be displayed in the dialog
+ To be added.
+ To be added.
+ To be added.
Creates and shows a ProgressDialog.
the ProgressDialog
diff --git a/docs/Mono.Android/en/Android.App/RecoverableSecurityException.xml b/docs/Mono.Android/en/Android.App/RecoverableSecurityException.xml
index 66e15351db..afdaa5b835 100644
--- a/docs/Mono.Android/en/Android.App/RecoverableSecurityException.xml
+++ b/docs/Mono.Android/en/Android.App/RecoverableSecurityException.xml
@@ -69,11 +69,33 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ original cause with details designed for engineering
+ audiences.
+ short message describing the issue for end user
+ audiences, which may be shown in a notification or dialog.
+ This should be localized and less than 64 characters. For
+ example: <em>PIN required to access Document.pdf</em>
+ primary action that will initiate the recovery. The
+ title should be localized and less than 24 characters. For
+ example: <em>Enter PIN</em>. This action must launch an
+ activity that is expected to set
+ Activity#setResult(int) before finishing to
+ communicate the final status of the recovery. For example,
+ apps that observe Activity#RESULT_OK may choose to
+ immediately retry their operation.
+ Create an instance ready to be thrown.
+
+
+
+ Java documentation for android.app.RecoverableSecurityException.RecoverableSecurityException(java.lang.Throwable, java.lang.CharSequence, android.app.RemoteAction)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open 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/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/RemoteInput.xml b/docs/Mono.Android/en/Android.App/RemoteInput.xml
index 72b6a18a00..09eefc3626 100644
--- a/docs/Mono.Android/en/Android.App/RemoteInput.xml
+++ b/docs/Mono.Android/en/Android.App/RemoteInput.xml
@@ -76,7 +76,7 @@
- Java documentation for android.app.RemoteInput.addDataResultToIntent(android.app.RemoteInput, android.content.Intent, java.util.Map)
.
+ Java documentation for android.app.RemoteInput.addDataResultToIntent(android.app.RemoteInput, android.content.Intent, java.util.Map<java.lang.String, android.net.Uri>)
.
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 370f8e41cd..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.
@@ -840,18 +849,18 @@
- To be added.
The identifier for this notification as per
NotificationManager#notify(int, Notification)
NotificationManager.notify(int, Notification); must not be 0.
The Notification to be displayed.
- If your service is started (running through Context#startService(Intent)), then
- also make this service run in the foreground, supplying the ongoing
- notification to be shown to the user while in this state.
+ must be a subset flags of manifest attribute
+ android.R.attr#foregroundServiceType flags.
+ An overloaded version of #startForeground(int, Notification) with additional
+ foregroundServiceType parameter.
- Java documentation for android.app.Service.startForeground(int, android.app.Notification)
.
+ Java documentation for android.app.Service.startForeground(int, android.app.Notification, int)
.
@@ -932,16 +941,13 @@
- If true, the notification previously provided
- to will be removed. Otherwise it will remain
- until a later call removes it (or the service is destroyed).
- additional behavior options.
- Remove this service from foreground state, allowing it to be killed if
- more memory is needed.
+ If true, the #STOP_FOREGROUND_REMOVE flag
+ will be supplied.
+ Synonym for #stopForeground(int).
- Java documentation for android.app.Service.stopForeground(int)
.
+ Java documentation for android.app.Service.stopForeground(boolean)
.
@@ -1098,11 +1104,11 @@
To be added.
- Stop the service, if it was previously started.
+ Old version of #stopSelfResult that doesn't return a result.
- Java documentation for android.app.Service.stopSelf()
.
+ Java documentation for android.app.Service.stopSelf(int)
.
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/SharedElementCallback.xml b/docs/Mono.Android/en/Android.App/SharedElementCallback.xml
index 2c7426179e..a4260967be 100644
--- a/docs/Mono.Android/en/Android.App/SharedElementCallback.xml
+++ b/docs/Mono.Android/en/Android.App/SharedElementCallback.xml
@@ -248,7 +248,7 @@
- Java documentation for android.app.SharedElementCallback.onMapSharedElements(java.util.List, java.util.Map)
.
+ Java documentation for android.app.SharedElementCallback.onMapSharedElements(java.util.List<java.lang.String>, java.util.Map<java.lang.String, android.view.View>)
.
@@ -292,7 +292,7 @@
- Java documentation for android.app.SharedElementCallback.onRejectSharedElements(java.util.List)
.
+ Java documentation for android.app.SharedElementCallback.onRejectSharedElements(java.util.List<android.view.View>)
.
@@ -343,7 +343,7 @@
- Java documentation for android.app.SharedElementCallback.onSharedElementEnd(java.util.List, java.util.List, java.util.List)
.
+ Java documentation for android.app.SharedElementCallback.onSharedElementEnd(java.util.List<java.lang.String>, java.util.List<android.view.View>, java.util.List<android.view.View>)
.
@@ -439,7 +439,7 @@
- Java documentation for android.app.SharedElementCallback.onSharedElementStart(java.util.List, java.util.List, java.util.List)
.
+ Java documentation for android.app.SharedElementCallback.onSharedElementStart(java.util.List<java.lang.String>, java.util.List<android.view.View>, java.util.List<android.view.View>)
.
diff --git a/docs/Mono.Android/en/Android.App/SyncNotedAppOp.xml b/docs/Mono.Android/en/Android.App/SyncNotedAppOp.xml
index f3cd644841..76b7e28430 100644
--- a/docs/Mono.Android/en/Android.App/SyncNotedAppOp.xml
+++ b/docs/Mono.Android/en/Android.App/SyncNotedAppOp.xml
@@ -67,10 +67,21 @@
- To be added.
- To be added.
- To be added.
- To be added.
+ op code of synchronous appop noted
+ attributionTag of synchronous appop noted
+ Creates a new SyncNotedAppOp.
+
+
+
+ Java documentation for android.app.SyncNotedAppOp.SyncNotedAppOp(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/TabActivity.xml b/docs/Mono.Android/en/Android.App/TabActivity.xml
index 3ae8fadac7..f8e85dc423 100644
--- a/docs/Mono.Android/en/Android.App/TabActivity.xml
+++ b/docs/Mono.Android/en/Android.App/TabActivity.xml
@@ -195,14 +195,12 @@
- the name of the default tab
-
- the index of the default tab
+ the name of the default tab
Sets the default tab that is the first tab highlighted.
- Java documentation for android.app.TabActivity.setDefaultTab(int)
.
+ Java documentation for android.app.TabActivity.setDefaultTab(java.lang.String)
.
diff --git a/docs/Mono.Android/en/Android.App/TaskStackBuilder.xml b/docs/Mono.Android/en/Android.App/TaskStackBuilder.xml
index 86d7462aae..39321d382f 100644
--- a/docs/Mono.Android/en/Android.App/TaskStackBuilder.xml
+++ b/docs/Mono.Android/en/Android.App/TaskStackBuilder.xml
@@ -211,18 +211,15 @@
Must specify an Activity component. All parents of
- this activity will be added
- All parents of this activity will be added
+ this activity will be added
Add the activity parent chain as specified by the
- Activity#getParentActivityIntent() getParentActivityIntent() method of the activity
- specified and the android.R.attr#parentActivityName parentActivityName attributes
- of each successive activity (or activity-alias) element in the application's manifest
- to the task stack builder.
+ android.R.attr#parentActivityName parentActivityName attribute of the activity
+ (or activity-alias) element in the application's manifest to the task stack builder.
This TaskStackBuilder for method chaining
- Java documentation for android.app.TaskStackBuilder.addParentStack(android.app.Activity)
.
+ Java documentation for android.app.TaskStackBuilder.addParentStack(android.content.ComponentName)
.
@@ -257,18 +254,15 @@
- To be added.
- All parents of this activity will be added
+ All parents of this activity will be added
Add the activity parent chain as specified by the
- Activity#getParentActivityIntent() getParentActivityIntent() method of the activity
- specified and the android.R.attr#parentActivityName parentActivityName attributes
- of each successive activity (or activity-alias) element in the application's manifest
- to the task stack builder.
+ android.R.attr#parentActivityName parentActivityName attribute of the activity
+ (or activity-alias) element in the application's manifest to the task stack builder.
This TaskStackBuilder for method chaining
- Java documentation for android.app.TaskStackBuilder.addParentStack(android.app.Activity)
.
+ Java documentation for android.app.TaskStackBuilder.addParentStack(java.lang.Class<?>)
.
@@ -486,14 +480,14 @@
- Additional options for how the Activity should be started.
- See for more details.
Private request code for the sender
May be PendingIntent#FLAG_ONE_SHOT,
PendingIntent#FLAG_NO_CREATE, PendingIntent#FLAG_CANCEL_CURRENT,
PendingIntent#FLAG_UPDATE_CURRENT, or any of the flags supported by
Intent#fillIn(Intent, int) to control which unspecified parts of the
intent that can be supplied when the actual send happens.
+ Additional options for how the Activity should be started.
+ See for more details.
Obtain a PendingIntent for launching the task constructed by this builder so far.
The obtained PendingIntent
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/TimePickerDialog.xml b/docs/Mono.Android/en/Android.App/TimePickerDialog.xml
index 18a29f0821..6fb7cab205 100644
--- a/docs/Mono.Android/en/Android.App/TimePickerDialog.xml
+++ b/docs/Mono.Android/en/Android.App/TimePickerDialog.xml
@@ -99,7 +99,6 @@
the parent context
- the resource ID of the theme to apply to this dialog
the listener to call when the time is set
the initial hour
the initial minute
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/VoiceInteractor.xml b/docs/Mono.Android/en/Android.App/VoiceInteractor.xml
index 9b3dcc5c87..caab0c39aa 100644
--- a/docs/Mono.Android/en/Android.App/VoiceInteractor.xml
+++ b/docs/Mono.Android/en/Android.App/VoiceInteractor.xml
@@ -281,8 +281,6 @@
The desired request to submit.
- An optional name for this request, or null. This can be used later with
- #getActiveRequests and #getActiveRequest to find the request.
Submit a new Request to the voice interaction service.
Returns true of the request was successfully submitted, else false.
diff --git a/docs/Mono.Android/en/Android.App/WallpaperColors.xml b/docs/Mono.Android/en/Android.App/WallpaperColors.xml
index 29eff6fe29..3d106c3886 100644
--- a/docs/Mono.Android/en/Android.App/WallpaperColors.xml
+++ b/docs/Mono.Android/en/Android.App/WallpaperColors.xml
@@ -67,9 +67,6 @@
To be added.
- Primary color.
- Secondary color.
- Tertiary color.
Constructs a new object from three colors.
@@ -155,15 +152,15 @@
- To be added.
Primary color.
Secondary color.
Tertiary color.
- Constructs a new object from three colors.
+ A combination of color hints.
+ Constructs a new object from three colors, where hints can be specified.
- Java documentation for android.app.WallpaperColors.WallpaperColors(android.graphics.Color, android.graphics.Color, android.graphics.Color)
.
+ Java documentation for android.app.WallpaperColors.WallpaperColors(android.graphics.Color, android.graphics.Color, android.graphics.Color, int)
.
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 40bdcb9395..1113324f56 100644
--- a/docs/Mono.Android/en/Android.App/WallpaperManager.xml
+++ b/docs/Mono.Android/en/Android.App/WallpaperManager.xml
@@ -313,13 +313,14 @@
- To be added.
- Remove any currently set system wallpaper, reverting to the system's built-in
- wallpaper.
+ A bitwise combination of #FLAG_SYSTEM or
+ #FLAG_LOCK
+ Remove one or more currently set wallpapers, reverting to the system default
+ display for each one.
- Java documentation for android.app.WallpaperManager.clear()
.
+ Java documentation for android.app.WallpaperManager.clear(int)
.
@@ -871,13 +872,15 @@
- To be added.
- Obtain a drawable for the built-in static system wallpaper.
- To be added.
+ The FLAG_* identifier of a valid wallpaper type. Throws
+ IllegalArgumentException if an invalid wallpaper is requested.
+ Obtain a drawable for the specified built-in static system wallpaper.
+ A Drawable presenting the specified wallpaper image, or null
+ if no built-in default image for that wallpaper type exists.
- Java documentation for android.app.WallpaperManager.getBuiltInDrawable()
.
+ Java documentation for android.app.WallpaperManager.getBuiltInDrawable(int)
.
@@ -915,21 +918,20 @@
- The height of the returned drawable
To be added.
+ The height of the returned drawable
If true, scale the wallpaper down rather than just cropping it
A float value between 0 and 1 specifying where to crop the image;
- 0 for left-aligned, 0.5 for horizontal center-aligned, and 1 for right-aligned
+ 0 for left-aligned, 0.5 for horizontal center-aligned, and 1 for right-aligned
A float value between 0 and 1 specifying where to crop the image;
- 0 for top-aligned, 0.5 for vertical center-aligned, and 1 for bottom-aligned
-
-
- Obtain a drawable for the built-in static system wallpaper.
- To be added.
+ 0 for top-aligned, 0.5 for vertical center-aligned, and 1 for bottom-aligned
+ Returns a drawable for the system built-in static wallpaper.
+ A Drawable presenting the built-in default system wallpaper image,
+ or null if no such default image is defined on this device.
- Java documentation for android.app.WallpaperManager.getBuiltInDrawable()
.
+ Java documentation for android.app.WallpaperManager.getBuiltInDrawable(int, int, boolean, float, float)
.
@@ -975,18 +977,22 @@
- To be added.
To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- Obtain a drawable for the built-in static system wallpaper.
- To be added.
+ The height of the returned drawable
+ If true, scale the wallpaper down rather than just cropping it
+ A float value between 0 and 1 specifying where to crop the image;
+ 0 for left-aligned, 0.5 for horizontal center-aligned, and 1 for right-aligned
+ A float value between 0 and 1 specifying where to crop the image;
+ 0 for top-aligned, 0.5 for vertical center-aligned, and 1 for bottom-aligned
+ The FLAG_* identifier of a valid wallpaper type. Throws
+ IllegalArgumentException if an invalid wallpaper is requested.
+ Returns a drawable for the built-in static wallpaper of the specified type.
+ A Drawable presenting the built-in default wallpaper image of the given type,
+ or null if no default image of that type is defined on this device.
- Java documentation for android.app.WallpaperManager.getBuiltInDrawable()
.
+ Java documentation for android.app.WallpaperManager.getBuiltInDrawable(int, int, boolean, float, float, int)
.
@@ -1617,16 +1623,21 @@
- To be added.
- To be added.
- To be added.
- The bitmap to be used as the new system wallpaper.
- 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.
+ Change the current system wallpaper to a bitmap, specifying a hint about
+ which subrectangle of the full image is to be visible.
+ 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)
.
@@ -1674,17 +1685,22 @@
- To be added.
- To be added.
- To be added.
- To be added.
- The bitmap to be used as the new system wallpaper.
- 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)
.
@@ -1821,14 +1837,15 @@
- To be added.
The resource ID of the bitmap to be used as the wallpaper image
- 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)
.
@@ -1916,16 +1933,22 @@
- To be added.
- To be added.
A stream containing the raw data to install as a wallpaper. This
data can be in any format handled by BitmapRegionDecoder.
- 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.
+ Change the current system wallpaper to a specific byte stream, specifying a
+ hint about which subrectangle of the full image is to be visible.
+ 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)
.
@@ -1973,17 +1996,23 @@
- To be added.
- To be added.
- To be added.
A stream containing the raw data to install as a wallpaper. This
data can be in any format handled by BitmapRegionDecoder.
- 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/AppWidgetHostView.xml b/docs/Mono.Android/en/Android.Appwidget/AppWidgetHostView.xml
index 471bc69152..cce90bef81 100644
--- a/docs/Mono.Android/en/Android.Appwidget/AppWidgetHostView.xml
+++ b/docs/Mono.Android/en/Android.Appwidget/AppWidgetHostView.xml
@@ -117,13 +117,13 @@
To be added.
- To be added.
- To be added.
+ Resource ID of in animation to use
+ Resource ID of out animation to use
Create a host view.
- Java documentation for android.appwidget.AppWidgetHostView.AppWidgetHostView(android.content.Context)
.
+ Java documentation for android.appwidget.AppWidgetHostView.AppWidgetHostView(android.content.Context, int, int)
.
@@ -750,18 +750,15 @@
- To be added.
- The bundle of options, in addition to the size information,
- can be null.
- The minimum width in dips that the widget will be displayed at.
- The maximum height in dips that the widget will be displayed at.
- The maximum width in dips that the widget will be displayed at.
- The maximum height in dips that the widget will be displayed at.
+ The bundle of options, in addition to the size information.
+ Sizes, in dips, the widget may be displayed at without calling the provider
+ again. Typically, this will be size of the widget in landscape and portrait.
+ On some foldables, this might include the size on the outer and inner screens.
Provide guidance about the size of this widget to the AppWidgetManager.
- Java documentation for android.appwidget.AppWidgetHostView.updateAppWidgetSize(android.os.Bundle, int, int, int, int)
.
+ Java documentation for android.appwidget.AppWidgetHostView.updateAppWidgetSize(android.os.Bundle, java.util.List<android.util.SizeF>)
.
diff --git a/docs/Mono.Android/en/Android.Appwidget/AppWidgetManager.xml b/docs/Mono.Android/en/Android.Appwidget/AppWidgetManager.xml
index a6006ec922..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.
@@ -530,17 +540,17 @@
- Bundle containing options for the AppWidget. See also
-
The AppWidget id under which to bind the provider.
The android.content.BroadcastReceiver that will be the AppWidget
provider for this AppWidget.
+ Bundle containing options for the AppWidget. See also
+ #updateAppWidgetOptions(int, Bundle)
Set the component for a given appWidgetId.
true if this component has permission to bind the AppWidget
- Java documentation for android.appwidget.AppWidgetManager.bindAppWidgetIdIfAllowed(int, android.content.ComponentName)
.
+ Java documentation for android.appwidget.AppWidgetManager.bindAppWidgetIdIfAllowed(int, android.content.ComponentName, android.os.Bundle)
.
@@ -578,17 +588,16 @@
+ The AppWidget id under which to bind the provider.
The user id in which the provider resides.
+ The component name of the provider.
An optional Bundle containing options for the AppWidget.
- The AppWidget id under which to bind the provider.
- The android.content.BroadcastReceiver that will be the AppWidget
- provider for this AppWidget.
- Set the component for a given appWidgetId.
+ Set the provider for a given appWidgetId if the caller has a permission.
true if this component has permission to bind the AppWidget
- Java documentation for android.appwidget.AppWidgetManager.bindAppWidgetIdIfAllowed(int, android.content.ComponentName)
.
+ Java documentation for android.appwidget.AppWidgetManager.bindAppWidgetIdIfAllowed(int, android.os.UserHandle, android.content.ComponentName, android.os.Bundle)
.
@@ -1121,12 +1130,21 @@
- The profile for which to get providers. Passing null is equivaled
- to passing only the current user handle.
+ The profile for which to get providers. Passing null is equivalent
+ to querying for only the calling user.
Gets the AppWidget providers for the given user profile.
- To be added.
+ The installed providers, or an empty list if none are found for the given 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.appwidget.AppWidgetManager.getInstalledProvidersForProfile(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.
@@ -1421,14 +1439,13 @@
The AppWidget instances to notify of view data changes.
- The AppWidget instance to notify of view data changes.
The collection view id.
- Notifies the specified collection view in the specified AppWidget instance
- to invalidate its data.
+ Notifies the specified collection view in all the specified AppWidget instances
+ to invalidate their data.
- Java documentation for android.appwidget.AppWidgetManager.notifyAppWidgetViewDataChanged(int, int)
.
+ Java documentation for android.appwidget.AppWidgetManager.notifyAppWidgetViewDataChanged(int[], int)
.
@@ -1763,13 +1780,12 @@
The AppWidget instances for which to set the RemoteViews.
- The AppWidget instance for which to set the RemoteViews.
The RemoteViews object containing the incremental update / command.
- Perform an incremental update or command on the widget specified by appWidgetId.
+ Perform an incremental update or command on the widget(s) specified by appWidgetIds.
- Java documentation for android.appwidget.AppWidgetManager.partiallyUpdateAppWidget(int, android.widget.RemoteViews)
.
+ Java documentation for android.appwidget.AppWidgetManager.partiallyUpdateAppWidget(int[], android.widget.RemoteViews)
.
@@ -1806,13 +1822,25 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The ComponentName for the android.content.BroadcastReceiver BroadcastReceiver provider for your AppWidget.
+ In not null, this is passed to the launcher app. For eg #EXTRA_APPWIDGET_PREVIEW can be used for a custom preview.
+ If not null, this intent will be sent when the widget is created.
+ Request to pin an app widget on the current launcher.
+
+ TRUE if the launcher supports this feature. Note the API will return without
+ waiting for the user to respond, so getting TRUE from this API does *not* mean
+ the shortcut is pinned. FALSE if the launcher doesn't support this feature.
- Portions of this page are modifications based on work created and shared 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.requestPinAppWidget(android.content.ComponentName, android.os.Bundle, 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.
@@ -1902,15 +1930,14 @@
- The for the provider
- for your AppWidget.
- The AppWidget instance for which to set the RemoteViews.
+ The ComponentName for the android.content.BroadcastReceiver BroadcastReceiver provider
+ for your AppWidget.
The RemoteViews object to show.
- Set the RemoteViews to use for the specified appWidgetId.
+ Set the RemoteViews to use for all AppWidget instances for the supplied AppWidget provider.
- Java documentation for android.appwidget.AppWidgetManager.updateAppWidget(int, android.widget.RemoteViews)
.
+ Java documentation for android.appwidget.AppWidgetManager.updateAppWidget(android.content.ComponentName, android.widget.RemoteViews)
.
@@ -1989,13 +2016,12 @@
The AppWidget instances for which to set the RemoteViews.
- The AppWidget instance for which to set the RemoteViews.
The RemoteViews object to show.
- Set the RemoteViews to use for the specified appWidgetId.
+ Set the RemoteViews to use for the specified appWidgetIds.
- Java documentation for android.appwidget.AppWidgetManager.updateAppWidget(int, android.widget.RemoteViews)
.
+ Java documentation for android.appwidget.AppWidgetManager.updateAppWidget(int[], android.widget.RemoteViews)
.
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/BluetoothLeAdvertiser.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeAdvertiser.xml
index fdaef40113..a160d34853 100644
--- a/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeAdvertiser.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeAdvertiser.xml
@@ -142,15 +142,15 @@
- Scan response associated with the advertisement data.
Settings for Bluetooth LE advertising.
- Advertisement data to be broadcasted.
+ Advertisement data to be advertised in advertisement packet.
+ Scan response associated with the advertisement data.
Callback for advertising status.
Start Bluetooth LE Advertising.
- Java documentation for android.bluetooth.le.BluetoothLeAdvertiser.startAdvertising(android.bluetooth.le.AdvertiseSettings, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseCallback)
.
+ Java documentation for android.bluetooth.le.BluetoothLeAdvertiser.startAdvertising(android.bluetooth.le.AdvertiseSettings, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseCallback)
.
@@ -201,17 +201,12 @@
periodic advertisng parameters. If null, periodic advertising will
not be started.
Periodic advertising data. Size must not exceed BluetoothAdapter#getLeMaximumAdvertisingDataLength.
- advertising duration, in 10ms unit. Valid range is from 1 (10ms) to 65535
- (655,350 ms). 0 means advertising should continue until stopped.
- maximum number of extended advertising events the
- controller shall attempt to send prior to terminating the extended advertising, even if the
- duration has not expired. Valid range is from 1 to 255. 0 means no maximum.
Callback for advertising set.
Creates a new advertising set.
- Java documentation for android.bluetooth.le.BluetoothLeAdvertiser.startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, int, int, android.bluetooth.le.AdvertisingSetCallback)
.
+ Java documentation for android.bluetooth.le.BluetoothLeAdvertiser.startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertisingSetCallback)
.
@@ -255,7 +250,6 @@
- To be added.
advertising set parameters.
Advertisement data to be broadcasted. Size must not exceed BluetoothAdapter#getLeMaximumAdvertisingDataLength. If the advertisement is connectable,
three bytes will be added for flags.
@@ -264,17 +258,13 @@
periodic advertisng parameters. If null, periodic advertising will
not be started.
Periodic advertising data. Size must not exceed BluetoothAdapter#getLeMaximumAdvertisingDataLength.
- advertising duration, in 10ms unit. Valid range is from 1 (10ms) to 65535
- (655,350 ms). 0 means advertising should continue until stopped.
- maximum number of extended advertising events the
- controller shall attempt to send prior to terminating the extended advertising, even if the
- duration has not expired. Valid range is from 1 to 255. 0 means no maximum.
Callback for advertising set.
+ thread upon which the callbacks will be invoked.
Creates a new advertising set.
- Java documentation for android.bluetooth.le.BluetoothLeAdvertiser.startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, int, int, android.bluetooth.le.AdvertisingSetCallback)
.
+ Java documentation for android.bluetooth.le.BluetoothLeAdvertiser.startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertisingSetCallback, android.os.Handler)
.
@@ -383,26 +373,26 @@
- To be added.
- advertising set parameters.
+ Advertising set parameters.
Advertisement data to be broadcasted. Size must not exceed BluetoothAdapter#getLeMaximumAdvertisingDataLength. If the advertisement is connectable,
three bytes will be added for flags.
Scan response associated with the advertisement data. Size must not
- exceed BluetoothAdapter#getLeMaximumAdvertisingDataLength.
- periodic advertisng parameters. If null, periodic advertising will
+ exceed BluetoothAdapter#getLeMaximumAdvertisingDataLength
+ Periodic advertisng parameters. If null, periodic advertising will
not be started.
- Periodic advertising data. Size must not exceed BluetoothAdapter#getLeMaximumAdvertisingDataLength.
+ Periodic advertising data. Size must not exceed BluetoothAdapter#getLeMaximumAdvertisingDataLength
advertising duration, in 10ms unit. Valid range is from 1 (10ms) to 65535
(655,350 ms). 0 means advertising should continue until stopped.
maximum number of extended advertising events the
controller shall attempt to send prior to terminating the extended advertising, even if the
duration has not expired. Valid range is from 1 to 255. 0 means no maximum.
Callback for advertising set.
+ Thread upon which the callbacks will be invoked.
Creates a new advertising set.
- Java documentation for android.bluetooth.le.BluetoothLeAdvertiser.startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, int, int, android.bluetooth.le.AdvertisingSetCallback)
.
+ Java documentation for android.bluetooth.le.BluetoothLeAdvertiser.startAdvertisingSet(android.bluetooth.le.AdvertisingSetParameters, android.bluetooth.le.AdvertiseData, android.bluetooth.le.AdvertiseData, android.bluetooth.le.PeriodicAdvertisingParameters, android.bluetooth.le.AdvertiseData, int, int, android.bluetooth.le.AdvertisingSetCallback, android.os.Handler)
.
diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeScanner.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeScanner.xml
index 8daf63f454..8c5dc0b099 100644
--- a/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeScanner.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth.LE/BluetoothLeScanner.xml
@@ -288,16 +288,16 @@
- To be added.
- To be added.
- To be added.
- Callback used to deliver scan results.
- Start Bluetooth LE scan with default parameters and no filters.
- To be added.
+ Optional list of ScanFilters for finding exact BLE devices.
+ Optional settings for the scan.
+ The PendingIntent to deliver the result to.
+ Start Bluetooth LE scan using a PendingIntent.
+ Returns 0 for success or an error code from ScanCallback if the scan request
+ could not be sent.
- Java documentation for android.bluetooth.le.BluetoothLeScanner.startScan(android.bluetooth.le.ScanCallback)
.
+ Java documentation for android.bluetooth.le.BluetoothLeScanner.startScan(java.util.List<android.bluetooth.le.ScanFilter>, android.bluetooth.le.ScanSettings, android.app.PendingIntent)
.
@@ -337,14 +337,15 @@
- To be added.
- To be added.
+
+ ScanFilters for finding exact BLE devices.
+ Settings for the scan.
Callback used to deliver scan results.
- Start Bluetooth LE scan with default parameters and no filters.
+ Start Bluetooth LE scan.
- Java documentation for android.bluetooth.le.BluetoothLeScanner.startScan(android.bluetooth.le.ScanCallback)
.
+ Java documentation for android.bluetooth.le.BluetoothLeScanner.startScan(java.util.List<android.bluetooth.le.ScanFilter>, android.bluetooth.le.ScanSettings, android.bluetooth.le.ScanCallback)
.
@@ -425,13 +426,12 @@
- To be added.
- The PendingIntent that was used to start the scan.
- 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/ScanCallback.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanCallback.xml
index 4e0053edc0..87a5205276 100644
--- a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanCallback.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanCallback.xml
@@ -139,7 +139,7 @@
- Java documentation for android.bluetooth.le.ScanCallback.onBatchScanResults(java.util.List)
.
+ Java documentation for android.bluetooth.le.ScanCallback.onBatchScanResults(java.util.List<android.bluetooth.le.ScanResult>)
.
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/ScanRecord.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanRecord.xml
index 90248369b6..42b40f7099 100644
--- a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanRecord.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanRecord.xml
@@ -166,13 +166,12 @@
To be added.
- Returns a sparse array of manufacturer identifier and its corresponding manufacturer specific
- data.
+ Returns the manufacturer specific data associated with the manufacturer id.
To be added.
- Java documentation for android.bluetooth.le.ScanRecord.getManufacturerSpecificData()
.
+ Java documentation for android.bluetooth.le.ScanRecord.getManufacturerSpecificData(int)
.
@@ -207,12 +206,12 @@
To be added.
- Returns a map of service UUID and its corresponding service data.
+ Returns the service data byte array associated with the serviceUuid.
To be added.
- Java documentation for android.bluetooth.le.ScanRecord.getServiceData()
.
+ Java documentation for android.bluetooth.le.ScanRecord.getServiceData(android.os.ParcelUuid)
.
diff --git a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanResult.xml b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanResult.xml
index 0986558daa..081f0dd583 100644
--- a/docs/Mono.Android/en/Android.Bluetooth.LE/ScanResult.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth.LE/ScanResult.xml
@@ -74,20 +74,14 @@
Remote Bluetooth device found.
- Event type.
- Primary advertising phy.
- Secondary advertising phy.
- Advertising set ID.
- Transmit power.
- Received signal strength.
- Periodic advertising interval.
Scan record including both advertising data and scan response data.
+ Received signal strength.
Timestamp at which the scan result was observed.
Constructs a new ScanResult.
- Java documentation for android.bluetooth.le.ScanResult.ScanResult(android.bluetooth.BluetoothDevice, int, int, int, int, int, int, int, android.bluetooth.le.ScanRecord, long)
.
+ Java documentation for android.bluetooth.le.ScanResult.ScanResult(android.bluetooth.BluetoothDevice, android.bluetooth.le.ScanRecord, int, long)
.
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 7f192024fa..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.
@@ -1235,14 +1237,14 @@
- valid Bluetooth MAC address
+ Bluetooth MAC address (6 bytes)
Get a BluetoothDevice object for the given Bluetooth hardware
address.
To be added.
- Java documentation for android.bluetooth.BluetoothAdapter.getRemoteDevice(java.lang.String)
.
+ Java documentation for android.bluetooth.BluetoothAdapter.getRemoteDevice(byte[])
.
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 6560278a7f..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.
@@ -807,16 +820,16 @@
To be added.
- To be added.
GATT callback handler that will receive asynchronous callbacks.
Whether to directly connect to the remote device (false) or to
automatically connect as soon as the remote device becomes available (true).
+ preferred transport for GATT connections to remote dual-mode devices BluetoothDevice#TRANSPORT_AUTO or BluetoothDevice#TRANSPORT_BREDR or BluetoothDevice#TRANSPORT_LE
Connect to GATT Server hosted by this device.
To be added.
- Java documentation for android.bluetooth.BluetoothDevice.connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)
.
+ Java documentation for android.bluetooth.BluetoothDevice.connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int)
.
@@ -873,17 +886,18 @@
To be added.
- To be added.
- To be added.
GATT callback handler that will receive asynchronous callbacks.
Whether to directly connect to the remote device (false) or to
automatically connect as soon as the remote device becomes available (true).
+ preferred transport for GATT connections to remote dual-mode devices BluetoothDevice#TRANSPORT_AUTO or BluetoothDevice#TRANSPORT_BREDR or BluetoothDevice#TRANSPORT_LE
+ preferred PHY for connections to remote LE device. Bitwise OR of any of BluetoothDevice#PHY_LE_1M_MASK, BluetoothDevice#PHY_LE_2M_MASK, and BluetoothDevice#PHY_LE_CODED_MASK. This option does not take effect if autoConnect
+ is set to true.
Connect to GATT Server hosted by this device.
To be added.
- Java documentation for android.bluetooth.BluetoothDevice.connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)
.
+ Java documentation for android.bluetooth.BluetoothDevice.connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int, int)
.
@@ -994,18 +1008,20 @@
To be added.
- To be added.
- To be added.
- To be added.
GATT callback handler that will receive asynchronous callbacks.
Whether to directly connect to the remote device (false) or to
automatically connect as soon as the remote device becomes available (true).
+ preferred transport for GATT connections to remote dual-mode devices BluetoothDevice#TRANSPORT_AUTO or BluetoothDevice#TRANSPORT_BREDR or BluetoothDevice#TRANSPORT_LE
+ preferred PHY for connections to remote LE device. Bitwise OR of any of BluetoothDevice#PHY_LE_1M_MASK, BluetoothDevice#PHY_LE_2M_MASK, an dBluetoothDevice#PHY_LE_CODED_MASK. This option does not take effect if autoConnect
+ is set to true.
+ The handler to use for the callback. If null, callbacks will happen on
+ an un-specified background thread.
Connect to GATT Server hosted by this device.
To be added.
- Java documentation for android.bluetooth.BluetoothDevice.connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback)
.
+ Java documentation for android.bluetooth.BluetoothDevice.connectGatt(android.content.Context, boolean, android.bluetooth.BluetoothGattCallback, int, int, android.os.Handler)
.
@@ -2287,10 +2303,19 @@
To be added.
- Set the pin during pairing when the pairing method is
- To be added.
+ Set the pin during pairing when the pairing method is #PAIRING_VARIANT_PIN
+ true pin has been set false for 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.bluetooth.BluetoothDevice.setPin(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/BluetoothGatt.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGatt.xml
index 99cf3ea251..120dc6b067 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGatt.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGatt.xml
@@ -123,7 +123,7 @@
- Java documentation for android.bluetooth.BluetoothGatt.abortReliableWrite()
.
+ Java documentation for android.bluetooth.BluetoothGatt.abortReliableWrite(android.bluetooth.BluetoothDevice)
.
@@ -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.
@@ -1160,11 +1187,21 @@
UUID of the requested service
- Returns a , if the requested UUID is
- supported by the remote device.
- To be added.
+ Returns a BluetoothGattService, if the requested UUID is
+ supported by the remote device.
+ BluetoothGattService if supported, or null if the requested service is not offered by
+ the remote 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.bluetooth.BluetoothGatt.getService(java.util.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.Bluetooth/BluetoothGattCharacteristic.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattCharacteristic.xml
index 02eb02e3de..9c9310574a 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattCharacteristic.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattCharacteristic.xml
@@ -106,12 +106,21 @@
- To be added.
- To be added.
- To be added.
+ The UUID for this characteristic
+ Properties of this characteristic
+ Permissions for this characteristic
Create a new BluetoothGattCharacteristic.
- Portions of this page are modifications based on work created and shared 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.BluetoothGattCharacteristic.BluetoothGattCharacteristic(java.util.UUID, 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.
@@ -1775,14 +1784,13 @@
New value for this characteristic
- Integer format type used to transform the value parameter
- Offset at which the value should be placed
- Set the locally stored value of this characteristic.
- true if the locally stored value has been set
+ Updates the locally stored value of this characteristic.
+ true if the locally stored value has been set, false if the requested value could not
+ be stored locally.
- Java documentation for android.bluetooth.BluetoothGattCharacteristic.setValue(int, int, int)
.
+ Java documentation for android.bluetooth.BluetoothGattCharacteristic.setValue(byte[])
.
@@ -1818,14 +1826,12 @@
New value for this characteristic
- Integer format type used to transform the value parameter
- Offset at which the value should be placed
Set the locally stored value of this characteristic.
true if the locally stored value has been set
- Java documentation for android.bluetooth.BluetoothGattCharacteristic.setValue(int, int, int)
.
+ Java documentation for android.bluetooth.BluetoothGattCharacteristic.setValue(java.lang.String)
.
@@ -1924,15 +1930,14 @@
Mantissa for this characteristic
exponent value for this characteristic
- New value for this characteristic
- Integer format type used to transform the value parameter
+ Float format type used to transform the value parameter
Offset at which the value should be placed
Set the locally stored value of this characteristic.
true if the locally stored value has been set
- Java documentation for android.bluetooth.BluetoothGattCharacteristic.setValue(int, int, int)
.
+ Java documentation for android.bluetooth.BluetoothGattCharacteristic.setValue(int, int, int, int)
.
diff --git a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattDescriptor.xml b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattDescriptor.xml
index 06f2c06610..d51ed89b92 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattDescriptor.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattDescriptor.xml
@@ -75,14 +75,13 @@
- The characteristic this descriptor belongs to
The UUID for this descriptor
Permissions for this descriptor
Create a new BluetoothGattDescriptor.
- Java documentation for android.bluetooth.BluetoothGattDescriptor.BluetoothGattDescriptor(android.bluetooth.BluetoothGattCharacteristic, java.util.UUID, int, int)
.
+ Java documentation for android.bluetooth.BluetoothGattDescriptor.BluetoothGattDescriptor(java.util.UUID, int)
.
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 dbae406cb3..72bc73f4e8 100644
--- a/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattService.xml
+++ b/docs/Mono.Android/en/Android.Bluetooth/BluetoothGattService.xml
@@ -75,11 +75,22 @@
- To be added.
- To be added.
+ The UUID for this service
+ The type of this service,
+ BluetoothGattService#SERVICE_TYPE_PRIMARY
+ or BluetoothGattService#SERVICE_TYPE_SECONDARY
Create a new BluetoothGattService.
- Portions of this page are modifications based on work created and shared 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.BluetoothGattService(java.util.UUID, int)
.
+
+
+
+ Portions of this page are modifications based on 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 +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 5983b6fd54..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.
@@ -108,12 +112,12 @@
To be added.
- Block until a connection is established.
+ Block until a connection is established, with timeout.
a connected BluetoothSocket
- Java documentation for android.bluetooth.BluetoothServerSocket.accept()
.
+ Java documentation for android.bluetooth.BluetoothServerSocket.accept(int)
.
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/CrossProfileApps.xml b/docs/Mono.Android/en/Android.Content.PM/CrossProfileApps.xml
index a15d9dba1a..f02d85c9f8 100644
--- a/docs/Mono.Android/en/Android.Content.PM/CrossProfileApps.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/CrossProfileApps.xml
@@ -384,11 +384,27 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The intent to launch. A component in the caller package must be specified.
+ The UserHandle of the profile; must be one of the users returned by
+ #getTargetUserProfiles() if different to the calling user, otherwise a
+ SecurityException will be thrown.
+ The activity to start the new activity from for the purposes of
+ passing back any result and deciding which task the new activity should belong to. If
+ null, the activity will always be started in a new task and no result will be
+ returned.
+ Starts the specified activity of the caller package in the specified profile.
+
+
+
+ Java documentation for android.content.pm.CrossProfileApps.startActivity(android.content.Intent, android.os.UserHandle, 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.
+
@@ -417,12 +433,28 @@
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
- To be added.
+ The intent to launch. A component in the caller package must be specified.
+ The UserHandle of the profile; must be one of the users returned by
+ #getTargetUserProfiles() if different to the calling user, otherwise a
+ SecurityException will be thrown.
+ The activity to start the new activity from for the purposes of
+ passing back any result and deciding which task the new activity should belong to. If
+ null, the activity will always be started in a new task and no result will be
+ returned.
+ The activity options or null. See android.app.ActivityOptions.
+ Starts the specified activity of the caller package in the specified profile.
+
+
+
+ Java documentation for android.content.pm.CrossProfileApps.startActivity(android.content.Intent, android.os.UserHandle, 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.Content.PM/LabeledIntent.xml b/docs/Mono.Android/en/Android.Content.PM/LabeledIntent.xml
index 54d6237eea..eaa7273bd2 100644
--- a/docs/Mono.Android/en/Android.Content.PM/LabeledIntent.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/LabeledIntent.xml
@@ -80,17 +80,15 @@
- To be added.
- The original Intent to copy.
The package in which the label and icon live.
- Resource containing the label, or 0 if none.
+ Concrete text to use for the label.
Resource containing the icon, or 0 if none.
- Create a labeled intent from the given intent, supplying the label
- and icon resources for it.
+ Create a labeled intent with no intent data but supplying a textual
+ label and icon resource for it.
- Java documentation for android.content.pm.LabeledIntent.LabeledIntent(android.content.Intent, java.lang.String, int, int)
.
+ Java documentation for android.content.pm.LabeledIntent.LabeledIntent(java.lang.String, java.lang.CharSequence, int)
.
@@ -124,16 +122,15 @@
- The original Intent to copy.
The package in which the label and icon live.
Resource containing the label, or 0 if none.
Resource containing the icon, or 0 if none.
- Create a labeled intent from the given intent, supplying the label
+ Create a labeled intent with no intent data but supplying the label
and icon resources for it.
- Java documentation for android.content.pm.LabeledIntent.LabeledIntent(android.content.Intent, java.lang.String, int, int)
.
+ Java documentation for android.content.pm.LabeledIntent.LabeledIntent(java.lang.String, int, int)
.
@@ -201,17 +198,16 @@
- To be added.
The original Intent to copy.
The package in which the label and icon live.
- Resource containing the label, or 0 if none.
+ Concrete text to use for the label.
Resource containing the icon, or 0 if none.
- Create a labeled intent from the given intent, supplying the label
- and icon resources for it.
+ Create a labeled intent from the given intent, supplying a textual
+ label and icon resource for it.
- Java documentation for android.content.pm.LabeledIntent.LabeledIntent(android.content.Intent, java.lang.String, int, int)
.
+ Java documentation for android.content.pm.LabeledIntent.LabeledIntent(android.content.Intent, java.lang.String, java.lang.CharSequence, int)
.
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/LauncherApps.xml b/docs/Mono.Android/en/Android.Content.PM/LauncherApps.xml
index 99780a4dc1..8e9db5a5f2 100644
--- a/docs/Mono.Android/en/Android.Content.PM/LauncherApps.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/LauncherApps.xml
@@ -827,7 +827,7 @@
- Java documentation for android.content.pm.LauncherApps.pinShortcuts(java.lang.String, java.util.List, android.os.UserHandle)
.
+ Java documentation for android.content.pm.LauncherApps.pinShortcuts(java.lang.String, java.util.List<java.lang.String>, android.os.UserHandle)
.
@@ -937,9 +937,9 @@
+ The callback to register.
that should be used to post callbacks on, may be null.
- The callback to register.
Registers a callback for changes to packages in this user and managed profiles.
@@ -979,9 +979,9 @@
- The callback to register.
Executor to handle the callbacks, cannot be null.
+ The callback to register.
Register a callback to watch for session lifecycle events in this user and managed profiles.
@@ -1274,17 +1274,16 @@
- To be added.
- To be added.
- To be added.
- The target shortcut.
+ The target shortcut package name.
+ The target shortcut ID.
The Rect containing the source bounds of the clicked icon.
Options to pass to startActivity.
- Launches a shortcut.
+ The UserHandle of the profile.
+ Starts a shortcut.
- Java documentation for android.content.pm.LauncherApps.startShortcut(android.content.pm.ShortcutInfo, android.graphics.Rect, android.os.Bundle)
.
+ Java documentation for android.content.pm.LauncherApps.startShortcut(java.lang.String, java.lang.String, android.graphics.Rect, android.os.Bundle, android.os.UserHandle)
.
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/PackageInstaller.xml b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller.xml
index 0611f55298..6340ba030d 100644
--- a/docs/Mono.Android/en/Android.Content.PM/PackageInstaller.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/PackageInstaller.xml
@@ -1027,11 +1027,21 @@
- To be added.
- To be added.
- To be added.
+ The versioned package to uninstall.
+ Where to deliver the result.
+ Uninstall the given package with a specific version code, removing it
+ completely from 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.content.pm.PackageInstaller.uninstall(android.content.pm.VersionedPackage, 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.
@@ -1059,11 +1069,20 @@
- To be added.
- To be added.
+ The package to uninstall.
+ Where to deliver the result.
Uninstall the given package, removing it completely from 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.content.pm.PackageInstaller.uninstall(java.lang.String, 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.
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 2418ac9d5a..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.
@@ -5776,14 +5790,13 @@
The intent for which you would like to retrieve a banner.
- Name of the activity whose banner is to be retrieved.
- Retrieve the banner associated with an activity.
+ Retrieve the banner associated with an Intent.
Returns the image of the banner, or null if the activity has no
banner specified.
- Java documentation for android.content.pm.PackageManager.getActivityBanner(android.content.ComponentName)
.
+ Java documentation for android.content.pm.PackageManager.getActivityBanner(android.content.Intent)
.
@@ -5866,14 +5879,13 @@
The intent for which you would like to retrieve an icon.
- Name of the activity whose icon is to be retrieved.
- Retrieve the icon associated with an activity.
+ Retrieve the icon associated with an Intent.
Returns the image of the icon, or the default activity icon if
it could not be found. Does not return null.
- Java documentation for android.content.pm.PackageManager.getActivityIcon(android.content.ComponentName)
.
+ Java documentation for android.content.pm.PackageManager.getActivityIcon(android.content.Intent)
.
@@ -6012,14 +6024,13 @@
The intent for which you would like to retrieve a logo.
- Name of the activity whose logo is to be retrieved.
- Retrieve the logo associated with an activity.
- Returns the image of the logo or null if the activity has no logo
- specified.
+ Retrieve the logo associated with an Intent.
+ Returns the image of the logo, or null if the activity has no
+ logo specified.
- Java documentation for android.content.pm.PackageManager.getActivityLogo(android.content.ComponentName)
.
+ Java documentation for android.content.pm.PackageManager.getActivityLogo(android.content.Intent)
.
@@ -6149,15 +6160,14 @@
Name of the package whose application banner is to be
- retrieved.
- Information about application being queried.
+ retrieved.
Retrieve the banner associated with an application.
Returns the image of the banner or null if the application has no
banner specified.
- Java documentation for android.content.pm.PackageManager.getApplicationBanner(android.content.pm.ApplicationInfo)
.
+ Java documentation for android.content.pm.PackageManager.getApplicationBanner(java.lang.String)
.
@@ -6281,15 +6291,14 @@
Name of the package whose application icon is to be
- retrieved.
- Information about application being queried.
+ retrieved.
Retrieve the icon associated with an application.
Returns the image of the icon, or the default application icon
- if it could not be found.
+ if it could not be found. Does not return null.
- Java documentation for android.content.pm.PackageManager.getApplicationIcon(android.content.pm.ApplicationInfo)
.
+ Java documentation for android.content.pm.PackageManager.getApplicationIcon(java.lang.String)
.
@@ -6507,15 +6516,14 @@
Name of the package whose application logo is to be
- retrieved.
- Information about application being queried.
+ retrieved.
Retrieve the logo associated with an application.
- Returns the image of the logo, or null if no logo is specified
- by the application.
+ Returns the image of the logo, or null if no application logo
+ has been specified.
- Java documentation for android.content.pm.PackageManager.getApplicationLogo(android.content.pm.ApplicationInfo)
.
+ Java documentation for android.content.pm.PackageManager.getApplicationLogo(java.lang.String)
.
@@ -6739,7 +6747,7 @@
- Java documentation for android.content.pm.PackageManager.getGroupOfPlatformPermission(java.lang.String, java.util.concurrent.Executor, java.util.function.Consumer)
.
+ Java documentation for android.content.pm.PackageManager.getGroupOfPlatformPermission(java.lang.String, java.util.concurrent.Executor, java.util.function.Consumer<java.lang.String>)
.
@@ -6925,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
@@ -7429,12 +7441,12 @@
desired package.
Return an array of all of the POSIX secondary group IDs that have been
assigned to the given package.
- Returns an int array of the assigned GIDs, or null if there are
+ Returns an int array of the assigned gids, or null if there are
none.
- Java documentation for android.content.pm.PackageManager.getPackageGids(java.lang.String)
.
+ Java documentation for android.content.pm.PackageManager.getPackageGids(java.lang.String, int)
.
@@ -7533,8 +7545,7 @@
The full name (i.e. com.google.apps.contacts) of the
- desired package.
- The versioned package for which to query.
+ desired package.
Additional option flags to modify the data returned.
Retrieve overall information about an application package that is
installed on the system.
@@ -7548,7 +7559,7 @@
- Java documentation for android.content.pm.PackageManager.getPackageInfo(android.content.pm.VersionedPackage, int)
.
+ Java documentation for android.content.pm.PackageManager.getPackageInfo(java.lang.String, int)
.
@@ -7856,7 +7867,7 @@
- Java documentation for android.content.pm.PackageManager.getPlatformPermissionsForGroup(java.lang.String, java.util.concurrent.Executor, java.util.function.Consumer)
.
+ Java documentation for android.content.pm.PackageManager.getPlatformPermissionsForGroup(java.lang.String, java.util.concurrent.Executor, java.util.function.Consumer<java.util.List<java.lang.String>>)
.
@@ -7882,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
@@ -7908,7 +7923,7 @@
- Java documentation for android.content.pm.PackageManager.getPreferredActivities(java.util.List, java.util.List, java.lang.String)
.
+ Java documentation for android.content.pm.PackageManager.getPreferredActivities(java.util.List<android.content.IntentFilter>, java.util.List<android.content.ComponentName>, java.lang.String)
.
@@ -7934,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>
@@ -8274,14 +8293,14 @@
- To be added.
- Information about the desired application.
- Retrieve the resources for an application.
+ Package name of the application whose resources
+ are to be retrieved.
+ Retrieve the resources associated with an application.
Returns the application's Resources.
- Java documentation for android.content.pm.PackageManager.getResourcesForApplication(android.content.pm.ApplicationInfo)
.
+ Java documentation for android.content.pm.PackageManager.getResourcesForApplication(java.lang.String)
.
@@ -8320,14 +8339,14 @@
- To be added.
Information about the desired application.
- Retrieve the resources for an application.
+ Overridden configuration when loading the Resources
+ Retrieve the resources for an application for the provided configuration.
Returns the application's Resources.
- Java documentation for android.content.pm.PackageManager.getResourcesForApplication(android.content.pm.ApplicationInfo)
.
+ Java documentation for android.content.pm.PackageManager.getResourcesForApplication(android.content.pm.ApplicationInfo, android.content.res.Configuration)
.
@@ -9064,17 +9083,16 @@
- To be added.
- uid whose signing certificates to check
+ package whose signing certificates to check
signing certificate for which to search
representation of the certificate
- Searches the set of signing certificates by which the package(s) for the given uid has proven
- to have been signed.
+ Searches the set of signing certificates by which the given package has proven to have been
+ signed.
true if this package was or is signed by exactly the certificate certificate
- Java documentation for android.content.pm.PackageManager.hasSigningCertificate(int, byte[], int)
.
+ Java documentation for android.content.pm.PackageManager.hasSigningCertificate(java.lang.String, byte[], int)
.
@@ -9153,13 +9171,13 @@
To be added.
To be added.
- Check whether the given feature name is one of the available features as
- returned by #getSystemAvailableFeatures().
+ Check whether the given feature name and version is one of the available
+ features as returned by #getSystemAvailableFeatures().
Returns true if the devices supports the feature, else false.
- Java documentation for android.content.pm.PackageManager.hasSystemFeature(java.lang.String)
.
+ Java documentation for android.content.pm.PackageManager.hasSystemFeature(java.lang.String, int)
.
@@ -9386,15 +9404,14 @@
- To be added.
- <strong>Note: </strong>In retrospect it would have been preferred to use
- more inclusive terminology when naming this API.
- whether this package is whitelisted from having its runtime permission be
- auto-revoked if unused for an extended period of time.
+ The app for which to set exemption.
+ Checks whether an application is exempt from having its permissions be automatically revoked
+ when the app is unused for an extended period of time.
+ Whether the app is whitelisted.
- Java documentation for android.content.pm.PackageManager.isAutoRevokeWhitelisted()
.
+ Java documentation for android.content.pm.PackageManager.isAutoRevokeWhitelisted(java.lang.String)
.
@@ -9428,13 +9445,13 @@
- To be added.
- Gets whether this application is an instant app.
- Whether caller is an instant app.
+ The package to check
+ Gets whether the given package is an instant app.
+ Whether the given package is an instant app.
- Java documentation for android.content.pm.PackageManager.isInstantApp()
.
+ Java documentation for android.content.pm.PackageManager.isInstantApp(java.lang.String)
.
@@ -9469,13 +9486,13 @@
To be added.
- Apps can query this to know if they have been suspended.
+ Query if an app is currently suspended.
- true if the calling package has been suspended, false otherwise.
+ true if the given package is suspended, false otherwise
- Java documentation for android.content.pm.PackageManager.isPackageSuspended()
.
+ Java documentation for android.content.pm.PackageManager.isPackageSuspended(java.lang.String)
.
@@ -10609,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
@@ -11253,7 +11274,7 @@
- Java documentation for android.content.pm.PackageManager.setMimeGroup(java.lang.String, java.util.Set)
.
+ Java documentation for android.content.pm.PackageManager.setMimeGroup(java.lang.String, java.util.Set<java.lang.String>)
.
diff --git a/docs/Mono.Android/en/Android.Content.PM/PermissionGroupInfo.xml b/docs/Mono.Android/en/Android.Content.PM/PermissionGroupInfo.xml
index 3586f564fa..f2ff8412c3 100644
--- a/docs/Mono.Android/en/Android.Content.PM/PermissionGroupInfo.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/PermissionGroupInfo.xml
@@ -116,7 +116,7 @@
- Java documentation for android.content.pm.PermissionGroupInfo.PermissionGroupInfo()
.
+ Java documentation for android.content.pm.PermissionGroupInfo.PermissionGroupInfo(android.content.pm.PermissionGroupInfo)
.
diff --git a/docs/Mono.Android/en/Android.Content.PM/PermissionInfo.xml b/docs/Mono.Android/en/Android.Content.PM/PermissionInfo.xml
index ed39ddbe4a..cab4aa65ae 100644
--- a/docs/Mono.Android/en/Android.Content.PM/PermissionInfo.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/PermissionInfo.xml
@@ -116,7 +116,7 @@
- Java documentation for android.content.pm.PermissionInfo.PermissionInfo()
.
+ Java documentation for android.content.pm.PermissionInfo.PermissionInfo(android.content.pm.PermissionInfo)
.
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 e843cd919e..bed839f94e 100644
--- a/docs/Mono.Android/en/Android.Content.PM/ShortcutManager.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/ShortcutManager.xml
@@ -87,7 +87,7 @@
- Java documentation for android.content.pm.ShortcutManager.addDynamicShortcuts(java.util.List)
.
+ Java documentation for android.content.pm.ShortcutManager.addDynamicShortcuts(java.util.List<android.content.pm.ShortcutInfo>)
.
@@ -172,7 +172,7 @@
- Java documentation for android.content.pm.ShortcutManager.disableShortcuts(java.util.List)
.
+ Java documentation for android.content.pm.ShortcutManager.disableShortcuts(java.util.List<java.lang.String>)
.
@@ -209,11 +209,12 @@
To be added.
To be added.
- Disable pinned shortcuts.
+ Disable pinned shortcuts, showing the user a custom error message when they try to select
+ the disabled shortcuts.
- Java documentation for android.content.pm.ShortcutManager.disableShortcuts(java.util.List)
.
+ Java documentation for android.content.pm.ShortcutManager.disableShortcuts(java.util.List<java.lang.String>, java.lang.CharSequence)
.
@@ -244,11 +245,12 @@
To be added.
To be added.
- Disable pinned shortcuts.
+ Disable pinned shortcuts, showing the user a custom error message when they try to select
+ the disabled shortcuts.
- Java documentation for android.content.pm.ShortcutManager.disableShortcuts(java.util.List)
.
+ Java documentation for android.content.pm.ShortcutManager.disableShortcuts(java.util.List<java.lang.String>, java.lang.CharSequence)
.
@@ -323,7 +325,7 @@
- Java documentation for android.content.pm.ShortcutManager.enableShortcuts(java.util.List)
.
+ Java documentation for android.content.pm.ShortcutManager.enableShortcuts(java.util.List<java.lang.String>)
.
@@ -934,7 +936,7 @@
- Java documentation for android.content.pm.ShortcutManager.removeDynamicShortcuts(java.util.List)
.
+ Java documentation for android.content.pm.ShortcutManager.removeDynamicShortcuts(java.util.List<java.lang.String>)
.
@@ -973,7 +975,7 @@
- Java documentation for android.content.pm.ShortcutManager.removeLongLivedShortcuts(java.util.List)
.
+ Java documentation for android.content.pm.ShortcutManager.removeLongLivedShortcuts(java.util.List<java.lang.String>)
.
@@ -1059,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
@@ -1111,7 +1113,7 @@
- Java documentation for android.content.pm.ShortcutManager.setDynamicShortcuts(java.util.List)
.
+ Java documentation for android.content.pm.ShortcutManager.setDynamicShortcuts(java.util.List<android.content.pm.ShortcutInfo>)
.
@@ -1214,7 +1216,7 @@
- Java documentation for android.content.pm.ShortcutManager.updateShortcuts(java.util.List)
.
+ Java documentation for android.content.pm.ShortcutManager.updateShortcuts(java.util.List<android.content.pm.ShortcutInfo>)
.
diff --git a/docs/Mono.Android/en/Android.Content.PM/Signature.xml b/docs/Mono.Android/en/Android.Content.PM/Signature.xml
index e875f30152..1e3cd908fa 100644
--- a/docs/Mono.Android/en/Android.Content.PM/Signature.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/Signature.xml
@@ -71,7 +71,16 @@
To be added.
Create Signature from an existing raw byte 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.content.pm.Signature.Signature(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.
@@ -96,11 +105,20 @@
- To be added.
+ hex-encoded string representing the signature
Create Signature from a text representation previously returned by
- or .
+ #toChars or #toCharsString().
- Portions of this page are modifications based on work created and shared 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.Signature.Signature(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.
when signature is odd-length
@@ -391,13 +409,15 @@
Existing char array or null.
Output parameter for the number of characters written in
- to the array.
- Encode the Signature as ASCII text.
- To be added.
+ to the array.
+ Encode the Signature as ASCII text in to an existing array.
+ Returns either <var>existingArray</var> if it was large enough
+ to hold the ASCII representation, or a newly created char[] array if
+ needed.
- Java documentation for android.content.pm.Signature.toChars()
.
+ Java documentation for android.content.pm.Signature.toChars(char[], int[])
.
diff --git a/docs/Mono.Android/en/Android.Content.PM/VersionedPackage.xml b/docs/Mono.Android/en/Android.Content.PM/VersionedPackage.xml
index 3b0c928c59..75770e2b4a 100644
--- a/docs/Mono.Android/en/Android.Content.PM/VersionedPackage.xml
+++ b/docs/Mono.Android/en/Android.Content.PM/VersionedPackage.xml
@@ -111,7 +111,7 @@
- Java documentation for android.content.pm.VersionedPackage.VersionedPackage(java.lang.String, int)
.
+ Java documentation for android.content.pm.VersionedPackage.VersionedPackage(java.lang.String, long)
.
diff --git a/docs/Mono.Android/en/Android.Content.Res.Loader/ResourcesLoader.xml b/docs/Mono.Android/en/Android.Content.Res.Loader/ResourcesLoader.xml
index 1b803c8c23..ebcf145b37 100644
--- a/docs/Mono.Android/en/Android.Content.Res.Loader/ResourcesLoader.xml
+++ b/docs/Mono.Android/en/Android.Content.Res.Loader/ResourcesLoader.xml
@@ -217,7 +217,7 @@
Property setter documentation:
- Java documentation for android.content.res.loader.ResourcesLoader.setProviders(java.util.List)
.
+ Java documentation for android.content.res.loader.ResourcesLoader.setProviders(java.util.List<android.content.res.loader.ResourcesProvider>)
.
diff --git a/docs/Mono.Android/en/Android.Content.Res.Loader/ResourcesProvider.xml b/docs/Mono.Android/en/Android.Content.Res.Loader/ResourcesProvider.xml
index 09d1bb2b13..ae5e08047e 100644
--- a/docs/Mono.Android/en/Android.Content.Res.Loader/ResourcesProvider.xml
+++ b/docs/Mono.Android/en/Android.Content.Res.Loader/ResourcesProvider.xml
@@ -247,14 +247,14 @@
- To be added.
the file descriptor of the APK to load
+ the assets provider that overrides the loading of file-based resources
Creates a ResourcesProvider from an APK (.apk) file descriptor.
To be added.
- Java documentation for android.content.res.loader.ResourcesProvider.loadFromApk(android.os.ParcelFileDescriptor)
.
+ Java documentation for android.content.res.loader.ResourcesProvider.loadFromApk(android.os.ParcelFileDescriptor, android.content.res.loader.AssetsProvider)
.
@@ -374,11 +374,22 @@
- To be added.
- To be added.
- To be added.
+ the file descriptor of the resources table to load
+ the assets provider that implements the loading of file-based resources
+ Creates a ResourcesProvider from a resources table (.arsc) file descriptor.
To be added.
- To be added.
+
+
+
+ Java documentation for android.content.res.loader.ResourcesProvider.loadFromTable(android.os.ParcelFileDescriptor, android.content.res.loader.AssetsProvider)
.
+
+
+
+ Portions of this page are modifications based on work created and shared by the
+ Android Open 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+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/AssetFileDescriptor.xml b/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor.xml
index 3bc005e02f..236a2ba224 100644
--- a/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor.xml
+++ b/docs/Mono.Android/en/Android.Content.Res/AssetFileDescriptor.xml
@@ -139,17 +139,18 @@
- To be added.
The underlying file descriptor.
The location within the file that the asset starts.
This must be 0 if length is UNKNOWN_LENGTH.
The number of bytes of the asset, or
#UNKNOWN_LENGTH if it extends to the end of the file.
+ additional details that can be used to interpret the
+ underlying file descriptor. May be null.
Create a new AssetFileDescriptor from the given values.
- Java documentation for android.content.res.AssetFileDescriptor.AssetFileDescriptor(android.os.ParcelFileDescriptor, long, long)
.
+ Java documentation for android.content.res.AssetFileDescriptor.AssetFileDescriptor(android.os.ParcelFileDescriptor, long, long, android.os.Bundle)
.
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/AssetManager.xml b/docs/Mono.Android/en/Android.Content.Res/AssetManager.xml
index 2c5cbee064..4be50f1a46 100644
--- a/docs/Mono.Android/en/Android.Content.Res/AssetManager.xml
+++ b/docs/Mono.Android/en/Android.Content.Res/AssetManager.xml
@@ -306,14 +306,15 @@
- Desired access mode for retrieving the data.
The name of the asset to open. This name can be hierarchical.
- Open an asset using ACCESS_STREAMING mode.
+ Desired access mode for retrieving the data.
+ Open an asset using an explicit access mode, returning an InputStream to
+ read its contents.
To be added.
- Java documentation for android.content.res.AssetManager.open(java.lang.String)
.
+ Java documentation for android.content.res.AssetManager.open(java.lang.String, int)
.
@@ -393,14 +394,13 @@
- Identifier of the package to be opened.
Name of the asset to retrieve.
Open a non-asset as an asset by mmapping it and returning an AssetFileDescriptor.
To be added.
- Java documentation for android.content.res.AssetManager.openNonAssetFd(int, java.lang.String)
.
+ Java documentation for android.content.res.AssetManager.openNonAssetFd(java.lang.String)
.
@@ -480,14 +480,13 @@
- Identifier of the package to be opened.
The name of the file to retrieve.
Retrieve a parser for a compiled XML file.
To be added.
- Java documentation for android.content.res.AssetManager.openXmlResourceParser(int, java.lang.String)
.
+ Java documentation for android.content.res.AssetManager.openXmlResourceParser(java.lang.String)
.
diff --git a/docs/Mono.Android/en/Android.Content.Res/ColorStateList.xml b/docs/Mono.Android/en/Android.Content.Res/ColorStateList.xml
index 5505a2c035..7eb2dded72 100644
--- a/docs/Mono.Android/en/Android.Content.Res/ColorStateList.xml
+++ b/docs/Mono.Android/en/Android.Content.Res/ColorStateList.xml
@@ -70,13 +70,12 @@
To be added.
To be added.
- the source color state list
- Creates a ColorStateList with the same properties as another
- ColorStateList.
+ Creates a ColorStateList that returns the specified mapping from
+ states to colors.
- Java documentation for android.content.res.ColorStateList.ColorStateList(android.content.res.ColorStateList)
.
+ Java documentation for android.content.res.ColorStateList.ColorStateList(int[][], int[])
.
@@ -223,9 +222,9 @@
- To be added.
Resources against which the ColorStateList should be inflated.
Parser for the XML document defining the ColorStateList.
+ To be added.
Creates a ColorStateList from an XML document.
A new color state list.
diff --git a/docs/Mono.Android/en/Android.Content.Res/Configuration.xml b/docs/Mono.Android/en/Android.Content.Res/Configuration.xml
index a4aa4e1380..43e4c85163 100644
--- a/docs/Mono.Android/en/Android.Content.Res/Configuration.xml
+++ b/docs/Mono.Android/en/Android.Content.Res/Configuration.xml
@@ -105,11 +105,11 @@
To be added.
- Construct an invalid Configuration.
+ Makes a deep copy suitable for modification.
- Java documentation for android.content.res.Configuration.Configuration()
.
+ Java documentation for android.content.res.Configuration.Configuration(android.content.res.Configuration)
.
@@ -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 @@