• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RecoverableApplicationInfo
2
3The **RecoverableApplicationInfo** module defines the information about a preinstalled application that can be restored after being uninstalled. The information can be obtained through [bundleManager.getRecoverableApplicationInfo](js-apis-bundleManager.md).
4
5> **NOTE**
6> The initial APIs of this module are supported since API version 11. Newly added APIs will be marked with a superscript to indicate their earliest API version.
7
8## RecoverableApplicationInfo
9
10Defines the information about a preinstalled application that can be restored after being uninstalled.
11
12**System API**: This is a system API.
13
14**System capability**: SystemCapability.BundleManager.BundleFramework.Core
15
16| Name            | Type                          | Readable| Writable| Description                  |
17| ---------------- | ------------------------------ | ---- | ---- | ---------------------- |
18| bundleName       | string                         | Yes  | No  | Bundle name.      |
19| moduleName       | string                         | Yes  | No  | Module name.|
20| labelId          | number                         | Yes  | No  | ID of the module label.    |
21| iconId           | number                         | Yes  | No  | ID of the module icon.   |
22