1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-01 16:13:15 +00:00

stub out autofill framework service

This commit is contained in:
Kyle Spearrin
2017-11-14 16:00:18 -05:00
parent 75e85541a6
commit 74a40b2274
6 changed files with 44 additions and 4 deletions

View File

@@ -5397,7 +5397,10 @@ namespace Bit.Android
public const int accessibilityservice = 2131099648;
// aapt resource value: 0x7f060001
public const int filepaths = 2131099649;
public const int autofillservice = 2131099649;
// aapt resource value: 0x7f060002
public const int filepaths = 2131099650;
static Xml()
{

View File

@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8" ?>
<autofill-service
xmlns:android="http://schemas.android.com/apk/res/android" />