Open GoogleCodeExporter opened 9 years ago
After further investigation, only root needs to be unblocked, OR log enabled
(which also adds a rule to allow DNS queries). Because on Lollipop, DNS
requests are all made as uid 0 instead of the app, so it makes it look like
apps can't communicate with the data network when actually they just can't do
DNS lookups.
uid 1000 is responsible for detecting the network connection, but it does not
need to be unblocked for applications to connect to the data network. However,
the connection indicator will show "!" instead of the type of connection (E, H,
LTE, etc), except in the settings pulldown where it will show both "!" and the
type of connection.
Original comment by ywlke...@gmail.com
on 16 Feb 2015 at 5:16
Original issue reported on code.google.com by
ywlke...@gmail.com
on 8 Dec 2014 at 11:36