android - List all the apps in the view -


i trying disable background data apps seen in settings->data usage through uiautomator able data usage page, bt not able figure out how apps , click 1 one. can go inside , disable background data?

you can use 'uiautomatorviewer' tool , view text/description/resource id of apps being displayed there.

to use uiautomatorviewer tool :

[1] connect device. [2] open command prompt , type 'uiautomatorviewer'. [3] open particular screen of elements want view (in case - data usage page). [3] press green 'device screenshot' button  next file open in top left. 

uiautomatorviewer_tool


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -