1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-08 11:33:31 +00:00

catch ActivityNotFoundException with alert

This commit is contained in:
Kyle Spearrin
2018-02-14 17:11:27 -05:00
parent 884521ced0
commit 23159c2201
4 changed files with 36 additions and 31 deletions

View File

@@ -474,6 +474,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to We were unable to automatically open the Android autofill settings menu for you. You can navigate to the autofill settings menu manually from Android Settings &gt; System &gt; Languages and input &gt; Advanced &gt; Autofill service..
/// </summary>
public static string BitwardenAutofillGoToSettings {
get {
return ResourceManager.GetString("BitwardenAutofillGoToSettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to bitwarden Auto-fill Service.
/// </summary>

View File

@@ -1231,4 +1231,7 @@
<data name="WindowsHello" xml:space="preserve">
<value>Windows Hello</value>
</data>
<data name="BitwardenAutofillGoToSettings" xml:space="preserve">
<value>We were unable to automatically open the Android autofill settings menu for you. You can navigate to the autofill settings menu manually from Android Settings &gt; System &gt; Languages and input &gt; Advanced &gt; Autofill service.</value>
</data>
</root>