Add InetAddressCompat
Although the InetAddress symbols used by Connectivity are stable core platform API, and should be usable, the core_current stubs are not yet part of the module_current API. Until that is fixed, add an InetAddressCompat utility that calls the three static methods by reflection. Test: atest FrameworksNetTests CtsNetTestCases Bug: 183097033 Change-Id: I797009aeff1d39ae2dc06ef69d2e235689b43c89
Showing
- framework/src/android/net/ConnectivityManager.java 1 addition, 1 deletionframework/src/android/net/ConnectivityManager.java
- framework/src/android/net/InetAddressCompat.java 76 additions, 0 deletionsframework/src/android/net/InetAddressCompat.java
- framework/src/android/net/Network.java 2 additions, 2 deletionsframework/src/android/net/Network.java
Loading
Please register or sign in to comment