mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
make AutofillServiceEnabled public
This commit is contained in:
@@ -501,7 +501,7 @@ namespace Bit.Droid.Services
|
|||||||
s.Service.ClassName.ToLowerInvariant().Contains("autofill"));
|
s.Service.ClassName.ToLowerInvariant().Contains("autofill"));
|
||||||
}
|
}
|
||||||
|
|
||||||
private bool AutofillServiceEnabled()
|
public bool AutofillServiceEnabled()
|
||||||
{
|
{
|
||||||
if(Build.VERSION.SdkInt < BuildVersionCodes.O)
|
if(Build.VERSION.SdkInt < BuildVersionCodes.O)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user