• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OH_NativeBundle_ApplicationInfo
2<!--Kit: Ability Kit-->
3<!--Subsystem: BundleManager-->
4<!--Owner: @wanghang904-->
5<!--Designer: @hanfeng6-->
6<!--Tester: @kongjing2-->
7<!--Adviser: @Brilliantry_Rui-->
8
9## Overview
10
11The struct describes the application information, including the bundle name and fingerprint information.
12
13**Since**: 9
14
15**Related module**: [Native_Bundle](capi-native-bundle.md)
16
17**Header file**: [native_interface_bundle.h](capi-native-interface-bundle-h.md)
18
19## Summary
20
21### Member Variables
22
23| Name| Description|
24| -- | -- |
25| char* bundleName | Pointer to the bundle name of the application.|
26| 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.|
27