1256486a8f
This change fixes the RcsManager setup and adds an empty RcsThread class. Please see go/rcs-in-telephony-doc for details. Test: Builds fine Bug: 109759350 Merged-in: Ie3fe476ab11d515ffab6dcc6ccf5ec801a4c9057 Change-Id: Ie3fe476ab11d515ffab6dcc6ccf5ec801a4c9057
12 lines
433 B
XML
12 lines
433 B
XML
<?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>
|
|
|
|
<instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
|
|
android:targetPackage="com.android.tests.rcs"/>
|
|
</manifest>
|