Extra details / reproducible example (HC25, Android 14):
OEMConfig: com.zebra.oemconfig.release 15.0.0.1
Headwind: com.hmdm.launcher 6.30
Trying to set 24h clock via Headwind → Configuration details → Application settings.
Attempt 1 (flat key):
Attribute: sysClockTimeFormat Value: 1 → OEMConfig: “key does not exist in the schema”.
Attempt 2 (bundle JSON):
Attribute: systemConfig Value: {"clockConfig":{"sysClockTimeFormat":"1"}}
→ OEMConfig: “Nothing to do”, and I also get:
KEY: clockConfig → “Bundle contains ‘clockConfig’ that does not exist in the schema” (so it seems to arrive as a top-level key).
Zebra docs show it’s nested: systemConfig → clockConfig → sysClockTimeFormat.
Does Headwind support bundle-type managed configs for OEMConfig? If yes, what’s the correct syntax (e.g. should it be {"systemConfig":{"clockConfig":{"sysClockTimeFormat":"1"}}})?