| Motomu Utsumi | 5dcd145 | 2023-09-07 18:39:06 +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 | |||||