Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
frameworks_opt_telephony
Commits
e2840825
Commit
e2840825
authored
9 years ago
by
Paul Jensen
Committed by
Android Git Automerger
9 years ago
Browse files
Options
Download
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/java/com/android/internal/telephony/dataconnection/DataConnection.java
...oid/internal/telephony/dataconnection/DataConnection.java
+1
-1
No files found.
src/java/com/android/internal/telephony/dataconnection/DataConnection.java
View file @
e2840825
...
...
@@ -944,7 +944,7 @@ public final class DataConnection extends StateMachine {
default
:
}
}
ConnectivityManager
.
maybeMarkCapabilitiesRestricted
(
result
);
result
.
maybeMarkCapabilitiesRestricted
();
}
int
up
=
14
;
int
down
=
14
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment