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

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

Add new NetworkType for WIFI+CELLULAR+VPN transport am: 1e3dffd3 am: 8e73c917 am: 614a9ce9

Change-Id: I1c27cbbcce7bfa154be2ac30a77520bed10a8c90
parents 8ab37dcb 614a9ce9
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{