Suppress the unresolved Autofill service name warning (#1351)

This commit is contained in:
Patrick Honkonen 2024-05-09 14:30:15 -04:00 committed by Álison Fernandes
parent 8b53641f76
commit 161d290e31

View file

@ -126,6 +126,7 @@
The AutofillService name below refers to the legacy Xamarin app's service name. This must
always match in order for the app to properly query if it is providing autofill services.
-->
<!--suppress AndroidDomInspection -->
<service
android:name="com.x8bit.bitwarden.Autofill.AutofillService"
android:exported="true"