1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-03 09:03:35 +00:00
This commit is contained in:
Kyle Spearrin
2017-11-20 16:32:23 -05:00
parent f0358f1da8
commit 5606a0a968
4 changed files with 10 additions and 4 deletions

View File

@@ -4252,6 +4252,9 @@ namespace Bit.Android.Test
// aapt resource value: 0x7f050000
public const int accessibilityservice = 2131034112;
// aapt resource value: 0x7f050001
public const int autofillservice = 2131034113;
static Xml()
{
global::Android.Runtime.ResourceIdManager.UpdateIdValues();

View File

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