We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154a98a commit d186229Copy full SHA for d186229
android/sdl_android/src/androidTest/java/com/smartdevicelink/test/transport/WiFiSocketFactoryTest.java
@@ -112,6 +112,7 @@ private static NetworkCapabilities createNetworkCapabilitiesWithTransport(int tr
112
// instance, here we use reflection to call its constructor and a method that are marked
113
// with "@hide".
114
// Starting in API level 30, this no longer works.
115
+ // There is not a good way to bypass this so some test will check API level
116
Class<NetworkCapabilities> c = NetworkCapabilities.class;
117
try {
118
Method addTransportTypeMethod = c.getMethod("addTransportType", int.class);
0 commit comments