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

Commit eb25000e authored by Frank Li's avatar Frank Li Committed by Automerger Merge Worker
Browse files

Merge "Add new NetworkType for WIFI+CELLULAR+VPN transport" am: abc516b9 am:...

Merge "Add new NetworkType for WIFI+CELLULAR+VPN transport" am: abc516b9 am: 6ae6d9d1 am: 1bee9993 am: 52cddf91

Change-Id: Ic3d701f9774ffc787efc512c8e530ecd004d470b
parents 7046e180 52cddf91
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{