2018-10-31 13:23:29 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.android.tests.rcs">
|
|
|
|
<application android:label="RCS Test">
|
|
|
|
<uses-library android:name="android.test.runner" />
|
|
|
|
</application>
|
|
|
|
|
2019-03-01 14:43:20 -08:00
|
|
|
<instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
|
2018-10-31 13:23:29 -07:00
|
|
|
android:targetPackage="com.android.tests.rcs"/>
|
|
|
|
</manifest>
|