diff --git a/src/Android/Android.csproj b/src/Android/Android.csproj index fc1ab57526..af3be4ea5c 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 933308210f..c61a03c124 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 0000000000..f8e4bce12c --- /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 1c834d21e9..f5826527b2 100644 --- a/src/Android/Resources/xml/accessibilityservice.xml +++ b/src/Android/Resources/xml/accessibilityservice.xml @@ -1,5 +1,6 @@