列出视图中的所有应用程序

时间:2014-02-06 09:24:55

标签: android uiautomator

我正在尝试停用在设置中看到的所有应用的背景数据 - >通过uiAutomator进行数据使用 我能够进入数据使用页面,但是无法弄清楚如何获取应用程序并逐一点击。这样我就可以进去并禁用背景数据了吗?

1 个答案:

答案 0 :(得分:0)

您可以使用'uiautomatorviewer'工具查看正在显示的应用的文字/说明/资源ID。

使用uiautomatorviewer工具:

[1] Connect your device.
[2] Open command prompt and type 'uiautomatorviewer'.
[3] Open the particular screen of whose elements you want to view (in this case - your data usage page).
[3] Press the green 'Device Screenshot' button  next to file open in top left.

uiautomatorviewer_tool