diff --git a/js/builtin/deviceinfokit/include/nativeapi_deviceinfo.h b/js/builtin/deviceinfokit/include/nativeapi_deviceinfo.h index 977a083..9465ef1 100644 --- a/js/builtin/deviceinfokit/include/nativeapi_deviceinfo.h +++ b/js/builtin/deviceinfokit/include/nativeapi_deviceinfo.h @@ -33,6 +33,8 @@ private: static bool GetRegion(JSIValue result); static bool GetAPILevel(JSIValue result); static bool GetDeviceType(JSIValue result); + static bool GetSdkMinorApiVersion(JSIValue result); + static bool GetSdkPatchApiVersion(JSIValue result); }; } // ACELite } // OHOS