Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find Password flag state in vc.dump() data #294

Closed
Witcher1499 opened this issue Jul 26, 2021 · 1 comment
Closed

Find Password flag state in vc.dump() data #294

Witcher1499 opened this issue Jul 26, 2021 · 1 comment

Comments

@Witcher1499
Copy link

How to get the password flag is true or false in vc.dump() data list

@dtmilano
Copy link
Owner

The views dumped would contain the attribute password so you can check its value, for example:

$ dump -a | grep password=true
      View[ class=android.widget.EditText index=6 text=••• resource-id=com.android.settings:id/password class=android.widget.EditText package=com.android.settings content-desc= checkable=false checked=false clickable=true enabled=true focusable=true focused=true scrollable=false long-clickable=true password=true selected=false bounds=((55, 814), (1036, 946)) uniqueId=id/no_id/12 ]   parent=android.widget.ScrollView

@dtmilano dtmilano closed this as completed Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants