mirror of
https://github.com/bitwarden/mobile
synced 2026-01-08 11:33:31 +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>
|
||||
|
||||
@@ -1587,4 +1587,7 @@
|
||||
<data name="UseBiometricsToUnlock" xml:space="preserve">
|
||||
<value>Use Biometrics To Unlock</value>
|
||||
</data>
|
||||
<data name="AccessibilityOverlayPermissionAlert" xml:space="preserve">
|
||||
<value>Bitwarden requires additional accessibility configuration. Open the app for more info.</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user