Merge "Use connectivity APIs from framework-connectivity" into sc-dev

This commit is contained in:
Remi NGUYEN VAN
2021-03-25 14:51:55 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 2 deletions

View File

@@ -42,6 +42,9 @@ import java.util.TreeSet;
* {@hide}
*/
public class NetworkUtils {
static {
System.loadLibrary("framework-connectivity-jni");
}
private static final String TAG = "NetworkUtils";