mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
Replaced accessibility service notification with in-line overlay. (#695)
* Replaced accessibility service notification with in-line overlay. Requires draw-over permission to be enabled (will prompt if not, though this will be enhanced in subsequent commits) * Updated with requested changes * Fix for FDroid build
This commit is contained in:
committed by
Kyle Spearrin
parent
c33728d418
commit
21c7b486ff
9
src/App/Resources/AppResources.Designer.cs
generated
9
src/App/Resources/AppResources.Designer.cs
generated
@@ -69,6 +69,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Bitwarden requires additional accessibility configuration. Open the app for more info..
|
||||
/// </summary>
|
||||
public static string AccessibilityOverlayPermissionAlert {
|
||||
get {
|
||||
return ResourceManager.GetString("AccessibilityOverlayPermissionAlert", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Account.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user