mirror of
https://github.com/openharmony/interface_sdk_c.git
synced 2026-08-24 06:23:09 -04:00
c989392830
OH_DeviceManager_GetLocalDeviceNameC is declared with @since 26.0.0 in the header, so the first_introduced field in libdevicemanager.ndk.json should be '26.0.0' instead of '26' to match the canonical version string. Co-Authored-By: Agent Signed-off-by: daiyunlong <daiyunlong4@huawei.com> 🤖 AI[100%] 🔧 Human Fixed[0%] 🧑 Human[0%] 👌 AI Adopted[100%] Co-authored-by: claude (glm-5.2) <ai@local>
11 lines
210 B
JSON
11 lines
210 B
JSON
[
|
|
{
|
|
"first_introduced": "20",
|
|
"name": "OH_DeviceManager_GetLocalDeviceName"
|
|
},
|
|
{
|
|
"first_introduced": "26.0.0",
|
|
"name": "OH_DeviceManager_GetLocalDeviceNameC"
|
|
}
|
|
]
|