9 lines
283 B
Kotlin
9 lines
283 B
Kotlin
package com.simplemobiletools.contacts.helpers
|
|
|
|
// shared prefs
|
|
val CALL_CONTACT_ON_CLICK = "call_contact_on_click"
|
|
val DISPLAY_CONTACT_SOURCES = "display_contact_sources"
|
|
val START_NAME_WITH_SURNAME = "start_name_with_surname"
|
|
|
|
val SORTING = "sorting"
|
|
val CONTACT_ID = "contact_id"
|