1e41f4b71Sopenharmony_ci# Native API Differences 2e41f4b71Sopenharmony_ci 3e41f4b71Sopenharmony_ciThe table below lists the native APIs changes in OpenHarmony 3.2 Beta2 over OpenHarmony 3.2 Beta1. 4e41f4b71Sopenharmony_ci 5e41f4b71Sopenharmony_ci## Standard System API Changes 6e41f4b71Sopenharmony_ci 7e41f4b71Sopenharmony_ci| Module| API | Change Type| Change Description | 8e41f4b71Sopenharmony_ci| -------- | ------------------------------------------------------------ | -------- | ----------------------------------------------- | 9e41f4b71Sopenharmony_ci| Bundle Management - BundleFramework| OH_NativeBundle_ApplicationInfo OH_NativeBundle_GetCurrentApplicationInfo() | Added | Added the APIs for obtaining the bundle name and fingerprint information of the current application.| 10e41f4b71Sopenharmony_ci| Graphics - NativeWindow| int32_t OH_NativeWindow_NativeWindowSetScalingMode(OHNativeWindow *window, uint32_t sequence, OHScalingMode scalingMode) | Added| Added the API for setting the scaling mode.| 11e41f4b71Sopenharmony_ci| Graphics - NativeWindow| int32_t OH_NativeWindow_NativeWindowSetMetaData(OHNativeWindow *window, uint32_t sequence, int32_t size, const OHHDRMetaData *metaData) | Added| Added the API for setting the HDR metadata.| 12e41f4b71Sopenharmony_ci| Graphics - NativeWindow| int32_t OH_NativeWindow_NativeWindowSetMetaDataSet(OHNativeWindow *window, uint32_t sequence, OHHDRMetadataKey key, int32_t size, const uint8_t *metaData) | Added| Added the API for setting the HDR metadata set.| 13e41f4b71Sopenharmony_ci| Graphics - NativeWindow| int32_t OH_NativeWindow_NativeWindowSetTunnelHandle(OHNativeWindow *window, const OHExtDataHandle *handle) | Added| Added the API for setting the tunnel handle.| 14