mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
removing a few more unused files
This commit is contained in:
@ -35,8 +35,6 @@ val Context.contactsDB: ContactsDao get() = ContactsDatabase.getInstance(applica
|
||||
|
||||
val Context.groupsDB: GroupsDao get() = ContactsDatabase.getInstance(applicationContext).GroupsDao()
|
||||
|
||||
val Context.audioManager: AudioManager get() = getSystemService(AUDIO_SERVICE) as AudioManager
|
||||
|
||||
fun Context.getEmptyContact(): Contact {
|
||||
val originalContactSource = if (hasContactPermissions()) config.lastUsedContactSource else SMT_PRIVATE
|
||||
val organization = Organization("", "")
|
||||
|
Reference in New Issue
Block a user