OH_NativeBundle_ApplicationInfo
typedef struct {...} OH_NativeBundle_ApplicationInfo
Overview
The struct describes the application information, including the bundle name and fingerprint information.
Since: 9
Related module: Native_Bundle
Header file: native_interface_bundle.h
Summary
Member Variables
| Name | Description |
|---|---|
| char* bundleName | Pointer to the bundle name of the application. |
| char* fingerprint | Pointer to the fingerprint information of the application. It is generated by calculating the hash value of the signing certificate using the SHA-256 algorithm. This field changes when the used signing certificate changes. |
你可能感兴趣的鸿蒙文章
openharmony 鸿蒙 js-apis-app-ability-appServiceExtensionAbility
openharmony 鸿蒙 js-apis-inner-wantAgent-triggerInfo-sys
openharmony 鸿蒙 js-apis-inner-wantAgent-wantAgentInfo-sys
openharmony 鸿蒙 js-apis-appControl-sys
openharmony 鸿蒙 js-apis-app-ability-environmentCallback
openharmony 鸿蒙 js-apis-inner-application-missionInfo-sys
openharmony 鸿蒙 js-apis-bundleManager-sharedBundleInfo-sys
openharmony 鸿蒙 js-apis-inner-application-continueMissionInfo-sys
openharmony 鸿蒙 js-apis-inner-application-appServiceExtensionContext
openharmony 鸿蒙 js-apis-bundleManager-businessAbilityInfo-sys