1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 05:13:31 +00:00

added a11y disclosure prompt for Android (#2102)

This commit is contained in:
mp-bw
2022-09-27 14:03:06 -04:00
committed by GitHub
parent f9a32e4abc
commit 425be32c15
6 changed files with 64 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
@@ -4265,13 +4265,12 @@ namespace Bit.App.Resources {
}
}
public static string AllNotifications
{
get
{
public static string AllNotifications {
get {
return ResourceManager.GetString("AllNotifications", resourceCulture);
}
}
public static string PasswordType {
get {
return ResourceManager.GetString("PasswordType", resourceCulture);
@@ -4415,5 +4414,29 @@ namespace Bit.App.Resources {
return ResourceManager.GetString("Random", resourceCulture);
}
}
public static string AccessibilityServiceDisclosure {
get {
return ResourceManager.GetString("AccessibilityServiceDisclosure", resourceCulture);
}
}
public static string AccessibilityDisclosureText {
get {
return ResourceManager.GetString("AccessibilityDisclosureText", resourceCulture);
}
}
public static string Accept {
get {
return ResourceManager.GetString("Accept", resourceCulture);
}
}
public static string Decline {
get {
return ResourceManager.GetString("Decline", resourceCulture);
}
}
}
}