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

Commit d40c0a4e authored by lifr's avatar lifr Committed by Automerger Merge Worker
Browse files

Add new NetworkType for WIFI+CELLULAR+VPN transport am: c78c31a8

Change-Id: If62d7155504baec450c4a18ff23b333ca8cb0ab7
parents 52d4f6f5 c78c31a8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -185,6 +185,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{