Skip to content

Commit

Permalink
feat: persistent
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Dec 14, 2024
1 parent 6ecfcef commit 3ef6c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

## 后台运行 {#persistent}

如何尽量保持后台运行不被系统回收
如何尽量保持后台运行不被系统暂停/杀死

- 任务切换界面给 GKD 应用卡片加锁即可

Expand All @@ -51,7 +51,7 @@
- 允许后台活动, 关闭省电策略, 或者设置 GKD 的省电策略为无限制
- 允许 GKD 自启动

某些系统如 MagicOS9 需要打开 `允许后台活动`, 否则 GKD 在后台时无法被系统分配执行
某些系统如 MagicOS9 需要打开 `允许后台活动`, 否则 GKD 在后台时会被系统暂停执行

<GImg src="0038.jpg" />

Expand Down

0 comments on commit 3ef6c40

Please sign in to comment.