- Surround contact URIs between < and > only when contacts are saved to file.

This commit is contained in:
Juha Heinanen
2019-06-06 11:45:29 +03:00
parent c66e20a6ed
commit 8ca30cfe16
3 changed files with 4 additions and 4 deletions
@@ -119,7 +119,7 @@ class BaresipService: Service() {
val wm = applicationContext.getSystemService(Context.WIFI_SERVICE) as WifiManager
fl = wm.createWifiLock(WifiManager.WIFI_MODE_FULL_HIGH_PERF, "Baresip")
val assets = arrayOf("accounts", "contacts", "config", "busy.wav", "callwaiting.wav",
val assets = arrayOf("accounts", "config", "contacts", "busy.wav", "callwaiting.wav",
"error.wav", "notfound.wav", "ring.wav", "ringback.wav")
var file = File(filesPath)
if (!file.exists()) {