| Sahin Caliskan | 9458ebc | 2018-10-31 13:23:29 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |||||
| 3 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| 4 | package="com.android.tests.rcs"> | ||||
| 5 | <application android:label="RCS Test"> | ||||
| 6 | <uses-library android:name="android.test.runner" /> | ||||
| 7 | </application> | ||||
| 8 | |||||
| 9 | <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner" | ||||
| 10 | android:targetPackage="com.android.tests.rcs"/> | ||||
| 11 | </manifest> | ||||