Merge "Don't run testGetAllNetworkStateSnapshots in instant app mode" am: b91372a50f am: ec110e2e24

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1737396

Change-Id: I85bebb2a928b28cd8682e061ce5cc7433f47cec4
This commit is contained in:
Lorenzo Colitti
2021-06-15 13:42:57 +00:00
committed by Automerger Merge Worker

View File

@@ -462,6 +462,7 @@ public class ConnectivityManagerTest {
android.Manifest.permission.READ_PRIVILEGED_PHONE_STATE);
}
@AppModeFull(reason = "Cannot request network in instant app mode")
@DevSdkIgnoreRule.IgnoreUpTo(Build.VERSION_CODES.R)
@Test
public void testGetAllNetworkStateSnapshots()