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. |