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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -