diff --git a/src/Android/Autofill/AutofillService.cs b/src/Android/Autofill/AutofillService.cs index 35a66e5c6..3e0a2d405 100644 --- a/src/Android/Autofill/AutofillService.cs +++ b/src/Android/Autofill/AutofillService.cs @@ -30,7 +30,8 @@ namespace Bit.Android.Autofill var parser = new Parser(structure); parser.ParseForFill(); - if(!parser.FieldCollection.Fields.Any() || string.IsNullOrWhiteSpace(parser.Uri)) + if(!parser.FieldCollection.Fields.Any() || string.IsNullOrWhiteSpace(parser.Uri) || + parser.Uri == "androidapp://com.x8bit.bitwarden") { return; }