mirror of
https://github.com/bitwarden/android.git
synced 2025-03-16 03:08:50 +03:00
Suppress the unresolved Autofill service name warning (#1351)
This commit is contained in:
parent
8b53641f76
commit
161d290e31
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue