Added tel-provider attribute to pre-configuration

This commit is contained in:
Juha Heinanen
2022-02-09 12:49:47 +02:00
parent a88792ed38
commit 52f693f49c

View File

@ -184,6 +184,8 @@ class AccountActivity : AppCompatActivity() {
"voicemail-uri" ->
if (text.isNotEmpty())
acc.vmUri = text
"tel-provider" ->
acc.telProvider = text
}
}
event = parser.next()