moving a string in Commons

This commit is contained in:
tibbi
2020-05-13 17:25:08 +02:00
parent 8f9825aa07
commit 9258916751
2 changed files with 1 additions and 3 deletions

View File

@ -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"