Loading core/tests/ConnectivityManagerTest/AndroidManifest.xml +6 −4 Original line number Diff line number Diff line Loading @@ -24,17 +24,19 @@ <application> <uses-library android:name="android.test.runner" /> <activity android:name="ConnectivityManagerTestActivity" android:label="CMTest"> android:label="@string/app_name"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.TEST" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application> <!-- This declares that this app uses the instrumentation test runner targeting the package of browserpowertest. To run the tests use the command: "adb shell am instrument -w com.android.connectivitymanagertest/.ConnectivityManagerTestRunner" the package of connectivitymanagertest. To run the tests use the command: "adb shell am instrument -e ssid <SSID> -w com.android.connectivitymanagertest/.ConnectivityManagerTestRunner", the access point <SSID> should be an open AP. --> <instrumentation android:name=".ConnectivityManagerTestRunner" android:targetPackage="com.android.connectivitymanagertest" Loading core/tests/ConnectivityManagerTest/res/values/strings.xml 0 → 100644 +4 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">ConnectivityManagerTest</string> </resources> Loading
core/tests/ConnectivityManagerTest/AndroidManifest.xml +6 −4 Original line number Diff line number Diff line Loading @@ -24,17 +24,19 @@ <application> <uses-library android:name="android.test.runner" /> <activity android:name="ConnectivityManagerTestActivity" android:label="CMTest"> android:label="@string/app_name"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.TEST" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application> <!-- This declares that this app uses the instrumentation test runner targeting the package of browserpowertest. To run the tests use the command: "adb shell am instrument -w com.android.connectivitymanagertest/.ConnectivityManagerTestRunner" the package of connectivitymanagertest. To run the tests use the command: "adb shell am instrument -e ssid <SSID> -w com.android.connectivitymanagertest/.ConnectivityManagerTestRunner", the access point <SSID> should be an open AP. --> <instrumentation android:name=".ConnectivityManagerTestRunner" android:targetPackage="com.android.connectivitymanagertest" Loading
core/tests/ConnectivityManagerTest/res/values/strings.xml 0 → 100644 +4 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources> <string name="app_name">ConnectivityManagerTest</string> </resources>