Commit e2840825 authored by Paul Jensen's avatar Paul Jensen Committed by Android Git Automerger
Browse files

am 1904f9d4: am aa1b0618: am b7710d07: resolved conflicts for 70dd1f77 to lmp-sprout-dev

* commit '1904f9d4':
  Fix NOT_RESTRICTED network capability and enforce it.
parents b563e820 1904f9d4
......@@ -944,7 +944,7 @@ public final class DataConnection extends StateMachine {
default:
}
}
ConnectivityManager.maybeMarkCapabilitiesRestricted(result);
result.maybeMarkCapabilitiesRestricted();
}
int up = 14;
int down = 14;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment