<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
    <!-- Only allow HTTPS connections (TLS 1.2+) -->
    <base-config cleartextTrafficPermitted="false">
        <trust-anchors>
            <certificates src="system" />
        </trust-anchors>
    </base-config>
    
    <!-- Domain configuration for Qtvoice API -->
    <domain-config cleartextTrafficPermitted="false">
        <domain includeSubdomains="true">qtvoice.com</domain>
        <domain includeSubdomains="true">qtvoiceservice.com</domain>
        <domain includeSubdomains="true">twilio.com</domain>
        <trust-anchors>
            <certificates src="system" />
        </trust-anchors>
    </domain-config>
</network-security-config>
