1
0
mirror of https://github.com/etesync/android synced 2024-11-22 07:58:09 +00:00

Optimise imports.

This commit is contained in:
Tom Hacohen 2019-04-16 17:14:14 +01:00
parent 3b0bfbb054
commit c484d29a42

View File

@ -8,19 +8,12 @@
package com.etesync.syncadapter package com.etesync.syncadapter
import android.accounts.AccountManager
import android.annotation.SuppressLint
import android.app.Service import android.app.Service
import android.content.Intent import android.content.Intent
import android.os.Binder import android.os.Binder
import android.os.IBinder import android.os.IBinder
import at.bitfire.vcard4android.ContactsStorageException
import com.etesync.syncadapter.log.Logger
import com.etesync.syncadapter.model.ServiceEntity
import com.etesync.syncadapter.resource.LocalAddressBook
import java.lang.ref.WeakReference import java.lang.ref.WeakReference
import java.util.* import java.util.*
import java.util.logging.Level
class AccountUpdateService : Service() { class AccountUpdateService : Service() {