Revert "Support car-mode UI in telecom."
This reverts commit d3182912911d167e4a5a8d379cef11c619d18d36.
Change-Id: I48da1122846b18c03bec486ee2bf977f721723a2
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index f84a545..4576690 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -47,8 +47,8 @@
adb shell am instrument -w com.android.server.telecom.tests/android.test.InstrumentationTestRunner
To run a single test case:
- adb shell am instrument -w -e class com.android.server.telecom.tests.unit.FooUnitTest \
- com.android.server.telecom.tests/android.test.InstrumentationTestRunner
+ adb shell am instrument -w com.android.server.telecom.tests/android.test.InstrumentationTestRunner
+ -e com.android.server.telecom.tests.unit.FooUnitTest
-->
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.android.server.telecom.tests"