设备应用 APIapp-service 设备应用服务exit版本:v3On this pageexit API_LEVEL 3.0 开始支持,API 兼容性请参考 API_LEVEL。 在设备应用服务中调用,会退出该服务,不会影响前台页面。 信息权限代码: device:os.bg_service 类型 function exit(): void 代码示例 import { exit } from '@zos/app-service'exit()