Files
daiyunlong c989392830 fix: align first_introduced version with API since tag
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>
2026-07-27 14:09:18 +08:00

11 lines
210 B
JSON

[
{
"first_introduced": "20",
"name": "OH_DeviceManager_GetLocalDeviceName"
},
{
"first_introduced": "26.0.0",
"name": "OH_DeviceManager_GetLocalDeviceNameC"
}
]