未验证 提交 eaa9e07a 编写于 作者: O openharmony_ci 提交者: Gitee

!3979 Update Ability docs

Merge pull request !3979 from xuzhihao/master
......@@ -79,3 +79,37 @@ getApplicationContext(): Context;
// 必选项。
let context = this.context.getApplicationContext();
```
## Context.switchArea
switchArea(mode: AreaMode): void;
切换需要访问的文件分区。
**系统能力**:SystemCapability.Ability.AbilityRuntime.Core
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| mode | [AreaMode](#areamode) | 是 | 文件分区。 |
**示例:**
```js
var areaMode = 0;
this.context.switchArea(areaMode);
```
## AreaMode
访问的文件分区,每个文件分区有对应自己的内容。
**系统能力**:以下各项对应的系统能力均为SystemCapability.Ability.AbilityRuntime.Core
| 变量 | 值 | 描述 |
| --------------- | ---- | --------------- |
| EL1 | 0 | 设备级加密区。 |
| EL2 | 1 | 用户凭据加密区。默认为EL2。 |
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册