mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
new summary/description for autofill service
This commit is contained in:
parent
a2c962c2f6
commit
24e6a0be68
2 changed files with 11 additions and 3 deletions
|
@ -1,9 +1,16 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
<string name="AutoFillServiceSummary">
|
||||||
|
bitwarden uses this accessibility service to aid in filling username and password fields in other apps and on the web.
|
||||||
|
</string>
|
||||||
<string name="AutoFillServiceDescription">
|
<string name="AutoFillServiceDescription">
|
||||||
To allow bitwarden to auto-fill into other Android apps and on the web through your browser, enable the bitwarden
|
It can be difficult for users (especially those with disabilities) to switch back and forth between apps to copy and paste
|
||||||
accessibility service by tapping the toggle switch above, then press OK on the confirmation pop-up. You can then press
|
username and password data from your bitwarden vault. The use of this accessibility service allows
|
||||||
the back button twice to return to the main bitwarden app.
|
bitwarden to read and detect input fields on your device's screen. Whenever bitwarden detects a passwords field on the
|
||||||
|
screen a notification will appear that allows you to easily access your bitwarden vault and select the correct
|
||||||
|
login information for those fields.
|
||||||
|
Once you select the login information from your vault, bitwarden will auto-fill the data into the app or website login
|
||||||
|
fields.
|
||||||
</string>
|
</string>
|
||||||
<string name="MyVault">
|
<string name="MyVault">
|
||||||
My Vault
|
My Vault
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:summary="@string/AutoFillServiceSummary"
|
||||||
android:description="@string/AutoFillServiceDescription"
|
android:description="@string/AutoFillServiceDescription"
|
||||||
android:accessibilityEventTypes="typeWindowStateChanged|typeWindowContentChanged|typeViewFocused"
|
android:accessibilityEventTypes="typeWindowStateChanged|typeWindowContentChanged|typeViewFocused"
|
||||||
android:accessibilityFeedbackType="feedbackGeneric"
|
android:accessibilityFeedbackType="feedbackGeneric"
|
||||||
|
|
Loading…
Reference in a new issue