How to prevent user changing system date/time (in Android)?

android, datetime, system

Solution

Since there is no policy support for this in the device administrator framework, you can't. File a feature request, it might get added in a next version.

Problem

I have googled, but I can find no advice to prevent user change system date/time in android. We are developing an Enterprise Application, we would like to prevent the user of the device to be able to set time settings. In other words, we want to set a policy which defines, that user cant change date and time in android device. Are there any recommendations to do this? Thanks.

Original source

Related problems