commit | 1af3d90f2431cf9e9b961fe6dc6e4e09fd0c1dc7 | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Fri Nov 17 04:14:32 2023 +0000 |
committer | Remi NGUYEN VAN <reminv@google.com> | Fri Nov 17 04:14:39 2023 +0000 |
tree | 08ff274d5c73cfb5172a1506242dee9f12e2ca89 | |
parent | 110d5f54fceac4c633c8771dba9a43c65f36957a [diff] |
Improve message for SIM cards not supporting data The previous message is not clear about the fact that there is a SIM card inserted. Clarify it. Change-Id: I2391d9fa7762b6225438049199f9f178a8b24d41
diff --git a/staticlibs/testutils/app/connectivitychecker/src/com/android/testutils/connectivitypreparer/ConnectivityCheckTest.kt b/staticlibs/testutils/app/connectivitychecker/src/com/android/testutils/connectivitypreparer/ConnectivityCheckTest.kt index d75d9ca..df6067d 100644 --- a/staticlibs/testutils/app/connectivitychecker/src/com/android/testutils/connectivitypreparer/ConnectivityCheckTest.kt +++ b/staticlibs/testutils/app/connectivitychecker/src/com/android/testutils/connectivitypreparer/ConnectivityCheckTest.kt
@@ -61,8 +61,8 @@ commonError) } assertTrue(tm.isDataConnectivityPossible, - "The device is not setup with a SIM card that supports data connectivity. " + - commonError) + "The device has a SIM card, but it does not supports data connectivity. " + + "Check the data plan, and verify that mobile data is working. " + commonError) connectUtil.ensureCellularValidated() } }