10000 password should be invisible to the accessibility services · PuffOpenSource/Puff-Android@8d98ef9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d98ef9

Browse files
author
mnaseri
committed
password should be invisible to the accessibility services
1 parent 740082e commit 8d98ef9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/src/main/res/layout/content_add_account.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
android:layout_width="match_parent"
9393
android:layout_height="wrap_content"
9494
android:minHeight="60dp"
95-
android:inputType="textPassword" />
95+
android:inputType="textPassword"
96+
android:importantForAccessibility="no" />
9697
</android.support.design.widget.TextInputLayout>
9798
<android.support.v7.widget.AppCompatButton
9899
android:layout_width="match_parent"
@@ -112,7 +113,8 @@
112113
android:layout_height="wrap_content"
113114
android:minHeight="60dp"
114115
android:id="@+id/additional"
115-
android:inputType="textPassword" />
116+
android:inputType="textPassword"
117+
android:importantForAccessibility="no" />
116118
</android.support.design.widget.TextInputLayout>
117119

118120
<android.support.design.widget.TextInputLayout

0 commit comments

Comments
 (0)
0