gpt4 book ai didi

android - 如何通过 ADB 关闭振动(在所有应用程序中)?

转载 作者:行者123 更新时间:2023-12-04 09:00:32 37 4
gpt4 key购买 nike

我正在使用 UiAutomator 创建测试和振动在应用程序中使用,但在测试中不需要它。
我这样做:

InstrumentationRegistry.getInstrumentation().getUiAutomation().executeShellCommand("adb shell cmd appops set <app package name> VIBRATE ignore")
但是这个命令对我不起作用,可能是因为振动来自通知。

最佳答案

您只需要删除 adb shell来自提供给 executeShellCommand 的字符串方法。工作陈述将是:

InstrumentationRegistry.getInstrumentation().getUiAutomation().executeShellCommand("cmd appops set <app package name> VIBRATE ignore")

关于android - 如何通过 ADB 关闭振动(在所有应用程序中)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63580501/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com