mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
UI support in app settings for handling overlay permission requirement in Accessibility Service implementation (#697)
* UI support in app settings for handling overlay permission requirement in Accessibility Service implementation * Cleaned up shorthand operator with new var
This commit is contained in:
committed by
Kyle Spearrin
parent
fbe8708378
commit
641122b16f
@@ -516,6 +516,16 @@ namespace Bit.iOS.Core.Services
|
||||
url.StopAccessingSecurityScopedResource();
|
||||
}
|
||||
|
||||
public bool AutofillAccessibilityOverlayPermitted()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void OpenAccessibilityOverlayPermissionSettings()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public class PickerDelegate : UIDocumentPickerDelegate
|
||||
{
|
||||
private readonly DeviceActionService _deviceActionService;
|
||||
|
||||
Reference in New Issue
Block a user