History log of /frameworks/opt/net/ethernet/java/com/android/server/ethernet/EthernetServiceImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3e81fb6ecfc5aa401baf5b07ba74acb772c89b0b 15-Oct-2015 Lorenzo Colitti <lorenzo@google.com> Stop requiring CHANGE_NETWORK_STATE to change Ethernet config.

Requiring CHANGE_NETWORK_STATE is pointless, since immediately
after doing that we require CONNECTIVITY_INTERNAL, which is
a system-only permission.

Bug: 23597341
Change-Id: If4c8ecbb319e547c2c81d2dcc3c7bbb63e0bc2af
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/EthernetServiceImpl.java
76502788598a85d24b9ae3e253016a9370c49a42 01-Aug-2015 Billy Lau <billylau@google.com> Bug: 21588539 Move CHANGE_NETWORK_STATE to be in SYSTEM_SETTINGS

Replaced the method where we used to enforce static permission
CHANGE_NETWORK_STATE to method calls that also check for WRITE_SETTINGS.
This is due to the merging of CHANGE_NETWORK_STATE permission with
WRITE_SETTINGS in M.

Change-Id: I104ac41733663b4f6b5cd30e7314574ec4acdc07
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/EthernetServiceImpl.java
a3d7e61812f8d68ca109280c4e7589e4f968723a 19-Oct-2014 Jaewan Kim <jaewan@google.com> Add an API to check availability of Ethernet interface.

Bug: 18045481
Change-Id: I3fb517c3e7fa807e2937fda92026301e312be986
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/EthernetServiceImpl.java
aea43f5901e6591c390b83b10d3dd9b515a6442a 19-Aug-2014 Lorenzo Colitti <lorenzo@google.com> Actually provide useful output in Ethernet service dump.

Bug: 17133859
Change-Id: Ic8424004e48712e4dd906d5bb6a48ce7d38ff9d8
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/EthernetServiceImpl.java
41a372f13a7d19807d91e09f2e955b8a61f02d5c 12-Aug-2014 Lorenzo Colitti <lorenzo@google.com> Stop using LinkProperties for static configuration.

Also make static IP configuration more robust (e.g., tear down
our NetworkAgent when we switch between static and DHCP).

Bug: 16114392
Bug: 16893413
Change-Id: Ib33f35c004e30b6067bb20235ffa43c247d174df
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/EthernetServiceImpl.java
20c1c99c4351abd8bb3d6e8f966fcf3b6de0e5b0 21-May-2014 Lorenzo Colitti <lorenzo@google.com> Initial EthernetService implementation.

Bug: 14981801
Bug: 14993642
Change-Id: If392ef7063e096854ef830f4fe3b038439a1d307
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/EthernetServiceImpl.java