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:
5
src/Android/Resources/Resource.Designer.cs
generated
5
src/Android/Resources/Resource.Designer.cs
generated
@@ -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()
|
||||
{
|
||||
|
||||
3
src/Android/Resources/xml/autofillservice.xml
Normal file
3
src/Android/Resources/xml/autofillservice.xml
Normal file
@@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<autofill-service
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" />
|
||||
Reference in New Issue
Block a user