Move autofill classes to pre-existing packages (#475)

This commit is contained in:
Lucas Kivi 2024-01-02 21:15:08 -06:00 committed by Álison Fernandes
parent e929641159
commit b3bee9ae20
3 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@
</activity>
<service
android:name=".autofill.BitwardenAutofillService"
android:name=".data.autofill.BitwardenAutofillService"
android:label="Bitwarden"
android:permission="android.permission.BIND_AUTOFILL_SERVICE"
android:exported="true">

View file

@ -1,4 +1,4 @@
package com.x8bit.bitwarden.autofill
package com.x8bit.bitwarden.data.autofill
import android.os.CancellationSignal
import android.service.autofill.AutofillService

View file

@ -1,4 +1,4 @@
package com.x8bit.bitwarden.autofill
package com.x8bit.bitwarden.data.autofill
import android.os.CancellationSignal
import android.service.autofill.FillCallback