Added tel-provider attribute to pre-configuration
This commit is contained in:
@ -184,6 +184,8 @@ class AccountActivity : AppCompatActivity() {
|
||||
"voicemail-uri" ->
|
||||
if (text.isNotEmpty())
|
||||
acc.vmUri = text
|
||||
"tel-provider" ->
|
||||
acc.telProvider = text
|
||||
}
|
||||
}
|
||||
event = parser.next()
|
||||
|
||||
Reference in New Issue
Block a user