Answers for "android change time zone using adb"

0

android change time zone using adb

adb shell service call alarm 4 s16 America/Chicago

// 4 - stands for the fourth function in alarm service implementation.
// s16 - stands for string argument type.
Posted by: Guest on February-10-2021

Browse Popular Code Answers by Language