1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 13:23:39 +00:00

Rename accessibility service to AutofillService. Remove autofill service from app for now until it is being worked on again.

This commit is contained in:
Kyle Spearrin
2016-08-26 18:56:09 -04:00
parent 3807f185d6
commit 873ebee256
3 changed files with 46 additions and 87 deletions

View File

@@ -289,7 +289,7 @@
<Compile Include="Controls\ExtendedTabbedPageRenderer.cs" />
<Compile Include="Controls\ExtendedTableViewRenderer.cs" />
<Compile Include="HockeyAppCrashManagerListener.cs" />
<Compile Include="LoginService.cs" />
<Compile Include="AutofillService.cs" />
<Compile Include="Controls\ExtendedEditorRenderer.cs" />
<Compile Include="Controls\ExtendedSwitchCellRenderer.cs" />
<Compile Include="Controls\ExtendedViewCellRenderer.cs" />