mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-25 16:47:55 +01:00
autofill summary/desc updates
This commit is contained in:
parent
018fd83dba
commit
fad24c4308
9
src/Android/Resources/Resource.Designer.cs
generated
9
src/Android/Resources/Resource.Designer.cs
generated
@ -3768,14 +3768,17 @@ namespace Bit.Android
|
||||
// aapt resource value: 0x7f080047
|
||||
public const int ApplicationName = 2131230791;
|
||||
|
||||
// aapt resource value: 0x7f08009a
|
||||
public const int AutoFillServiceDescription = 2131230874;
|
||||
|
||||
// aapt resource value: 0x7f080099
|
||||
public const int AutoFillServiceDescription = 2131230873;
|
||||
public const int AutoFillServiceSummary = 2131230873;
|
||||
|
||||
// aapt resource value: 0x7f080046
|
||||
public const int Hello = 2131230790;
|
||||
|
||||
// aapt resource value: 0x7f08009a
|
||||
public const int MyVault = 2131230874;
|
||||
// aapt resource value: 0x7f08009b
|
||||
public const int MyVault = 2131230875;
|
||||
|
||||
// aapt resource value: 0x7f08002e
|
||||
public const int abc_action_bar_home_description = 2131230766;
|
||||
|
@ -1,16 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="AutoFillServiceSummary">
|
||||
bitwarden uses this accessibility service to aid in filling username and password fields in other apps and on the web.
|
||||
Use this accessibility service to aid in filling usernames and passwords in other apps and on the web.
|
||||
</string>
|
||||
<string name="AutoFillServiceDescription">
|
||||
It can be difficult for users (especially those with disabilities) to switch back and forth between apps to copy and paste
|
||||
username and password data from your bitwarden vault. The use of this accessibility service allows
|
||||
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.
|
||||
It can be difficult for users (especially those with disabilities) to switch back and forth between apps to copy/paste
|
||||
username and password information from your bitwarden vault.\n\nThe use of this accessibility service allows bitwarden
|
||||
to read and detect input fields on your device\'s screen. Whenever bitwarden detects a password field on the screen
|
||||
a notification will appear that allows you to easily access your bitwarden vault and automatically fill (auto-fill)
|
||||
the correct login information for those fields.
|
||||
</string>
|
||||
<string name="MyVault">
|
||||
My Vault
|
||||
|
Loading…
Reference in New Issue
Block a user