Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个与休眠相关的 android 应用程序,我想使用 adb 命令对其进行测试。我尝试搜索,但无法找到如何使用命令行休眠/取消休眠三星 Galaxy S3。需要帮助。
如果通过“休眠”,您的意思是锁定/解锁,您应该能够模拟电源按钮(KEYCODE_POWER):
KEYCODE_POWER
adb shell input keyevent 26