mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
moving a string in Commons
This commit is contained in:
@ -56,6 +56,6 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.27.28'
|
||||
implementation 'com.simplemobiletools:commons:5.27.29'
|
||||
implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a'
|
||||
}
|
||||
|
@ -10,8 +10,6 @@ const val RECENTS_TAB_MASK = 4
|
||||
|
||||
val tabsList = arrayListOf(CONTACTS_TAB_MASK, RECENTS_TAB_MASK)
|
||||
|
||||
const val KEY_PHONE = "phone"
|
||||
|
||||
private const val PATH = "com.simplemobiletools.dialer.action."
|
||||
const val ACCEPT_CALL = PATH + "accept_call"
|
||||
const val DECLINE_CALL = PATH + "decline_call"
|
||||
|
Reference in New Issue
Block a user