Programmatic way to set Date & Time in Android -


in android setting > date & time, there check box next "automatic date , time, use network-provided time".

i turn on programically. have tried things adb shell setprop persist.sys.timezone america/xxx can't find right property automatic date , time.

try following:

adb shell date -s yyyymmdd.hhmmss


Comments