Changing the Backlight Timeout while on AC Power Example
This example shows you how to use the DeviceInformation Configuration Service Provider to change the Backlight Timeout while on AC Power. In this example, the timeout is changed to 5 minutes.
Note To use this example, you must replace the values as appropriate, and add the node as a child of the SyncBody node in an OMA DM provisioning file. For more information about the syntax of the provisioning file, see OMA DM Provisioning Files.
<Replace>
<CmdID>3</CmdID>
<Item>
<Target><LocURI>./Vendor/MSFT/DeviceInformation/BacklightACTimeout</LocURI></Target>
<Data>300</Data>
</Item>
</Replace>
See Also
DeviceInformation Configuration Service Provider Examples for OMA DM | DeviceInformation Configuration Service Provider | DeviceInformation DDF File
Send Feedback on this topic to the authors