OSDN Git Service

Fix interfaceVersion in DhcpServerCallbacks
authorRemi NGUYEN VAN <reminv@google.com>
Thu, 8 Aug 2019 08:45:24 +0000 (17:45 +0900)
committerRemi NGUYEN VAN <reminv@google.com>
Thu, 8 Aug 2019 08:45:24 +0000 (17:45 +0900)
commit5488c56b9868eeb4814dd424e29fba3e27814f5a
treebcff2081f2a361bb7f8bd06bc14b520715cdf771
parente6024b34edaa57817149b94da563dddd5ee30764
Fix interfaceVersion in DhcpServerCallbacks

The getInterfaceVersion method was missed when freezing the AIDL
interface version.
This causes Q devices to return 0 instead of 3 on this interface.

Bug: 139110717
Test: toggle tethering, dumpsys network_stack version
Change-Id: If587cc9ead4191b9c2ad2ae65473bd89e7c37b5c
services/net/java/android/net/dhcp/DhcpServerCallbacks.java