Device App APIApp ServiceexitVersion: v3.xOn this pageexitStart from API_LEVEL 3.0 . Please refer to API_LEVEL.Called in the background service, it will exit the service and will not affect the foreground page.infopermission code: device:os.bg_serviceTypefunction exit(): voidExampleimport { exit } from '@zos/app-service'exit()