Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abc516b9 authored by Frank Li's avatar Frank Li Committed by Gerrit Code Review
Browse files

Merge "Add new NetworkType for WIFI+CELLULAR+VPN transport"

parents 65be95c7 c459e133
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -184,6 +184,8 @@ enum NetworkType {
    NT_BLUETOOTH_VPN = 10;
    // Indicates this network uses an Ethernet+VPN transport.
    NT_ETHERNET_VPN = 11;
    // Indicates this network uses a Wi-Fi+Cellular+VPN transport.
    NT_WIFI_CELLULAR_VPN = 12;
}

enum CacheStatus{