mirror of
https://github.com/bitwarden/android.git
synced 2026-05-21 11:56:35 -05:00
Move autofill classes to pre-existing packages (#475)
This commit is contained in:
committed by
Álison Fernandes
parent
e929641159
commit
b3bee9ae20
@@ -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">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.x8bit.bitwarden.autofill
|
||||
package com.x8bit.bitwarden.data.autofill
|
||||
|
||||
import android.os.CancellationSignal
|
||||
import android.service.autofill.AutofillService
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.x8bit.bitwarden.autofill
|
||||
package com.x8bit.bitwarden.data.autofill
|
||||
|
||||
import android.os.CancellationSignal
|
||||
import android.service.autofill.FillCallback
|
||||
Reference in New Issue
Block a user