Skip to content

Commit 6b66bcf

Browse files
authored
Merge pull request #16 from mohammadnaseri/master
password should be invisible to the accessibility services
2 parents 740082e + 8d98ef9 commit 6b66bcf

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

+4-2
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)