summaryrefslogtreecommitdiffstats
path: root/apps/CtsVerifier/AndroidManifest.xml
diff options
context:
space:
mode:
authorTaruhi Iwagaki <taruhi@google.com>2017-05-24 19:09:53 +0900
committerTaruhi Iwagaki <taruhi@google.com>2017-05-24 19:12:53 +0900
commitec7b919259ad2e913849717890bd68f45ee378e3 (patch)
treeae57aef6e44b8eb46c062b288aeed77639964b29 /apps/CtsVerifier/AndroidManifest.xml
parent91cf9e2c6c7ed9f191820fe00084c86f56c0e254 (diff)
downloadplatform_cts-ec7b919259ad2e913849717890bd68f45ee378e3.tar.gz
platform_cts-ec7b919259ad2e913849717890bd68f45ee378e3.tar.bz2
platform_cts-ec7b919259ad2e913849717890bd68f45ee378e3.zip
Fix the incorrect usage of test_exclude_features
"Device Suspend Test" should have a meta-data tag with test_exclude_features in a single line. Bug: 34367838 Change-Id: I4933d1830f15465c26cc0126a9f0cd425bac5221
Diffstat (limited to 'apps/CtsVerifier/AndroidManifest.xml')
-rw-r--r--apps/CtsVerifier/AndroidManifest.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index 7480ffe9b0a..dfd53c60099 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -1267,11 +1267,7 @@
</intent-filter>
<meta-data android:name="test_category" android:value="@string/test_category_sensors" />
<meta-data android:name="test_excluded_features"
- android:value="android.hardware.type.television" />
- <meta-data android:name="test_excluded_features"
- android:value="android.software.leanback" />
- <meta-data android:name="test_excluded_features"
- android:value="android.hardware.type.automotive" />
+ android:value="android.hardware.type.television:android.software.leanback:android.hardware.type.automotive" />
</activity>
<receiver android:name="com.android.cts.verifier.sensors.DeviceSuspendTestActivity$AlarmReceiver">