📜  android 使用 adb 更改时区 - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:22.329000             🧑  作者: Mango

代码示例1
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.