Merge pull request #872 from geethkokila/master

Fixing the initial configuration issue
revert-dabc3590
Rasika Perera 7 years ago committed by GitHub
commit 01b5991b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -364,11 +364,9 @@
</TaskConfiguration>
<PolicyMonitoring enabled="true"/>
<InitialOperationConfig>
<Operations>
<Operation>DEVICE_INFO</Operation>
<Operation>APPLICATION_LIST</Operation>
<Operation>DEVICE_LOCATION</Operation>
</Operations>
</InitialOperationConfig>
<!--This configures the Task service for the android device-type. Given below are the property definitions.
<RequireStatusMonitoring> - This will enable or disable status monitoring for that particular device-type.

@ -165,16 +165,8 @@
<PolicyMonitoring enabled="true"/>
<InitialOperationConfig>
<Operations>
<Operation>
<Name>DEVICE_INFO</Name>
<RecurrentTimes>1</RecurrentTimes>
</Operation>
<Operation>
<Name>DEVICE_LOCATION</Name>
<RecurrentTimes>1</RecurrentTimes>
</Operation>
</Operations>
<Operation>DEVICE_INFO</Operation>
<Operation>DEVICE_LOCATION</Operation>
</InitialOperationConfig>
<DeviceStatusTaskConfig>
<RequireStatusMonitoring>true</RequireStatusMonitoring>

Loading…
Cancel
Save