From bd09374b52378056454aff4626d4d3f605b605c9 Mon Sep 17 00:00:00 2001 From: Ieuan Walker Date: Mon, 28 Apr 2025 10:56:12 +0100 Subject: [PATCH 1/2] Update picker.md --- .../device-media/picker.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/platform-integration/device-media/picker.md b/docs/platform-integration/device-media/picker.md index c0a04eade..23309cbc2 100644 --- a/docs/platform-integration/device-media/picker.md +++ b/docs/platform-integration/device-media/picker.md @@ -44,15 +44,19 @@ These permissions can be added in the following ways: Open the _Platforms/Android/AndroidManifest.xml_ file and add the following in the `manifest` node: ```xml + + + + + + + - - - - - - - + + + + ``` \- or - From 1a19b442065b0d298af0c54eb9a5a768906b3fe9 Mon Sep 17 00:00:00 2001 From: Ieuan Walker Date: Wed, 7 May 2025 12:39:15 +0100 Subject: [PATCH 2/2] Moved comments --- docs/platform-integration/device-media/picker.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/platform-integration/device-media/picker.md b/docs/platform-integration/device-media/picker.md index 23309cbc2..0c573d1e8 100644 --- a/docs/platform-integration/device-media/picker.md +++ b/docs/platform-integration/device-media/picker.md @@ -46,9 +46,12 @@ These permissions can be added in the following ways: ```xml - - - + + + + + +