1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2014 The Android Open Source Project 3 4 Licensed under the Apache License, Version 2.0 (the "License"); 5 you may not use this file except in compliance with the License. 6 You may obtain a copy of the License at 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 Unless required by applicable law or agreed to in writing, software 11 distributed under the License is distributed on an "AS IS" BASIS, 12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 See the License for the specific language governing permissions and 14 limitations under the License. 15--> 16<resources> 17 <!-- Don't test these features on watches. --> 18 <string-array name="disabled_tests"> 19 <item>com.android.cts.verifier.telecom.CtsVerifierInCallUi</item> 20 <item>com.android.cts.verifier.notifications.NotificationAttentionManagementVerifierActivity</item> 21 <item>com.android.cts.verifier.notifications.NotificationListenerVerifierActivity</item> 22 </string-array> 23 24 <string name="snsr_device_suspend_test_instr">Once you begin the test, disconnect USB, then 25 perform a palm press to turn off display and put device into suspend mode. The screen will 26 turn on and device will vibrate once all the tests are completed. 27 </string> 28 29 <string name="da_tapjacking_instructions"> 30 1. Launch the device admin add screen by pressing the button below.\n 31 2. Wait for an overlaying transparent activity to show up obscuring the device admin details window.\n 32 3. The button to activate the admin should be disabled and should not register any taps.\n 33 4. Wait 10 seconds for the overlaying transparent activity to go away.\n 34 5. Exit the device admin details and return to this screen.\n 35 Pass the test if the device admin could not be activated while the details 36 window was being obscured. 37 </string> 38 39 <string name="device_owner_network_logging_ui_info"> 40 1) Ensure the device has a lock screen enabled.\n 41 2) Enable network logging by tapping on the first button below.\n 42 3) View the lock screen by performing a palm press and then pressing a side button.\n 43 4) Check that an icon is present at the top of the lock screen.\n 44 5) Tapping the icon informs you about: the name of the app that manages this device, details about the device owner\'s capabilities, and information that the admin can see the most recent network traffic log.\n 45 6) Unlock the device and verify that a notification about device monitoring is present. 46 7) Tap the second button below to disable network logging.\n 47 8) Verify that after tapping the icon, screen informs you of what your device owner can do, but it does not include the section about network traffic monitoring.\n 48 \n 49 If this device does not have quick settings, please skip this test and mark it passing. 50 </string> 51 52 <string name="enterprise_privacy_add_account_info"> 53 Please do the following:\n 54 1) Press the Clear Org button.\n 55 2) Press the Open Settings button.\n 56 3) In the screen that opens, verify that you are told that the device is managed.\n 57 4) Use the Back button to return to this page.\n 58 5) Press the Set Org button.\n 59 6) Press the Open Settings button.\n 60 7) In the screen that opens, verify that you are told that the device is managed by \"Foo, Inc.\".\n 61 8) Tap the \"Learn more\" link or "Managed Device info" button.\n 62 9) Verify that a screen informing you what your managing organization can do is shown.\n 63 10) Use the Back button to return to this page. 64 </string> 65 66 <string name="enterprise_privacy_quick_settings_info"> 67 1. Ensure the device has a lock screen enabled.\n 68 2. Lock the device.\n 69 3. Check that an icon appeared at the top of the lock screen. Tap the icon and unlock the device.\n 70 4. Verify that a screen informing you what your managing organization can do is shown.\n 71 </string> 72 73 <string name="enterprise_privacy_keyguard_info"> 74 1) Press the Open Settings button to open Settings.\n 75 2) Navigate to \"Personalization\" > \"Screen lock\" and select the first screen lock type that is not \"None\".\n 76 3) Use the Back button to return to this page.\n 77 4) Lock the device.\n 78 5) Verify that an info icon appeared at the top of the lock screen.\n 79 6) Unlock the device.\n 80 7) Repeat steps (1) through (6) for each screen lock type other than \"None\". 81 </string> 82 <string name="usb_tapjacking_usb_debugging_component">com.google.android.apps.wearable.settings/com.google.android.clockwork.settings.SecureAdbActivityAlias</string> 83 84 <!-- Adjusted for watches to leave out second part, since not applicable to watches. --> 85 <string name="add_screen_lock">Add a secure screen lock of any type.</string> 86</resources> 87