Skip to content

Commit d186229

Browse files
committed
update comment for WiFiSocketFactoryTest
1 parent 154a98a commit d186229

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/sdl_android/src/androidTest/java/com/smartdevicelink/test/transport/WiFiSocketFactoryTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ private static NetworkCapabilities createNetworkCapabilitiesWithTransport(int tr
112112
// instance, here we use reflection to call its constructor and a method that are marked
113113
// with "@hide".
114114
// 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
115116
Class<NetworkCapabilities> c = NetworkCapabilities.class;
116117
try {
117118
Method addTransportTypeMethod = c.getMethod("addTransportType", int.class);

0 commit comments

Comments
 (0)