I have an app that requires periodically checking the date and time server to make sure the date and time are correct. But at the same time, I do not want the user to manually change the date/time in their device settings. I think the best way I could do this is check and see if the "Automatic date & time" option is enabled in settings. Are there any other ways I could do this and what kind of code modules I could use? Please and thanks.