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:
33
src/App/Resources/AppResources.Designer.cs
generated
33
src/App/Resources/AppResources.Designer.cs
generated
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user