1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 02:53:56 +00:00

Accessibility service setup pages

This commit is contained in:
Kyle Spearrin
2017-02-01 00:38:35 -05:00
parent ea1aafbab2
commit 27fb44277f
12 changed files with 448 additions and 196 deletions

View File

@@ -10,5 +10,7 @@ namespace Bit.Android.Services
public string Build => AndroidApp.Context.ApplicationContext.PackageManager
.GetPackageInfo(AndroidApp.Context.PackageName, 0).VersionCode.ToString();
public bool AutofillServiceEnabled => AutofillService.Enabled;
}
}