mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
test: do nothing for autofill service
This commit is contained in:
@@ -75,6 +75,9 @@ namespace Bit.Android
|
||||
|
||||
public override void OnAccessibilityEvent(AccessibilityEvent e)
|
||||
{
|
||||
return;
|
||||
|
||||
/*
|
||||
var powerManager = (PowerManager)GetSystemService(PowerService);
|
||||
if(Build.VERSION.SdkInt > BuildVersionCodes.KitkatWatch && !powerManager.IsInteractive)
|
||||
{
|
||||
@@ -205,6 +208,7 @@ namespace Bit.Android
|
||||
}
|
||||
// Suppress exceptions so that service doesn't crash
|
||||
catch { }
|
||||
*/
|
||||
}
|
||||
|
||||
public override void OnInterrupt()
|
||||
|
||||
Reference in New Issue
Block a user