In my application, I would like to know if there is a callback method when "Use network-provided time" is enabled in the device.
I could check whether it is enabled or not by the following:
Settings.System.getInt(this.getContentResolver(), Settings.System.AUTO_TIME, 0);
But I dont have idea about a callback method when it is enabled. And I couldn't find it in google.