mirror of
https://github.com/bitwarden/android.git
synced 2026-05-01 20:58:17 -05:00
stub out xamarin project
This commit is contained in:
16
src/Android/Resources/values/strings.xml
Normal file
16
src/Android/Resources/values/strings.xml
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="AutoFillServiceSummary">
|
||||
Assist with filling username and password fields in other apps and on the web.
|
||||
</string>
|
||||
<string name="AutoFillServiceDescription">
|
||||
It can be difficult and insecure for users to switch between apps to copy/paste username and password information
|
||||
from their Bitwarden vault.\n\nUsing this accessibility service allows Bitwarden to detect and read input fields on
|
||||
your device\'s screen. Whenever Bitwarden detects a password field on the screen a notification will appear that allows
|
||||
you to quickly access your Bitwarden vault and automatically fill (auto-fill) the correct login information into the
|
||||
necessary fields.
|
||||
</string>
|
||||
<string name="MyVault">
|
||||
My Vault
|
||||
</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user