summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyohei Takeuchi <takeuchi.ryohei@sts-tottori.com>2019-07-05 18:02:56 +0900
committerRyohei Takeuchi <takeuchi.ryohei@sts-tottori.com>2019-07-05 18:02:56 +0900
commit0198b6a51aa48e4f9e3e04308f3c6bdeaaf7c6ab (patch)
treef4105244db6a1ff9f722e2369f54ea185f4deaad
parentb4dc354f6278b0a3b8eab018ef2128b320101c32 (diff)
downloadcts-0198b6a51aa48e4f9e3e04308f3c6bdeaaf7c6ab.tar.gz
DO NOT MERGE: KeyChainTest for device that don't have Secure Lock Screen
Device that don't have secure lock screen cannot pass this test because this test request to set a lock screen PIN or password when install credentials but such device don't support PIN nor password. So, this test should only be run on device that have secure lock screen. Change-Id: Idec4fa1ece3abc6f5a01452fab8b6b2a69c710e9 Signed-off-by: Ryohei Takeuchi <takeuchi.ryohei@sts-tottori.com>
-rw-r--r--apps/CtsVerifier/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index 8ea0e9c672f..eb1dd5672b9 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -1322,6 +1322,7 @@
<!-- KeyChain is only installed on communication-oriented devices inheriting core.mk -->
<meta-data android:name="test_excluded_features"
android:value="android.hardware.type.watch:android.hardware.type.television:android.software.leanback" />
+ <meta-data android:name="test_required_features" android:value="android.software.device_admin" />
</activity>
<activity android:name=".p2p.GoNegRequesterTestListActivity"