mirror of
https://github.com/bitwarden/android.git
synced 2025-02-16 20:09:59 +03:00
Move autofill classes to pre-existing packages (#475)
This commit is contained in:
parent
e929641159
commit
b3bee9ae20
3 changed files with 3 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue