From 34c072d9832c0ad90560f9332a2238af35339107 Mon Sep 17 00:00:00 2001 From: liyan Date: Thu, 2 Feb 2023 08:06:41 +0000 Subject: [PATCH] update en/application-dev/application-models/data-share-via-want.md. Signed-off-by: li-yan339 Signed-off-by: liyan --- en/application-dev/application-models/data-share-via-want.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/application-models/data-share-via-want.md b/en/application-dev/application-models/data-share-via-want.md index 4ecdf35ead..c04bea2916 100644 --- a/en/application-dev/application-models/data-share-via-want.md +++ b/en/application-dev/application-models/data-share-via-want.md @@ -67,7 +67,7 @@ Users often need to share data (such as a text or an image) from one application For example, when **"ability.picker.type"** is **"application/pdf"**, **"ability.picker.fileNames"** is **"["APIs.pdf"]"**, and **"ability.picker.fileSizes"** is **"[350 \* 1024]"**, the application selector is displayed as follows: - stage-want2 + ![stage-want2](figures/stage-want2.png) In the preceding code, the **ability.want.params.INTENT** field is nested Want. In this field, **action** and **type** are used for implicit matching by the application selector. For details about implicit matching, see [Matching Rules of Implicit Want](explicit-implicit-want-mappings.md#matching-rules-of-implicit-want). After the user selects an application, the nested Want of the **ability.want.params.INTENT** field is passed to that application. -- GitLab