mirror of
https://github.com/bitwarden/mobile.git
synced 2024-11-30 12:54:24 +01:00
desc updates
This commit is contained in:
parent
b88e2bd3ce
commit
38ac6a1082
@ -4,11 +4,11 @@
|
|||||||
Use this accessibility service to aid in filling usernames and passwords 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>
|
||||||
<string name="AutoFillServiceDescription">
|
<string name="AutoFillServiceDescription">
|
||||||
It can be difficult for users (especially those with disabilities) to switch back and forth between apps to copy/paste
|
It can be difficult for users (especially those with disabilities) to switch between apps and copy/paste
|
||||||
username and password information from their bitwarden vault.\n\nThe use of this accessibility service allows bitwarden
|
username and password information from their 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
|
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 easily access your bitwarden vault and automatically fill (auto-fill)
|
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.
|
the correct login information into the necessary fields.
|
||||||
</string>
|
</string>
|
||||||
<string name="MyVault">
|
<string name="MyVault">
|
||||||
My Vault
|
My Vault
|
||||||
|
@ -122,7 +122,7 @@ namespace Bit.App.Pages
|
|||||||
ScrollView = new ScrollView { Content = DisabledStackLayout };
|
ScrollView = new ScrollView { Content = DisabledStackLayout };
|
||||||
|
|
||||||
UpdateEnabled();
|
UpdateEnabled();
|
||||||
Device.StartTimer(new TimeSpan(0, 0, 3), () =>
|
Device.StartTimer(new TimeSpan(0, 0, 2), () =>
|
||||||
{
|
{
|
||||||
if(_pageDisappeared)
|
if(_pageDisappeared)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user