MediaPicker (.NET 11): document Android result recovery - #3405
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 5dc3f52:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| docs/platform-integration/device-media/picker.md | View (>=net-maui-8.0) | Details |
docs/platform-integration/device-media/picker.md
- Line 199, Column 161: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.Media.RecoveredMediaPickerResult'. - Line 199, Column 223: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.Media.RecoveredMediaPickerResult.Id'. - Line 199, Column 284: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.Media.RecoveredMediaPickerResult.Kind'. - Line 199, Column 351: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.Media.RecoveredMediaPickerResult.Files'. - Line 199, Column 498: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.Media.RecoveredMediaPickerResultKind'. - Line 226, Column 5: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.Media.MediaPicker.GetRecoveredMediaPickerResultsAsync*'. - Line 226, Column 129: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.Media.MediaPicker.ClearRecoveredMediaPickerResultAsync*'. - Line 226, Column 324: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.Media.MediaPicker.WaitForRecoveredMediaPickerResultsAsync*'. - Line 226, Column 530: [Warning: xref-not-found - See documentation]
Cross reference not found: 'Microsoft.Maui.Media.MediaPicker.DiscardPendingMediaPickerOperationAsync*'.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
There was a problem hiding this comment.
Pull request overview
Adds .NET MAUI .NET 11 documentation to the MediaPicker guide describing Android-only recovery of interrupted capture/picker operations, including the new recovery APIs and a sample showing how to process and clear recovered results.
Changes:
- Updates
ms.dateto 07/08/2026. - Adds a .NET 11 monikered section documenting Android MediaPicker result recovery APIs and usage guidance.
- Expands the UI-thread guidance wording to focus on methods that open camera/picker UI.
Show a summary per file
| File | Description |
|---|---|
| docs/platform-integration/device-media/picker.md | Documents .NET 11 Android-only MediaPicker recovery flow and updates page metadata. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 1
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
PoliCheck Scan ReportThe following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans. ✅ No issues foundMore information about PoliCheckInformation: PoliCheck | Severity Guidance | Term |
|
Learn Build status updates of commit 145f119: ✅ Validation status: passed
For more details, please refer to the build report. |
Summary
docs/platform-integration/device-media/picker.md.GetRecoveredMediaPickerResultsAsync,WaitForRecoveredMediaPickerResultsAsync,ClearRecoveredMediaPickerResultAsync, andDiscardPendingMediaPickerOperationAsync.ms.dateto 07/08/2026.Verification
git diff --check.Upstream MAUI PR: dotnet/maui#35455
Internal previews