We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930d6cb commit e2807bfCopy full SHA for e2807bf
app/src/main/kotlin/com/simplemobiletools/contacts/activities/MainActivity.kt
@@ -43,7 +43,7 @@ import java.io.FileOutputStream
43
class MainActivity : SimpleActivity(), RefreshContactsListener {
44
// just some random constants
45
private val GET_ACCOUNTS_PERMISSION = 34
46
- private val WRITE_CALL_LOG_PERMISSION = 34
+ private val WRITE_CALL_LOG_PERMISSION = 35
47
48
private var isSearchOpen = false
49
private var searchMenuItem: MenuItem? = null
0 commit comments