diff --git a/src/Android/Resources/values/strings.xml b/src/Android/Resources/values/strings.xml
index 0aa89755a..2f076ea1c 100644
--- a/src/Android/Resources/values/strings.xml
+++ b/src/Android/Resources/values/strings.xml
@@ -4,11 +4,11 @@
Use this accessibility service to aid in filling usernames and passwords in other apps and on the web.
- 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
- 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)
- the correct login information for those fields.
+ the correct login information into the necessary fields.
My Vault
diff --git a/src/App/Pages/Tools/ToolsAutofillServicePage.cs b/src/App/Pages/Tools/ToolsAutofillServicePage.cs
index e89cad5e9..184310775 100644
--- a/src/App/Pages/Tools/ToolsAutofillServicePage.cs
+++ b/src/App/Pages/Tools/ToolsAutofillServicePage.cs
@@ -122,7 +122,7 @@ namespace Bit.App.Pages
ScrollView = new ScrollView { Content = DisabledStackLayout };
UpdateEnabled();
- Device.StartTimer(new TimeSpan(0, 0, 3), () =>
+ Device.StartTimer(new TimeSpan(0, 0, 2), () =>
{
if(_pageDisappeared)
{