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:
9
src/App/Resources/AppResources.Designer.cs
generated
9
src/App/Resources/AppResources.Designer.cs
generated
@@ -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 > System > Languages and input > Advanced > 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>
|
||||
|
||||
@@ -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 > System > Languages and input > Advanced > Autofill service.</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user