文件最后提交记录最后更新时间
Issue: #I6DX6A Description: SystemFeature模块,目录结构迁移 Sig: SIG_Sample Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: hongshengquan <hongshengquan3@huawei.com> 3 年前
修改模块级配置文件解决编译失败问题 Signed-off-by: zwx1126739 <zhanghong121@huawei.com> 2 年前
Upload、AbilityAccessCtrl、MissionManager、StaticSubscriber、Bluetooth ohpm迁移 Signed-off-by: zwx1126739 <zhanghong121@huawei.com> 3 年前
IssueNo: #I6FN5Y:readme整改 Description: readme Update Sig: SIG_applications_app_samples Feature or Bugfix: Feature Binary Source: No Signed-off-by: mashitao2 <mashitao2@huawei.com> 3 年前
fear: add MissionMnaager AutoTest Signed-off-by: guojin31 <guojin31@huawei.com> 3 年前
修改失效链接 Signed-off-by: yuandongping <yuandongping@huawei.com> 1 年前
修复MusicControl、FormGame、EnterpriseAdminExtensionAbility、Launcher、MissionManager断链 Signed-off-by: yuandongping <yuandongping@huawei.com> 1 年前
revert sdk version 10->9 Signed-off-by: sunwenxu <sunwenxu1@huawei.com> 3 年前
Issue: #I6DX6A Description: SystemFeature模块,目录结构迁移 Sig: SIG_Sample Feature or Bugfix: Bugfix Binary Source: No Signed-off-by: hongshengquan <hongshengquan3@huawei.com> 3 年前
Upload、AbilityAccessCtrl、MissionManager、StaticSubscriber、Bluetooth ohpm迁移 Signed-off-by: zwx1126739 <zhanghong121@huawei.com> 3 年前
Upload、AbilityAccessCtrl、MissionManager、StaticSubscriber、Bluetooth ohpm迁移 Signed-off-by: zwx1126739 <zhanghong121@huawei.com> 3 年前
Upload、AbilityAccessCtrl、MissionManager、StaticSubscriber、Bluetooth ohpm迁移 Signed-off-by: zwx1126739 <zhanghong121@huawei.com> 3 年前
fear: add MissionMnaager AutoTest Signed-off-by: guojin31 <guojin31@huawei.com> 3 年前
README.md

Mission Manager

Introduction

This sample calls APIs related to the mission manager to lock, unlock, and clear missions, and switch them to the foreground.

Concepts

Mission manager: You can lock, unlock, and clear missions, and switch them to the foreground.

Required Permissions

ohos.permission.MANAGE_MISSIONS

Usage

  1. Pull down the sample app to obtain the mission information, including the bundle name, running status, locking status, mission snapshot, and whether the mission supports migration. Information about a maximum of 10 missions can be obtained.

  2. Swipe left on the mission list and touch Lock to lock a mission.

  3. If the mission is locked, touch Unlock to unlock it.

  4. Touch Delete to delete a mission.

  5. Touch Move to switch a mission to the foreground.

Constraints

  1. This sample can only be run on standard-system devices.

  2. This sample supports only the SDK of API version 9 and uses the system API @ohos.application.missionManager. Therefore, you must manually switch to the Full SDK for successful compilation. For details about the operation, see Guide to Switching to Full SDK.

  3. DevEco Studio 3.1 Canary1 (Build Version: 3.1.0.100) must be used.

  4. The permission ohos.permission.MANAGE_MISSIONS is at the system_core level. Therefore, you must manually configure the signature for the corresponding permission level. For details about the permission level, see Permission List. For details about the configuration operation, see Having Your App Automatically Signed.