1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 19:13:19 +00:00

do not attempt autofill on android 4.4

This commit is contained in:
Kyle Spearrin
2017-09-08 09:16:21 -04:00
parent d4f3577f5e
commit 3a5378d201
5 changed files with 25 additions and 5 deletions

View File

@@ -439,6 +439,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Tap this notification to view logins from your vault..
/// </summary>
public static string BitwardenAutofillServiceNotificationContentOld {
get {
return ResourceManager.GetString("BitwardenAutofillServiceNotificationContentOld", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Open Accessibility Settings.
/// </summary>