| Index: content/shell/android/javatests/AndroidManifest.xml
|
| diff --git a/content/shell/android/javatests/AndroidManifest.xml b/content/shell/android/javatests/AndroidManifest.xml
|
| index 5f50eadce5ea5b9318fdfb2674dc39efb0195939..a249ba15ad793976348c65a849ea772e662ffc21 100644
|
| --- a/content/shell/android/javatests/AndroidManifest.xml
|
| +++ b/content/shell/android/javatests/AndroidManifest.xml
|
| @@ -11,9 +11,11 @@
|
| needed when building test cases. -->
|
| <application>
|
| <uses-library android:name="android.test.runner" />
|
| + <activity android:name="org.chromium.test.broker.OnDeviceInstrumentationBroker"
|
| + android:exported="true"/>
|
| </application>
|
| <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="22" />
|
| - <instrumentation android:name="android.test.InstrumentationTestRunner"
|
| + <instrumentation android:name="org.chromium.base.test.BaseInstrumentationTestRunner"
|
| android:targetPackage="org.chromium.content_shell_apk"
|
| android:label="Tests for org.chromium.content_shell_apk"/>
|
| <uses-permission android:name="android.permission.RUN_INSTRUMENTATION" />
|
|
|