Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
a2f8f909
D
Docs
项目概览
OpenHarmony
/
Docs
接近 2 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a2f8f909
编写于
3月 29, 2022
作者:
R
RayShih
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix sensetive words
Signed-off-by:
N
RayShih
<
shirui721@huawei.com
>
上级
4f2e33ee
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
3 addition
and
3 deletion
+3
-3
en/application-dev/ability/fa-pageability.md
en/application-dev/ability/fa-pageability.md
+1
-1
zh-cn/application-dev/ability/fa-pageability.md
zh-cn/application-dev/ability/fa-pageability.md
+1
-1
zh-cn/application-dev/quick-start/module-structure.md
zh-cn/application-dev/quick-start/module-structure.md
+1
-1
未找到文件。
en/application-dev/ability/fa-pageability.md
浏览文件 @
a2f8f909
...
...
@@ -67,7 +67,7 @@ You can override the lifecycle callbacks provided by the Page ability in the **a
authReadUriPermission
:
true
,
// Grant the permission to perform write operations on the URI.
authWriteUriPermission
:
true
,
// Support forwarding the
inte
nt result to the ability.
// Support forwarding the
Wa
nt result to the ability.
abilityForwardResult
:
true
,
// Enable abiligy continuation.
abilityContinuation
:
true
,
...
...
zh-cn/application-dev/ability/fa-pageability.md
浏览文件 @
a2f8f909
...
...
@@ -69,7 +69,7 @@ PageAbility提供命周期回调,开发者可以在`app.js/app.ets`中重写
authReadUriPermission
:
true
,
// Grant the permission to perform write operations on the URI.
authWriteUriPermission
:
true
,
// support forwarding the
inte
nt result to the ability.
// support forwarding the
Wa
nt result to the ability.
abilityForwardResult
:
true
,
// Enable abiligy continuation.
abilityContinuation
:
true
,
...
...
zh-cn/application-dev/quick-start/module-structure.md
浏览文件 @
a2f8f909
...
...
@@ -376,7 +376,7 @@ abilities示例
| 属性名称 | 含义 | 数据类型 | 是否可缺省 |
| -------- | ------------------------------------------------------------ | ---------- | -------------------- |
| actions | 该标签标识能够接收的意图的action值的集合,取值通常为系统预定义的action值,也允许自定义。 | 字符串数组 | 可缺省,缺省值为空。 |
| entities | 该标签标识能够接收
的Inte
nt的元能力的类别集合,取值通常为系统预定义的类别,也允许自定义。 | 字符串数组 | 可缺省,缺省值为空。 |
| entities | 该标签标识能够接收
Wa
nt的元能力的类别集合,取值通常为系统预定义的类别,也允许自定义。 | 字符串数组 | 可缺省,缺省值为空。 |
| uris | 该标签标识向 want过滤器添加数据规范集合。该规范可以是只有数据类型(mimeType 属性),可以是只有 URI,也可以是既有数据类型又有 URI。uris内部结构参考表8。 | 对象数组 | 可缺省,缺省值为空。 |
表8 uris对象的内部结构说明
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录