From 46af313c2560acc8902cf24aaed268b3a2f4e32b Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 1 Feb 2017 22:03:35 -0500 Subject: [PATCH] AutoFillServiceDescription --- src/Android/Android.csproj | 3 +++ src/Android/Resources/Resource.Designer.cs | 3 +++ src/Android/Resources/values/strings.xml | 8 ++++++++ src/Android/Resources/xml/accessibilityservice.xml | 1 + 4 files changed, 15 insertions(+) create mode 100644 src/Android/Resources/values/strings.xml diff --git a/src/Android/Android.csproj b/src/Android/Android.csproj index fc1ab5752..af3be4ea5 100644 --- a/src/Android/Android.csproj +++ b/src/Android/Android.csproj @@ -809,6 +809,9 @@ + + + diff --git a/src/Android/Resources/Resource.Designer.cs b/src/Android/Resources/Resource.Designer.cs index 933308210..c61a03c12 100644 --- a/src/Android/Resources/Resource.Designer.cs +++ b/src/Android/Resources/Resource.Designer.cs @@ -3690,6 +3690,9 @@ namespace Bit.Android // aapt resource value: 0x7f080047 public const int ApplicationName = 2131230791; + // aapt resource value: 0x7f08008f + public const int AutoFillServiceDescription = 2131230863; + // aapt resource value: 0x7f080046 public const int Hello = 2131230790; diff --git a/src/Android/Resources/values/strings.xml b/src/Android/Resources/values/strings.xml new file mode 100644 index 000000000..f8e4bce12 --- /dev/null +++ b/src/Android/Resources/values/strings.xml @@ -0,0 +1,8 @@ + + + + The allow bitwarden to auto-fill into other Android apps and on the web through your browser, enable the bitwarden + accessibility service by tapping the toggle switch above, then press OK on the confirmation pop-up. You can then press + the back button twice to return to the main bitwarden app. + + diff --git a/src/Android/Resources/xml/accessibilityservice.xml b/src/Android/Resources/xml/accessibilityservice.xml index 1c834d21e..f5826527b 100644 --- a/src/Android/Resources/xml/accessibilityservice.xml +++ b/src/Android/Resources/xml/accessibilityservice.xml @@ -1,5 +1,6 @@