android-management-api - Google Pixel 设备在发出重启命令后重启

当我向 Google Pixel 发出 REBOOT 命令时,它会连续重启两次。它通过使用 Java SDK 发生,但我能够通过使用 Android Management API Explorer 重现它还有:

POST https://androidmanagement.googleapis.com/v1/enterprises/LCxxxxxxxx/devices/3ded38daabec2df8:issueCommand?key={YOUR_API_KEY}
{
   "type": "REBOOT"
}

200
{
  "name": 
  "enterprises/LCxxxxxxxx/devices/3ded38daabec2df8/operations/1569329132626",
  "metadata": {
  "@type": "type.googleapis.com/google.android.devicemanagement.v1.Command",
  "type": "REBOOT",
  "createTime": "2019-09-24T12:45:32.626Z",
  "duration": "600s",
  "userName": "enterprises/LCxxxxxxxx/users/113818350155522235965"
}

华硕 Zenfone 也会出现这种情况。

预先感谢您的帮助!

最佳答案

感谢您的报告,我们正在调查根本原因。

作为目前的缓解措施,请设置更短的超时时间,例如 30 秒。

关于android-management-api - Google Pixel 设备在发出重启命令后重启两次,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58080878/

相关文章:

reactjs - `react-dom` 是库还是框架?

postgresql - 如何为 linux、Fedora 安装 psycopg2

c# - OmniSharp MSBuild ProjectManager 无法更新我的 .cspr

asynchronous - 如何使 promise 因 clojure 错误而失败?

reactjs - react native : Module RCTLog is not a re

python - TensorFlow 无法将字符串类型的 Tensor 复制到设备

c# - Automapper:对所有其他成员使用默认映射

spring-boot - 将实体与 OneToMany 和 HATEOAS RessourceAs

oauth-2.0 - 松弛 Oauth : Automatically authorize use

node.js - 将参数/通配符定义为 npm 脚本键/名称的一部分