mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
make AutofillServiceEnabled public
This commit is contained in:
parent
6d51864873
commit
a66489cd8c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue