Remi NGUYEN VAN | c1326df | 2021-01-28 13:37:03 +0900 | [diff] [blame^] | 1 | // Signature format: 2.0 |
2 | package android.net { | ||||
3 | |||||
4 | public class ConnectivityManager { | ||||
5 | method @Deprecated public boolean requestRouteToHost(int, int); | ||||
6 | method @Deprecated public int startUsingNetworkFeature(int, String); | ||||
7 | method @Deprecated public int stopUsingNetworkFeature(int, String); | ||||
8 | } | ||||
9 | |||||
10 | } | ||||
11 |