Password should be invisible to the accessibility services (#362)
This commit is contained in:
parent
e41287cb16
commit
770788fe67
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue