1# ExtensionContext 2 3>  **NOTE** 4> The initial APIs of this module are supported since API version 8. Newly added APIs will be marked with a superscript to indicate their earliest API version. 5 6 7Implements the extension context. This module is inherited from **Context**. 8 9 10## Attributes 11 12**System capability**: SystemCapability.Ability.AbilityRuntime.Core 13 14| Name| Type| Readable| Writable| Description| 15| -------- | -------- | -------- | -------- | -------- | 16| currentHapModuleInfo | HapModuleInfo | Yes| No| Information about the current HAP. | 17