Fixing a typo

This commit is contained in:
Rasika Perera 2018-01-23 14:39:33 +05:30
parent 394f45f4bd
commit 08f4f04101
2 changed files with 10 additions and 10 deletions

View File

@ -96,15 +96,15 @@
<PublishDeviceInfoResponse>false</PublishDeviceInfoResponse>
<PublishOperationResponse>
<isEnabled>false</isEnabled>
<operations>
<Operations>
<!-- Publish specific operation responses -->
<!--
<operation>BATTERY_LEVEL</operation>
<operation>CHECK_LOCK_STATUS</operation>
<Operation>BATTERY_LEVEL</Operation>
<Operation>CHECK_LOCK_STATUS</Operation>
-->
<!-- use wildcard '*' to publish all responses -->
<operation>*</operation>
</operations>
<Operation>*</Operation>
</Operations>
</PublishOperationResponse>
</OperationAnalyticsConfiguration>
<DefaultGroupsConfiguration>BYOD,COPE</DefaultGroupsConfiguration>

View File

@ -126,15 +126,15 @@
<PublishDeviceInfoResponse>false</PublishDeviceInfoResponse>
<PublishOperationResponse>
<isEnabled>false</isEnabled>
<operations>
<Operations>
<!-- Publish specific operation responses -->
<!--
<operation>BATTERY_LEVEL</operation>
<operation>CHECK_LOCK_STATUS</operation>
<Operation>BATTERY_LEVEL</Operation>
<Operation>CHECK_LOCK_STATUS</Operation>
-->
<!-- use wildcard '*' to publish all responses -->
<operation>*</operation>
</operations>
<Operation>*</Operation>
</Operations>
</PublishOperationResponse>
</OperationAnalyticsConfiguration>
<!--This configuration used to configure the options for remote device control feature -->