Password should be invisible to the accessibility services (#362)

This commit is contained in:
mohammadnaseri 2017-12-27 22:01:47 +01:00 committed by Mohamed Zenadi
parent e41287cb16
commit 770788fe67
2 changed files with 2 additions and 0 deletions

View file

@ -35,6 +35,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/ssh_keygen_passphrase"
android:importantForAccessibility="no"
android:inputType="textPassword" />
</android.support.design.widget.TextInputLayout>

View file

@ -15,6 +15,7 @@
android:layout_marginTop="8dp"
android:ems="10"
android:inputType="textPassword"
android:importantForAccessibility="no"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />