OSDN Git Service

Reduce CONNECTIVITY_CHANGE bcasts
authorRobert Greenwalt <rgreenwalt@google.com>
Fri, 28 Aug 2015 19:37:54 +0000 (12:37 -0700)
committerRobert Greenwalt <rgreenwalt@google.com>
Fri, 28 Aug 2015 19:37:54 +0000 (12:37 -0700)
commit74ab4fae9001bec1e15d4712b61d7af445184a0b
tree515304b53190a6ccf240819289b19da716556ec0
parent3883e72aeda7dcc5f76eba7ad2e95ad2cb041687
Reduce CONNECTIVITY_CHANGE bcasts

If an app uses the new api (requestNetwork) to bring up MMS, don't
mark it as a legacy request.  This was done because the messaging
service had to use a combination of new API and old
(requestRouteToHost) due to api problems.  This has been resolved
so don't mark these as legacy requests anymore.

The general stuff is still in for other types due to lack of testing
time but this should be removed altogether in the future.

bug:23350688
Change-Id: I41c27efb253c39d8af1357ae7916ed5315c716db
core/java/android/net/ConnectivityManager.java