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.
我想打开安全设置,然后以编程方式向下滚动安全活动。谁能帮我?
这不是一项简单的任务,但我相信使用与Robotium类似的实现是可能的。
我相信关键是使用 ActivityMonitor 类和服务将事件发送到另一个活动启动的活动。这应该使您走上正确的道路。您可以查看 ActivityUtils.java 类以查看如何实例化 ActivityMonitor 的示例。您可能会复制部分 Robotium 代码并将其用于启动设置并导致滚动事件发生。