mirror of
https://github.com/bitwarden/android.git
synced 2026-05-22 14:11:47 -05:00
initial commit of android credential provider service (wip)
This commit is contained in:
@@ -11,9 +11,11 @@ namespace Bit.iOS.Core.Services
|
||||
{
|
||||
public bool SupportsAutofillService() => false;
|
||||
public bool AutofillServiceEnabled() => false;
|
||||
public void DisableCredentialProviderService() => throw new NotImplementedException();
|
||||
public void Autofill(CipherView cipher) => throw new NotImplementedException();
|
||||
public bool AutofillAccessibilityOverlayPermitted() => false;
|
||||
public bool AutofillAccessibilityServiceRunning() => false;
|
||||
public bool CredentialProviderServiceEnabled() => throw new NotImplementedException();
|
||||
public bool AutofillServicesEnabled() => false;
|
||||
public void CloseAutofill() => throw new NotImplementedException();
|
||||
public void DisableAutofillService() => throw new NotImplementedException();
|
||||
|
||||
@@ -301,6 +301,8 @@ namespace Bit.iOS.Core.Services
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void OpenCredentialProviderSettings() => throw new NotImplementedException();
|
||||
|
||||
public void OpenAutofillSettings()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
@@ -339,6 +341,8 @@ namespace Bit.iOS.Core.Services
|
||||
return false;
|
||||
}
|
||||
|
||||
public bool SupportsCredentialProviderService() => throw new NotImplementedException();
|
||||
|
||||
public bool SupportsAutofillServices() => UIDevice.CurrentDevice.CheckSystemVersion(12, 0);
|
||||
public bool SupportsInlineAutofill() => false;
|
||||
public bool SupportsDrawOver() => false;
|
||||
|
||||
Reference in New Issue
Block a user