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

Commit a6f98afb authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Uses bw_happy_box and bw_penalty_box for Data Saver." into nyc-dev

parents 3d6dc3a6 70c57c28
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -57,6 +57,10 @@ public class NetworkPolicyManager {
    public static final int RULE_REJECT_METERED = 1;
    /** Reject traffic on all networks. */
    public static final int RULE_REJECT_ALL = 2;
    /** Allow traffic on metered networks. */
    public static final int RULE_ALLOW_METERED = 3;
    /** Temporarily allow traffic on metered networks because app is on foreground. */
    public static final int RULE_TEMPORARY_ALLOW_METERED = 4;

    public static final int FIREWALL_RULE_DEFAULT = 0;
    public static final int FIREWALL_RULE_ALLOW = 1;
+195 −50

File changed.

Preview size limit exceeded, changes collapsed.