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