OSDN Git Service

Support WiFi only device at runtime.
authorWink Saville <wink@google.com>
Tue, 23 Apr 2013 21:26:51 +0000 (14:26 -0700)
committerWink Saville <wink@google.com>
Tue, 23 Apr 2013 21:26:51 +0000 (14:26 -0700)
commit51f456f553248e910a7efc7eafa64f5ecf0f6cdc
tree36c1cb59374f824b76e0883596295478f9c69be7
parentc5fc9988f11acc58229fb6ae80d346277318ada4
Support WiFi only device at runtime.

To date WiFi only devices were defined by the list of networkAttributes
in config.xml overriden in on a per-device basis. This change is the
simplest change needed to determine this at runtime and therefore allowing
a single build to support the two different configurations.

Bug: 8562845
Change-Id: I34de5c6accc718b199c13815537de1debfe3dc91
services/java/com/android/server/ConnectivityService.java