1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2010 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
17    <string name="app_name">CTS Verifier</string>
18
19    <string name="title_version">CTS Verifier %1$s</string>
20
21    <string name="pass_button_text">Pass</string>
22    <string name="info_button_text">Info</string>
23    <string name="fail_button_text">Fail</string>
24    <string name="next_button_text">Next</string>
25    <string name="go_button_text">Go</string>
26
27    <string name="retry_button_text">Retry</string>
28    <string name="finish_button_text">Finish</string>
29    <string name="fail_and_next_button_text">Fail and Next</string>
30
31    <!-- Strings for TestListActivity -->
32    <string name="test_category_audio">Audio</string>
33    <string name="test_category_camera">Camera</string>
34    <string name="test_category_car">Car</string>
35    <string name="test_category_device_admin">Device Administration</string>
36    <string name="test_category_hardware">Hardware</string>
37    <string name="test_category_networking">Networking</string>
38    <string name="test_category_sensors">Sensors</string>
39    <string name="test_category_location">Location</string>
40    <string name="test_category_security">Security</string>
41    <string name="test_category_streaming">Streaming</string>
42    <string name="test_category_features">Features</string>
43    <string name="test_category_deskclock">Clock</string>
44    <string name="test_category_jobscheduler">Job Scheduler</string>
45    <string name="test_category_telecom">Telecom</string>
46    <string name="test_category_telephony">Telephony</string>
47    <string name="test_category_tv">TV</string>
48    <string name="test_category_instant_apps">Instant Apps</string>
49    <string name="test_category_other">Other</string>
50    <string name="clear">Clear</string>
51    <string name="test_results_clear_title">Remove all test results?</string>
52    <string name="test_results_clear_yes">Yes</string>
53    <string name="test_results_clear_cancel">Cancel</string>
54    <string name="test_results_cleared">Test results cleared.</string>
55    <string name="view">View</string>
56    <string name="test_results_error">Couldn\'t create test results report. Try running the
57        following command if you haven\'t yet.\n\"adb shell appops set com.android.cts.verifier
58        android:read_device_identifiers allow\" </string>
59    <string name="runtime_permissions_error">Please grant runtime permissions, otherwise, tests might fail.</string>
60    <string name="export">Export</string>
61    <string name="no_storage">Cannot save report to external storage, see log for details.</string>
62    <string name="report_saved">Report saved to: %s</string>
63
64    <!-- Strings for IntentDrivenTestActivity -->
65    <string name="intent_not_resolved">Intent Not Resolved</string>
66    <string name="intent_not_resolved_info">The following intent could not be resolved: %1$s</string>
67
68    <!-- Strings for ReportViewerActivity -->
69    <string name="report_viewer">Report Viewer</string>
70
71    <string name="result_success">Test passed!</string>
72    <string name="result_failure">Test failed!</string>
73
74    <!-- String shared between BackupTestActivity and BackupAccessibilityTestActivity -->
75    <string name="bu_loading">Loading...</string>
76    <string name="bu_generate_error">Error occurred while generating test data...</string>
77    <string name="bu_settings">Settings</string>
78
79    <!-- Strings for Device Administration tests -->
80    <string name="da_policy_serialization_test">Policy Serialization Test</string>
81    <string name="da_policy_serialization_info">This test checks that a device policy is properly
82        saved and loaded across reboots.\n\nPress the \"Generate Policy\" button to create
83        a random policy. Then press the \"Apply Policy\" button to apply the policy. Reboot the
84        device and verify that all rows in the policy list are green. Red items indicate policy
85        settings that were not loaded properly.
86    </string>
87    <string name="da_uninstall_test">Device Admin Uninstall Test</string>
88    <string name="da_uninstall_test_info">This test checks that an active device administrator
89        can be easily uninstalled from the application details screen in a way similar to other
90        apps. This test requires CtsEmptyDeviceAdmin.apk to be installed on the device.
91    </string>
92    <string name="da_tapjacking_test">Device Admin Tapjacking Test</string>
93    <string name="da_tapjacking_test_info">This test checks that an activity cannot tapjack the
94        user by obscuring the device admin details while prompting the user to activate the admin.
95    </string>
96    <string name="car_dock_test">Car Dock Test</string>
97    <string name="car_dock_test_desc">This test ensures that car mode opens the app associated with
98        car dock when going into car mode.\n\n
99        Click on "Enable Car Mode" to start the test. Clicking on the button will either bring up a
100        disambiguation dialog asking which app to open or immediately open the CAR_DOCK application.
101        Select the "CTS Verifier" app and then "Always" if the dialog pops up.
102        This will open the CAR_DOCK application.\n\n
103        In the CAR_DOCK application, press the home button, which will enable the pass button if the
104        framework correctly tries to open the CAR_DOCK app again.</string>
105    <string name="car_mode_enable">Enable Car Mode</string>
106    <string name="car_dock_activity_text">Press the Home button</string>
107    <string name="da_no_policy">1. Press the \"Generate Policy\" to create a random device
108        policy\n\n2. Press \"Apply Policy\" to put the policy into effect.\n\n3. Reboot your
109        device and return to this test in the CTS Verifier.
110    </string>
111    <string name="da_generate_policy">Generate Policy</string>
112    <string name="da_apply_policy">Apply Policy</string>
113    <string name="da_random_policy">Random policy generated.</string>
114    <string name="da_policy_reboot">Reboot your device and return to this CTS Verifier test.</string>
115    <string name="da_password_quality">Password Quality</string>
116    <string name="da_password_quality_alphabetic">Alphabetic</string>
117    <string name="da_password_quality_alphanumeric">Alphanumeric</string>
118    <string name="da_password_quality_numeric">Numeric</string>
119    <string name="da_password_quality_something">Something</string>
120    <string name="da_password_minimum_length">Minimum Password Length</string>
121    <string name="da_maximum_failed_passwords_for_wipe">Maximum Failed Passwords for Wipe</string>
122    <string name="da_maximum_time_to_lock">Maximum Time to Lock</string>
123    <string name="da_policy_info">Expected value: %1$s\nActual value: %2$s</string>
124
125    <string name="da_screen_lock_test">Screen Lock Test</string>
126    <string name="da_screen_lock_info">This test checks that the DevicePolicyManager\'s lockNow
127        method immediately locks the screen. It should lock the screen immediately despite any
128        settings that may specify a timeout.\n\nClick the \"Force Lock\" button to lock the screen.
129        Your screen should be locked and require the password to be entered.
130    </string>
131    <string name="da_force_lock">Force Lock</string>
132    <string name="da_lock_success">It appears the screen was locked successfully!</string>
133    <string name="da_lock_error">It does not look like the screen was locked...</string>
134
135    <string name="da_install_admin_instructions">
136        Please install the \'Test Device Admin\' app (packaged as CtsEmptyDeviceAdmin.apk) on the device.
137    </string>
138    <string name="da_admin_installed_status_text">\'Test Device Admin\' installed on the device.</string>
139    <string name="da_enable_admin_instructions">Add \'Test Device Admin\' as an active administrator on the device.
140        Tap the button below to review the device admin details and activate the administrator.
141    </string>
142    <string name="da_enable_admin_button_text">Enable admin</string>
143    <string name="da_uninstall_admin_instructions">Attempt to uninstall the app from the application details page of the \'Test Device Admin\' app.
144        You should see another screen showing the device admin details before you can uninstall the app from the device.
145        Wait till the app is uninstalled before returning to this page.
146    </string>
147    <string name="da_uninstall_admin_button_text">Launch settings</string>
148
149    <string name="da_tapjacking_overlay_app_description">This activity attempts to tapjack the activity below.\n
150        Any security sensitive controls below should not respond to taps as long as this activity is visible.</string>
151    <string name="da_tapjacking_instructions">
152        1. Launch the device admin add screen by pressing the button below.\n
153        2. Wait for an overlaying transparent activity to show up obscuring the device admin details window.\n
154        3. The button to activate the admin should be disabled and should not register any taps.\n
155        4. Press \'back\' to exit the overlaying transparent activity.\n
156        5. Press \'back\' to exit the device admin details and return to this screen.\n
157        Pass the test if the device admin could not be activated while the details
158        window was being obscured.
159    </string>
160    <string name="da_tapjacking_button_text">Enable device admin</string>
161
162    <!-- Strings for RecentTaskRemovalTestActivity -->
163    <string name="remove_from_recents_test">Recent Task Removal Test</string>
164    <string name="remove_from_recents_test_info">
165        This test verifies that an app whose task is removed from recents is not also force-stopped
166        without explicit user consent. This test requires CtsForceStopHelper.apk to be installed.
167    </string>
168    <string name="fs_test_app_install_instructions">Please install the \'Force stop helper app\' on the device.</string>
169    <string name="fs_test_app_installed_text">\'Force stop helper app\' installed on device. Proceed to the following steps.</string>
170    <string name="fs_test_app_launch_instructions">
171        Tap the button to launch the helper activity. Then return to this screen.
172    </string>
173    <string name="fs_launch_test_app_button_text">Launch test activity</string>
174    <string name="fs_test_app_recents_instructions">
175        Open recents and remove the task of the activity started in the previous step and return to this screen.
176        Deny any dialog that is shown asking for permission to force-stop or kill the app.
177    </string>
178    <string name="fs_force_stop_verification_pending">Verifying... Please wait.</string>
179
180    <!-- Strings for BiometricTest -->
181    <string name="biometric_test">Biometric Test</string>
182    <string name="biometric_test_info">
183        This test ensures that biometrics can be authenticated when templates are enrolled.
184    </string>
185    <string name="biometric_enroll">Enroll</string>
186    <string name="biometric_start_test1">Start Test 1</string>
187    <string name="biometric_start_test2">Start Test 2</string>
188    <string name="biometric_start_test3">Start Test 3</string>
189    <string name="biometric_start_test4">Start Test 4</string>
190    <string name="biometric_start_test5">Start Test 5</string>
191    <string name="biometric_test_strings_title">Instructions</string>
192    <string name="biometric_test_strings_instructions">For the next test, please write down the numbers shown in the title, subtitle, description, and negative button fields. After authenticating, please enter the strings in the appropriate box.</string>
193    <string name="biometric_test_strings_verify_title">Please enter the numbers you recorded</string>
194
195    <!-- Strings for lock bound keys test -->
196    <string name="sec_lock_bound_key_test">Lock Bound Keys Test</string>
197    <string name="sec_lock_bound_key_test_info">
198        This test ensures that Keystore cryptographic keys that are bound to lock screen authentication
199        are unusable without a recent enough authentication. You need to set up a screen lock in order to
200        complete this test. If available, this test should be run by using fingerprint authentication
201        as well as PIN/pattern/password authentication.
202    </string>
203
204    <string name="sec_fingerprint_bound_key_test">Fingerprint Bound Keys Test</string>
205    <string name="sec_fingerprint_bound_key_test_info">
206        This test ensures that Keystore cryptographic keys that are bound to fingerprint authentication
207        are unusable without an authentication. You need to set up a fingerprint order to
208        complete this test.
209    </string>
210    <string name="sec_fp_dialog_message">Authenticate now with fingerprint</string>
211    <string name="sec_fp_auth_failed">Authentication failed</string>
212    <string name="sec_start_test">Start Test</string>
213
214    <string name="sec_biometric_prompt_bound_key_test">Biometric Prompt Bound Keys Test</string>
215    <string name="sec_biometric_prompt_bound_key_test_info">
216        This test ensures that Keystore cryptographic keys that are bound to biometric authentication
217        are unusable without an authentication.
218    </string>
219
220    <!-- Strings for protected confirmation test -->
221    <string name="sec_protected_confirmation_test">Android Protected Confirmation Test</string>
222    <string name="sec_protected_confirmation_test_info">
223        This test ensures that - if Android Protected Confirmation is supported by the device under
224        test - the user is able to see the confirmation message and confirm it. It also assures that
225        Keymaster signs a message with a confirmation key only if the message was previously
226        confirmed by the user.
227    </string>
228    <string name="sec_protected_confirmation_not_supported_title">Android Protected Confirmation not supported</string>
229    <string name="sec_protected_confirmation_not_supported_info">
230        Android Protected Confirmation is not implemented by this device. This is okay because this
231        is an optional feature. Set this test to passed and continue.
232    </string>
233    <string name="sec_protected_confirmation_message">This is a CtsVerifier test message!</string>
234    <string name="sec_protected_confirmation_tee_test">Start Tee Test</string>
235    <string name="sec_protected_confirmation_strongbox_test">Start Strongbox Test</string>
236
237    <!-- Strings for IdentityAuthPerPresenation -->
238    <string name="sec_identity_credential_authentication_test">Identity Credential Authentication</string>
239    <string name="sec_identity_credential_authentication_test_info">
240        This test ensures that data elements in Identity Credential documents protected by user
241        authentication with timeout 0 can only be accessed once per reader session.
242    </string>
243
244    <!-- Strings for BluetoothActivity -->
245    <string name="bluetooth_test">Bluetooth Test</string>
246    <string name="bluetooth_test_info">
247        The Bluetooth Control tests check whether or not the device
248        can disable and enable Bluetooth properly.
249        \n\nThe Bluetooth tests require two devices, and Bluetooth data is exchanged between them.
250        \nThere are two types of connections: Insecure and Secure. There are two types of roles: Server and Client. You must pass all connection and role combinations.
251        \nThis is a list of the tests:
252        \nThis Device x Other Device
253        \n\n\"Bluetooth LE Insecure Client Test\" x \"Bluetooth LE Insecure Server Test\"
254        \n\n\"Bluetooth LE Insecure Server Test\" x \"Bluetooth LE Insecure Client Test\"
255        \n\n\"Bluetooth LE Secure Client Test\" x \"Bluetooth LE Secure Server Test\"
256        \n\n\"Bluetooth LE Secure Server Test\" x \"Bluetooth LE Secure Client Test\"
257        \n\n\"Bluetooth LE CoC Insecure Server Test\" x \"Bluetooth LE CoC Insecure Client Test\"
258        \n\n\"Bluetooth LE CoC Insecure Client Test\" x \"Bluetooth LE CoC Insecure Server Test\"
259        \n\n\"Bluetooth LE CoC Secure Server Test\" x \"Bluetooth LE CoC Secure Client Test\"
260        \n\n\"Bluetooth LE CoC Secure Client Test\" x \"Bluetooth LE CoC Secure Server Test\"
261        \n\nThe Device Communication tests require two
262        devices to pair and exchange messages. The two devices must be:
263        \n\n1. a candidate device implementation running the software build to be tested
264        \n\n2. a separate device implementation already known to be compatible
265    </string>
266
267    <string name="bt_control">Bluetooth Control</string>
268    <string name="bt_device_communication">Device Communication</string>
269    <string name="bt_le">Bluetooth LE</string>
270    <string name="bt_hid">Bluetooth HID</string>
271    <string name="bt_le_coc">Bluetooth LE CoC</string>
272
273    <string name="bt_toggle_bluetooth">Toggle Bluetooth</string>
274    <string name="bt_toggle_instructions">Disable and enable Bluetooth to successfully complete this test.</string>
275    <string name="bt_enable_bluetooth">Enable Bluetooth</string>
276    <string name="bt_disable_bluetooth">Disable Bluetooth</string>
277    <string name="bt_disabling">Disabling Bluetooth...</string>
278    <string name="bt_disabling_error">Could not disable Bluetooth...</string>
279
280    <string name="ble_coc_insecure_client_test_list_name">Bluetooth LE CoC Insecure Client Test</string>
281    <string name="ble_coc_insecure_client_test_list_info">
282        The Bluetooth LE CoC test must be done simultaneously on two devices. This device is the client.
283        All tests listed here must be done without pairing. Tap \"Bluetooth LE CoC Insecure Server Test\" on the other device.
284        \n\nTap \"01 Bluetooth LE CoC Client Test\" on this device, then tap \"01 Bluetooth LE CoC Server Test\" on the other device.
285        \nWhen the test is complete, move to the next item. You must complete all tests.
286    </string>
287    <string name="ble_coc_insecure_client_test_info">
288        The Bluetooth LE CoC test must be done simultaneously on two devices. This device is the client.
289        All tests listed here must be done without pairing.
290    </string>
291    <string name="ble_coc_insecure_server_test_list_name">Bluetooth LE CoC Insecure Server Test</string>
292    <string name="ble_coc_insecure_server_test_list_info">
293        This test is mostly automated, but requires some user interaction.
294        Once the list items below have check marks, the test is complete.
295        \n\nTap \"01 Bluetooth LE CoC Server Test\" on this device, then tap \"01 Bluetooth LE CoC Client Test\" on the other device.
296        \nWhen the test is complete, move to the next item. You must complete all tests.
297    </string>
298
299    <string name="ble_coc_secure_client_test_list_name">Bluetooth LE CoC Secure Client Test</string>
300    <string name="ble_coc_secure_client_test_list_info">
301        The Bluetooth LE CoC test must be done simultaneously on two devices. This device is the client.
302        All tests listed here must be done with pairing. Tap \"Bluetooth LE CoC Secure Server Test\" on the other device.
303        \n\nTap \"01 Bluetooth LE CoC Client Test\" on this device, then tap \"01 Bluetooth LE CoC Server Test\" on the other device.
304        \nWhen the test is complete, move to the next item. You must complete all tests.
305    </string>
306    <string name="ble_coc_secure_client_test_info">
307        The Bluetooth LE CoC test must be done simultaneously on two devices. This device is the client.
308        All tests listed here must be done with pairing.
309    </string>
310    <string name="ble_coc_secure_server_test_list_name">Bluetooth LE CoC Secure Server Test</string>
311    <string name="ble_coc_secure_server_test_list_info">
312        This test is mostly automated, but requires some user interaction.
313        Once the list items below have check marks, the test is complete.
314        \n\nTap \"01 Bluetooth LE CoC Server Test\" on this device, then tap \"01 Bluetooth LE CoC Client Test\" on the other device.
315        \nWhen the test is complete, move to the next item. You must complete all tests.
316    </string>
317
318    <!-- BLE CoC client side strings -->
319    <string name="ble_coc_client_test_name">01 Bluetooth LE CoC Client Test</string>
320    <string name="ble_coc_client_le_connect">Bluetooth LE Client Connect</string>
321    <string name="ble_coc_client_get_psm">Get peer PSM value</string>
322    <string name="ble_coc_client_coc_connect">LE CoC client Connect</string>
323    <string name="ble_coc_client_check_connection_type">Check connection type</string>
324    <string name="ble_coc_client_send_data_8bytes">Send 8 bytes</string>
325    <string name="ble_coc_client_receive_data_8bytes">Receive 8 bytes</string>
326    <string name="ble_coc_client_data_exchange">Send and receive large data buffer</string>
327
328    <!-- BLE CoC server side strings -->
329    <string name="ble_coc_server_start_name">01 Bluetooth LE CoC Server Test</string>
330    <string name="ble_coc_server_le_connect">Bluetooth LE Server Connect</string>
331    <string name="ble_coc_server_create_listener">Create LE CoC listener</string>
332    <string name="ble_coc_server_psm_read">Waiting on PSM to be read</string>
333    <string name="ble_coc_server_connection">Waiting on LE CoC connection</string>
334    <string name="ble_coc_server_check_connection_type">Check connection type</string>
335    <string name="ble_coc_server_receive_data_8bytes">Waiting to receive 8 bytes</string>
336    <string name="ble_coc_server_send_data_8bytes">Sending 8 bytes</string>
337    <string name="ble_coc_server_data_exchange">Send and receive large data buffer</string>
338
339    <string name="bt_connection_access_server">Connection Access Server</string>
340    <string name="bt_connection_access_client">Connection Access Client</string>
341    <string name="bt_connection_access_server_info">
342        Start the CTS Verifier on another device, start the Bluetooth test, and choose
343        \"Connection Access Client\" to setup the test.
344        \n\nFirst, unpair the devices via Bluetooth settings. Then connect the devices together
345        using the \"Make Discoverable\" and \"Pick Server\" buttons.
346        \n\nA connection access request should appear on the server and enable the pass button.
347    </string>
348    <string name="bt_connection_access_client_info">
349        Start the CTS Verifier on another device, start the Bluetooth test, and choose
350        \"Connection Access Server\" to complete the test.
351        \n\nMake the device acting as the server discoverable and connect to it via the
352        \"Pick Server\" button. Check that the server displays the connection access request
353        dialog. The client device does not need to do anything else.
354    </string>
355    <string name="bt_ca_dialog">Was the connection access request dialog shown?</string>
356    <string name="bt_ca_tips">
357        Tap the \"Bluetooth Settings\" button and check that both devices are not paired
358        before running the test.
359        \n\nUse the \"Make Discoverable\" and \"Pick Server\" buttons to connect the two Bluetooth
360        devices together and start the test.
361    </string>
362
363    <!-- Strings for HidHost and HidDevice activity -->
364    <string name="bt_hid_host_test_name">Bluetooth HID Host Test</string>
365    <string name="bt_hid_host_test_info">
366        Start the CTS Verifier on another device, start the Bluetooth test, and choose
367        \"Bluetooth HID Device\" to complete the test.
368        \n\nClick \"Register app\" and \"Make discoverable\" on another device first, and click
369        \"Select device\". Choose the device from device picker. If the remote device is already
370        paired, unpair it first from system Settings.
371        \n\nAfter the remote device completes the \"Send_report\" command, text \"bluetooth\" should
372        appear in the EditText. Mark the test as passed.
373        \n\n If the device under test (DUT) does not have Bluetooth HID Host service or HID Device
374        service enabled, mark the test as passed.
375    </string>
376    <string name="bt_hid_host">Bluetooth HID Host</string>
377    <string name="bt_hid_host_select_device">Select device</string>
378
379    <string name="bt_hid_device_test_name">Bluetooth HID Device Test</string>
380    <string name="bt_hid_device_test_info">
381        Start the CTS Verifier on another device, start the Bluetooth test, and choose
382        \"Bluetooth HID Host\" to complete the test.
383        \n\nFirst, click the \"Register app\" button, and click the \"Make discoverable\" button.
384        \n\nThen, on another device, click the \"Select device" button, and choose this device.
385        \n\nWait until the dialog shows up for pairing two devices.
386        \n\nFinally, click the \"Test send_report\", \"Test reply_report\", \"Test report_error\".
387        \n\nIf all the commands are successful, then click \"Unregister app\" and mark the test as
388        passed.
389        \n\n If the device under test (DUT) does not have Bluetooth HID Host service or HID Device
390        service enabled, mark the test as passed.
391    </string>
392
393    <string name="bt_hid_device">Bluetooth HID Device</string>
394    <string name="bt_hid_device_register">Register app</string>
395    <string name="bt_hid_device_unregister">Unregister app</string>
396    <string name="bt_hid_device_send_report">Test Send_report</string>
397    <string name="bt_hid_device_reply_report">Test Reply_report</string>
398    <string name="bt_hid_device_report_error">Test Report_error</string>
399
400
401    <string name="bt_secure_server">Secure Server</string>
402    <string name="bt_secure_server_instructions">Start the CTS Verifier on another device, start the Bluetooth test, and choose \"Secure Client\" to complete the test.</string>
403    <string name="bt_insecure_server">Insecure Server</string>
404    <string name="bt_insecure_server_instructions">Start the CTS Verifier on another device, start the Bluetooth test, and choose \"Insecure Client\" to complete the test.</string>
405    <string name="bt_waiting">Waiting for client...</string>
406    <string name="bt_listening">Listening...</string>
407    <string name="bt_connecting">Connecting...</string>
408    <string name="bt_connected">Connected</string>
409    <string name="bt_received_messages">Received Messages</string>
410    <string name="bt_sent_messages">Sent Messages</string>
411    <string name="bt_no_messages">No messages</string>
412    <string name="bt_make_discoverable">Make Discoverable</string>
413    <string name="bt_pick_server">Pick Server</string>
414    <string name="bt_insecure_pairing_error_title">Pairing dialog shown?</string>
415    <string name="bt_insecure_pairing_error_message">Insecure connections should not show the pairing dialog!</string>
416    <string name="bt_advertise_unsupported_title">Advertising is not supported</string>
417    <string name="bt_advertise_unsupported_message">Advertising is not supported on this device.\nTest finishes.</string>
418    <string name="bt_open_failed_title">BLE open failed</string>
419    <string name="bt_open_failed_message">Cannot open BLE GattService.\nTest finishes.</string>
420    <string name="bt_add_service_failed_title">Add service failed</string>
421    <string name="bt_add_service_failed_message">Failed to add services.\nTest finishes.</string>
422
423    <string name="bt_secure_client">Secure Client</string>
424    <string name="bt_insecure_client">Insecure Client</string>
425
426    <string name="bt_device_picker">Device Picker</string>
427    <string name="bt_paired_devices">Paired Devices</string>
428    <string name="bt_new_devices">New Devices</string>
429    <string name="bt_no_devices">No devices</string>
430    <string name="bt_scan">Scan for Devices</string>
431    <string name="bt_scanning">Scanning...</string>
432    <string name="bt_unpair">Device must be unpaired via Bluetooth settings before completing the test.\n\nUnpair the device in settings, make the server discoverable, and rescan to pick this device.</string>
433    <string name="bt_settings">Bluetooth Settings</string>
434
435    <!-- BLE client side strings -->
436    <string name="ble_client_service_name">Bluetooth LE GATT Client Handler Service</string>
437    <string name="ble_client_test_name">01 Bluetooth LE Client Test</string>
438    <string name="ble_client_connect_name">Bluetooth LE Client Connect</string>
439    <string name="ble_discover_service_name">Bluetooth LE Discover Service</string>
440    <string name="ble_read_characteristic_name">Bluetooth LE Read Characteristic</string>
441    <string name="ble_write_characteristic_name">Bluetooth LE Write Characteristic</string>
442    <string name="ble_reliable_write_name">Bluetooth LE Reliable Write</string>
443    <string name="ble_reliable_write_bad_resp_name">Bluetooth LE Reliable Write (receive bad response)</string>
444    <string name="ble_notify_characteristic_name">Bluetooth LE Notify Characteristic</string>
445    <string name="ble_read_descriptor_name">Bluetooth LE Read Descriptor</string>
446    <string name="ble_write_descriptor_name">Bluetooth LE Write Descriptor</string>
447    <string name="ble_read_rssi_name">Bluetooth LE Read RSSI</string>
448    <string name="ble_client_disconnect_name">Bluetooth LE Client Disconnect</string>
449    <string name="ble_insecure_client_test_info">
450        The Bluetooth LE test must be done simultaneously on two devices. This device is the client.
451        All tests listed here must be done without pairing.
452    </string>
453    <string name="ble_client_send_connect_info">Type in the Bluetooth address of the remote device to connect to, and verify that the devices are connected.</string>
454    <string name="ble_discover_service_info">Verify that the service is discovered when you press the "Discover Service" button.</string>
455    <string name="ble_read_write_info">Write values to and read values from the server to verify that the write and read functionalities are working correctly.</string>
456    <string name="ble_reliable_write_info">A Reliable Write has two steps.\n\n1) Write to the device. This will trigger a callback from the server to verify that the value written was correct.\n2) Execute the write, if the value written is valid.</string>
457    <string name="ble_notify_characteristic_info">Start accepting notifications, and verify that notifications are being reported correctly. The server should be notifying this device with the time every second.</string>
458    <string name="ble_read_rssi_info">Press button to read the RSSI value. Verify that the RSSI changes as you move the two devices further apart or closer together.</string>
459    <string name="ble_client_disconnect_info">Verify that the device is disconnected when you press the "Disconnect" button</string>
460    <string name="ble_address">Bluetooth address</string>
461    <string name="ble_connect">Connect</string>
462    <string name="ble_discover_service">Discover service</string>
463    <string name="ble_write_hint">Nothing to write yet</string>
464    <string name="ble_read_hint">Nothing read yet</string>
465    <string name="ble_write">Write</string>
466    <string name="ble_read">Read</string>
467    <string name="ble_begin_write">Begin write</string>
468    <string name="ble_execute_write">Execute write</string>
469    <string name="ble_begin_notification">Begin notification</string>
470    <string name="ble_stop_notification">Stop notification</string>
471    <string name="ble_waiting_notification">Waiting on notification</string>
472    <string name="ble_read_rssi">Read RSSI</string>
473    <string name="ble_disconnect">Disconnect</string>
474    <string name="ble_test_text">TEST</string>
475    <string name="ble_test_finished">Test finished</string>
476    <string name="ble_test_next">Next</string>
477    <string name="ble_test_running">Test Running</string>
478    <string name="ble_test_running_message">This test requires a few minutes. Don\'t interrupt the test.</string>
479    <string name="ble_mtu_23_name">Bluetooth LE Request MTU(23bytes)</string>
480    <string name="ble_mtu_512_name">Bluetooth LE Request MTU(512bytes)</string>
481
482    <!-- BLE server side strings -->
483    <string name="ble_server_service_name">Bluetooth LE GATT Server Handler Service</string>
484    <string name="ble_server_start_name">01 Bluetooth LE Server Test</string>
485    <string name="ble_server_start_info">
486        The Bluetooth LE test must be done simultaneously on two devices, a server device and a client device. This device is the server.
487    </string>
488    <string name="ble_server_receiving_connect">Waiting on connection from Bluetooth LE client.</string>
489    <string name="ble_server_add_service">Adding service to Bluetooth LE server.</string>
490    <string name="ble_server_write_characteristic">Waiting on write characteristic request</string>
491    <string name="ble_server_read_characteristic">Waiting on read characteristic request</string>
492    <string name="ble_server_write_descriptor">Waiting on write descriptor request</string>
493    <string name="ble_server_read_descriptor">Waiting on read descriptor request</string>
494    <string name="ble_server_reliable_write">Waiting on reliable write from client</string>
495    <string name="ble_server_reliable_write_bad_resp">Waiting on reliable write from client (send bad response)</string>
496    <string name="ble_server_receiving_disconnect">Waiting on disconnection from Bluetooth LE client</string>
497    <string name="ble_connection_priority_server_name">02 Bluetooth LE Connection Priority Server Test</string>
498    <string name="ble_connection_priority_server_info">Bluetooth LE Connection Priority Server receive message from message in 3 different priority.</string>
499    <string name="ble_server_notify_characteristic">Waiting on notify characteristic request</string>
500    <string name="ble_server_write_characteristic_without_permission">Waiting on write characteristic request without permission</string>
501    <string name="ble_server_read_characteristic_without_permission">Waiting on read characteristic request without permission</string>
502    <string name="ble_server_write_descriptor_without_permission">Waiting on write descriptor request without permission</string>
503    <string name="ble_server_read_descriptor_without_permission"> Waiting on read descriptor request without permission</string>
504    <string name="ble_server_write_characteristic_need_encrypted">Waiting on write encrypted characteristic request</string>
505    <string name="ble_server_read_characteristic_need_encrypted">Waiting on read encryptedcharacteristic request</string>
506    <string name="ble_server_write_descriptor_need_encrypted">Waiting on write encrypted descriptor request</string>
507    <string name="ble_server_read_descriptor_need_encrypted"> Waiting on read encrypted descriptor request</string>
508    <string name="ble_server_indicate_characteristic">Waiting on indicate characteristic request</string>
509    <string name="ble_server_mtu_23bytes">Waiting on MTU request(23 bytes)</string>
510    <string name="ble_server_mtu_512bytes">Waiting on MTU request(512 bytes)</string>
511    <string name="ble_encrypted_server_name">03 Bluetooth LE Encrypted Server Test</string>
512    <string name="ble_encrypted_server_info">Bluetooth LE Encrypted Server Waiting on read/write characteristic and descriptor request need encrypted.</string>
513    <string name="ble_insecure_server_enctypted_info">Bluetooth LE Server is in operation.\nThis test does not change server state.\n\nIf Bluetooth pairing request was notified by system, you must cancel it.\n\nOnce the client tests are all successful, please change the state of the server-side to the "success".</string>
514    <string name="ble_insecure_server_test_list_name">Bluetooth LE Insecure Server Test</string>
515    <string name="ble_insecure_server_test_list_info">
516        This test is mostly automated, but requires some user interaction.
517        Once the list items below have check marks, the test is complete.
518        \n\nTap \"01 Bluetooth LE Server Test\" on this device, then tap \"01 Bluetooth LE Client Test\" on the other device.
519        \nWhen the test is complete, move to the next item. You must complete all tests.
520    </string>
521    <string name="ble_secure_server_test_list_name">Bluetooth LE Secure Server Test</string>
522    <string name="ble_secure_server_test_list_info">
523        This test is mostly automated, but requires some user interaction.
524        You can pass this test once the list items below are checked.
525        \n\nTap \"01 Bluetooth LE Server Test\" on this device, then tap \"01 Bluetooth LE Client Test \"on other device.
526        \nTest completed, then test next item. You must be done all tests.
527    </string>
528
529    <!-- BLE advertiser side strings -->
530    <string name="ble_advertiser_test_name">Bluetooth LE Advertiser Test</string>
531    <string name="ble_advertiser_test_info">
532        The Bluetooth LE Advertiser Test and Scanner Test is a paired test.
533        \nTap \"Bluetooth LE Advertiser Test\" on this device. Once it is passed, tap \"Bluetooth LE Scanner Test\".
534        \nTap \"Bluetooth LE Scanner Test\" on this device. Once it is passed, tap \"Bluetooth LE Advertiser Test\".
535    </string>
536    <string name="ble_advertiser_service_name">Bluetooth LE Advertiser Handler Service</string>
537    <string name="ble_privacy_mac_name">Bluetooth LE Privacy Mac</string>
538    <string name="ble_privacy_mac_info">Bluetooth LE Advertiser should advertise in non-repeating MAC address.</string>
539    <string name="ble_advertiser_privacy_mac_instruction">Click start to start advertising, you can disconnect USB and lock the screen of advertiser. Counts and mac address will show on scanner. You may receive message that this device does not support Bluetooth LE advertising.</string>
540    <string name="ble_power_level_name">Bluetooth LE Tx Power Level</string>
541    <string name="ble_power_level_info">Bluetooth LE Advertiser advertises in 4 different power levels. Scanner should receive them in different strength of Rssi, cannot receive weak signals beyond several feet.</string>
542    <string name="ble_advertiser_power_level_instruction">
543        Click start to start multi-advertising. Data packets are advertised in 4 different power levels.
544        You may receive a message that this device does not support multi-advertising.
545        If the advertiser does not advertise in 4 power levels, and you do not receive an error message,
546        you may not have stopped advertising in the previous test, or this device may not support 4 advertisers at the same time.
547        Try rebooting the device and running the test again to free those advertisers in use.
548    </string>
549    <string name="ble_advertiser_scan_filter_name">Bluetooth LE Hardware Scan Filter</string>
550    <string name="ble_advertiser_scan_filter_info">Bluetooth LE Advertiser advertises with 2 different data separately. One can wake up the scanner, the other cannot. This test cares about behavior on scanner only.</string>
551    <string name="ble_advertiser_scannable">Scannable advertising</string>
552    <string name="ble_advertiser_scannable_instruction">Start scannable advertising, expect scanner consume more power on Monsoon monitor, or see log of GattService from scanner logcat.</string>
553    <string name="ble_advertiser_unscannable">Unscannble advertising</string>
554    <string name="ble_advertiser_unscannable_instruction">Start unscannable advertising, expect scanner stay calm on Monsoon monitor, no log of GattService from scanner logcat.</string>
555    <string name="ble_advertiser_start">Start</string>
556    <string name="ble_advertiser_stop">Stop</string>
557
558    <!-- BLE scanner side strings -->
559    <string name="ble_scanner_test_name">Bluetooth LE Scanner Test</string>
560    <string name="ble_scanner_service_name">Bluetooth LE Scanner Handler Service</string>
561    <string name="ble_scanner_test_info">The Bluetooth LE test must be done simultaneously on two devices, an advertiser and a scanner. This device is the scanner.</string>
562    <string name="ble_scanner_privacy_mac">Hold for 15 min to see if receive a different MAC address from advertiser.</string>
563    <string name="ble_scanner_privacy_mac_instruction">Mac address, counts are shown on screen. It should continuously receive data packet from advertiser. Every 15 min, a new mac address should show up, which prevents mac address disclosure.</string>
564    <string name="ble_ultra_low">Ultra low</string>
565    <string name="ble_low">Low</string>
566    <string name="ble_medium">Medium</string>
567    <string name="ble_high">High</string>
568    <string name="ble_scanner_power_level_instruction">Count: Ultra low &lt; low &lt; medium &lt; high\nRssi: Ultra low &lt; low &lt; medium &lt; high\nDistance to see count freezing: Ultra low &lt; low &lt; medium &lt; high\nA common error is ultra low, low and medium behave similarly, with similar rssi, freeze at similar distance.\n\n All power level receive a mac address.</string>
569    <string name="ble_scanner_scan_filter_name">BLE Hardware Scan Filter</string>
570    <string name="ble_scanner_scan_filter_info">Lock the screen of scanner, and connect to monsoon. It will not wake up when advertiser is advertising unscannable, and scanner is scanning with filter.</string>
571    <string name="ble_scanner_scan_filter_instruction">Scan filter is to scan data with service UUID = 0x6666 only. If you scan without scan filter, data with service UUID = 0x5555 and 0x6666 will show up on screen.\nFor monsoon test:\n\tClick scan with filter, lock the screen, connect to monsoon. It will not wake up when advertiser is advertising unscannable data packets, but will show a peak in power usage when advertiser is advertising scannable data.\nFor logcat test:\n\tClick scan with filter, logcat the scanner. No data will be received by GattService when advertiser is advertising unscannable data.</string>
572    <string name="ble_scan_with_filter">Scan with filter</string>
573    <string name="ble_scan_without_filter">Scan without filter</string>
574    <string name="ble_scan_start">Start scan</string>
575    <string name="ble_scan_stop">Stop scan</string>
576
577    <!-- BLE connection priority test strings -->
578    <string name="ble_client_connection_priority">Testing connection priority switching </string>
579    <string name="ble_server_connection_priority_result_passed">All test passed</string>
580    <string name="ble_server_connection_priority_result_failed">Test failed.</string>
581    <string name="ble_server_connection_priority_result_intervals">
582        Transfer interval time (msec):\nHIGH=%1$d\nBALANCED=%2$d\nLOW=%3$d\n\nRequirements:\n HIGH &lt;= BALANCED &lt;= LOW
583    </string>
584
585    <!-- BLE Test Name -->
586    <string name="ble_secure_client_test_name">Bluetooth LE Secure Client Test</string>
587    <string name="ble_insecure_client_test_name">Bluetooth LE Insecure Client Test</string>
588    <string name="ble_secure_server_test_name">Bluetooth LE Secure Server Test</string>
589    <string name="ble_insecure_server_test_name">Bluetooth LE Insecure Server Test</string>
590
591    <string name="ble_coc_secure_client_test_name">Bluetooth LE CoC Secure Client Test</string>
592    <string name="ble_coc_insecure_client_test_name">Bluetooth LE CoC Insecure Client Test</string>
593    <string name="ble_coc_secure_server_test_name">Bluetooth LE CoC Secure Server Test</string>
594    <string name="ble_coc_insecure_server_test_name">Bluetooth LE CoC Insecure Server Test</string>
595
596    <string name="ble_read_characteristic_nopermission_name">Bluetooth LE Read Characteristic Without Perrmission</string>
597    <string name="ble_write_characteristic_nopermission_name">Bluetooth LE Write Characteristic Without Permission</string>
598    <string name="ble_read_descriptor_nopermission_name">Bluetooth LE Read Descriptor Without Perrmission</string>
599    <string name="ble_write_descriptor_nopermission_name">Bluetooth LE Write Descriptor Without Permission</string>
600    <string name="ble_connection_priority_client_name">02 Bluetooth LE Connection Priority Client Test</string>
601    <string name="ble_connection_priority_client_info">Bluetooth LE Connection Priority Client send message in 3 different priority.</string>
602    <string name="ble_read_authenticated_characteristic_name">Bluetooth LE Read Encrypted Characteristic</string>
603    <string name="ble_write_authenticated_characteristic_name">Bluetooth LE Write Encrypted Characteristic</string>
604    <string name="ble_read_authenticated_descriptor_name">Bluetooth LE Read Encrypted Descriptor</string>
605    <string name="ble_write_authenticated_descriptor_name">Bluetooth LE Write Encrypted Descriptor</string>
606    <string name="ble_connection_priority_client_description">Client Switching Connection Priority</string>
607    <string name="ble_indicate_characteristic_name">Bluetooth LE Indicate Characteristic</string>
608    <string name="ble_encrypted_client_name">03 Bluetooth LE Encrypted Client Test</string>
609    <string name="ble_encrypted_client_info">Bluetooth LE Encrypted Client read/write on characteristic and descriptor need encrypted.</string>
610    <string name="ble_insecure_client_test_list_name">Bluetooth LE Insecure Client Test</string>
611    <string name="ble_insecure_client_test_list_info">
612        The Bluetooth LE test must be done simultaneously on two devices. This device is the client.
613        All tests listed here must be done without pairing. Tap \"Bluetooth LE Insecure Server Test\" on the other device.
614        \n\nTap \"01 Bluetooth LE Client Test\" on this device, then tap \"01 Bluetooth LE Server Test\" on the other device.
615        \nWhen the test is complete, move to the next item. You must complete all tests.
616    </string>
617    <string name="ble_secure_client_test_list_name">Bluetooth LE Secure Client Test</string>
618    <string name="ble_secure_client_test_list_info">
619        The Bluetooth LE test must be done simultaneously on two devices.
620        This device is the client. All tests listed here must be done with pairing.
621        \n\nTap \"01 Bluetooth LE Client Test\" on this device, then tap \"01 Bluetooth LE Server Test\" on the other device.
622        \nWhen the test is complete, move to the next item. You must complete all tests.
623    </string>
624    <string name="ble_encrypted_client_no_encrypted_characteristic">Error!\nThe Characteristics unencrypted.</string>
625    <string name="ble_encrypted_client_no_encrypted_descriptor">Error!\nThe Descriptor unencrypted.</string>
626    <string name="ble_encrypted_client_fail_write_encrypted_characteristic">It failed to write to Characteristic.</string>
627    <string name="ble_encrypted_client_fail_write_encrypted_descriptor">It failed to write to Descriptor.</string>
628    <string name="ble_encrypted_client_fail_read_encrypted_characteristic">It failed to read the Characteristic.</string>
629    <string name="ble_encrypted_client_fail_read_encrypted_descriptor">It failed to read the Descriptor.</string>
630    <string name="ble_secure_client_test_info">
631        The Bluetooth LE test must be done simultaneously on two devices. This device is the client.
632        All tests listed here must be done with pairing.
633    </string>
634
635    <string name="ble_bluetooth_disable_title">Bluetooth Disable!</string>
636    <string name="ble_bluetooth_disable_message">Please set bluetooth enable.</string>
637
638    <string name="ble_bluetooth_mismatch_title">Bluetooth pairing state is a mismatch!</string>
639    <string name="ble_bluetooth_mismatch_secure_message">
640        And even though it has already been trying to run a test of Secure, the device has not been paired.
641        \nGo setting mode, set Bluetooth to pair other device.
642    </string>
643    <string name="ble_bluetooth_mismatch_insecure_message">
644        And even though it has already been trying to run a test of Insecure, the device has already been paired.
645        \nGo setting mode, set Bluetooth to unpair other device.
646    </string>
647
648    <string name="ble_mtu_mismatch_message">MTU is not correct.(Request:%1$d, Actual:%2$d)</string>
649    <string name="ble_mtu_fail_message">MTU test: failed to receive data</string>
650
651    <string name="companion_test">Companion Device Test</string>
652    <string name="companion_test_info">
653        This test checks that APIs to manage companion devices are working correctly,
654        including showing the dialog to the user to verify a device, as well as updating an internal
655        record once the user made the choice and then removing it.\n\n
656        Before proceeding, make sure you have a bluetooth device nearby and discoverable.
657        Also, make sure that bluetooth is turned on on this device.
658        Once you press the button, wait for a dialog to pop up and select your device from the list.
659    </string>
660
661    <!-- Strings for FeatureSummaryActivity -->
662    <string name="feature_summary">Hardware/Software Feature Summary</string>
663    <string name="feature_summary_info">This is a test for...</string>
664    <string name="fs_disallowed">WARNING: device reports a disallowed feature name</string>
665    <string name="fs_missing_wifi_telephony">WARNING: device reports neither WiFi nor telephony</string>
666    <string name="fs_no_data">No data.</string>
667    <string name="fs_legend_good">standard feature reported by device</string>
668    <string name="fs_legend_indeterminate">optional feature not reported by device</string>
669    <string name="fs_legend_warning">non-standard feature reported by device</string>
670    <string name="fs_legend_error">required feature not reported, or forbidden feature reported</string>
671
672    <string name="empty"></string>
673
674    <!-- Strings for HifiUltrasoundTestActivity -->
675    <string name="hifi_ultrasound_test">Hifi Ultrasound Microphone Test</string>
676    <string name="hifi_ultrasound_test_info">
677        This is a test for near-ultrasound (18500Hz - 20000Hz) microphone response.\n
678        This test requires two devices.\n</string>
679    <string name="hifi_ultrasound_test_play">PLAY</string>
680    <string name="hifi_ultrasound_test_record">RECORD</string>
681    <string name="hifi_ultrasound_test_plot">PLOT</string>
682    <string name="hifi_ultrasound_test_dismiss">DISMISS</string>
683    <string name="hifi_ultrasound_test_ok">OK</string>
684    <string name="hifi_ultrasound_test_instruction1">
685        Open Hifi Ultrasound Microphone Test on the test device and the reference device.\n
686        Set the media volume of the reference device at 70% and hold it with one hand.\n
687        Hold the testing device with the other hand\n
688        Press the RECORD button on the testing device, then the PLAY button on the reference device within one second.\n
689        After the test, report result on the testing (recording) device.\n</string>
690    <string name="hifi_ultrasound_test_pass">PASS</string>
691    <string name="hifi_ultrasound_test_fail">FAIL</string>
692    <string name="hifi_ultrasound_test_default_false_string">false</string>
693    <string name="hifi_ultrasound_test_mic_no_support">
694        Device does not support near-ultrasound recording.\n
695        Please report PASS.\n</string>
696    <string name="hifi_ultrasound_test_spkr_no_support">
697        Device does not support near-ultrasound playback.\n
698        If this is your reference device, please use a different reference device.\n</string>
699
700    <string name="hifi_ultrasound_speaker_test">Hifi Ultrasound Speaker Test</string>
701    <string name="hifi_ultrasound_speaker_test_info">
702        This is a test for near-ultrasound (18500Hz - 20000Hz) speaker response.\n
703        This test requires two devices.\n</string>
704    <string name="hifi_ultrasound_speaker_test_instruction1">
705        Open Hifi Ultrasound Speaker Test on the test device and the reference device.\n
706        Set the media volume of the testing device at 70% and hold it with one hand.\n
707        Hold the reference device with the other hand\n
708        Press the RECORD button on the reference device, then the PLAY button on the testing device within one second.\n
709        After the test, report result on the testing (playback) device.\n</string>
710    <string name="hifi_ultrasound_speaker_test_mic_no_support">
711        Device does not support near-ultrasound recording.\n
712        If this is your reference device, please use a different reference device.\n</string>
713    <string name="hifi_ultrasound_speaker_test_spkr_no_support">
714        Device does not support near-ultrasound playback.\n
715        Please report PASS.\n</string>
716    <string name="hifi_ultrasound_speaker_test_test_side">
717        Please wait for the result on the reference device then report here.</string>
718    <string name="hifi_ultrasound_speaker_test_reference_side">
719        Please report on the testing device.\n</string>
720
721    <!-- Strings for Location tests -->
722    <string name="location_gps_test">GPS Test</string>
723    <string name="location_gps_test_info">This test verifies basic GPS behavior
724        and callback scheduling.
725        Make sure the device has line of sight to GPS satellites
726        (for example, outside, or near a window)
727        and then press OK to run the automated tests.</string>
728    <string name="location_listener_activity">Location listener</string>
729
730    <!-- Strings for Location GNSS tests -->
731    <string name="location_gnss_constellation_type_test">GNSS Measurement Constellation Test</string>
732    <string name="location_gnss_measure_no_location_test">GNSS Measurement Before Location Test</string>
733    <string name="location_gnss_reg_test">GNSS Measurement Registration Test</string>
734    <string name="location_gnss_value_test">GNSS Measurement Values Test</string>
735    <string name="location_pseudorange_value_test">GNSS Pseudorange Test</string>
736    <string name="location_gnss_ttff_test">GNSS TTFF Test</string>
737    <string name="location_gnss_nav_msg_test">GNSS Navigation Message Test</string>
738    <string name="location_gnss_status_test">GNSS Status Test</string>
739    <string name="location_gnss_test_info">This test verifies basic GNSS behavior.
740        Make sure the device has line of sight to GNSS satellites
741        (for example, stationary on a windowsill.  If needed, try again, outside, also with the
742        device stationary, and with at least some view of the sky.) and then press Next to run
743        the automated tests.</string>
744    <string name="location_emergency_call_test_info">This test verifies whether basic features
745        (wifi, sms, gps) works correctly during the emergency call. Make sure the device is using
746        a special white listed sim card. The wifi and GPS should be on and have internet connection.
747        Press the pass button to skip this test if outside US/Canada.
748    </string>
749    <string name="emergency_call_confirm_info">This test will dial 911! Please make sure to use a
750        whitelisted sim card to run this test!
751    </string>
752    <string name="emergency_call_skip_info">Current device doesn\'t support cellular network. Skipping the Test.
753    </string>
754    <string name="emergency_call_emergency_number_hint_text">
755        Emergency Number:
756    </string>
757    <string name="emergency_call_current_number_hint_text">
758        Current Number:
759    </string>
760    <string name="emergency_call_dial_text">
761        Dial 911
762    </string>
763    <string name="emergency_call_emergency_number_text">
764        911
765    </string>
766    <string name="location_gnss_test_retry_info">If this test fails, please make sure the device
767        has line of sight to GNSS satellites (for example, stationary on a windowsill. If needed,
768        try again, outside, also with the device stationary, with as much view of the sky as
769        possible.) </string>
770    <string name="location_emergency_call_gps_test">Emergency Call GPS Test</string>
771    <string name="location_emergency_call_message_test">Emergency Call Message Test</string>
772    <string name="location_emergency_call_wifi_test">Emergency Call Wifi Test</string>
773
774    <!-- Strings for ConnectivityBackgroundTestActivity -->
775    <string name="network_background_test">Network Background Connectivity Test</string>
776    <string name="network_background_test_instructions">
777        This test verifies that IPv6 network connectivity continues to work
778        when the screen is off or is idle for some time.\n\n
779
780        1. Join a Wi-Fi network with IPv6 Internet access.\n
781        2. If the device has battery power, disconnect all power connectors.\n
782        3. Turn the screen off if possible.\n
783        4. Wait until the screen turns on or the test result is displayed (it will take at least two minutes).\n
784        5. If necessary, unlock the device.\n
785        6. Please mark the test according to the result status indicated.\n
786    </string>
787    <string name="network_background_test_start">Start</string>
788
789    <!-- Strings for net.MultiNetworkConnectivityTestActivity -->
790    <string name="multinetwork_connectivity_test">Multinetwork connectivity Test</string>
791    <string name="multinetwork_connectivity_test_instructions">
792        This test verifies that, when a phone has internet connectivity via mobile network
793        is connected to a Wi-Fi access point that doesn\'t have internet or loses internet access,
794        it restores the internet activity over the mobile cell network, while connected to the
795        Wi-Fi access point. \n\n
796
797        1. Setup a wireless access point with ability to turn on and off internet access.
798        2. Have SIM or cellular data connectivity on the phone being tested.
799        3. Execute the tests with the instructions outlined in the test
800        4. When the test completes, it will finish and mark it passed. If it fails, it will mark it \n
801           as failed.
802
803    </string>
804    <string name="multinetwork_connectivity_test_pre_requisites">Prerequisite - Setup a Wi-Fi access point with WPA PSK in which we can turn on or off internet access. Delete that access point from this device if it exists already. </string>
805    <string name="multinetwork_connectivity_test_start">Start</string>
806    <string name="multinetwork_connectivity_test_ap_name">Wi-Fi SSID</string>
807    <string name="multinetwork_connectivity_test_ap_passphrase">WPA 2 passphrase</string>
808    <string name="multinetwork_connectivity_test_continue">Confirm and continue with test.</string>
809    <string name="multinetwork_connectivity_test_rerun">Completed. Re-run.</string>
810    <string name="multinetwork_connectivity_test_running">Running.</string>
811    <string name="multinetwork_connectivity_test_connect_cellular">Connecting to cellular network.</string>
812    <string name="multinetwork_connectivity_test_connect_wifi">Connecting to Wi-Fi network.</string>
813    <string name="multinetwork_connectivity_test_complete">Test completed.</string>
814    <string name="multinetwork_connectivity_test_progress_1">Waiting for Wi-Fi to lose connectivity.</string>
815    <string name="multinetwork_connectivity_test_progress_2">Waiting to check connectivity.</string>
816    <string name="multinetwork_connectivity_test_progress_3">Waiting to make sure Wi-Fi has connectivity.</string>
817    <string name="multinetwork_connectivity_test_1_desc">Test 1 - Connect to Wi-Fi with no internet doesnt disable current connectivity (new API)</string>
818    <string name="multinetwork_connectivity_test_2_desc">Test 2 - Connect to Wi-Fi with no internet doesnt disable current connectivity (legacy API)</string>
819    <string name="multinetwork_connectivity_test_3_desc">Test 3 - When connected to Wi-Fi, on losing connectivity, restores mobile connectivity (legacy API)</string>
820    <string name="multinetwork_status_wifi_connect_success">Wi-Fi connect success.</string>
821    <string name="multinetwork_status_mobile_connect_success">Mobile net connect success.</string>
822    <string name="multinetwork_status_wifi_connect_timed_out">Wi-Fi connect timed out.</string>
823    <string name="multinetwork_status_wifi_connect_wrong_ap">Wi-Fi connected to wrong access point.</string>
824    <string name="multinetwork_status_unable_to_toggle_wifi">User did not toggle wifi on and off.</string>
825    <string name="multinetwork_status_mobile_connect_timed_out">Mobile network connect timed out.</string>
826    <string name="multinetwork_status_mobile_restore_success">Mobile restore succeeded.</string>
827    <string name="multinetwork_status_mobile_restore_failed">Mobile restore failed.</string>
828    <string name="multinetwork_connectivity_test_1_prereq">Make sure that the Hotspot does not have internet access.</string>
829    <string name="multinetwork_connectivity_test_2_prereq_1">Make sure that the Hotspot has internet access.</string>
830    <string name="multinetwork_connectivity_test_2_prereq_2">Make sure that the Hotspot does not have internet access. When prompted to go back to using mobile data, choose ok.</string>
831    <string name="multinetwork_connectivity_test_all_prereq_1">Looks like your device does not support telephony or mobile data. If yes, you can mark test passed and proceed.</string>
832    <string name="multinetwork_connectivity_test_all_prereq_2">Need mobile data to proceed. Please insert a mobile data capable sim and repeat the test. By marking test as passed, you acknowledge that the device cannot do mobile data.</string>
833    <string name="multinetwork_status_wifi_connectivity_failed">Wi-Fi connectivity failed.</string>
834    <string name="multinetwork_connectivity_overlay_permission_message">This test requires the CTS verifier to have the system overlay permission, please enable it in the next screen.</string>
835    <string name="multinetwork_connectivity_overlay_permission_positive">Settings</string>
836    <string name="multinetwork_connectivity_overlay_permission_negative">Cancel</string>
837    <string name="multinetwork_connectivity_turn_wifi_on">Please turn Wi-Fi on.</string>
838    <string name="multinetwork_connectivity_turn_wifi_off">Please turn Wi-Fi off.</string>
839    <string name="multinetwork_connectivity_turn_wifi_positive">OK</string>
840    <string name="multinetwork_connectivity_turn_wifi_negative">Cancel</string>
841    <!-- Strings for NfcTestActivity -->
842    <string name="nfc_test">NFC Test</string>
843    <string name="nfc_test_info">The Peer-to-Peer Data Exchange tests require two devices with
844        NFC enabled to exchange messages. One device must be the candidate device running the
845        software build to be tested, while the other device must be an implementation already
846        known to be compatible.\n\nThe Tag Verification tests check that your
847        device can properly read and write to tags of different technologies. The MIFARE
848        Ultralight test is only applicable for devices that support it.
849        \n\nThe Host-based card emulation tests check that your device has properly implemented
850             host-based card emulation.
851    </string>
852
853    <string name="nfc_not_enabled">NFC is not enabled!</string>
854    <string name="nfc_not_enabled_message">These tests require NFC to be enabled. Click the
855        button below to goto Settings and enable it.</string>
856    <string name="nfc_settings">NFC Settings</string>
857
858    <string name="ndef_push_not_enabled">NDEF Push is not enabled!</string>
859    <string name="ndef_push_not_enabled_message">These tests require Android Beam to be enabled.
860        Click the button below to goto NFC Sharing Settings and enable it.</string>
861    <string name="ndef_push_settings">NFC Sharing Settings</string>
862
863    <string name="nfc_pee_2_pee">Peer-to-Peer Data Exchange</string>
864    <string name="nfc_ndef_push_sender">NDEF Push Sender</string>
865    <string name="nfc_ndef_push_receiver">NDEF Push Receiver</string>
866    <string name="nfc_llcp_version_check">LLCP version check</string>
867
868    <string name="nfc_tag_verification">Tag Verification</string>
869    <string name="nfc_ndef">NDEF</string>
870    <string name="nfc_mifare_ultralight">MIFARE Ultralight</string>
871
872    <string name="nfc_ndef_push_sender_info">Start the \"CTS Verifier NDEF Receiver\" test on
873        another device and touch the devices back to back. The receiver should show a
874        dialog indicating it has successfully received the correct message!</string>
875    <string name="nfc_ndef_push_sender_instructions">Touch this device to the back of another
876        device running the \"CTS Verifier NDEF Receiver\"...</string>
877
878    <string name="nfc_ndef_push_receiver_info">Start the \"CTS Verifier NDEF Sender\" test on
879        another device and touch the devices back to back. The receiver should show a
880        dialog indicating it has successfully received the correct message!</string>
881    <string name="nfc_ndef_push_receiver_instructions">Touch this device to the back of another
882        device running the \"CTS Verifier NDEF Sender\"...</string>
883    <string name="nfc_ndef_push_receive_success">Successfully received the correct NDEF push
884        message.</string>
885    <string name="nfc_ndef_push_receive_failure">Failed to receive the correct NDEF push
886        message.</string>
887
888    <string name="nfc_llcp_version_check_info">This test requires two candidate devices
889       with NFC enabled to exchange P2P messages. Start the \"LLCP version check\" test on
890       the other candidate device also, and touch the devices back to back. This test
891       then verifies that the candidate device correctly advises the LLCP version as 1.2</string>
892    <string name="nfc_llcp_version_check_failure">The candidate devices does not report LLCP
893       version 1.2 or higher.</string>
894    <string name="nfc_llcp_version_check_success">The candidate device has a valid LLCP version.</string>
895    <string name="nfc_tag_verifier">NFC Tag Verifier</string>
896    <string name="nfc_tag_verifier_info">Follow the on-screen instructions to write and read
897        a tag of the chosen technology.</string>
898
899    <string name="nfc_scan_tag">Place device on a writable %s tag...</string>
900    <string name="nfc_write_tag_title">Writable tag discovered!</string>
901    <string name="nfc_write_tag_message">Press OK to write to this tag...</string>
902    <string name="nfc_scan_tag_again">Tap the same %s tag again to confirm that its contents match...</string>
903    <string name="nfc_wrong_tag_title">Wrong type of tag scanned</string>
904    <string name="nfc_no_tech">No tag technologies detected...</string>
905
906    <string name="nfc_writing_tag">Writing NFC tag...</string>
907    <string name="nfc_writing_tag_error">Error writing NFC tag...</string>
908    <string name="nfc_reading_tag">Reading NFC tag...</string>
909    <string name="nfc_reading_tag_error">Error reading NFC tag...</string>
910
911    <string name="nfc_result_message">Written data:\n%1$s\n\nRead data:\n%2$s</string>
912    <string name="nfc_ndef_content">Id: %1$s\nMime: %2$s\nPayload: %3$s</string>
913
914    <string name="nfc_hce">Host-based card emulation</string>
915    <string name="nfc_hce_f">Host-based Felica card emulation</string>
916    <string name="nfc_hce_reader_tests">HCE reader tests</string>
917    <string name="nfc_hce_f_reader_tests">HCE Felica reader tests</string>
918    <string name="nfc_hce_emulator_tests">HCE emulator tests</string>
919    <string name="nfc_hce_f_emulator_tests">HCE Felica emulator tests</string>
920    <string name="nfc_hce_f_emulator">HCE Felica emulator</string>
921    <string name="nfc_hce_f_reader">HCE Felica reader</string>
922    <string name="nfc_hce_emulator_test_info">The host-based card emulation
923        tests require two devices to be completed. The HCE emulator tests are used
924        to actually test the host-based card emulation feature of the device-under-test. So the
925        device running the emulator tests must be the candidate device running the software
926        to be tested. \n\nFor each emulator test, there is a corresponding "reader test"
927        in the "HCE reader tests" section. The "reader test" acts as a NFC terminal/POS
928        and makes sure the device-under-test implements card emulation correctly.</string>
929    <string name="nfc_hce_reader_test_info">The host-based card emulation
930        tests require two devices to be completed. The HCE emulator tests are used
931        to actually test the host-based card emulation feature of the device-under-test. So the
932        device running the emulator tests must be the candidate device running the software
933        to be tested. \n\nFor each emulator test, there is a corresponding "reader test"
934        in the "HCE reader tests" section. The "reader test" acts as a NFC terminal/POS
935        and makes sure the device-under-test implements card emulation correctly.
936    </string>
937    <string name="nfc_hce_type_selection">By default HCE applications must run on type A. If your device is restricted to type B (for example, because of a type B only UICC), select "Type B" from the drop-down box above. Note that all tests must be completed in the same mode (either "Type A" or "Type B").</string>
938    <string name="nfc_hce_please_wait">Please wait</string>
939    <string name="nfc_hce_setting_up">Setting up card emulation services...</string>
940
941    <string name="nfc_hce_default_route_emulator">Default route (Emulator)</string>
942    <string name="nfc_hce_default_route_reader">Default route (Reader)</string>
943    <string name="nfc_hce_default_route_emulator_help">This test verifies that the default route for ISO-DEP (ISO14443-4) frames is the host CPU. It does this by selecting an AID that any Android HCE phone will respond to if the select command is routed to the host. Please verify that there is no rule in the routing table that points this AID to the host. This test may be passed if the "PASS" button on the reader side lights up after tapping the devices together.</string>
944
945    <string name="nfc_hce_protocol_params_emulator">Protocol parameters (Emulator)</string>
946    <string name="nfc_hce_protocol_params_reader">Protocol parameters (Reader)</string>
947    <string name="nfc_hce_protocol_params_emulator_help">This test verifies that the Nfc-A and ISO-DEP protocol parameters are being set correctly. The test may be passed when no FAIL entries show up in the results below. Note that the reader device may be different from the device under test - the DUT itself does not need to be able to act as the reader for this test. \n\n Note that for each test there are 3 possible outcomes:\n1) OK -> test has passed;\n2) FAIL -> test has failed and this must be fixed;\n3) FAIL EMVCO -> this protocol parameter is deviating from the requirements in the EMV Contactless Communication Protocol specification.\n\nWhile it is allowed to ship a HCE implementation with EMVCo failures, it may not perform optimal when EMVco based payment HCE apps are run on the device.</string>
948
949    <string name="nfc_hce_single_payment_emulator">Single payment (Emulator)</string>
950    <string name="nfc_hce_single_payment_reader">Single payment (Reader)</string>
951
952    <string name="nfc_hce_dual_payment_emulator">Two payment services (Emulator)</string>
953    <string name="nfc_hce_dual_payment_reader">Two payment services (Reader)</string>
954
955    <string name="nfc_hce_change_default_emulator">Change default payment service (Emulator)</string>
956    <string name="nfc_hce_change_default_reader">Change default payment service (Reader)</string>
957
958    <string name="nfc_hce_tap_reader_title">Tap reader</string>
959    <string name="nfc_hce_tap_reader_message">Select the corresponding reader test on the remote device, click OK on this dialog, and tap devices together. The pass button will be enabled if the test passes.</string>
960
961    <string name="nfc_hce_single_non_payment_emulator">Single non-payment (Emulator)</string>
962    <string name="nfc_hce_single_non_payment_reader">Single non-payment (Reader)</string>
963
964    <string name="nfc_hce_dual_non_payment_emulator">Two non-payment services (Emulator)</string>
965    <string name="nfc_hce_dual_non_payment_reader">Two non-payment services (Reader)</string>
966
967    <string name="nfc_hce_conflicting_non_payment_emulator">Two conflicting non-payment services (Emulator)</string>
968    <string name="nfc_hce_conflicting_non_payment_reader">Two conflicting non-payment services (Reader)</string>
969
970    <string name="nfc_hce_foreground_non_payment_emulator">Foreground override non-payment services (Emulator)</string>
971    <string name="nfc_hce_foreground_non_payment_reader">Foreground override non-payment services (Reader)</string>
972    <string name="nfc_hce_foreground_non_payment_help">This test enables two non-payment services with conflicting AIDs. It then uses Androids API to allow the foreground app to set a preference for a specific service. This should prevent a popup dialog from showing. If you see a popup dialog during this asking you to select an app, this test has failed.</string>
973
974    <string name="nfc_hce_foreground_payment_emulator">Foreground override payment services (Emulator)</string>
975    <string name="nfc_hce_foreground_payment_reader">Foreground override payment services (Reader)</string>
976    <string name="nfc_hce_foreground_payment_help">This test enables two payment services, and asks you to set one as the default service. It then uses Androids API to allow the foreground app to set a preference for the non-default service. This will cause the non-default payment service to be invoked.</string>
977    <string name="nfc_hce_change_favor_foreground">This test requires the \"Use default\" setting to be set to \"Except when another payment app is open\". Tap OK to go to Tap and Pay settings and make sure the \"Use default\" setting is set to \"Except when another payment app is open\".</string>
978    <string name="nfc_hce_offhost_service_emulator">Off-host service (Emulator)</string>
979    <string name="nfc_hce_offhost_service_reader">Off-host service (Reader)</string>
980    <string name="nfc_hce_offhost_emulator_help">This tests enables a service that declares some AIDs to reside off-host. This test only needs to be passed if your device has a secure element (either embedded or UICC.). The responses from the secure element are not verified by the test - it is up to the tester to verify the responses are as expected.</string>
981
982    <string name="nfc_hce_on_and_offhost_service_emulator">On and off-host services (Emulator)</string>
983    <string name="nfc_hce_on_and_offhost_service_reader">On and off-host services (Reader)</string>
984    <string name="nfc_hce_on_and_offhost_emulator_help">This tests enables a service that declares some AIDs to reside off-host, and another service that runs on host. It then first sends an APDU sequence that goes off-host, and subsequently some APDUs that should go to the on-host service. This test only needs to be passed if your device has a secure element (either embedded or UICC.). The pass button will be enabled if the on-host sequence is performed as expected. The responses from the secure element are not verified by the test - it is up to the tester to verify the responses are as expected. </string>
985
986    <string name="nfc_hce_tap_test_emulator">50 successful taps test (Emulator)</string>
987    <string name="nfc_hce_tap_test_reader">50 successful taps test (Reader)</string>
988    <string name="nfc_hce_tap_test_emulator_help">This test requires you to complete at least 50 HCE taps, to ensure stability of the HCE feature. The NFC service and controller should not crash or hang during any of the 50 taps.</string>
989    <string name="nfc_hce_throughput_emulator">HCE throughput test (Emulator)</string>
990    <string name="nfc_hce_throughput_reader">HCE throughput test (Reader)</string>
991    <string name="nfc_hce_throughput_emulator_help">This tests verifies that your HCE implementation can reach a decent throughput. While Android does not have any requirements on HCE performance, many HCE applications such as transport and payment apps do. If the average APDU roundtrip time is more than 50ms, please take a look at your implementation to see where the delay is coming from.</string>
992    <string name="nfc_hce_change_preinstalled_wallet">The device has an installed payment application that is currently set as default. To complete the test, you will be asked whether you want to make another app the default app. Select yes.</string>
993    <string name="nfc_hce_change_default_help">You will now be asked whether you want to make Payment Service #1 the default app. Select yes.</string>
994    <string name="nfc_hce_conflicting_non_payment_help">When tapping the first time, you will be shown a dialog that asks you to choose between TransportService #1 and TransportService #2. Select TransportService #2. Verify a dialog is shown that asks you to tap again to complete. Now tap again, and if communication with TransportService #2 is successfull the pass button will be enabled."</string>
995
996    <string name="nfc_hce_payment_dynamic_aids_emulator">Dynamic payment AIDs (Emulator)</string>
997    <string name="nfc_hce_payment_dynamic_aids_reader">Dynamic payment AIDs (Reader)</string>
998    <string name="nfc_hce_payment_dynamic_aids_help">This test tries to register dynamic AIDs for a payment service.</string>
999
1000    <string name="nfc_hce_large_num_aids_emulator">Large number of AIDs (Emulator)</string>
1001    <string name="nfc_hce_large_num_aids_reader">Large number of AIDs (Reader)</string>
1002    <string name="nfc_hce_large_num_aids_help">This test tries to register a large number of different AIDs, to make sure there are no limitations on the maximum amount of HCE apps on the device. Note that this test may take a few seconds to complete; please be patient.</string>
1003
1004    <string name="nfc_hce_payment_prefix_aids_emulator">Payment prefix AIDs (Emulator)</string>
1005    <string name="nfc_hce_payment_prefix_aids_reader">Payment prefix AIDs (Reader)</string>
1006    <string name="nfc_hce_payment_prefix_aids_help">This test statically registers prefix AIDs for a payment service.</string>
1007
1008    <string name="nfc_hce_payment_prefix_aids_emulator_2">Payment prefix AIDs 2 (Emulator)</string>
1009    <string name="nfc_hce_payment_prefix_aids_reader_2">Payment prefix AIDs 2 (Reader)</string>
1010
1011    <string name="nfc_hce_other_prefix_aids_emulator">Other prefix AIDs (Emulator)</string>
1012    <string name="nfc_hce_other_prefix_aids_reader">Other prefix AIDs (Reader)</string>
1013    <string name="nfc_hce_other_prefix_aids_help">This test dynamically registers prefix AIDs for a non-payment service.</string>
1014
1015    <string name="nfc_hce_other_conflicting_prefix_aids_emulator">Conflicting non-payment prefix AIDs (Emulator)</string>
1016    <string name="nfc_hce_other_conflicting_prefix_aids_reader">Conflicting non-payment prefix AIDs (Reader)</string>
1017    <string name="nfc_hce_other_conflicting_prefix_aids_help">This test registers conflicting prefix AIDs and makes sure AID conflict detection with prefix AIDs works properly. When tapping the first time, you will be shown a dialog that asks you to choose between TransportService #1 and TransportService #2. Select TransportService #2. Verify a dialog is shown that asks you to tap again to complete. Now tap again, and if communication with TransportService #2 is successfull the pass button will be enabled."</string>
1018
1019    <string name="nfc_payment_service_desc">NFC Payment service</string>
1020    <string name="ppse">PPSE</string>
1021    <string name="mastercard">MasterCard</string>
1022    <string name="visa">Visa</string>
1023    <string name="paymentService1">Payment Service #1</string>
1024    <string name="paymentService2">Payment Service #2</string>
1025    <string name="transportService1">TransportService #1</string>
1026    <string name="transportService2">TransportService #2</string>
1027    <string name="accessService">AccessService</string>
1028    <string name="offhostService">OffhostService</string>
1029    <string name="felicaservice">Felica Service</string>
1030    <string name="UiccTransactionEventService">Uicc Transaction Event Service</string>
1031
1032    <string name="nfc_offhost_uicc">Offhost UICC-based card emulation</string>
1033    <string name="nfc_offhost_uicc_emulator_tests">Offhost card emulation emulator tests</string>
1034    <string name="nfc_offhost_uicc_reader_tests">Offhost card emulation reader tests</string>
1035    <string name="nfc_offhost_uicc_transaction_event1_emulator">Offhost transaction event-field off (Emulator)</string>
1036    <string name="nfc_offhost_uicc_transaction_event1_reader">Offhost transaction event-field off (Reader)</string>
1037    <string name="nfc_offhost_uicc_transaction_event2_emulator">Offhost transaction event-deselect (Emulator)</string>
1038    <string name="nfc_offhost_uicc_transaction_event2_reader">Offhost transaction event-deselect (Reader)</string>
1039    <string name="nfc_offhost_uicc_transaction_event3_emulator">Offhost transaction event-HCI CMD (Emulator)</string>
1040    <string name="nfc_offhost_uicc_transaction_event3_reader">Offhost transaction event-HCI CMD (Reader)</string>
1041
1042    <string name="nfc_offhost_uicc_emulator_test_info">The offhost-based card emulation
1043        tests require two devices to be completed. The emulator tests are used
1044        to actually test the off-based card emulation feature of the device-under-test. So the
1045        device running the emulator tests must be the candidate device running the software
1046        to be tested. \n\nFor each emulator test, there is a corresponding "reader test"
1047        in the "Offhost reader tests" section. The "reader test" acts as a NFC terminal/POS
1048        and makes sure the device-under-test implements card emulation correctly
1049    </string>
1050    <string name="nfc_offhost_uicc_reader_test_info">The offhost-based card emulation
1051        tests require two devices to be completed. The emulator tests are used
1052        to actually test the off-based card emulation feature of the device-under-test. So the
1053        device running the emulator tests must be the candidate device running the software
1054        to be tested. \n\nFor each emulator test, there is a corresponding "reader test"
1055        in the "Offhost card emulation reader tests" section. The "reader test" acts as a NFC terminal/POS
1056        and makes sure the device-under-test implements card emulation correctly.
1057    </string>
1058    <string name="nfc_offhost_uicc_type_selection">By default Offhost card emulation applications run on type A.
1059      If your device supports type B (for example, because of a type B only UICC), select "Type B" from the drop-down box above. Note that all tests must be completed in the same mode (either "Type A" or "Type B").</string>
1060    <string name="nfc_offhost_please_wait">Please wait</string>
1061    <string name="nfc_offhost_setting_up">Setting up card emulation services...</string>
1062    <string name="nfc_offhost_uicc_transaction_event_emulator_help">Switch application to background before starting tests. Successful transaction event will switch application to foreground with transaction event data.</string>
1063
1064    <!-- Strings for Sensor Test Activities -->
1065    <string name="snsr_device_admin_receiver">Sensor Tests Device Admin Receiver</string>
1066    <string name="snsr_test_summary">Tests passed: %1$d, Tests skipped: %2$d, Tests failed: %3$d</string>
1067    <string name="snsr_test_complete">Test completed without errors.</string>
1068    <string name="snsr_test_complete_with_errors">Test completed with errors which indicates
1069      the device does not meet Android compatibility requirement.
1070      This will degrade user experience and cause applications to misbehave.
1071      To help debugging, please take a bug report and back up contents under
1072      /sdcard/sensorTests of the device under test.
1073    </string>
1074    <string name="snsr_test_pass">PASS</string>
1075    <string name="snsr_test_skipped">SKIPPED</string>
1076    <string name="snsr_test_fail">FAIL</string>
1077    <string name="snsr_execution_time">Test execution time %1$s sec</string>
1078    <string name="snsr_rvcvxchk_test">Rotation Vector CV Crosscheck</string>
1079    <string name="snsr_rvcvxchk_test_rec">Rotation Vector CV Recording</string>
1080
1081    <!-- Strings to interact with users in Sensor Tests -->
1082    <string name="snsr_test_play_sound">A sound will be played once the verification is complete...</string>
1083    <string name="snsr_no_interaction">Leave the device on top of a flat surface.</string>
1084    <string name="snsr_interaction_needed">Once the test begins, you will have to wave your hand over the front of the device.</string>
1085    <string name="snsr_device_steady">Keep the device steady.</string>
1086    <string name="snsr_keep_device_rotating_clockwise">Once the test begins, you will have to keep rotating the device clockwise.</string>
1087    <string name="snsr_wait_for_user">Press \'Next\' to continue.</string>
1088    <string name="snsr_wait_to_begin">Press \'Next\' to begin.</string>
1089    <string name="snsr_wait_to_retry">Press \'Retry\' to rerun or \'Fail and Next\' to skip to next.</string>
1090    <string name="snsr_wait_to_finish">Press \'Retry\' to rerun or \'Finish\' to end.</string>
1091    <string name="snsr_on_complete_return">After completing the task, go back to this test.</string>
1092    <string name="snsr_movement_expected">Movement was expected during the test. Found=%1$b.</string>
1093    <string name="snsr_sensor_feature_deactivation">IMPORTANT NOTE: Please also turn off any special features in the
1094        device that use sensors (wake up gestures, motion triggered events, moves, etc).
1095        Not doing so is expected to cause test failures. Once you are done, you can begin the test.</string>
1096    <string name="snsr_setting_mode_request">You will be redirected to set \'%1$s\' to: %2$s.</string>
1097    <string name="snsr_setting_mode_set">\'%1$s\' set to: %2$s.</string>
1098    <string name="snsr_setting_mode_not_set">\'%1$s\' not set to: %2$s.</string>
1099    <string name="snsr_setting_airplane_mode">Airplane mode</string>
1100    <string name="snsr_setting_screen_brightness_mode">Adaptive Brightness</string>
1101    <string name="snsr_setting_auto_rotate_screen_mode">Auto-rotate screen</string>
1102    <string name="snsr_setting_keep_screen_on">Stay awake</string>
1103    <string name="snsr_setting_location_mode">Location</string>
1104    <string name="snsr_setting_ambient_display">Ambient Display</string>
1105    <string name="snsr_pass_on_error">Pass Anyway</string>
1106    <string name="snsr_run_automated_tests">The screen will be turned off to execute the tests,
1107        when tests complete, the device will vibrate and the screen will be turned back on.</string>
1108
1109    <!-- Accelerometer -->
1110    <string name="snsr_accel_test">Accelerometer Test</string>
1111    <string name="snsr_accel_test_info">This test verifies that the accelerometer is working properly. As you move the device around through space, the triangle should always point down (i.e. in the direction of gravity.) If it does not, the accelerometer is improperly configured.</string>
1112    <string name="snsr_accel_m_test">Accelerometer Measurement Tests</string>
1113    <string name="snsr_accel_test_face_up">Place the device on a flat surface with the screen
1114        facing the ceiling.</string>
1115    <string name="snsr_accel_test_face_down">Place the device on a flat surface with the screen
1116        facing it.</string>
1117    <string name="snsr_accel_test_right_side">Place the device in a flat surface resting vertically
1118        on its right side.</string>
1119    <string name="snsr_accel_test_left_side">Place the device in a flat surface resting vertically
1120        on its left side.</string>
1121    <string name="snsr_accel_test_top_side">Place the device in a flat surface resting vertically
1122        on its top side.</string>
1123    <string name="snsr_accel_test_bottom_side">Place the device in a flat surface resting vertically
1124        on its bottom side.</string>
1125
1126    <!-- Gyroscope -->
1127    <string name="snsr_gyro_test">Gyroscope Test</string>
1128    <string name="snsr_gyro_test_info">This test verifies that the gyroscope is working properly.\n\nRotate your device as shown by the 3D block. A green background or a check mark indicates that the gyroscope\'s value is correct. A red background or a X mark indicates that the gyroscope\'s value is not right.\n\nThere are 6 parts of the test corresponding to each rotation. Press Pass for all the stages to complete this test.</string>
1129    <string name="snsr_gyro_test_progress">Test %1$d of %2$d</string>
1130    <string name="snsr_gyro_test_no_gyro_title">No gyroscope?</string>
1131    <string name="snsr_gyro_test_no_gyro_message">It doesn\'t seem like you have a gyroscope, so you don\'t need to run this test.</string>
1132    <string name="snsr_gyro_test_degrees_title">Wrong units?</string>
1133    <string name="snsr_gyro_test_degrees_message">These values looks like degrees per second. These should be radians per second!</string>
1134    <string name="snsr_gyro_m_test">Gyroscope Measurement Test</string>
1135    <string name="snsr_gyro_device_placement">Place the device in a flat surface with the screen
1136        facing the ceiling. Read the instructions for each scenario, before you perform the
1137        test.</string>
1138    <string name="snsr_gyro_device_static">Leave the device static.</string>
1139    <string name="snsr_gyro_rotate_device">Once you begin the test, you will need to rotate the
1140        device 360deg (one time) in the direction show by the animation, then place it back on the
1141        flat surface.</string>
1142
1143    <!-- Heart Rate -->
1144    <string name="snsr_heartrate_test">Heart Rate Test</string>
1145    <string name="snsr_heartrate_test_info">This test verifies that the heart rate monitor is working properly.\n\nWait for at least 1 minute before verifying.\n\nVerify that the resting heart rate is between 0 and 100.</string>
1146    <string name="snsr_heartrate_test_no_heartrate_title">No heart rate monitor?</string>
1147    <string name="snsr_heartrate_test_no_heartrate_message">It doesn\'t seem like you have a heart rate monitor, so you don\'t need to run this test.</string>
1148
1149    <!-- Magnetic Field -->
1150    <string name="snsr_mag_m_test">Magnetic Field Measurement Tests</string>
1151    <string name="snsr_mag_verify_norm">Verifying the Norm...</string>
1152    <string name="snsr_mag_verify_offset">Verifying the Offset...</string>
1153    <string name="snsr_mag_verify_std_dev">Verifying the Standard Deviation...</string>
1154    <string name="snsr_mag_verify_calibrated_uncalibrated">Verifying the relationship between
1155        calibrated and uncalibrated measurements...</string>
1156    <string name="snsr_mag_calibration_description">Please calibrate the Magnetometer by moving
1157        it in 8 shapes in different orientations. Click \"Next\" to start and click \"Next\" once again to end calibration.</string>
1158    <string name="snsr_mag_calibration_complete">When done, leave the device in a flat surface, far
1159        from all metallic objects (if the test does not pass, try re-running it outdoors).</string>
1160    <string name="snsr_mag_measurement">-&gt; (%1$.2f, %2$.2f, %3$.2f) : %4$.2f uT</string>
1161
1162    <!-- Sensor Value Accuracy -->
1163    <string name="snsr_rot_vec_test">Rotation Vector Accuracy Test</string>
1164    <string name="snsr_event_length">Sensor(%3$s). Event values expected to have size=%1$d. Found=%2$d.</string>
1165    <string name="snsr_event_value">Sensor(%3$s). Event value[0] expected to be of value=%1$f. Found=%2$f.</string>
1166    <string name="snsr_event_time">Sensor(%5$s). Event timestamp expected to be synchronized with SystemClock.elapsedRealtimeNanos(). Event received at=%1$d. Event timestamp=%2$d. Delta=%3$d. Threshold=%4$d.</string>
1167
1168    <!-- Sensor Batching -->
1169    <string name="snsr_batch_test">Sensor Batching Manual Tests</string>
1170    <string name="snsr_batching_walking_needed">Once the test begins, you will have to take the
1171        device in your hand and walk.</string>
1172
1173    <!-- Sensor Synchronization -->
1174    <string name="snsr_synch_test">Sensor Synchronization Test</string>
1175
1176    <!-- Step Counter and Detector -->
1177    <string name="snsr_step_counter_test">Step Counter and Detector Tests</string>
1178    <string name="snsr_step_counter_test_walking">Once the test begins, you will need to walk, and tap on the screen with each step you take.</string>
1179    <string name="snsr_step_counter_test_still">Once the test begins, you will need to remain still and hold the device still in your hand.</string>
1180    <string name="snsr_step_counter_expected_steps">At least %1$d steps are expected to be reported. Reported=%2$d.</string>
1181    <string name="snsr_step_counter_detected_reported">Steps reported by user=%1$d. Steps counted=%2$d. Delta=%3$d. Tolerance=%4$d.</string>
1182    <string name="snsr_step_detector_detected_reported">Steps reported by user=%1$d. Steps detected=%2$d. Delta=%3$d. Tolerance=%4$d.</string>
1183    <string name="snsr_step_counter_event_changed">Step counter expected to increase monotonically, with a delta > 0. Found=%1$d. Timestamp=%2$d.</string>
1184    <string name="snsr_step_reported">%1$d | User reported step.</string>
1185    <string name="snsr_step_counter_event">%1$d | Step Counter event. count=%2$d.</string>
1186    <string name="snsr_step_detector_event">%1$d | Step Detector event.</string>
1187
1188    <!-- Step Counter and Detector Permission -->
1189    <string name="snsr_step_permission_test">Step Permission Test</string>
1190    <string name="snsr_step_permission_disable">Please change the \'Physical Activity\' permission for CtsVerifier to \'Deny\'</string>
1191    <string name="snsr_step_permission_enable">Please change the \'Physical Activity\' permission for CtsVerifier to \'Allow\'</string>
1192    <string name="snsr_step_permission_walk">Please begin walking while holding the device. A sound will play when you may stop walking</string>
1193
1194    <!-- Device suspend tests -->
1195    <string name="snsr_device_suspend_test">Device Suspend Tests</string>
1196    <string name="snsr_device_did_not_go_into_suspend">Device did not go into suspend mode during test execution </string>
1197    <string name="snsr_batch_did_not_arrive_at_expected_time">Batch did not arrive at the expected time estimatedBatchArrivalMs=%1$d
1198    firstEventReceivedMs=%2$d diffMs=%3$d toleranceMs=%4$d </string>
1199    <string name="snsr_device_suspend_test_instr">One you begin the test, disconnect USB, turn off the display and allow
1200    the device to go into suspend mode. The screen will turn on and a sound will be played once all the tests are completed.</string>
1201    <string name="snsr_device_suspend_service">Device Suspend Service</string>
1202    <string name="snsr_device_suspend_service_active">Device Suspend Test Active</string>
1203    <string name="snsr_device_suspend_service_notification">Device Suspend Test is using sensors.</string>
1204
1205    <!-- Significant Motion -->
1206    <string name="snsr_significant_motion_test">Significant Motion Tests</string>
1207    <string name="snsr_significant_motion_event_arrival">Event expected to trigger. Triggered=%1$s.</string>
1208    <string name="snsr_significant_motion_event_type">Event expected to be of type=%1$d. Found=%2$d.</string>
1209    <string name="snsr_significant_motion_event_unexpected">Event not expected to trigger. Triggered=%1$s.</string>
1210    <string name="snsr_significant_motion_disable_info">Significant Motion is expected to disable itself after it triggers once.</string>
1211    <string name="snsr_significant_motion_test_trigger">Once you begin the test, you will need to walk for Significant Motion to be detected.</string>
1212    <string name="snsr_significant_motion_test_cancel">Once you begin the test, you will need to walk to ensure Significant Motion is not reported after trigger canceled.</string>
1213    <string name="snsr_significant_motion_test_vibration">Leave the device in a level surface. Once you begin the test, the device will vibrate to ensure that Significant Motion is not triggered.</string>
1214    <string name="snsr_significant_motion_test_in_hand">Once you begin the test, hold the device in your hand while you perform natural hand movements.</string>
1215    <string name="snsr_significant_motion_test_sitting">Once you begin the test, keep the device in your pocket and move naturally while sitting in a chair.</string>
1216    <string name="snsr_significant_motion_test_deactivation">Once you begin the test, you will need to walk to ensure Significant Motion triggers only once.</string>
1217    <string name="snsr_significant_motion_registration">Expected to be able to register for TriggerSensor. Found=%1$b.</string>
1218    <string name="snsr_significant_motion_cancelation">Expected to be able to cancel TriggerSensor. Found=%b.</string>
1219    <string name="snsr_significant_motion_ap_suspend">One you begin the test, disconnect USB, turn off the display and allow the device to go into suspend.
1220    You will need to walk to ensure that Significant Motion triggers. The screen will turn on and a sound will be played once the test completes.</string>
1221    <string name="snsr_device_did_not_wake_up_at_trigger">Device did not wakeup at trigger time. wakeTime=%1$d ms triggerTime=%2$d ms</string>
1222
1223    <!-- Event sanitization for idle UIDs -->
1224    <string name="snsr_event_sanitization_test">Event sanitization for idle UID test</string>
1225    <string name="snsr_event_sanitization_test_setup">Run the \'adb shell cmd sensorservice set-uid-state com.android.cts.verifier idle\' shell command
1226        to emulate the CtsVerifier UID being idle.</string>
1227    <string name="snsr_event_sanitization_test_cleanup">Run the \'adb shell cmd sensorservice reset-uid-state com.android.cts.verifier\' shell command
1228        to stop emulating the CtsVerifier UID being idle. Failing to do that would lead to other tests failing!</string>
1229    <string name="snsr_significant_motion_test_uid_idle">Move around with the device to try triggering significant motion</string>
1230    <string name="snsr_significant_motion_test_uid_idle_expectation">No trigger events should be generated while idle</string>
1231    <string name="snsr_proximity_test_uid_idle">Touch the proximity sensor to try triggering it</string>
1232    <string name="snsr_proximity_test_uid_idle_expectation">No on-change events should be generated while idle</string>
1233
1234    <!-- Low Latency Off-Body Detect -->
1235    <string name="snsr_offbody_sensor_test">Off Body Sensor Tests</string>
1236    <string name="snsr_offbody_sensor_registration">Registration failed for low latency offbody detect sensor.\n</string>
1237    <string name="snsr_offbody_event_arrival">Expected to receive a low latency offbody detect event. Found=%b.</string>
1238    <string name="snsr_offbody_event_type">Event expected to be of type=%1$d. Found=%2$d.</string>
1239    <string name="snsr_offbody_event_invalid_value">Invalid value received for offbody state; Expected value %1$d or %2$d. Found=%2$d.</string>
1240    <string name="snsr_offbody_event_wrong_value">Expected to receive an event having value=%1$d. Found=%2$d.</string>
1241    <string name="snsr_offbody_event_unexpected">Event not expected to trigger. Triggered=%1$s.</string>
1242    <string name="snsr_offbody_response_timing_violation">%1$s event maximum allowed latency is %2$d. Found=%3$d ms.</string>
1243    <string name="snsr_offbody_state_change">Offbody state changed to %1$d. Timestamp=%2$d.</string>
1244    <string name="snsr_start_offbody_sensor_test_instr">Put watch on your wrist and then click Next button.</string>
1245    <string name="snsr_start_onbody_sensor_test_instr">Remove the watch from your wrist and then click Next button.</string>
1246    <string name="snsr_offbody_detect_test_instr">Click Next button, then immediate remove the watch from your wrist after the countdown reaches 0.</string>
1247    <string name="snsr_offbody_detect_test_countdown">Countdown: %1$d.</string>
1248    <string name="snsr_onbody_detect_test_instr">Click Next button, then immediately attach the watch on your wrist.</string>
1249    <string name="snsr_ap_wake_offbody_detect_test_instr">Click Next button, then palm the screen. Wait a few seconds after screen blackens, then remove watch from wrist.</string>
1250
1251    <!-- Strings for Sensor CTS tests inside CtsVerifier -->
1252    <string name="snsr_single_sensor_tests">CTS Single Sensor Tests</string>
1253    <string name="snsr_sensor_integration_tests">CTS Sensor Integration Tests</string>
1254    <string name="snsr_sensor_test">CTS Sensor Test</string>
1255    <string name="snsr_sensor_batching_tests">CTS Sensor Batching Tests</string>
1256
1257    <!-- String for DynamicSensorDiscoveryTest -->
1258    <string name="snsr_dynamic_sensor_discovery_test">Dynamic Sensor Discovery Test</string>
1259
1260    <!-- Strings for Sample Test Activities -->
1261    <string name="share_button_text">Share</string>
1262    <string name="sample_framework_test">Sample Framework Test</string>
1263    <string name="sample_test">Sample Test</string>
1264    <string name="sample_test_info">This test verifies that bluetooth sharing is working properly.\nThe test assumes the Device Under Test has bluetooth enabled and is already paired with a second device, also with bluetooth enabled.\nStart this test by clicking share, choose bluetooth from the options, and then select a device to share with.\nNote: This is a sample test, used to demonstrate how to write CTS Verifier tests, so just click pass.</string>
1265
1266    <!-- Strings for UsbDebuggingDialogTapjackingTest -->
1267    <string name="usb_tapjacking_button_text">Show overlay</string>
1268    <string name="usb_tapjacking_test">Usb Debugging Dialog Tapjacking Test</string>
1269    <string name="usb_tapjacking_test_info">This test verifies that tapjacking on the usb dialog is not possible by disallowing users from accepting usb debugging pemissions when dialog is obscured.</string>
1270    <string name="usb_tapjacking_test_instructions">
1271        1. Connect device via usb to computer.\n
1272        2. Click \"Show overlay\" button.  Settings may appear if the CTS Verifier app doesn\'t have display over apps permission.  Enable this permission and then click back to navigate back to the app.\n
1273        3. Trigger USB debugging dialog (from computer terminal): \"adb shell am start -e fingerprints placeholder -e key placeholder %s\"\n
1274        4. USB debugging dialog should appear.  If the overlay cannot be seen above the USB debugging dialog, PASS this test (no need to proceed to Step 5).  Else, if the overlay does appear on top saying \"This message covers the USB debugging RSA prompt\", continue to Step 5.\n
1275        5. Try clicking OK. \n
1276        Test pass if you cannot click OK when the text quoted above is on top of the USB debugging dialog.  Toast should appear saying there is an overlay so Settings cannot verify your response. \n
1277        Note: Fake message overlay may remain on screen until you leave the test. This is working as intended. \n
1278    </string>
1279    <string name="usb_tapjacking_usb_debugging_component">com.android.systemui/.UsbDebuggingActivityAlias</string>
1280    <string name="usb_tapjacking_overlay_message">This message covers the USB debugging RSA prompt</string>
1281    <string name="usb_tapjacking_error_toast">Please restart the application and try again.</string>
1282    <string name="usb_tapjacking_error_toast2">Please enable display over apps permission for this application before proceeding.</string>
1283
1284    <!-- Strings for Camera Orientation -->
1285    <string name="camera_orientation">Camera Orientation</string>
1286    <string name="co_info">This test verifies the orientation capabilities of
1287    camera preview and capture.\n - The left view shows a preview window rotated
1288    clockwise by a given magnitude of degrees.\n - The right view, after taking
1289    a photo, shows the captured image.\n - For each camera and orientation, both
1290    the left and right views should appear rotated clockwise by the amount of
1291    degrees specified. Choose \"Pass\" if this is the case. Otherwise, choose
1292    \"Fail\".\n - For front-facing cameras, the test will horizontally mirror
1293    the captured image prior to rotation, in attempt to make the left and right
1294    views appear the same.\n - The physical orientation of the device does not
1295    matter.\n - Read the message above the \"Take Photo\" button for
1296    step-by-step instructions.
1297    </string>
1298    <string name="co_preview_label">Camera preview</string>
1299    <string name="co_format_label">Oriented photo</string>
1300    <string name="co_camera_label">Camera:</string>
1301    <string name="co_orientation_label">Orientation</string>
1302    <string name="co_orientation_direction_label">clockwise</string>
1303    <string name="co_instruction_heading_label">Instruction:</string>
1304    <string name="co_instruction_text_photo_label">Take a photo</string>
1305    <string name="co_instruction_text_passfail_label">Choose \"Pass\" if the left view is oriented the same as the right view. Otherwise, choose \"Fail\".</string>
1306    <string name="co_instruction_text_extra_label">(mirrored horizontally prior to rotation, since camera is front-facing)</string>
1307    <string name="co_photo_button_caption">Take Photo</string>
1308
1309    <!-- Strings for Camera Intents -->
1310    <string name="camera_intents">Camera Intents</string>
1311    <string name="ci_info">
1312    This test verifies that the default camera app is firing intents
1313    after pictures/videos are taken. It also verifies that when the
1314    default camera app is invoked via intents, the launch intents work,
1315    ,broadcast intents are received when appropriate per the SDK
1316    documentation and also, that the intent results do not have location
1317    information in them. Before starting with the tests, please go to the
1318    Settings app and deny location permissions to the CtsVerifier app, and
1319    after finishing with the camera intent tests, please go to the Settings app and
1320    restore location permissions, otherwise, other tests may fail.\n\n
1321    - Read the message above the \"Start Test\" button for
1322    step-by-step instructions.
1323    </string>
1324    <string name="ci_preview_label">Camera preview</string>
1325    <string name="ci_format_label">Oriented photo</string>
1326    <string name="ci_camera_label">Camera:</string>
1327    <string name="ci_intents_label">Intents Test</string>
1328    <string name="ci_intents_direction_label">clockwise</string>
1329    <string name="ci_instruction_heading_label">Instructions:</string>
1330    <string name="ci_location_permissions_error">Please give CTS Verifier location permissions before clicking on the pass / fail button</string>
1331    <string name="ci_location_permissions_fail_error">Please give CTS Verifier location permissions if the fail button needs to be clicked</string>
1332    <string name="ci_directory_creation_error">CTS Verifier debug directory could not be created, please try again</string>
1333    <string name="ci_instruction_text_photo_label">READ BEFORE STARTING TEST</string>
1334    <string name="ci_instruction_text_passfail_label">Choose \"Pass\" if the right intent is fired after taking a photo from the camera app. Otherwise, choose \"Fail\".</string>
1335    <string name="ci_instruction_text_app_picture_label">\n
1336
1337    1. Click Open Settings and deny location permissions to CTS Verifier and return. \n
1338    2. Click Start Test. \n
1339    3. Go to home screen (HOME key). \n
1340    4. Launch Camera application. \n
1341    5. Capture photo within 1 minute. \n
1342    6. Return to CTS verifier app. \n
1343    7. Pass button will light up if intent and URI triggers were fired.\n
1344    8. Click "Pass" if possible, otherwise open settings app, allow location again and click "Fail".
1345    </string>
1346    <string name="ci_instruction_text_app_video_label">\n
1347    1. Click Start Test. \n
1348    2. Go to home screen (HOME key). \n
1349    3. Launch Camera application. \n
1350    4. Capture video within 1 minute. \n
1351    5. Return to CTS verifier app. \n
1352    6. Pass button will light up if intent and URI triggers were fired.\n
1353    7. Click "Pass" if possible, otherwise open settings app, allow location again and click "Fail".
1354    </string>
1355    <string name="ci_instruction_text_intent_picture_label">\n
1356    1. Click Start Test.\n
1357    2. Camera app will launch, prompting to take photo.\n
1358    3. Capture/confirm photo using camera app controls within 1 minute.\n
1359    4. Pass button will light up if intent and URI trigger were NOT received.\n
1360    5. Click "Pass" if possible, otherwise open settings app, allow location again and click "Fail".
1361    </string>
1362    <string name="ci_instruction_text_intent_picture_secure_label">\n
1363    1. Click Start Test.\n
1364    2. Camera app will launch, prompting to take photo.\n
1365    3. Capture/confirm photo using camera app controls within 1 minute.\n
1366    4. Pass button will light up if intent and URI trigger were NOT received.\n
1367    5. Click "Pass" if possible, otherwise open settings app, allow location again and click "Fail".
1368    </string>
1369    <string name="ci_instruction_text_intent_video_label">\n
1370    1. Click Start Test.\n
1371    2. Camera app will launch, prompting to take video.\n
1372    3. Capture/confirm video using camera app controls within 1 minute.\n
1373    4. Return to the CTS Verifier app. Click Open Settings and give back CTS Verifier location permissions \n
1374    (Note this must be done before clicking on Pass / Fail).\n
1375    5. Click "Pass" if possible.
1376    </string>
1377    <string name="ci_start_test_button_caption">Start Test</string>
1378    <string name="ci_settings_button_caption">Open Settings</string>
1379
1380    <!-- Strings for Camera Formats -->
1381    <string name="camera_format">Camera Formats</string>
1382    <string name="cf_info">This test checks that all the supported
1383    output formats for camera preview callbacks work correctly, and
1384    that the mandatory formats are available. \n - The left view shows
1385    a standard preview window. \n - The right view shows the output
1386    processed from camera preview callbacks. \n - For each camera,
1387    resolution, and format combination in the dropdowns, the right
1388    view should look the same as the left, and neither should have
1389    streaks, lines, or other artifacts. \n - For front-facing cameras,
1390    the right view must be horizontally mirrored relative to the left
1391    view.\n - Note that the frame rate of the right view may be much
1392    lower than on the left; this is not an indication of a failed
1393    test.\n - The next button triggers the next resolution and format
1394    combination of the current camera to show; this is optional.
1395    </string>
1396    <string name="cf_preview_label">Normal preview</string>
1397    <string name="cf_format_label">Processed callback data</string>
1398    <string name="cf_next_button">Next</string>
1399
1400    <!-- Strings for Camera Video -->
1401    <string name="record_button_text">Test</string>
1402    <string name="camera_video">Camera Video</string>
1403    <string name="video_info"> This test checks video capture
1404    at different resolutions. \n - The left view window shows the preview.
1405    \n - Pressing the test button will trigger three
1406    seconds of video recording. Playback will show up in the right view
1407    window after recording is complete. \n - Use the spinners to choose
1408    camera and resolution combinations. The playback should be similar
1409    to what you saw in preview. \n - The next button triggers test for the next
1410    untested resolution of the currently selected camera. - After all possible
1411    combinations are tested, the pass button will be enabled. You may press the
1412    pass button to indicate a pass. \n - You may press fail button any time
1413    during the test to indicate failure. \n
1414    </string>
1415    <string name="video_capture_label">Video capture</string>
1416    <string name="video_playback_label">Video playback</string>
1417    <string name="dialog_fail_test">Test failed</string>
1418    <string name="fail_quit">Fail and quit</string>
1419    <string name="cancel">Cancel</string>
1420    <string name="status_ready">Ready</string>
1421    <string name="status_recording">Recording</string>
1422    <string name="status_playback">Playing back</string>
1423
1424    <!-- Strings for USB accessory test activity -->
1425    <string name="usb_accessory_test">USB Accessory Test</string>
1426    <string name="usb_accessory_test_info">
1427        1. Install the Cts Verifier USB Companion app on a separate helper device.
1428        \n\n2. Start the accessory test companion in the Cts Verifier USB Companion.
1429        \n\n3. Connect the two devices. If using a OTG adapter make sure the adapter is directly connected to the helper device. If using an Type-C cable make sure that the helper device is set as "supply power to the attached device".
1430        \n\n4. Confirm access to the USB device on the helper device.
1431        \n\n5. Confirm access to the USB accessory on this device
1432        \n\n6. Confirm access to the USB device on the helper again.
1433        \n\n7. Test will run and complete automatically in less than 30 seconds.
1434        \n\n8. Cancel all further dialogs on this device
1435    </string>
1436    <string name="usb_accessory_test_step1">
1437        In this specific order:
1438        \n1. Install the Cts Verifier USB Companion app on a separate helper device.
1439        \n2. Start the accessory test companion in the Cts Verifier USB Companion.
1440        \n3. Connect the two devices. If using a OTG adapter make sure the adapter is directly connected to the helper device. If using an Type-C cable make sure that the helper device is set as "supply power to the attached device".
1441        \n4. Confirm access to the USB device on the helper device. Only confirm once.
1442        \n5. Confirm access to the USB accessory on this device.
1443        \n6. Confirm access to the USB device on the helper device again.
1444        \n\nResult: A progress indicator should appear or test will finish.
1445    </string>
1446    <string name="usb_accessory_test_step2">
1447        Test is running and will complete automatically in less than 30 seconds.
1448    </string>
1449
1450    <!-- String for the USB device test activity -->
1451    <string name="usb_device_test">USB Device Test</string>
1452    <string name="usb_device_test_info">
1453        1. Install the Cts Verifier USB Companion app on a separate helper device.
1454        \n\n2. Start the device test companion in the Cts Verifier USB Companion.
1455        \n\n3. Connect the two devices. If using a OTG adapter make sure the adapter is directly connected to this device. If using an Type-C cable make sure that this device is set as "supply power to the attached device".
1456        \n\n4. Confirm access to the USB device on this device. Do <u>not</u> make this app the default app for the device.
1457        \n\n5. Confirm access to the USB accessory on the helper device.
1458        \n\n6. Confirm access to the USB device on this device again. Do <u>not</u> make this app the default app for the device.
1459        \n\n7. Test will run and complete automatically in less than 30 seconds.
1460        \n\n8. Cancel all further dialogs on the helper device.
1461    </string>
1462    <string name="usb_device_test_step1">
1463        In this specific order:
1464        \n1. Install the Cts Verifier USB Companion app on a separate helper device.
1465        \n2. Start the device test companion in the Cts Verifier USB Companion.
1466        \n3. Connect the two devices. If using a OTG adapter make sure the adapter is directly connected to this device. If using an Type-C cable make sure that this device is set as "supply power to the attached device".
1467        \n\nResult: A dialog should show up on this device asking for access to a USB device.
1468    </string>
1469    <string name="usb_device_test_step2">
1470        Confirm access to the USB device on this device. Do <u>not</u> make this app the default app for the device.
1471        \n\nResult: Dialogs should show up on this device and on the helper device asking for access to a USB device/accessory.
1472    </string>
1473    <string name="usb_device_test_step3">
1474        1. Confirm access to the USB accessory on the helper device.
1475        \n2. Confirm access to the USB device on this device again. Do <u>not</u> make this app the default app for the device.
1476        \n\nResult: A progress indicator should appear or test will finish.
1477    </string>
1478    <string name="usb_device_test_step4">
1479        Test is running and will complete automatically in a less than 30 seconds.
1480    </string>
1481    <string name="usb_device_unexpected">Usb companion device is not as expected %1$s. Please retry test.</string>
1482
1483    <!-- Strings for MTP host test activity -->
1484    <string name="mtp_host_test">MTP Host Test</string>
1485    <string name="mtp_host_test_info">The CTS-verifier tests the MTP host feature with another Android device. Please connect another Android device to this Android device by using OTG cable or USB type C cable, then follow the instructions on this screen. Note the test creates/deletes files in the connected Android device.</string>
1486    <string name="mtp_host_device_lookup_message">Connect MTP device.\nPlease connect another Android device to this device by using USB OTG cable or USB type C cable.\nOpen \"Use USB for\" dialog from the notification in the other Android device and choose \"File Transfer\" option.\nThen press the next button.</string>
1487    <string name="mtp_host_grant_permission_message">Grant permission.\nReply a dialog asking device permission.</string>
1488    <string name="mtp_host_test_read_event_message">Test MtpDevice#readEvent.\nTake a picture at the connected device.</string>
1489    <string name="mtp_host_test_send_object_message">Test MtpDevice#sendObject.</string>
1490    <string name="mtp_host_test_file_browse_message">Test MTP file browsing.\nCheck if the UI to browse files in the connected devices was shown automatically. If not, tap a notification on this device saying the other MTP device is connected. If different application launched, go to the applicaiton settings by clicking the App Settings button, open the detailes settings page of the app, clear the default action settings, and retry. </string>
1491    <string name="mtp_app_settings">App Settings</string>
1492
1493    <!-- Strings for the Camera ITS test activity -->
1494    <string name="camera_its_test">Camera ITS Test</string>
1495    <string name="camera_its_test_info">
1496        1. Connect your Android device to a computer with adb installed via a USB cable.
1497        \n\n2. Setup the CameraITS test environment by following the setup instructions in the
1498        README file found in the CameraITS directory included in the CTS Verifier bundle
1499        (cd CameraITS; source build/envsetup.sh;).
1500        \n\n3. Setup the test scene described in the CameraITS README file, and aim the camera
1501        at it.
1502        \n\n4. Run the full ITS test suite on all possible camera Ids.
1503        (cd CameraITS; python tools/run_all_tests.py).  Once all
1504        of the tests have been run, the \'PASS\' button will be enabled if all of the tests have
1505        succeeded. Please note that these tests can take more than 2 hours to run on some devices.
1506    </string>
1507    <string name="no_camera_manager">
1508        No camera manager exists!  This test device is in a bad state.
1509    </string>
1510    <string name="all_exempted_devices">
1511        All cameras on this device are exempted from ITS - Pass.
1512    </string>
1513    <string name="its_test_passed">All Camera ITS tests passed.  Pass button enabled!</string>
1514    <string name="its_test_failed">Some Camera ITS tests failed.</string>
1515    <string name="its_version_mismatch">
1516        CtsVerifier and ITS script version mismatch. Please update CtsVerifier and ITS script.
1517    </string>
1518    <string name="its_test_progress">ITS test progress will be shown here.</string>
1519
1520    <!-- Strings for the Camera Flashlight test activity -->
1521    <string name="camera_flashlight_test">Camera Flashlight</string>
1522    <string name="camera_flashlight_info">
1523        This test checks the flashlight functionality. It will turn on and off the flashlight of
1524        each camera device that has a flash unit. Follow the instructions on screen and observe the
1525        flashlight status changing.
1526    </string>
1527    <string name="camera_flashlight_start_button">Start</string>
1528    <string name="camera_flashlight_next_button">Next</string>
1529    <string name="camera_flashlight_done_button">Done</string>
1530    <string name="camera_flashlight_on_button">On</string>
1531    <string name="camera_flashlight_off_button">Off</string>
1532    <string name="camera_flashlight_start_text">Press Start to start flashlight test.</string>
1533    <string name="camera_flashlight_question_text">Is Camera %1$s flashlight on or off?</string>
1534    <string name="camera_flashlight_next_text">Ok. Press next.</string>
1535    <string name="camera_flashlight_failed_text">Test failed. Press Done or Fail button.</string>
1536    <string name="camera_flashlight_passed_text">All tests passed. Press Done or Pass button.
1537    </string>
1538
1539    <!-- Strings for the Camera Performance test activity -->
1540    <string name="camera_performance_test">Camera Performance</string>
1541    <string name="camera_performance_test_info">
1542        This activity will run performance test cases. For optimal and consistent results please
1543        make sure that all camera sensors are pointing in a direction with sufficiently bright
1544        light source.
1545    </string>
1546    <string name="camera_performance_spinner_text">Running CTS performance test case...</string>
1547    <string name="camera_performance_result_title">Test Result</string>
1548
1549    <!-- Strings for StreamingVideoActivity -->
1550    <string name="streaming_video">Streaming Video Quality Verifier</string>
1551    <string name="streaming_video_info">This is a test for assessing the quality of streaming videos.  Play each stream and verify that the video is smooth and in sync with the audio, and that there are no quality problems.</string>
1552    <string name="sv_no_data">No videos.</string>
1553    <string name="sv_failed_title">Test Failed</string>
1554    <string name="sv_failed_message">Unable to play stream.  See log for details.</string>
1555
1556    <!-- Strings for TestListActivity -->
1557    <string name="wifi_test">Wi-Fi Test</string>
1558    <string name="wifi_test_info">
1559        The Wi-Fi tests requires an open (no security) access point in the environment along with the DUT.
1560        \nPlease perform a network settings reset between each test to reset platform\'s internal state which
1561        might interfere with the test flow.\nNavigate to \"Settings -> System -> Reset Options -> Reset Wi-Fi,
1562        mobile &amp; Bluetooth\" to perform a network settings reset.
1563    </string>
1564    <string name="wifi_location_not_enabled">Wi-Fi / Location Mode is not enabled</string>
1565    <string name="wifi_location_not_enabled_message">These tests require Wi-Fi and Location Mode to be enabled.
1566        Click the button below to go to system settings and enable Wi-Fi and Location Mode.</string>
1567    <string name="wifi_settings">Wi-Fi Settings</string>
1568    <string name="location_settings">Location Settings</string>
1569    <string name="wifi_setup_error">
1570        Test failed.\n\nSet up error. Check whether Wi-Fi is enabled.</string>
1571    <string name="wifi_unexpected_error">
1572        Test failed.\n\nUnexpected error. Check logcat.</string>
1573
1574    <string name="wifi_status_initiating_scan">Initiating scan.</string>
1575    <string name="wifi_status_scan_failure">Unable to initiate scan or find any open network in scan results.</string>
1576    <string name="wifi_status_connected_to_other_network">Connected to some other network on the device. Please ensure that there is no saved networks on the device.</string>
1577    <string name="wifi_status_initiating_network_request">Initiating network request.</string>
1578    <string name="wifi_status_network_wait_for_available">Waiting for network connection. Please click the network in the dialog that pops up for approving the request.</string>
1579    <string name="wifi_status_network_available">"Connected to network."</string>
1580    <string name="wifi_status_network_wait_for_unavailable">"Ensuring device does not connect to any network. You should see an empty dialog that pops up for approving the request."</string>
1581    <string name="wifi_status_network_unavailable">"Did not connect to any network."</string>
1582    <string name="wifi_status_network_wait_for_lost">Ensuring device does not disconnect from the network until the request is released.</string>
1583    <string name="wifi_status_network_lost">Disconnected from the network.</string>
1584    <string name="wifi_status_network_cb_timeout">Network callback timed out.</string>
1585
1586    <string name="wifi_status_suggestion_add">Adding suggestions to the device.</string>
1587    <string name="wifi_status_suggestion_add_failure">Failed to add suggestions.</string>
1588    <string name="wifi_status_suggestion_remove">Removing suggestions from the device.</string>
1589    <string name="wifi_status_suggestion_remove_failure">Failed to remove suggestions.</string>
1590    <string name="wifi_status_suggestion_wait_for_connect">Waiting for network connection. Please click \"Yes\" in the notification that pops up for approving the request.</string>
1591    <string name="wifi_status_suggestion_connect">Connected to the network.</string>
1592    <string name="wifi_status_suggestion_wait_for_post_connect_bcast">Waiting for post connection broadcast.</string>
1593    <string name="wifi_status_suggestion_post_connect_bcast">Received post connection broadcast.</string>
1594    <string name="wifi_status_suggestion_post_connect_bcast_failure">Failed to receive post connection broadcast.</string>
1595    <string name="wifi_status_suggestion_wait_for_disconnect">Ensuring device does not disconnect from the network after removing suggestions.</string>
1596    <string name="wifi_status_suggestion_disconnected">Disconnected from the network.</string>
1597
1598    <string name="wifi_status_test_success">Test completed successfully!</string>
1599    <string name="wifi_status_test_failed">Test failed!</string>
1600
1601    <string name="wifi_test_network_request">Network Request tests</string>
1602    <string name="wifi_test_network_request_specific">Network Request with a specific SSID and BSSID.</string>
1603    <string name="wifi_test_network_request_specific_info">Tests whether the API can be used to a connect to network with a specific SSID and BSSID specified in the request.</string>
1604    <string name="wifi_test_network_request_pattern">Network Request with a SSID and BSSID pattern.</string>
1605    <string name="wifi_test_network_request_pattern_info">Tests whether the API can be used to a connect to network with a SSID and BSSID pattern specified in the request.</string>
1606    <string name="wifi_test_network_request_unavailable">Network Request with a specific network that is unavailable.</string>
1607    <string name="wifi_test_network_request_unavailable_info">Tests that the API fails to connect when an unavailable network is specified in the request.</string>
1608
1609    <string name="wifi_test_network_suggestion">Network Suggestion tests</string>
1610    <string name="wifi_test_network_suggestion_ssid">Network suggestion with SSID.</string>
1611    <string name="wifi_test_network_suggestion_ssid_info">Tests whether the API can be used to suggest a network with SSID to the device and the device connects to it.</string>
1612    <string name="wifi_test_network_suggestion_ssid_bssid">Network suggestion with SSID and BSSID.</string>
1613    <string name="wifi_test_network_suggestion_ssid_bssid_info">Tests whether the API can be used to suggest a network with SSID and specific BSSID to the device and the device connects to it.</string>
1614    <string name="wifi_test_network_suggestion_ssid_post_connect">Network suggestion with SSID and post connection broadcast.</string>
1615    <string name="wifi_test_network_suggestion_ssid_post_connect_info">Tests whether the API can be used to suggest a network with SSID to the device and the device connects to it and sends the post connect broadcast back to the app.</string>
1616
1617    <!-- Strings for P2pTestActivity -->
1618    <string name="p2p_test">Wi-Fi Direct Test</string>
1619    <string name="p2p_test_info">
1620        The Wi-Fi Direct tests require two devices with Wi-Fi Direct enabled to exchange
1621        messages. One device must be the candidate device running the software build to
1622        be tested, while the other device must be an implementation already known to be
1623        compatible.\n\nOne device should start the requester test, and the other should
1624        start the responder test. Your device must pass both requester and responder
1625        tests.
1626        </string>
1627    <string name="p2p_group_formation">Group Formation</string>
1628    <string name="p2p_join">Group Join</string>
1629    <string name="p2p_service_discovery">Service Discovery</string>
1630
1631    <string name="p2p_go_neg_responder_test">GO Negotiation Responder Test</string>
1632    <string name="p2p_go_neg_requester_test">GO Negotiation Requester Test</string>
1633    <string name="p2p_group_owner_test">Group Owner Test</string>
1634    <string name="p2p_join_with_config">Group Join with Config</string>
1635    <string name="p2p_join_with_config_2g_band">Group Join with Config 2G Band</string>
1636    <string name="p2p_join_with_config_fixed_frequency">
1637        Group Join with Config Fixed Frequency</string>
1638    <string name="p2p_group_owner_with_config_test">Group Owner With Config Test</string>
1639    <string name="p2p_group_owner_with_config_2g_band_test">
1640        Group Owner With Config 2G Band Test</string>
1641    <string name="p2p_group_owner_with_config_fixed_frequency_test">
1642        Group Owner With Config Fixed Frequency Test</string>
1643    <string name="p2p_group_client_test">Group Client Test</string>
1644    <string name="p2p_group_client_with_config_test">Group Client With Config Test</string>
1645    <string name="p2p_group_client_with_config_2g_band_test">
1646        Group Client With Config 2G Band Test</string>
1647    <string name="p2p_group_client_with_config_fixed_frequency_test">
1648        Group Client With Config Fixed Frequency Test</string>
1649    <string name="p2p_service_discovery_responder_test">
1650        Service Discovery Responder Test</string>
1651    <string name="p2p_service_discovery_requester_test">
1652        Service Discovery Requester Test</string>
1653
1654    <string name="p2p_go_neg_responder">GO Negotiation Responder</string>
1655    <string name="p2p_go_neg_requester">GO Negotiation Requester</string>
1656    <string name="p2p_accept_client">Group Owner</string>
1657    <string name="p2p_join_go">Group Client</string>
1658    <string name="p2p_service_discovery_responder">Service Discovery Responder</string>
1659    <string name="p2p_service_discovery_requester">Service Discovery Requester</string>
1660
1661    <string name="p2p_go_neg_responder_info">
1662        Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1663        Wi-Fi settings and forget all remembered networks.  Then start the \"GO Negotiation
1664        Requester Test\" on the other device and follow
1665        the instructions.</string>
1666    <string name="p2p_accept_client_info">
1667        Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1668        Wi-Fi settings and forget all remembered networks.  Then start the \"Group Client Test\" on
1669        the other device and follow
1670        the instructions.</string>
1671    <string name="p2p_service_discovery_responder_info">
1672        Start the \"Service Discovery Requester Test\" on the other device and follow
1673        the instructions.</string>
1674
1675    <string name="p2p_go_neg_requester_info">
1676        Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1677        Wi-Fi settings and forget all remembered networks.  Then start the \"GO Negotiation
1678        Responder Test\" on the other device.
1679        Then run each test individually by clicking on its name.</string>
1680    <string name="p2p_join_go_info">
1681        Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1682        Wi-Fi settings and forget all remembered networks.  Then start the \"Group Owner Test\" on
1683        the other device.
1684        Then run each test individually by clicking on its name.</string>
1685    <string name="p2p_service_discovery_requester_info">
1686        Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1687        Wi-Fi settings and forget all remembered networks.  Then start the \"Service Discovery
1688        Responder Test\" on the other device.
1689        Then run each test individually by clicking on its name.</string>
1690
1691    <string name="p2p_not_enabled">Wi-Fi is not enabled</string>
1692    <string name="p2p_not_enabled_message">These tests require Wi-Fi to be enabled.
1693        Click the button below to go to system settings and enable Wi-Fi.</string>
1694    <string name="p2p_settings">Wi-Fi Direct Settings</string>
1695
1696    <string name="p2p_result_success">Test passed successfully.</string>
1697
1698    <string name="p2p_go_neg_responder_ready">
1699        The go negotiation responder is now ready to start.
1700        Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1701        Wi-Fi settings and forget all remembered networks.  Then start the \"GO Negotiation
1702        Requester Test\" on the other device.
1703        Keep the screen here until all tests on the other device are
1704        finished.</string>
1705    <string name="p2p_go_ready">
1706        The group owner is now ready to start.
1707        Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1708        Wi-Fi settings and forget all remembered networks.  Then start the \"Join Group Test\" on
1709        the other device.
1710        Keep the screen here until all tests on the other device are
1711        finished.</string>
1712    <string name="p2p_service_responder_ready">
1713        The service responder is now ready to start.
1714        Go to the Security and Location settings and ensure that Location is enabled. Then go to the
1715        Wi-Fi settings and forget all remembered networks.  Then start the \"Service Discovery
1716        Requester Test\" on the other device.
1717        Keep the screen here until all tests on the other device are
1718        finished.</string>
1719
1720    <string name="p2p_setup_error">
1721        Test failed.\n\nSet up error. Check whether Wi-Fi can be enabled.</string>
1722    <string name="p2p_unexpected_error">
1723        Test failed.\n\nUnexpected error. Check logcat.</string>
1724    <string name="p2p_add_local_service_error">
1725        Test failed.\n\nFailed to add local service.</string>
1726    <string name="p2p_add_service_request_error">
1727        Test failed.\n\nFailed to add service request.</string>
1728    <string name="p2p_remove_service_request_error">
1729        Test failed.\n\nFailed to remove service request.</string>
1730    <string name="p2p_clear_service_requests_error">
1731        Test failed.\n\nFailed to clear service requests.</string>
1732    <string name="p2p_connect_error">
1733        Test failed.\n\nFailed to start a p2p connection to the target device.</string>
1734    <string name="p2p_remove_group_error">
1735        Test failed.\n\nFailed to remove a p2p group.</string>
1736    <string name="p2p_discover_peers_error">
1737        Test failed.\n\nFailed to discover peers.</string>
1738    <string name="p2p_discover_services_error">
1739        Test failed.\n\nFailed to discover services.</string>
1740    <string name="p2p_ceate_group_error">
1741        Test failed.\n\nFailed to start up group owner.</string>
1742    <string name="p2p_no_service_requests_error">
1743        Test failed.\n\n\"NO_SERVICE_REQUESTS\" error did not occur.</string>
1744    <string name="p2p_receive_invalid_response_error">
1745        Test failed.\n\nReceived an invalid message or could not receive
1746         the expected message.\n\n</string>
1747    <string name="p2p_target_not_found_error">Test failed.\n\n
1748        The target responder device was NOT found. Start up the responder
1749        test on the other device, then run the test again.</string>
1750    <string name="p2p_target_invalid_role_error">Test failed.\n\n
1751        The target responder must be p2p device. However, the target responder
1752        device was group owner. Check the test case on the other device.</string>
1753    <string name="p2p_target_invalid_role_error2">Test failed.\n\n
1754        The target responder must be group owner. However, the target responder
1755        device was p2p device. Check the test case on the other device.</string>
1756    <string name="p2p_connection_error">
1757        Test failed.\n\nFailed to establish a p2p connection.</string>
1758    <string name="p2p_detect_disconnection_error">
1759        Test failed.\n\nFailed to detect client disconnection.</string>
1760    <string name="p2p_disconnect_error">
1761        Test failed.\n\nFailed to disconnect a p2p connection.</string>
1762
1763    <string name="p2p_search_target">Search Target</string>
1764    <string name="p2p_searching_target">Searching for target device ...</string>
1765    <string name="p2p_checking_serv_capab">Checking the service discovery
1766        capability ...</string>
1767    <string name="p2p_connecting_with_pbc">Trying to connect the target device ...\n\n
1768        Click the \"OK\" button on the other device to accept the connection
1769        request from this device.</string>
1770    <string name="p2p_connecting_with_pin">Trying to connect the target device ...\n\n
1771        Enter the pin number on the other device.</string>
1772    <string name="p2p_waiting_for_peer_to_connect">Waiting for peer to
1773        connect ...</string>
1774    <string name="p2p_waiting_for_peer_to_disconnect">Waiting for peer
1775        to disconnect ...</string>
1776
1777    <!-- Strings for TestListActivity -->
1778    <string name="aware_test">Wi-Fi Aware Test</string>
1779    <string name="aware_test_info">
1780        The Wi-Fi Aware tests require two devices with Wi-Fi enabled. One device must
1781        be the candidate device running the software build to be tested, while the other
1782        device must be an implementation already known to be compatible.\n\nThere are
1783        tests for Publisher and Subscriber, Responder and Initiator. One device should
1784        start in a role, and the other should start in the complementary
1785        role. Your device must pass the tests in all roles.
1786    </string>
1787    <string name="aware_not_enabled">Wi-Fi / Location Mode is not enabled</string>
1788    <string name="aware_not_enabled_message">These tests require Wi-Fi and Location Mode to be enabled.
1789        Click the button below to go to system settings and enable Wi-Fi and Location Mode.</string>
1790    <string name="aware_settings">Wi-Fi Settings</string>
1791    <string name="aware_setup_error">
1792        Test failed.\n\nSet up error. Check whether Wi-Fi is enabled.</string>
1793    <string name="aware_unexpected_error">
1794        Test failed.\n\nUnexpected error. Check logcat.</string>
1795
1796    <string name="aware_dp_ib_open_unsolicited">Data Path: Open: Unsolicited/Passive</string>
1797    <string name="aware_dp_ib_passphrase_unsolicited">Data Path: Passphrase: Unsolicited/Passive</string>
1798    <string name="aware_dp_ib_open_solicited">Data Path: Open: Solicited/Active</string>
1799    <string name="aware_dp_ib_passphrase_solicited">Data Path: Passphrase: Solicited/Active</string>
1800    <string name="aware_discovery_ranging">Discovery with Ranging</string>
1801    <string name="aware_publish">Publish</string>
1802    <string name="aware_subscribe">Subscribe</string>
1803
1804    <string name="aware_dp_oob_open">Data Path (OOB): Open</string>
1805    <string name="aware_dp_oob_passphrase">Data Path (OOB): Passphrase</string>
1806    <string name="aware_responder">Responder</string>
1807    <string name="aware_initiator">Initiator</string>
1808
1809    <string name="aware_status_attached">Attached ...</string>
1810    <string name="aware_status_attach_fail">Attach failure!</string>
1811    <string name="aware_status_attach_timeout">Attach failure - timed out!</string>
1812    <string name="aware_status_identity">Discovery (Identity) MAC address: %1$s ...</string>
1813    <string name="aware_status_identity_fail">Identity listener failure - timed out!</string>
1814    <string name="aware_status_subscribe_started">Subscribe discovery session started ...</string>
1815    <string name="aware_status_subscribe_failed">Subscribe failure!</string>
1816    <string name="aware_status_subscribe_timeout">Subscribe failure - timed out!</string>
1817    <string name="aware_status_subscribe_null_session">Subscribe failure - null session!</string>
1818    <string name="aware_status_publish_started">Publish discovery session started ...</string>
1819    <string name="aware_status_publish_failed">Publish failure!</string>
1820    <string name="aware_status_publish_timeout">Publish failure - timed out!</string>
1821    <string name="aware_status_publish_null_session">Publish failure - null session!</string>
1822    <string name="aware_status_discovery">Service discovered ...</string>
1823    <string name="aware_status_discovery_with_info">Service discovered ... peer MAC : %1$s</string>
1824    <string name="aware_status_discovery_timeout">Service discovery failure - timed out!</string>
1825    <string name="aware_status_discovery_fail">Service discovery failure - parameter mismatch!</string>
1826    <string name="aware_status_send_success">Sent message successfully ...</string>
1827    <string name="aware_status_send_failed">Send message failure!</string>
1828    <string name="aware_status_send_timeout">Send message failure - timed out!</string>
1829    <string name="aware_status_send_fail_parameter">Send message failure - mismatched ids!</string>
1830    <string name="aware_status_received">Received message ...</string>
1831    <string name="aware_status_starting_rtt">Starting RTT operations ...</string>
1832    <string name="aware_status_waiting_for_peer_rtt">Pausing to let other device perform RTT ...</string>
1833    <string name="aware_status_received_peer_rtt_done">Other device done with RTT ...</string>
1834    <string name="aware_status_received_mac">Received peer MAC address: %1$s ...</string>
1835    <string name="aware_status_receive_timeout">Receive message failure - timed out!</string>
1836    <string name="aware_status_receive_failure">Receive message failure - didn\'t receive expected message!</string>
1837    <string name="aware_status_network_requested">Network requested ...</string>
1838    <string name="aware_status_network_success">Network formed ...</string>
1839    <string name="aware_status_network_failed">Network request failure - timed out!</string>
1840    <string name="aware_status_network_failed_leak">Failure: Network request success - but leaked information!</string>
1841    <string name="aware_status_sleeping_wait_for_responder">Pausing to let Responder time to set up ...</string>
1842    <string name="aware_status_ranging_peer_failure">Ranging to PeerHandle failure: %1$d failures of %2$d attempts!</string>
1843    <string name="aware_status_ranging_mac_failure">Ranging to MAC address failure: %1$d failures of %2$d attempts!</string>
1844    <string name="aware_status_ranging_peer_success">Ranging to PeerHandle success: %1$d successes of %2$d attempts!</string>
1845    <string name="aware_status_ranging_mac_success">Ranging to MAC address success: %1$d successes of %2$d attempts!</string>
1846    <string name="aware_status_lifecycle_failed">Discovery lifecycle FAILURE!</string>
1847    <string name="aware_status_lifecycle_ok">Discovery lifecycle validated!</string>
1848
1849    <string name="aware_status_socket_failure">Failure on socket connection setup!</string>
1850    <string name="aware_status_socket_server_socket_started">ServerSocket started on port %1$d!</string>
1851    <string name="aware_status_socket_server_info_rx">Peer server info: IPv6=%1$s @ port=%2$d!</string>
1852    <string name="aware_status_socket_server_message_from_peer">Message from peer: \'%1$s\'</string>
1853
1854    <string name="aware_data_path_open_unsolicited_publish">Data Path: Open: Unsolicited Publish</string>
1855    <string name="aware_data_path_open_unsolicited_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Data Path: Open: Unsolicited/Passive\' / \'Subscribe\' test.</string>
1856    <string name="aware_data_path_open_passive_subscribe">Data Path: Open: Passive Subscribe</string>
1857
1858    <string name="aware_data_path_passphrase_unsolicited_publish">Data Path: Passphrase: Unsolicited Publish</string>
1859    <string name="aware_data_path_passphrase_unsolicited_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Data Path: Passphrase: Unsolicited/Passive\' / \'Subscribe\' test.</string>
1860    <string name="aware_data_path_passphrase_passive_subscribe">Data Path: Passphrase: Passive Subscribe</string>
1861
1862    <string name="aware_data_path_open_solicited_publish">Data Path: Open: Solicited Publish</string>
1863    <string name="aware_data_path_open_solicited_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Data Path: Open: Solicited/Active\' / \'Subscribe\' test.</string>
1864    <string name="aware_data_path_open_active_subscribe">Data Path: Open: Active Subscribe</string>
1865
1866    <string name="aware_data_path_passphrase_solicited_publish">Data Path: Passphrase: Solicited Publish</string>
1867    <string name="aware_data_path_passphrase_solicited_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Data Path: Passphrase: Solicited/Active\' / \'Subscribe\' test.</string>
1868    <string name="aware_data_path_passphrase_active_subscribe">Data Path: Passphrase: Active Subscribe</string>
1869
1870    <string name="aware_data_path_oob_open_responder">Data Path (OOB): Open: Responder</string>
1871    <string name="aware_data_path_oob_open_responder_info">The responder is now ready.\n\nOn the other device: start the \'Data Path (OOB): Open\' / \'Initiator\' test.</string>
1872    <string name="aware_data_path_oob_open_initiator">Data Path (OOB): Open: Initiator</string>
1873
1874    <string name="aware_data_path_oob_passphrase_responder">Data Path (OOB): Passphrase: Responder</string>
1875    <string name="aware_data_path_oob_passphrase_responder_info">The responder is now ready.\n\nOn the other device: start the \'Data Path (OOB): Passphrase\' / \'Initiator\' test.</string>
1876    <string name="aware_data_path_oob_passphrase_initiator">Data Path (OOB): Passphrase: Initiator</string>
1877
1878    <string name="aware_discovery_ranging_publish">Discovery with Ranging: Publish</string>
1879    <string name="aware_discovery_ranging_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Discovery with Ranging\' / \'Subscribe\' test.</string>
1880    <string name="aware_discovery_ranging_subscribe">Discovery with Ranging: Subscribe</string>
1881
1882    <string name="camera_fov_calibration">Camera FOV Calibration</string>
1883    <string name="camera_fov_calibration_done">Done</string>
1884    <string name="camera_fov_general_settings">General settings</string>
1885    <string name="camera_fov_label_options">Settings</string>
1886    <string name="camera_fov_tap_to_take_photo">Tap to calibrate</string>
1887    <string name="camera_fov_marker_distance">Marker distance (in cm)</string>
1888    <string name="camera_fov_marker_distance_description">The distance in centimeters between
1889        the solid lines on the target pattern.</string>
1890    <string name="camera_fov_target_distance">Target distance (in cm)</string>
1891    <string name="camera_fov_target_distance_description">The distance in centimeters from the
1892        device to the target pattern.</string>
1893    <string name="camera_fov_settings_button_text">Setup</string>
1894    <string name="camera_fov_change_preview_sizes_button_text">Preview Sizes</string>
1895    <string name="camera_fov_choose_preview_size_for_camera">Choose preview size for camera %1$s</string>
1896    <string name="camera_fov_displayed_fov_label">Displayed FOV : </string>
1897    <string name="camera_fov_reported_fov_label">Reported  FOV : </string>
1898    <string name="camera_fov_reported_fov_problem">Reported FOV problem</string>
1899    <string name="camera_fov_reported_fov_problem_message">The reported FOV before takePicture() is
1900        different from when onPictureTaken() is called.\nAs picture size has not been changed, the
1901        reported FOV should be identical at both times.\n\nFOV before/after: %1$f / %2$f</string>
1902
1903    <string name="camera_fov_panorama_wallpaper_title">Photo Sphere Live Wallpaper</string>
1904    <string name="camera_fov_panorama_wallpaper_description">This live wallapper displays photo
1905        spheres.</string>
1906    <string name="camera_fov_select_panorama">Select panorama</string>
1907    <string name="camera_fov_select_panorama_description">Select a panorama to display in the
1908       live wallpaper.</string>
1909    <string name="camera_fov_reset_panorama">Reset panorama</string>
1910    <string name="camera_fov_reset_panorama_description">Resets the panorama to show the demo
1911        file.</string>
1912    <string name="camera_fov_enable_compass_mode">Enable compass mode</string>
1913    <string name="camera_fov_enable_compass_mode_description">If enabled, the panorama orients
1914        itself according to the current rotation of the device.</string>
1915
1916    <string name="test_category_notifications">Notifications</string>
1917    <string name="test_category_tiles">Tiles</string>
1918    <string name="package_priority_test">Notification Package Priority Test</string>
1919    <string name="package_priority_info">This test checks that the NotificationManagerService respects
1920        user preferences about relative package priorities.
1921    </string>
1922    <string name="package_priority_bot">Verifying that the CTS Robot helper package is installed.</string>
1923    <string name="package_priority_high">Find \"%s\" in the \"Notifications\" settings panel, and allow it to Override Do Not Disturb.</string>
1924    <string name="package_priority_default">Find \"%s\" in the \"Notifications\" settings panel, and disallow it to Override Do Not Disturb.</string>
1925    <string name="package_priority_user_order">Check that ranker respects user priorities.</string>
1926
1927    <string name="shortcut_reset_test">Shortcut Reset Rate-limiting Test</string>
1928    <string name="shortcut_reset_info">This test checks that when an inline-reply happens, ShortcutManager\'s rate-limiting
1929        is reset.</string>
1930    <string name="shortcut_reset_bot">Verifying that the CTS Robot helper package is installed.</string>
1931    <string name="shortcut_reset_start">Showing the notification.</string>
1932    <string name="shortcut_reset_prompt_inline_reply">Open the notification shade,
1933        find the \"Shortcut Reset Rate-limiting Test\" notification, type something in the inline-reply field and
1934        press the send button.</string>
1935    <string name="shortcut_reset_check_result">Check ShortcutManager rate-limit has been reset.</string>
1936
1937    <string name="attention_test">Notification Attention Management Test</string>
1938    <string name="attention_info">This test checks that the NotificationManagerService is
1939        respecting user preferences about notification ranking and filtering.
1940    </string>
1941    <string name="ringer_mode_tests">Ringer Mode Tests</string>
1942    <string name="ringer_mode_info">This test checks that Audio manager functionality that requires
1943        particular ringer mode states works properly.
1944    </string>
1945    <string name="ringer_mode_pass_test">These tests are handled by CTS.</string>
1946    <string name="test_sound_effects">Test sound effects</string>
1947    <string name="test_vibrate_notification">Test vibrate notification</string>
1948    <string name="test_vibrate_ringer">Test vibrate ringer</string>
1949    <string name="test_access_ringer_mode">Test access ringer mode</string>
1950    <string name="test_ringer_mode_policy_access">Test ringer mode policy access</string>
1951    <string name="test_volume_dnd_affected_stream">Test volume change</string>
1952    <string name="test_mute_dnd_affected_streams">Test mute streams</string>
1953    <string name="test_ringer_manager">Test RingtoneManager</string>
1954    <string name="enable_sound_effects">Please enable sound effects in Sound settings.</string>
1955    <string name="attention_ready">I\'m done</string>
1956    <string name="attention_filter_any">Please enable \"Do not disturb\" by tapping the Quick Settings tile.</string>
1957    <string name="attention_filter_all">Please disable \"Do not disturb\" by tapping the Quick Settings tile.</string>
1958    <string name="attention_filter_priority">Please enable \"Do not disturb\" by tapping the Quick
1959        Settings tile.  Then, long press the same tile and customize the setting to allow messages
1960        from starred contacts only.</string>
1961    <string name="attention_filter_priority_mimic_alarms_only">Please enable Priority-Only \"Do not disturb\"
1962        by tapping the Quick Settings tile.  Then, long press the same tile and customize the setting to allow sounds
1963        from Alarms and Media (if applicable) only.</string>
1964    <string name="attention_create_contacts">Create contacts for notification annotations.</string>
1965    <string name="attention_delete_contacts">Delete test contacts.</string>
1966    <string name="attention_default_order">Check that ranker defaults to time order.</string>
1967    <string name="attention_priority_order">Check that ranker respects developers priorities.</string>
1968    <string name="attention_ambient_bit">Check that the ambient bit is set appropriately.</string>
1969    <string name="attention_lookup_order">Check that ranker respects Lookup URIs for contacts.</string>
1970    <string name="attention_email_order">Check that ranker respects mailto URIs for contacts.</string>
1971    <string name="attention_phone_order">Check that ranker respects telephone URIs for contacts.</string>
1972    <string name="attention_interruption_order">Check that ranker temporarily boosts interruptions.
1973    This test takes 30 seconds to complete.</string>
1974    <string name="attention_none_are_filtered_messages">Check that \"All\" mode doesn\'t filter any notifications (messages).</string>
1975    <string name="attention_none_are_filtered_diff_categories">Check that \"All\" mode doesn\'t filter any notifications (event, reminder, alarm).</string>
1976    <string name="attention_some_are_filtered_messages">Check that \"Priority\" mode doesn\'t filter priority notifications (messages from starred contacts).</string>
1977    <string name="attention_some_are_filtered_alarms">Check that \"Priority\" mode doesn\'t filter priority notifications (alarms).</string>
1978    <string name="attention_some_are_filtered_media_system_other">Check that \"Priority\" mode doesn\'t filter priority notifications (media, system, other).</string>
1979    <string name="attention_all_are_filtered">Check that \"None\" mode filters all notifications.</string>
1980    <string name="attention_cannot_disallow_alarms_or_media">Check that apps targeted with Pre-P SDK can\'t disallow alarms or media from bypassing DND.</string>
1981    <string name="nls_test">Notification Listener Test</string>
1982    <string name="nas_test">Notification Assistant Test</string>
1983    <string name="nls_service_name">Notification Listener for CTS Verifier</string>
1984    <string name="nls_info">This test checks that a NotificationListenerService can be enabled
1985        and disabled, and that once enabled the service is able to receive notifications and
1986        dismiss them.
1987    </string>
1988    <string name="nas_service_name">Notification Assistant for CTS Verifier</string>
1989    <string name="nas_info">This test checks that a NotificationAssistantService can be enabled
1990        and disabled, and that once enabled the service is able to receive notifications and
1991        dismiss them.
1992    </string>
1993    <string name="msg_extras_preserved">Check that Message extras Bundle was preserved.</string>
1994    <string name="tile_service_name">Tile Service for CTS Verifier</string>
1995    <string name="tiles_test">Tile Service Test</string>
1996    <string name="tiles_info">This test checks that a Tile Service added by a third party
1997        application is not immediately added to the current Quick Settings tiles but can be added
1998        by the user.
1999    </string>
2000    <string name="tiles_adding_tile">Check that Tile Service is enabled</string>
2001    <string name="tiles_not_added">Open Quick Settings and check that the Tile Service for CTS
2002        Verifier is not visible in any page</string>
2003    <string name="tiles_in_customizer">Open Quick Settings and click the button to customize Quick
2004        Settings. Check that the Tile Service for CTS Verifier is available to be added</string>
2005    <string name="tiles_removing_tile">Check that Tile Service is disabled</string>
2006    <string name="vr_tests">VR Tests</string>
2007    <string name="test_category_vr">VR</string>
2008    <string name="vr_test_title">VR Listener Test</string>
2009    <string name="vr_service_name">VR Listener for CTS Verifier</string>
2010    <string name="vr_info">This test checks that a VrListenerService can be enabled and disabled, and
2011        and that it receives the correct lifecycle callbacks when entering and exiting VR mode.
2012    </string>
2013    <string name="vr_start_settings">Launch Settings</string>
2014    <string name="vr_start_vr_activity">Launch VR mode activity</string>
2015    <string name="vr_start_double_vr_activity">Launch Two VR mode activities</string>
2016    <string name="vr_start_vr_activity_desc">Click the button to launch the VR mode activity.</string>
2017    <string name="vr_start_vr_double_activity_desc">Click the button to launch two consecutive VR mode activities.</string>
2018    <string name="vr_check_disabled">Check that the CTS VR helper service is disabled by default.</string>
2019    <string name="vr_enable_service">Please enable \"VR Listener for CTS Verifier\"
2020        under Apps > Gear Icon > Special Access > VR Helper Services and return here.</string>
2021        <string name="vr_disable_service">Please disable \"VR Listener for CTS Verifier\"
2022        under Apps > Gear Icon > Special Access > VR Helper Services and return here.</string>
2023    <string name="nas_enable_service">Please enable \"Notification Assistant for CTS Verifier\"
2024        under Apps > Gear Icon > Default > Notification Assistant and return here.</string>
2025    <string name="nas_disable_service">Please disable \"Notification Assistant for CTS Verifier\"
2026        under Apps > Gear Icon > Default > Notification Assistant and return here.</string>
2027    <string name="nls_enable_service">Please enable \"Notification Listener for CTS Verifier\"
2028        under Apps > Gear Icon > Special Access > Notification Access and return here.</string>
2029    <string name="nls_block_app">Please block the linked application and return here.</string>
2030    <string name="nls_unblock_app">Please unblock the linked application and return here.</string>
2031    <string name="nls_block_channel">Please block the linked notification channel and return here.</string>
2032    <string name="nls_block_group">Please block the linked notification channel group and return here.</string>
2033    <string name="nls_cannot_enable_service">Please make sure you cannot enable
2034        \"Notification Listener for CTS Verifier\" and return here.</string>
2035    <string name="nls_disable_service">Please disable \"Notification Listener for CTS Verifier\"
2036        under Apps > Gear Icon > Special Access > Notification Access and return here.</string>
2037    <string name="nls_start_settings">Launch Settings</string>
2038    <string name="nls_service_started">Service should start once enabled.</string>
2039    <string name="nas_note_enqueued_received">Check that notification was enqueued.</string>
2040    <string name="nls_note_received">Check that notification was received.</string>
2041    <string name="nls_payload_intact">Check that notification payload was intact.</string>
2042    <string name="nls_audibly_alerted">Check that notification audibly alerting was reported correctly.</string>
2043    <string name="nas_adjustment_payload_intact">Check that the Assistant can adjust notifications.</string>
2044    <string name="nas_adjustment_enqueue_payload_intact">Check that the Assistant can adjust notifications on enqueue.</string>
2045    <string name="nas_create_channel">Check that the Assistant can create a Notification Channel for another app.</string>
2046    <string name="nas_update_channel">Check that the Assistant can update a Notification Channel for another app.</string>
2047    <string name="nas_block_channel">Check that the Assistant can block a Notification Channel.</string>
2048    <string name="nas_delete_channel">Check that the Assistant can delete a Notification Channel for another app.</string>
2049    <string name="nas_snooze_context">Check that the Assistant can snooze a notification until a given context.</string>
2050    <string name="nls_clear_one">Check that service can clear a notification.</string>
2051    <string name="nls_clear_one_reason">Check that service can clear a notification and receive the correct reason for dismissal.</string>
2052    <string name="nls_clear_one_stats">Check that service does not receive notification stats.</string>
2053    <string name="nls_clear_all">Check that service can clear all notifications.</string>
2054    <string name="nls_service_stopped">Service should stop once disabled.</string>
2055    <string name="nls_note_missed">Check that notification was not received.</string>
2056    <string name="nls_snooze">Check the service can be snoozed.</string>
2057    <string name="nls_unsnooze">Check the service can be unsnoozed.</string>
2058    <string name="nls_hints">Check that the listener can set hints.</string>
2059    <string name="nls_snooze_one">Check that service can snooze a notification.</string>
2060    <string name="nls_snooze_one_time">Check that service can snooze a notification for a given time.</string>
2061    <string name="nls_get_snoozed">Check that service can retrieve snoozed notifications.</string>
2062    <string name="nls_unsnooze_one">Check that service can unsnooze a notification.</string>
2063    <string name="nas_note_missed_enqueued">Check that notification was not enqueued.</string>
2064    <string name="cp_test">Condition Provider test</string>
2065    <string name="cp_service_name">Condition Provider for CTS Verifier</string>
2066    <string name="cp_info">This test checks that on non-low ram a ConditionProviderService can be enabled
2067        and disabled, and that once enabled the service is able to create, query, edit, and delete
2068        automatic zen rules. On low ram devices condition providers should not be bound.
2069    </string>
2070    <string name="cp_cannot_enable_service">Please make sure you cannot enable \"CTS Verifier\" under Do Not Disturb access and return here.</string>
2071    <string name="cp_enable_service">Please enable \"CTS Verifier\" under Do Not Disturb access and return here.</string>
2072    <string name="cp_disable_service">Please disable \"CTS Verifier\" under Do Not Disturb access and return here.</string>
2073    <string name="cp_start_settings">Launch Settings</string>
2074    <string name="cp_create_rule">Creating Automatic Zen Rule</string>
2075    <string name="cp_create_rule_with_zen_policy">Creating Automatic Zen Rule with Zen Policy</string>
2076    <string name="cp_update_rule">Updating Automatic Zen Rule</string>
2077    <string name="cp_update_rule_use_zen_policy">Updating Automatic Rule to Use Zen Policy</string>
2078    <string name="cp_subscribe_rule">Subscribing to Automatic Zen Rule</string>
2079    <string name="cp_service_started">Service should start once enabled.</string>
2080    <string name="cp_service_stopped">Service should stop once disabled.</string>
2081    <string name="cp_unsubscribe_rule">Unsubscribing to Automatic Zen Rule</string>
2082    <string name="cp_delete_rule">Deleting Automatic Zen Rule</string>
2083    <string name="cp_get_rules">Retrieving Automatic Zen Rules</string>
2084    <string name="cp_get_rule">Retrieving Automatic Zen Rule</string>
2085
2086    <string name="cacert_test">CA Cert Notification Test</string>
2087    <string name="cacert_info">This test checks that when a CA Certificate is installed, the user is notified.</string>
2088    <string name="cacert_do_something">Do it</string>
2089    <string name="cacert_done">Done</string>
2090    <string name="cacert_install_cert">Use the CertInstaller to install the certificate "MyCA.cer" from device storage. When it opens, choose any name and tap "Okay". If this button does nothing, pass the test and move on.</string>
2091    <string name="cacert_check_cert_in_settings">Visit the user-installed trusted credentials page and confirm that the "Internet Widgits Pty Ltd" cert appears in the list.</string>
2092    <string name="cacert_remove_screen_lock">You may have been prompted to set a screen lock when installing the certificate. If so, remove it. If not, you may skip this step.</string>
2093    <string name="cacert_check_notification">Look at the system notifications. Confirm that:\n
20941. There is a notification saying a certificate authority is installed.\n
20952. Tapping that notification brings up a more detailed explanation and a button to check trusted credentials.\n
20963. Tapping that button brings up the Trusted Credentials page you just visited.</string>
2097    <string name="cacert_dismiss_notification">Open the notification and follow the link to remove CA certificates. If removing CA certificates does not dismiss the notification, fail the test.</string>
2098
2099    <string name="caboot_test">CA Cert Notification on Boot test</string>
2100    <string name="caboot_info">This test is to confirm that when the user has installed a trusted credential, the system notifies the user when it boots.</string>
2101    <string name="caboot_check_cert_installed">Please check here to see whether a certificate is already installed. If this button does nothing, pass the test and move on.</string>
2102    <string name="caboot_check_creds">Check Credentials</string>
2103    <string name="caboot_if_not_installed">Only if there is no credential currently installed, install one.</string>
2104    <string name="caboot_install_cert">Install credential</string>
2105    <string name="caboot_remove_screen_lock">Remove screen lock</string>
2106    <string name="caboot_reboot_desc">Please reboot the device and return to this test.</string>
2107    <string name="caboot_after_boot">AFTER REBOOTING: Check that there is a notification that the network may be monitored. Opening that notification should show a dialog box giving more information, with a button to check trusted credentials. This should open up the same view of trusted credentials that you get via the "Check credentials" button.</string>
2108
2109    <!-- Strings for KeyChain -->
2110    <string name="keychain_test">KeyChain Storage Test</string>
2111    <string name="keychain_info">This test checks that credentials installed to the system can be granted, retrieved, and used to create valid HTTPS connections.</string>
2112    <string name="keychain_reset">Reset</string>
2113    <string name="keychain_skip">Skip</string>
2114    <string name="keychain_setup_desc">The first step sets up an internal KeyStore and generates credentials to use for the remainder of the test.\n\n
2115 Tap \'Next\' to begin.</string>
2116    <string name="keychain_install_desc">Credentials generated. Tap \'Next\' to install them to the system keychain.\n\n
2117The container for the credentials will not be protected with a password; if prompted for one, leave that field blank.\n\n
2118During installation you may be prompted for a name - accept the default suggestion.\n\n
2119In the case that these credentials were already installed, you may skip this step.</string>
2120    <string name="keychain_https_desc">The last test involves setting up an HTTPS connection using credentials from the KeyChain.\n\n
2121You should be prompted to select credentials; choose the ones you just installed in the previous step.</string>
2122    <string name="keychain_reset_desc">Before marking this test as passed, tap \'Next\' to open security settings to clear credentials:\n
2123 1. Open Encryption and credentials.\n
2124 2. Tap Clear credentials.</string>
2125
2126    <!-- Strings for Widget -->
2127    <string name="widget_framework_test">Widget Framework Test</string>
2128    <string name="widget_framework_test_info">This test checks some basic features of the widget
2129        framework. In order to perform the test, press the Home button. Add the widget
2130        titled "CTS Verifier" to the home screen. Follow the instructions in the widget.</string>
2131    <string name="widget_name">Widget Framework Test</string>
2132    <string name="widget_pass">Pass</string>
2133    <string name="widget_fail">Fail</string>
2134
2135    <string name="provisioning_byod_non_market_apps">Non-market app installation restrictions</string>
2136    <string name="provisioning_byod_non_market_apps_info">
2137        This test exercises user restrictions on installation of non-market apps. Follow
2138        instructions in each test.
2139    </string>
2140
2141    <string name="provisioning_byod_nonmarket_allow">Enable non-market apps</string>
2142    <string name="provisioning_byod_nonmarket_allow_info">
2143        This test verifies that non-market apps can be installed if permitted.\n
2144        1. A package installation UI should appear.\n
2145        2. If \'Cts Verifier\' is not allowed to install apps, a warning dialog will appear
2146        blocking the install. In this case go to step 3, else skip to step 4.\n
2147        3. Allow \'Cts Verifier\' to install apps. Return to package installer.\n
2148        4. Accept the installation and verify that it succeeds (no error message is displayed).
2149    </string>
2150
2151    <string name="provisioning_byod_nonmarket_deny">Disable non-market apps</string>
2152    <string name="provisioning_byod_nonmarket_deny_info">
2153        This test verifies that non-market apps cannot be installed unless permitted.\n
2154        1. A package installation UI should appear.\n
2155        2. Verify that the installation of the package is refused.
2156    </string>
2157
2158    <string name="provisioning_byod_nonmarket_allow_global">Enable non-market apps (global restriction)</string>
2159    <string name="provisioning_byod_nonmarket_allow_global_info">
2160        This test verifies that non-market apps can be installed if permitted by device-wide block.\n
2161        1. A package installation UI should appear.\n
2162        2. If \'Cts Verifier\' is not allowed to install apps, a warning dialog will appear
2163        blocking the install. In this case go to step 3, else skip to step 4.\n
2164        3. Allow \'Cts Verifier\' to install apps. Return to package installer.\n
2165        4. Accept the installation and verify that it succeeds (no error message is displayed).
2166    </string>
2167
2168    <string name="provisioning_byod_nonmarket_deny_global">Disable non-market apps (global restriction)</string>
2169    <string name="provisioning_byod_nonmarket_deny_global_info">
2170        This test verifies that non-market apps cannot be installed unless permitted by device-wide block.\n
2171        1. A package installation UI should appear.\n
2172        2. Verify that the installation of the package is refused.
2173    </string>
2174
2175    <string name="provisioning_byod_nonmarket_allow_global_primary">Enable primary user non-market apps (global restriction)</string>
2176    <string name="provisioning_byod_nonmarket_allow_global_primary_info">
2177        This test verifies that non-market apps from the primary user can be installed if permitted.\n
2178        1. You should have received NotificationBot.apk together with the CTS verifier. If you built
2179        the CTS verifier yourself, build the NotificationBot.apk by issuing the following command on
2180        the host:\n
2181        make NotificationBot\n
2182        2. Upload the NotificationBot.apk to your device by issuing the following command on the
2183        host:\n
2184        adb push /path/to/NotificationBot.apk /data/local/tmp/\n
2185        3. Press \"Go\" to install NotificationBot.apk in your personal profile. A package
2186        installation UI should appear.\n
2187        4. If \'Cts Verifier\' is not allowed to install apps, a warning dialog will appear
2188        blocking the install. In this case go to step 5, else skip to step 6.\n
2189        5. Allow \'Cts Verifier\' to install apps. Return to package installer.\n
2190        6. Accept the installation and verify that it succeeds (no error message is displayed).
2191    </string>
2192
2193    <string name="provisioning_byod_nonmarket_deny_global_primary">Disable primary user non-market apps (global restriction)</string>
2194    <string name="provisioning_byod_nonmarket_deny_global_primary_info">
2195        This test verifies that non-market apps from the primary user cannot be installed unless permitted.\n
2196        1. You should have received NotificationBot.apk together with the CTS verifier. If you built
2197        the CTS verifier yourself, build the NotificationBot.apk by issuing the following command on
2198        the host:\n
2199        make NotificationBot\n
2200        2. Upload the NotificationBot.apk to your device by issuing the following command on the
2201        host:\n
2202        adb push /path/to/NotificationBot.apk /data/local/tmp/\n
2203        3. Press \"Go\" to install NotificationBot.apk in your personal profile. A package
2204        installation UI should appear.\n
2205        4. Verify that the installation of the package is refused.
2206    </string>
2207
2208    <string name="provisioning_byod_capture_image_support">Camera support cross profile image capture</string>
2209    <string name="provisioning_byod_capture_image_support_info">
2210        This test verifies that images can be captured from the managed profile using the primary profile camera.\n
2211        1. Capture a picture using the camera.\n
2212        2. Verify that the captured picture is shown.\n
2213        3. Click on the close button.
2214    </string>
2215    <string name="provisioning_byod_capture_video_support_with_extra_output">Camera support cross profile video capture (with extra output path)</string>
2216    <string name="provisioning_byod_capture_video_support_info">
2217        This test verifies that videos can be captured from the managed profile using the primary profile camera.\n
2218        1. Capture a video using the camera.\n
2219        2. Click on the play button.\n
2220        3. Verify that the captured video is played.\n
2221        4. Click on the close button.
2222    </string>
2223    <string name="provisioning_byod_capture_video_support_without_extra_output">Camera support cross profile video capture (without extra output path)</string>
2224    <string name="provisioning_byod_capture_audio_support">Sound recorder support cross profile audio capture</string>
2225    <string name="provisioning_byod_capture_audio_support_info">
2226        This test verifies that audio can be captured from the managed profile using the primary profile sound recorder.\n
2227        1. Capture audio.\n
2228        2. Click on the play button.\n
2229        3. Verify that the captured audio is played.\n
2230        4. Click on the close button.\n
2231        If this device does not support audio recording, please skip this test and mark it passing.\n
2232    </string>
2233    <string name="provisioning_byod_dismiss_result_dialog">Close</string>
2234    <string name="provisioning_byod_play">Play</string>
2235    <string name="provisioning_byod_verify_image_title">Verify captured image</string>
2236    <string name="provisioning_byod_verify_video_title">Verify captured video</string>
2237    <string name="provisioning_byod_verify_audio_title">Verify captured audio</string>
2238    <string name="provisioning_byod_no_image_capture_resolver">No image capture app present. Skip test.</string>
2239    <string name="provisioning_byod_no_video_capture_resolver">No video capture app present. Skip test.</string>
2240    <string name="provisioning_byod_no_audio_capture_resolver">No audio capture app present. Skip test.</string>
2241    <string name="provisioning_byod_capture_media_error">Error while capturing media from managed profile.</string>
2242    <string name="provisioning_byod_capture_image_error">Error while capturing image from managed profile.</string>
2243
2244    <string name="provisioning_byod_auth_bound_key">Authentication-bound keys</string>
2245    <string name="provisioning_byod_auth_bound_key_info">
2246        This test verifies keystore cryptographic keys can be bound to device credentials.
2247        These keys should only be available if there was a recent enough authentication.
2248    </string>
2249    <string name="provisioning_byod_auth_bound_key_instruction">
2250        This test verifies keystore cryptographic keys can be bound to device lockscreen challenge or fingerprints (if available).
2251        These keys should only be available if there was a recent enough authentication. \n
2252
2253        1. Press "Set up" to open Security settings. (If this device has a separate app for work
2254        settings, ignore this button and open that app manually from the launcher.) Create a
2255        lockscreen password and if available, enroll a fingerprint under "Work profile security".\n
2256        2. Go through the list of tests.\n
2257        3. Mark the overall test pass or fail.\n
2258        4. Once the set of tests are completed, remove the lockscreen challenge.
2259    </string>
2260    <string name="provisioning_byod_auth_bound_key_set_up">Set up</string>
2261    <string name="provisioning_byod_lockscreen_bound_key">Lockscreen-bound key test</string>
2262    <string name="provisioning_byod_fingerprint_bound_key">Fingerprint-bound key test</string>
2263    <string name="provisioning_byod_vpn">VPN test</string>
2264    <string name="provisioning_byod_always_on_vpn">Always-on VPN Settings</string>
2265    <string name="provisioning_byod_always_on_vpn_info">
2266        In this test, you\'ll verify that the Settings UI for always-on VPN is correct for different
2267        VPN apps.
2268    </string>
2269    <string name="provisioning_byod_always_on_vpn_instruction">
2270        In this test, you\'ll verify the Settings UI for always-on VPN for different VPN apps.
2271        You should have received three VPN app apks with this CTS Verifier package.
2272        They\'re named in the form of \"CtsVpnFirewallApp*.apk\".\n
2273
2274        1. Before the test, make sure CtsVpnFirewallApp isn\'t installed on your device. You can
2275           uninstall either by UI, or by\n
2276           \"adb uninstall com.android.cts.vpnfirewall\"\n
2277
2278        2. Install the first test app, by running\n
2279           \"adb install /path/to/CtsVpnFirewallAppApi23.apk\"\n
2280
2281        3. Tap \"Prepare VPN\" button below and consent to the VPN connection.\n
2282
2283        4. Finish all three test cases listed below.\n
2284
2285        5. Repeat step 1 to remove CtsVpnFirewallApp.
2286    </string>
2287    <string name="provisioning_byod_always_on_vpn_prepare_button">Prepare VPN</string>
2288    <string name="provisioning_byod_always_on_vpn_vpn_not_found_note">
2289        Can\'t find VPN app. Did you install it correctly?
2290    </string>
2291    <string name="provisioning_byod_always_on_vpn_api23">VPN app targeting SDK 23</string>
2292    <string name="provisioning_byod_always_on_vpn_api23_instruction">
2293        1. Re-install CtsVpnFirewallAppApi23.apk (skip this if you already have the correct version
2294           installed):\n
2295           \"adb install -r /path/to/CtsVpnFirewallAppApi23.apk\"\n
2296        2. Tap \"Go\" button below to go to the VPN settings page.\n
2297        3. Open configuration details page for CtsVpnFirewallApp.\n
2298        4. Confirm the \"Always-on VPN\" and \"Block connections without VPN\" switches are both off
2299           and disabled.\n
2300    </string>
2301    <string name="provisioning_byod_always_on_vpn_api24">VPN app targeting SDK 24</string>
2302    <string name="provisioning_byod_always_on_vpn_api24_instruction">
2303        1. Re-install CtsVpnFirewallAppApi24.apk (skip this if you already have the correct version
2304           installed):\n
2305           \"adb install -r /path/to/CtsVpnFirewallAppApi24.apk\"\n
2306        2. Tap \"Go\" button below to go to the VPN settings page.\n
2307        3. Open configuration details page for CtsVpnFirewallApp.\n
2308        4. Confirm\n
2309           4.1. \"Always-on VPN\" switch is enabled and in off position\n
2310           4.2. \"Block connections without VPN\" switch is disabled and in off position\n
2311           4.3. \"Block connections without VPN\" becomes enabled once the \"Always-on VPN\" switch
2312                is turned on\n
2313    </string>
2314    <string name="provisioning_byod_always_on_vpn_not_always_on">VPN app with opt-out</string>
2315    <string name="provisioning_byod_always_on_vpn_not_always_on_instruction">
2316        1. Re-install CtsVpnFirewallAppNotAlwaysOn.apk (skip this if you already have the correct
2317           version installed):\n
2318           \"adb install -r /path/to/CtsVpnFirewallAppNotAlwaysOn.apk\"\n
2319        2. Tap \"Go\" button below to go to the VPN settings page.\n
2320        3. Open configuration details page for CtsVpnFirewallApp.\n
2321        4. Confirm the \"Always-on VPN\" and \"Block connections without VPN\" switches are both off
2322           and disabled.\n
2323    </string>
2324    <string name="provisioning_byod_select_work_challenge">Select work lock test</string>
2325    <string name="provisioning_byod_select_work_challenge_description">
2326        This test verifies that a work lock can be chosen.\n
2327
2328        1. Verify that you get sent to the page for Choosing a new work lock.\n
2329        2. Set a new work lock.
2330    </string>
2331    <string name="provisioning_byod_confirm_work_credentials">Confirm work lock test</string>
2332    <string name="provisioning_byod_confirm_work_credentials_description">
2333        This test verifies that work lock is shown when opening a work app,
2334        the work lock was set correctly and it is customized according to
2335        the policies set. You can only do this test after you have done the previous test.\n
2336        Before running this test press the power button to turn the screen off and then back on and
2337        swipe to unlock.\n
2338
2339        1. Open a work app.\n
2340        2. Verify that a screen asking you for your work credentials is shown.\n
2341        3. Verify that the background image contains a suitcase.\n
2342        4. Verify that the background color of the remaining image is blue.\n
2343        5. Verify that the header text says \"CtsVerifier\".\n
2344        6. Confirm your credentials and verify that the credentials you entered previously work.\n
2345        7. The work app should be launched.
2346    </string>
2347    <string name="provisioning_byod_confirm_work_credentials_header">
2348        CtsVerifier
2349    </string>
2350    <string name="provisioning_byod_pattern_work_challenge">Confirm pattern lock test</string>
2351    <string name="provisioning_byod_pattern_work_challenge_description">
2352        This test verifies that when a work pattern lock is set, a work app can open correctly.
2353
2354        1. Verify that you get sent to the page for Choosing a new work lock.\n
2355        2. Set a pattern lock.\n
2356        3. Press the power button to turn the screen off and then back on and swipe to unlock.\n
2357        4. Open a work app.\n
2358        5. Verify that a screen asking you for your work credentials is shown.\n
2359        6. Confirm your credentials and verify that the credentials you entered previously work.\n
2360        7. The work app should be launched.
2361    </string>
2362    <string name="provisioning_byod_recents">Recents redaction test</string>
2363    <string name="provisioning_byod_recents_info">
2364        This test verifies that if a work profile is locked with a separate password, Recents views
2365        for applications in the work profile are redacted.
2366    </string>
2367    <string name="provisioning_byod_recents_instructions">
2368        This test verifies that if a work profile is locked with a separate password, Recents views
2369        for applications in the work profile are redacted.\n
2370        Some devices may not lock as soon as the screen is turned off by default. On such devices,
2371        use the button below when requested to lock the work profile. Please skip these tests if
2372        "Recents" is absent.
2373    </string>
2374    <string name="provisioning_byod_recents_lock_now">Lock now</string>
2375
2376    <string name="provisioning_byod_recents_verify_redacted">
2377        Verify recents are redacted when locked.
2378    </string>
2379    <string name="provisioning_byod_recents_verify_redacted_instruction">
2380        1) Follow the instructions on-screen to set a work password.\n
2381        2) Turn the screen off and on again, or use the "lock now" button, to lock the work profile.\n
2382        3) Go to home screen and then open Recents.\n
2383        4) Confirm that this "CTS Verifier" activity is shown in Recents.\n
2384        5) Confirm that the contents of the activity <b>are</b> hidden.\n
2385        6) Return to this page and pass the test.
2386    </string>
2387    <string name="provisioning_byod_recents_verify_not_redacted">
2388        Verify recents are not redacted when unlocked.
2389    </string>
2390    <string name="provisioning_byod_recents_verify_not_redacted_instruction">
2391        1) Press the Go button to go to security settings.\n
2392        2) Make work profile use one lock with personal profile.\n
2393        3) Open Recents.\n
2394        4) Confirm that this "CTS Verifier" activity is shown in Recents.\n
2395        5) Confirm that the contents of the activity <b>are not</b> hidden.\n
2396        6) Return to this page and pass the test.
2397    </string>
2398    <string name="provisioning_byod_recents_remove_password">
2399        The work profile still has a separate password. Please make it use one lock with the
2400        personal profile.
2401    </string>
2402
2403    <string name="provisioning_byod_keychain">KeyChain test</string>
2404    <string name="provisioning_byod_keychain_info_start">
2405        In this test, you\'ll verify that keys generated by KeyChain keys are as usable as keys
2406        installed into KeyChain and that they can be hidden from users.\n
2407        The test has two parts:\n
2408        1) Testing that a generated key can be selectable by the user.\n
2409        2) Testing that a generated key can be hidden from users.\n
2410        \n
2411        Tap \"Prepare Test\" button below to begin.\n
2412    </string>
2413    <string name="provisioning_byod_keychain_info_first_test">
2414        Once you press \'Go\', a prompt titled \"Choose certificate\" should appear.\n
2415        Verify that the list in this dialog has one item, starting with \'cts-verifier-gen\'.
2416        Press \'Select\' to select it.\n
2417        If the test passes, you\'ll see the text \"Second test ready\" at the bottom.\n
2418        \n
2419        Press \'Go\'.\n
2420    </string>
2421    <string name="provisioning_byod_keychain_info_second_test">
2422        Once you press \'Run 2nd test\', the prompt should NOT appear.\n
2423        Verify that the prompt does not appear at all.\n
2424        Mark the test as passed if the text at the bottom shows \"PASSED (2/2)\"\n
2425    </string>
2426
2427    <!-- Strings for DeskClock -->
2428    <string name="deskclock_tests">Alarms and Timers Tests</string>
2429    <string name="deskclock_tests_info">
2430        The Alarms and Timers tests verify that the Clock app implements the AlarmClock API properly.
2431    </string>
2432    <string name="deskclock_group_alarms">Alarms</string>
2433    <string name="deskclock_group_timers">Timers</string>
2434
2435    <string name="dc_show_alarms_test">Show Alarms Test</string>
2436    <string name="dc_show_alarms_test_info">
2437        This test verifies that the SHOW_ALARMS API works.\n
2438        1. Press the "Show Alarms" button.\n
2439        2. Verify that a UI of the clock app is launched and displays the list of alarms\n
2440    </string>
2441    <string name="dc_show_alarms_button">Show Alarms</string>
2442
2443    <string name="dc_set_alarm_with_ui_test">Set Alarm Test</string>
2444    <string name="dc_set_alarm_with_ui_test_info">
2445        This test verifies that the ACTION_SET_ALARM with no parameters API works.\n
2446        1. Press the "Set Alarm" button.\n
2447        2. Verify that the clock app is launched and displays a UI to manage alarms.\n
2448    </string>
2449    <string name="dc_set_alarm_button">Set Alarm</string>
2450    <string name="dc_set_alarm_verify_button">Verify</string>
2451
2452    <string name="dc_start_alarm_test">Start Alarm Test</string>
2453    <string name="dc_start_alarm_test_info">
2454        This test verifies that the ACTION_SET_ALARM API actually starts an alarm.\n
2455        1. Press the "Start Alarm" button.\n
2456        2. Make sure the alarms UI is NOT shown\n
2457        3. Wait for the alarm to fire (may take up to 2 minutes)\n
2458        4. Verify that the alarm title is: "Start Alarm Test",\n
2459           the alarm is silent and vibrating (if the device supports vibrate).\n
2460        5. Dismiss the alarm.\n
2461        6. Verify that the alarm is not in the Clock\'s alarms list. The Verify button opens
2462           the alarm view.\n
2463    </string>
2464    <string name="dc_start_alarm_button">Start Alarm</string>
2465
2466    <string name="dc_full_alarm_test">Full Alarm Test</string>
2467    <string name="dc_full_alarm_test_info">
2468        This test verifies that the ACTION_SET_ALARM API supports all extras.\n
2469        1. Press the "Create Alarm" button.\n
2470        2. Verify that you see one alarm with the following information:\n
2471           Name of alarm: Create Alarm Test. \n
2472           Vibrate: on. (if the device supports vibrate).\n
2473           Ringtone: silent. (if the device has a speaker).\n
2474           Time:  01:23. \n
2475           Repeating on: Monday and Wednesday. \n
2476    </string>
2477    <string name="dc_full_alarm_button">Create Alarm</string>
2478
2479    <string name="dc_set_timer_with_ui_test">Set Timer Test</string>
2480    <string name="dc_set_timer_with_ui_test_info">
2481        This test verifies that the ACTION_SET_TIMER API with no paramters open the UI\n
2482        1. Press the "Set Timer" button.\n
2483        2. Verify that the an app is launched and displays a UI to manage timers.\n
2484    </string>
2485    <string name="dc_set_timer_with_ui_button">Set Timer</string>
2486
2487    <string name="dc_start_timer_test">Start Timer Test</string>
2488    <string name="dc_start_timer_test_info">
2489        This test verifies that the ACTION_SET_TIMER API actually starts a timer\n
2490        1. Press the "Start Timer" button.\n
2491        2. Verify that a timer is started  and NO timers UI is shown.\n
2492        3. Verify that the timer named "Start Timer Test" rings after 30 seconds. Dismiss it.\n
2493        4. Verify that the timer is deleted after the dismissal.\n
2494    </string>
2495    <string name="dc_start_timer_button">Start Timer</string>
2496
2497    <string name="dc_start_timer_with_ui_test">Start Timer With UI Test</string>
2498    <string name="dc_start_timer_with_ui_test_info">
2499        This test verifies that the ACTION_SET_TIMER API actually starts a timer with UI\n
2500        1. Press the "Start Timer" button.\n
2501        2. Verify that a timer is started  and the timers UI is shown with a timer named "Start Timer Test".\n
2502        3. Verify that the timer rings after 30 seconds.\n
2503    </string>
2504    <!-- Strings for LockConfirmBypassTest -->
2505    <string name="lock_confirm_test_title">Keyguard Password Verification</string>
2506    <string name="lock_set_button_text">Set password</string>
2507    <string name="lock_change_button_text">Change password</string>
2508    <string name="lock_confirm_message">
2509        This test verifies that the user is prompted for the current keyguard password before prompting for a new password.\n
2510        \nClick the \"Set password\" button if you currently don\'t have a password set.\n
2511        \nThen click the \"Change password\" button to change it. You should be prompted for the current password first. If you are not, then mark the test as failed.
2512    </string>
2513
2514    <!-- String for Projection Tests -->
2515    <string name="test_category_projection">Projection Tests</string>
2516    <string name="projection_service_name">Projection Service</string>
2517    <string name="pca_info">This tests whether or not OpenGL projection works.\n
2518        You should see two "tumbling cubes." Tapping the screen should cause the cubes to explode.</string>
2519    <string name="pca_test">Projection Cube Test</string>
2520    <string name="pwa_info">This tests whether or displaying widgets and keyfocus navigation works.\n
2521        You should see four buttons on the bottom of the screen.\n
2522        Pressing the "up" and "down" buttons should highlight different buttons.\n
2523        Furthermore, the highlight should disappear when any button is touched, and the touched button should behave as usual.\n</string>
2524    <string name="pwa_test">Projection Widget Test</string>
2525    <string name="pwa_button_up">Up</string>
2526    <string name="pwa_button_down">Down</string>
2527    <string name="pwa_button">Button</string>
2528    <string name="pla_test">Projection Scrolling List Test</string>
2529    <string name="pla_info">This tests whether a projected list view will scroll properly\n
2530        You should see 50 list items and be able to scroll up and down the list</string>
2531    <string name="pva_test">Projection Video Playback Test</string>
2532    <string name="pva_info">This tests whether video playback works when projected.\n
2533        You should see a blinking white box and here a beep that is synchronized with each blink</string>
2534    <string name="pta_test">Projection Multitouch Test</string>
2535    <string name="pta_info">This tests whether multitouch works.\n
2536        Touching the screen should render a dot at the location you touched.\n
2537        Touching with additional fingers will render additoinal dots and you should be able to drag them around.</string>
2538    <string name="poa_test">Projection Offscreen Activity</string>
2539    <string name="poa_info">This tests whether a virtual display will continue to respond to and render even when the screen is off.\n
2540        Simply follow the instructions and the test will detect the pass conditions.\n
2541        Note that turning on the screen too early will result in a failure.</string>
2542
2543    <!-- Strings for RotationVectorTest and GameRotationVectorTest -->
2544    <string name="rotation_vector_test">Rotation Vector Accuracy Test</string>
2545    <string name="snsr_rotation_vector_set_reference">
2546        Place the mobile device in a reference position. Note: to provide an accurate reference,
2547        align the device along one edge of a notebook laying on a table.</string>
2548    <string name="snsr_rotation_vector_reference_set">Reference position set.</string>
2549    <string name="snsr_rotation_vector_move_info">Move, shake, and rotate the device.</string>
2550    <string name="snsr_rotation_vector_set_final">Place the device back to the reference position.</string>
2551    <string name="snsr_rotation_vector_verification">Angular deviation [%1$4.1f %2$4.1f %3$4.1f]. Current: %4$f deg. Max tolerated: %5$f.</string>
2552
2553    <!-- Strings for device admin tests -->
2554    <string name="device_admin_notification">This is device admin notification</string>
2555    <string name="device_admin_keyguard_disable_camera">Disable camera</string>
2556    <string name="device_admin_keyguard_disable_camera_instruction">
2557        Please press the Go button to lock the screen. Expected result is you cannot
2558        see the camera icon on the lower right corner of the screen, or if there is one, you cannot
2559        open the camera using it before you are asked for a password.\n
2560        Also, it shouldn\'t be possible to open the camera on the lockscreen by
2561        any other device specific gesture (such as double press on power button).
2562    </string>
2563    <string name="device_admin_disable_notifications">Disable notifications</string>
2564    <string name="device_admin_disable_notifications_instruction">
2565        Please press the Go button to lock the screen. Wait a few seconds to see
2566        if a notification appears. Expected result is no notifications appear.
2567        You should be able to see one after unlocking.
2568    </string>
2569    <string name="device_admin_disable_unredacted_notifications">Disable unredacted notifications</string>
2570    <string name="device_admin_disable_unredacted_notifications_instruction">
2571        Please press the Go button to lock the screen. Wait a few seconds to see
2572        if a notification appears. Expected result is a notification appear with
2573        its content hidden. You should be able to see the content after unlocking.
2574    </string>
2575
2576    <!-- Strings common for BYOD and DO managed provisioning tests. -->
2577    <string name="afw_device_admin">CTS Verifier</string>
2578
2579    <string name="provisioning_tests_byod">BYOD Provisioning tests</string>
2580
2581    <string name="provisioning_tests_byod_custom_color"> Custom provisioning color </string>
2582    <string name="provisioning_tests_byod_custom_color_info">
2583        Please press the Go button to start the provisioning.
2584        Check that the top status bar is colorized in green.
2585        Then hit back and stop the provisioning.
2586    </string>
2587    <string name="provisioning_tests_byod_custom_image"> Custom provisioning image </string>
2588    <string name="provisioning_tests_byod_custom_image_info">
2589        1. Please press the Go button to start the provisioning.\n
2590        2. Press \"Accept and continue\" button to start work profile provisioning\n
2591        3. Check that the CtsVerifier logo is displayed during provisioning\n
2592        4. After successful provisioning, come back to this page. You might need to press a button on the final provisioning screen.
2593    </string>
2594    <string name="provisioning_tests_byod_custom_terms">Custom terms</string>
2595    <string name="provisioning_tests_byod_custom_terms_instructions">
2596        1. Please press the Go button to start the provisioning.\n
2597        2. Click \"View Terms\" button\n
2598        3. Expand \"Company ABC\" section. Verify the section content is \"Company Terms Content.\"\n
2599        4. Then hit back twice and stop the provisioning.
2600    </string>
2601    <string name="provisioning_tests_byod_custom_term_header1">Company ABC</string>
2602
2603    <!-- Strings for BYOD managed provisioning (ByodFlowTestActivity) -->
2604    <string name="test_category_managed_provisioning">Managed Provisioning</string>
2605    <string name="provisioning_byod">BYOD Managed Provisioning</string>
2606    <string name="provisioning_byod_info">
2607        This test exercises the BYOD managed provisioning flow.
2608        Start by pressing the button on screen and follow instructions to finish the managed provisioning process.
2609        If your device has not been encrypted before, it will be encrypted and rebooted.
2610        After the provisioning process completes, return to this page and carry out further verifications.
2611        Note: the device will remain encrypted after the test which can only be disabled by factory reset.
2612    </string>
2613    <string name="provisioning_byod_start">Start BYOD provisioning flow</string>
2614    <string name="provisioning_byod_instructions">
2615        1. Press the button below to start the managed provisioning flow.
2616        If your device has not been encrypted before, it will reboot to apply encryption.
2617        After reboot follow instructions in the notification area to complete the provisioning.\n
2618        2. After successful provisioning, come back to this page. You might need to press a button on the final provisioning screen.
2619        Please press through the following verification steps.
2620        Allow a few seconds after returning from provisioning, as the profile owner test should automatically pass.\n
2621        \n
2622        If the device is being encrypted during step 1, it will remain encrypted After this test.
2623        The only way to disable the encryption is to factory reset the device.
2624    </string>
2625    <string name="provisioning_byod_profileowner">Profile owner installed</string>
2626    <string name="provisioning_byod_disk_encryption">Full disk encryption enabled</string>
2627    <string name="provisioning_byod_disk_encryption_default_key_toast">
2628        Cannot secure device with screen lock. Please re-run the test if you forgot to select
2629        the \"require PIN to boot\" option.
2630    </string>
2631    <string name="provisioning_byod_disk_encryption_no_pin_toast">
2632        No PIN is detected. Please re-run the test if you forgot to set a PIN.
2633    </string>
2634    <string name="provisioning_byod_set_screen_lock_dialog_message">
2635        Next, you will be asked to set a screen lock for the device.\n
2636        \n
2637        Please set \"1111\" as the new PIN (or any other PIN that you can memorize).
2638        You have to enter this PIN again later in order to finish the test.\n
2639        \n
2640        You may be asked whether the PIN should be required to boot the device. Please answer yes.\n
2641        \n
2642        Tap Go button to set a new screen lock.
2643    </string>
2644    <string name="provisioning_byod_remove_screen_lock_dialog_message">
2645        The test is almost finished. \n
2646        \n
2647        Next, you will be asked to remove the screen lock that you just set. Please enter \"1111\"
2648        (or your own PIN) when prompted for the old PIN, and do not set any new screen lock. This
2649        is to make sure that the device returns to the initial state after this test.\n
2650        \n
2651        Tap Go button to remove existing screen lock.
2652    </string>
2653    <string name="provisioning_byod_profile_visible">Profile-aware accounts settings</string>
2654    <string name="provisioning_byod_admin_visible">Profile-aware device administrator settings</string>
2655    <string name="provisioning_byod_workapps_visible">Badged work apps visible in Launcher</string>
2656    <string name="provisioning_byod_cross_profile_from_personal">Open app cross profiles from the personal side</string>
2657    <string name="provisioning_byod_cross_profile_from_work">Open app cross profiles from the work side</string>
2658    <string name="provisioning_app_linking">App links from the work side</string>
2659    <string name="provisioning_byod_cross_profile_app_personal">You selected the personal option.</string>
2660    <string name="provisioning_byod_cross_profile_app_work">You selected the Work option.</string>
2661    <string name="provisioning_byod_cross_profile_app_ctsverifier"> You selected the ctsverifier option </string>
2662    <string name="provisioning_byod_cross_profile_from_personal_instruction">
2663        Please press the Go button to start an action.\n
2664        \n
2665        You should be asked to choose either \"CTS Verifier\" or \"Work\" to complete the action.
2666        Pressing either should bring up a page stating your choice.\n
2667        \n
2668        Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly.
2669    </string>
2670    <string name="provisioning_byod_cross_profile_from_work_instruction">
2671        Please press the Go button to start an action.\n
2672        \n
2673        You should be asked to choose either \"CTS Verifier\" or \"Personal\" to complete the action.
2674        Pressing either should bring up a page stating your choice.\n
2675        \n
2676        Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly.
2677    </string>
2678    <string name="provisioning_byod_app_linking_instruction">
2679        Please press the Go button to start an action.\n
2680        \n
2681        You should be asked to choose either \"CTS Verifier\" or \"Personal\" to complete the action.\n
2682        - If you choose \"CTS Verifier\", you should see a page stating your chose \"CTS Verifier\".\n
2683        - If you choose \"Personal\", you should be presented with another dialog between \"CTS Verifier\"
2684        and some other apps. In this case, you should choose \"CTS verifier\".\n
2685        You should then see a page stating you chose \"Personal\".\n
2686        \n
2687        Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly.
2688    </string>
2689    <string name="provisioning_byod_keyguard_disabled_features">Keyguard disabled features</string>
2690    <string name="provisioning_byod_keyguard_disabled_features_info">
2691        This test exercises Keyguard Disabled Features. Follow instructions above.
2692    </string>
2693    <string name="provisioning_byod_keyguard_disabled_features_instruction">
2694        Please go to Settings &gt; Security &gt; Device administrators and set
2695        \"CTS Verifier\" as active admin.\n
2696        After that please go to Settings &gt; Security &gt; Screen lock and set
2697        your screen lock password to \"testpassword\".\n
2698        Then please press the \"Prepare test\" button to disable trust agents.\n
2699        Then please press through the following verification steps.\n
2700        Note: After leaving the screen active admin status will be cleared.
2701        Please go to Settings &gt; Security &gt; Screen lock and set your
2702        password type to \"None\".
2703    </string>
2704    <string name="provisioning_byod_keyguard_disabled_features_prepare_button">Prepare test</string>
2705    <string name="provisioning_byod_keyguard_disabled_features_not_admin">CtsVerifier is not active admin. Please follow instructions.</string>
2706    <string name="provisioning_byod_disable_trust_agents">Disable trust agents</string>
2707    <string name="provisioning_byod_disable_trust_agents_instruction">
2708        Please press the Go button to go to Settings > Security. Then go to Trusted agents and\n
2709        check if the agents are shown as disabled by the administrator.
2710        Then please press Back and mark the test as \"Pass\" or \"Fail\".
2711    </string>
2712    <string name="provisioning_byod_fingerprint_disabled_in_settings">Fingerprint is disabled in Settings</string>
2713    <string name="provisioning_byod_fingerprint_disabled_in_settings_instruction">
2714        Please press the Go button to go to Settings > Security. Then go to Fingerprint and\n
2715        check if the disclaimer at the bottom of screen is altered to warn the users for\n
2716        fingerprint being disabled in lock screen. Then please press Back and mark the \n
2717        test as \"Pass\" or \"Fail\".
2718    </string>
2719    <string name="provisioning_byod_disable_fingerprint">Fingerprint disabled on keyguard</string>
2720    <string name="provisioning_byod_disable_fingerprint_instruction">
2721        Please press the Go button to lock the screen. Then try to log in using the fingerprint reader.\n
2722        Expected result is you cannot log in using your fingerprint.\n
2723        After you log back in, please navigate back to CtsVerifier and mark the test as \"Pass\" or \"Fail\".
2724    </string>
2725    <string name="provisioning_byod_disable_unredacted_notifications">Unredacted notifications disabled on keyguard</string>
2726    <string name="provisioning_byod_disable_unredacted_notifications_instruction">
2727        Please press the Go button to lock the screen. Wait a couple of seconds and look out for a
2728        notification from CtsVerifier.\n
2729        Expected result is the notification is shown as \"Contents hidden by policy\", you can not see the contents
2730        (Which would read \"This is a notification\"). You should be seeing a work badge.\n
2731        After you log back in, please navigate back to CtsVerifier and mark the test as \"Pass\" or \"Fail\".
2732    </string>
2733    <string name="provisioning_byod_work_notification">Work notification is badged</string>
2734    <string name="provisioning_byod_work_notification_instruction">
2735        Please press the Go button to trigger a notification.\n
2736        \n
2737        Verify that the notification is badged (see sample badge below). Then mark this test accordingly.
2738    </string>
2739    <string name="provisioning_byod_notification_title">This is a notification</string>
2740    <string name="provisioning_byod_notification_public_title">Contents hidden by policy</string>
2741
2742    <string name="provisioning_byod_disallow_apps_control">Disallow apps control</string>
2743    <string name="provisioning_byod_disallow_apps_control_info">
2744        This test exercises Disallow Apps Control. Follow instructions above.
2745    </string>
2746    <string name="provisioning_byod_disallow_apps_control_instruction">
2747        Please press the \"Prepare test\" button to disallow apps control for managed apps.\n
2748        Then please press through the following verification steps.\n
2749        Note: After leaving the screen disallow apps control restriction will be cleared.
2750    </string>
2751    <string name="provisioning_byod_disallow_apps_control_prepare_button">Prepare test</string>
2752    <string name="provisioning_byod_disabled_uninstall_button">Disabled uninstall button</string>
2753    <string name="provisioning_byod_disabled_uninstall_button_instruction">
2754        Please press the Go button to go to Settings > Apps.
2755        (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
2756        Choose a managed app. Check that performing either \"Uninstall\" or \"Disable\" is not possible and triggers a support message when trying to do so.
2757        Then please press Back (or navigate back to this app using Recents) and mark the test as \"Pass\" or \"Fail\".
2758    </string>
2759    <string name="provisioning_byod_disabled_force_stop_button">Disabled force stop button</string>
2760    <string name="provisioning_byod_disabled_force_stop_button_instruction">
2761        Please press the Go button to go to Settings > Apps.
2762        (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
2763        Choose a managed app. Check that performing \"Force stop\" is not possible and triggers a support message when trying to do so.
2764        Then please press Back (or navigate back to this app using Recents) and mark the test as \"Pass\" or \"Fail\".
2765    </string>
2766    <string name="provisioning_byod_disabled_app_storage_buttons">Disabled app storage buttons</string>
2767    <string name="provisioning_byod_disabled_app_storage_buttons_instruction">
2768        Please press the Go button to go to Settings > Apps.
2769        (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
2770        Choose a managed (badged) app. Select \"Storage\". Check that performing \"Clear Data\" and \"Clear Cache\" is not possible and triggers a support message when trying to do so.
2771        Note: if an app has no data then tapping the clear data button has no effect anyway. Make sure you have selected
2772        the badged version of app with non-zero app data. Badged \"Settings\" may be a good candidate.
2773        Then please press Back (or navigate back to this app using Recents) and mark the test as \"Pass\" or \"Fail\".
2774    </string>
2775
2776    <string name="provisioning_byod_work_status_icon">Work status icon is displayed</string>
2777    <string name="provisioning_byod_work_status_icon_instruction">
2778        Verify that the current status bar does not have a work status icon (see sample icon below).
2779        \n\n
2780        Please press the Go button to launch a work activity.
2781        \n\n
2782        Verify that the status bar now has a work status icon. Then mark this test accordingly.
2783    </string>
2784    <string name="provisioning_byod_work_status_icon_activity">
2785        Verify that the current status bar has a work status notification.
2786        \n\n
2787        Please press finish to return to the tests and then mark this test accordingly.
2788    </string>
2789    <string name="provisioning_byod_work_status_toast">Work status toast is displayed</string>
2790    <string name="provisioning_byod_work_status_toast_instruction">
2791        Please press the Go button to launch a work activity.
2792        \n\n
2793        Follow instructions and then return and mark this test accordingly.
2794    </string>
2795    <string name="provisioning_byod_work_status_toast_activity">
2796        Turn off the screen and wait a few seconds then turn on the screen again.
2797        \n\n
2798        Verify that a toast was displayed saying you are in the work profile.
2799        \n\n
2800        Please press finish to return to the tests and then mark this test accordingly.
2801    </string>
2802    <string name="provisioning_byod_profile_visible_instruction">
2803        Please press the Go button to open the Settings page.
2804        (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
2805        Navigate to Accounts and confirm that:\n
2806        \n
2807        - Both Personal and Work categories exist.\n
2808        - \"Remove work profile\" or \"Uninstall\" exists under the Work category.\n
2809        \n
2810        Use the Back button (or navigate back to this app using Recents) to return to this page.
2811    </string>
2812    <string name="provisioning_byod_user_settings">Profile-aware user settings</string>
2813    <string name="provisioning_byod_user_settings_instruction">
2814        Please press the Go button to open the Settings page.
2815        (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher.)\n
2816        Navigate to Accounts and confirm that:\n
2817        - There are two auto-sync options present, one for personal and one for work data (either on the screen or in the overflow menu).\n
2818        - De-selecting either option prompts a warning dialog.\n
2819        \n
2820        Use the Back button (or navigate back to this app using Recents) to return to this page.
2821    </string>
2822    <string name="provisioning_byod_admin_visible_instruction">
2823        Please press the Go button to open the Security page in Settings.
2824        (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
2825        Navigate to Device admin apps and confirm that:\n
2826        \n
2827        - Device administrators outside of the work profile (if any) appear in the list, and the managed profile administrators are badged correctly.\n
2828        - A badged \"CTS Verifier\" exists, and is activated.\n
2829        - There is no option to deactivate the badged \"CTS Verifier\" version, only an option to \"Remove work profile\".\n
2830        \n
2831        Use the Back button (or navigate back to this app using Recents) to return to this page.
2832    </string>
2833    <string name="provisioning_byod_workapps_visible_instruction">
2834        Please press the Go button to start the launcher.
2835        Go to All Apps screen and scroll through it to confirm that:\n
2836        \n
2837        - A new set of work apps including CTS Verifier appear in the list.\n
2838        - Work badge overlay appears on work app\'s icon (see example icon below, color and style may vary).\n
2839        - The work badge overlay has the same size and position on each work app\'s icon.
2840        \n
2841        Then navigate back to this screen using Recents button.
2842    </string>
2843
2844    <string name="provisioning_byod_app_settings">Profile-aware app settings</string>
2845    <string name="provisioning_byod_app_settings_instruction">
2846        Please press the Go button to open Apps page in settings.
2847        (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
2848        \n
2849        Verify that work profile exists in the dropdown list and selecting it will
2850        bring up apps setting in the work profile.\n
2851        \n
2852        Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly.
2853    </string>
2854
2855    <string name="provisioning_byod_location_settings">Profile-aware location settings</string>
2856    <string name="provisioning_byod_location_settings_instruction">
2857        Please press the Go button to open Location page in settings.
2858        (If this device has a separate app for work settings, ignore the Go button and navigate to that app manually, if necessary).\n
2859        \n
2860        Verify that work profile entry exists in the page and it has a toggleable switch.\n
2861        Switch the main location switch at the top of the screen off. You should see the work profile location switch go disabled and into \'off\' state.\n
2862        Then switch the main location switch on again. You should see the work profile location switch go enabled and into its previous state.\n
2863        \n
2864        Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly.
2865    </string>
2866
2867    <string name="provisioning_byod_wifi_data_usage_settings">Profile-aware data usage settings (Wi-Fi)</string>
2868    <string name="provisioning_byod_wifi_data_usage_settings_instruction">
2869        Please press the Go button to open the Settings page.
2870        (If this device has a separate app for work settings, ignore the Go button and navigate to that app manually).\n
2871        \n
2872        Navigate to the \"Network &amp; Internet\" page and then click on \"Wi-Fi\" and then \"Wi-Fi data usage\".\n
2873        Confirm that \"All work apps\" section is present and that it is possible to see the data usage for work (badged) apps.\n
2874        (If the section is not present, this might be because work apps have not used Wi-Fi data yet. Ensure that you have used Wi-Fi data on a work app, then repeat these instructions.)\n
2875        \n
2876        Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly.
2877    </string>
2878
2879    <string name="provisioning_byod_cellular_data_usage_settings">Profile-aware data usage settings (Mobile)</string>
2880    <string name="provisioning_byod_cellular_data_usage_settings_instruction">
2881        Please disable Wi-Fi connection on your device.\n
2882        Please make sure you have added a SIM card with data plan to your phone, have enabled data over mobile and in case of dual SIM devices, have selected the right SIM for data connection.\n
2883        Please carry out operations that will use mobile data using both badged and unbadged apps (e.g. visit a page in a browser).\n
2884        \n
2885        Please press the Go button to open the Settings page.
2886        (If this device has a separate app for work settings, ignore the Go button and navigate to that app manually).\n
2887        \n
2888        Navigate to the \"Network &amp; Internet\" page and then click on \"Mobile network\" and then \"App data usage\".\n
2889        Confirm that \"All work apps\" section is present and that it is possible to see the data usage for work (badged) apps.\n
2890        \n
2891        Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly.
2892    </string>
2893
2894    <string name="provisioning_byod_cred_settings">Profile-aware trusted credential settings</string>
2895    <string name="provisioning_byod_cred_settings_instruction">
2896        Please press the Go button to open the Security settings.
2897        Navigate to "Trusted credentials" and wait for the UI to load.
2898        After the list is loaded, confirm that:\n
2899        \n
2900        The page list credentials for both "Personal" and "Work" profiles.\n
2901        \n
2902        Then use the Back button to return to this test and mark accordingly.
2903    </string>
2904
2905    <string name="provisioning_byod_print_settings">Profile-aware printing settings</string>
2906    <string name="provisioning_byod_print_settings_instruction">
2907        Please press the Go button to open the Printing settings.
2908        (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n
2909        \n
2910        Verify that work profile exists in the dropdown list and selecting it will
2911        bring up printing setting in the work profile.\n
2912        \n
2913        Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly.
2914    </string>
2915
2916    <string name="provisioning_byod_cross_profile_intent_filters">Cross profile intent filters are set</string>
2917
2918    <string name="provisioning_byod_nfc_beam">Disable Nfc beam</string>
2919    <string name="provisioning_byod_nfc_beam_allowed_instruction">
2920        Please press the Go button to test if Nfc beam can be triggered in the work profile.\n
2921        \n
2922        For the first test, press \"Send manual beam\" to trigger a beam, then bump into another device to send the tag. Verify that the tag is successfully received.\n
2923        \n
2924        For the second test, press \"Send share intent\" to trigger a beam, then bump into another device to send the tag. Verify that the tag is successfully received.\n
2925        \n
2926        Then use the Back button to return to this test and mark accordingly.
2927    </string>
2928    <string name="provisioning_byod_nfc_beam_disallowed_instruction">
2929        Please press the Go button to test if Nfc beam is disallowed by policy
2930        \n
2931        Verify that Nfc beam is not triggered when pressing the button.\n
2932        \n
2933        Then use the Back button to return to this test and mark accordingly.
2934    </string>
2935    <string name="provisioning_byod_send_manual_beam">Send manual beam</string>
2936    <string name="provisioning_byod_send_share_intent">Send share intent</string>
2937    <string name="provisioning_byod_cannot_resolve_beam_activity">Cannot find beam activity</string>
2938
2939    <string name="test_failed_cannot_start_intent">Cannot start the given intent.</string>
2940    <string name="provisioning_byod_no_activity">Cannot communicate with activity in the work profile.</string>
2941    <string name="provisioning_byod_delete_profile">Initiate deletion of work profile.</string>
2942    <string name="provisioning_byod_profile_deleted">Work profile deleted.</string>
2943    <string name="provisioning_byod_disabled">Device provisioning is not enabled.</string>
2944    <string name="provisioning_button_finish">Finish</string>
2945    <string name="provisioning_cross_profile_chooser">Choose an app to complete action</string>
2946
2947    <string name="provisioning_byod_no_gps_location_feature">No GPS feature present. Skip test.</string>
2948    <string name="provisioning_byod_location_mode_enable">Enable location</string>
2949    <string name="provisioning_byod_location_mode_enable_toast_location_change">Location changed</string>
2950    <string name="provisioning_byod_location_mode_enable_instruction">
2951        This test verifies that the location updates can be enabled for the managed profile apps.\n
2952        1. Press the go button to go to the location settings page, set both the main location switch and the work profile location switch enabled.\n
2953        2. Press home to go to the launcher.\n
2954        3. Move your position a little bit, verify that location updates toast comes up.\n
2955        Please wait until the location updates or timeout toast message shows up before going back to the cts-verifier tests.\n
2956        4. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2957    </string>
2958
2959    <string name="provisioning_byod_location_mode_disable">Disable location</string>
2960    <string name="provisioning_byod_location_mode_time_out_toast">Timeout waiting for gps location change</string>
2961    <string name="provisioning_byod_location_mode_disable_instruction">
2962        This test verifies that the location updates can be disabled for the managed profile apps through the main location switch.\n
2963        1. Press the go button to go to the location settings page, set the main location switch disabled.\n
2964        2. Press home to go to the launcher.\n
2965        3. Move your position a little bit, verify that no location updates toast come up and that the timeout message show up after around 15 seconds.
2966        Please wait until the timeout or location updates toast message shows up before going back to the cts-verifier tests.\n
2967        4. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2968    </string>
2969
2970    <string name="provisioning_byod_work_location_mode_disable">Disable location for work profile</string>
2971    <string name="provisioning_byod_work_location_mode_disable_instruction">
2972        This test verifies that the location updates can be disabled for the managed profile apps through work profile location switch.\n
2973        1. Press the go button to go to the location settings page, set the work location switch disabled while the main location switch is still enabled.\n
2974        2. Press home to go to the launcher.\n
2975        3. Move your position a little bit, verify that no location updates toast come up and that the timeout message show up after around 15 seconds.
2976        Please wait until the timeout or location updates toast message shows up before going back to the cts-verifier tests.\n
2977        4. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2978    </string>
2979    <string name="provisioning_byod_primary_location_when_work_disabled">Primary receives updates while work location is disabled</string>
2980    <string name="provisioning_byod_primary_location_when_work_disabled_instruction">
2981        This test verifies that location updates are still received by primary profile when location updates are disabled for managed profile apps through work profile location switch.\n
2982        1. Press the go button to go to the location settings page, set the work location switch disabled while the main location switch is still enabled.\n
2983        2. Press home to go to the launcher.\n
2984        3. Move your position a little bit, verify that location updates toast comes up.\n
2985        Please wait until the location updates or timeout toast message shows up before going back to the cts-verifier tests.\n
2986        4. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2987    </string>
2988
2989    <string name="provisioning_byod_personal_ringtones">Personal ringtones</string>
2990    <string name="provisioning_byod_personal_ringtones_instruction">
2991        This test verifies that personal ringtones can be changed independently of work profile ringtones.\n
2992        1. Press the go button to go to the sound settings page. Under \"Work profile sounds\" turn off the \"use personal profile sounds\" switch.\n
2993        2. Change the personal \"Phone ringtone\", \"Default notification sound\", and \"Default alarm sound\" settings to different values. Skip any of these settings that do not exist.\n
2994        3. Read the values displayed under \"Work phone ringtone\", \"Default work notification sound\", and \"Default work alarm sound\". If any of the settings in #2 did not exist, skip the\n
2995            corresponding work profile setting."\n
2996        4. Verify that the work sounds are different to the personal values just set.\n
2997        5. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n
2998    </string>
2999
3000    <string name="provisioning_byod_uninstall_work_app">Uninstall work app from launcher</string>
3001    <string name="provisioning_byod_uninstall_work_app_instruction">
3002        This test verifies that work profile apps can be uninstalled.\n
3003        1. You should have received NotificationBot.apk together with the CTS verifier. If you built the CTS verifier yourself, build the NotificationBot.apk by issuing the following command on the host:\n
3004            make NotificationBot\n
3005        2. Upload the NotificationBot.apk to your device by issuing the following command on the host:\n
3006            adb push /path/to/NotificationBot.apk /data/local/tmp/\n
3007        3. Pres \"Go\" to install NotificationBot.apk on your work profile.\n
3008        4. If you are presented with a dialog to allow installing of unknown apps, enable that option.\n
3009        5. Go to home screen.\n
3010        6. Verify that the newly installed app, \"CTS Robot\", can successfully be uninstalled from the launcher.\n
3011    </string>
3012    <string name="provisioning_byod_uninstall_work_app_install_work_app">Install work app</string>
3013
3014    <string name="provisioning_byod_turn_off_work">Turn off work profile</string>
3015    <string name="provisioning_byod_turn_off_work_info">This test verifies device behaviors when turning off work profile.</string>
3016    <string name="provisioning_byod_turn_off_work_instructions">
3017        This test verifies the device behavior when work profile is turned off.\n
3018        Please exercise the following tests in sequence.\n
3019        The button below can be used to open the Settings page where you can toggle work profile.\n
3020        (If this device has a separate app for work settings, ignore the button and open that app manually from the launcher).\n
3021    </string>
3022    <string name="provisioning_byod_turn_off_work_prepare_button">Open Settings to toggle work profile</string>
3023
3024    <string name="provisioning_byod_turn_off_work_prepare_notifications">Prepare a work notification</string>
3025    <string name="provisioning_byod_turn_off_work_prepare_notifications_instruction">
3026        This is a test setup step.\n
3027        1. Press the go button to send a work notification.\n
3028        2. Verify that the notification is displayed and mark this test as passed.\n
3029        (Note: in the following test, you will be asked to verify the notification disappears after work profile is turned off.)
3030    </string>
3031
3032    <string name="provisioning_byod_turn_off_work_turned_off">Please turn off work profile</string>
3033    <string name="provisioning_byod_turn_off_work_turned_off_toast">Open settings to turn off work profile, using the button above.</string>
3034
3035    <string name="provisioning_byod_turn_off_work_notifications">Notifications when work profile is off</string>
3036    <string name="provisioning_byod_turn_off_work_notifications_instruction">
3037        Verify that the previously-shown work notification has now disappeared.
3038    </string>
3039
3040    <string name="provisioning_byod_turn_off_work_launcher">Starting work apps when work profile is off</string>
3041    <string name="provisioning_byod_turn_off_work_launcher_instruction">
3042        This test verifies that work applications cannot be started if work profile is off.\n
3043        1. Press home to go to the launcher.\n
3044        2. Verify that work applications are greyed out.\n
3045        3. Tap on a work application.\n
3046        4. Verify that the application does not start.\n
3047    </string>
3048
3049    <string name="provisioning_byod_turn_off_work_turned_on">Please turn work profile back on</string>
3050    <string name="provisioning_byod_turn_off_work_turned_on_toast">Open settings to turn work profile back on, either manually or using the button above.</string>
3051
3052    <string name="provisioning_byod_turn_on_work_icon">Status bar icon when work profile is on</string>
3053    <string name="provisioning_byod_turn_on_work_icon_instruction">
3054        Now that work profile is back on, please verify that the status bar icon for work profile off is no longer visible.
3055    </string>
3056
3057    <string name="provisioning_byod_turn_on_work_launcher">Starting work apps when work profile is on</string>
3058    <string name="provisioning_byod_turn_on_work_launcher_instruction">
3059        Now that work profile is back on, please go to the launcher and verify that you can start a work application.
3060    </string>
3061
3062    <string name="provisioning_byod_organization_info">Organization Info</string>
3063    <string name="provisioning_byod_organization_name_hint">Name</string>
3064    <string name="provisioning_byod_organization_color_hint">#FF00FF</string>
3065    <string name="provisioning_byod_set_organization_info_button_text">Set</string>
3066    <string name="provisioning_byod_organization_info_instructions">
3067    This test verifies that the Organization Info was set correctly.
3068    You can only do this test after you have done "select work lock" test.\n
3069        1. Enter your organization name.\n
3070        2. Enter a valid color code.\n
3071        3. Press the Set button to set organization Info.\n
3072        4. Press the Go button to open a dialog to confirm work credentials.\n
3073        (If this device has a separate app for work settings, ignore the Go button and open the work lock screen manually to confirm, if necessary.)\n
3074        5. Verify that the background color of the resulting dialog is as set by you.\n
3075        6. Verify that the header text has organization name as set by you.\n
3076    </string>
3077
3078    <string name="provisioning_byod_no_secure_lockscreen">No work lockscreen password set. Please run \"Select work lock test\" and rerun this test</string>
3079
3080    <string name="provisioning_byod_parent_profile_password">Personal password test</string>
3081    <string name="provisioning_byod_parent_profile_password_description">
3082        This test verifies that the password on the personal side can be chosen from within a managed profile.\n
3083
3084        1. Press the Go button to set a new password for the personal side.\n
3085        2. Lock and unlock the screen to verify that the personal side password was set correctly.\n
3086    </string>
3087    <string name="provisioning_byod_work_profile_widget">Work profile widget</string>
3088    <string name="provisioning_byod_work_profile_widget_info">Verify that work profile widget can be added into launcher</string>
3089    <string name="provisioning_byod_work_profile_widget_description">
3090        This test verifies that the widget in work profile can be added into Launcher.\n
3091
3092        1. Go to home screen.\n
3093        2. Add the widget titled \"CTS Verifier\" and badged with work profile briefcase to the home screen.\n
3094        3. If you can add the widget to the home screen, please select \"pass\". Otherwise, select \"fail\".
3095    </string>
3096
3097    <!-- Strings for DeviceOwnerNegativeTestActivity -->
3098    <string name="negative_device_owner">No Device Owner Tests</string>
3099    <string name="device_owner_negative_category">No Device Owner Tests</string>
3100    <string name="device_owner_provisioning_negative">Device owner provisioning</string>
3101    <string name="device_owner_provisioning_negative_info">The device owner provisioning test verifies that setting up a corporate owned device can only be done on a factory reset device.\n\nPlease click the "Start provisioning" button, and when you see a warning dialog telling the device is already set up, select "pass". Otherwise, select "fail".</string>
3102    <string name="start_device_owner_provisioning_button">Start provisioning</string>
3103    <string name="enterprise_privacy_quick_settings_negative">Quick settings disclosure</string>
3104    <string name="enterprise_privacy_quick_settings_negative_info">
3105        Please do the following:\n
3106        1) Open and fully expand Quick Settings.\n
3107        2) Verify that at the bottom of Quick Settings, you are not told the device is managed.\n
3108        3) Close Quick Settings.\n
3109        \n
3110        If this device does not have quick settings, please skip this test and mark it passing
3111    </string>
3112    <string name="enterprise_privacy_keyguard_negative">Keyguard disclosure</string>
3113    <string name="enterprise_privacy_keyguard_negative_info">
3114        Please do the following:\n
3115        1) Press the Go button to open Settings.\n
3116        2) Navigate to \"Security\" &gt; \"Screen lock\" and select the first screen lock type that is not \"None\".\n
3117        3) Use the Back button to return to this page.\n
3118        4) Lock the device.\n
3119        5) Verify that on the lock screen, you are not told the device is managed.\n
3120        6) Unlock the device.\n
3121        7) Repeat steps (1) through (6) for each screen lock type other than \"None\".
3122    </string>
3123    <string name="enterprise_privacy_add_account_negative">Add account disclosure</string>
3124    <string name="enterprise_privacy_add_account_negative_info">
3125        Please do the following:\n
3126        1) Press the Go button to open Settings.\n
3127        2) In the screen that opens, verify that you are not told that the device is managed.\n
3128        3) Use the Back button to return to this page.
3129    </string>
3130
3131    <!-- Strings for DeviceOwnerPositiveTestActivity -->
3132    <string name="positive_device_owner">Device Owner Tests</string>
3133    <string name="device_owner_positive_tests">Device Owner positive tests</string>
3134    <string name="device_owner_positive_tests_instructions">
3135            The positive device owner tests verify policies on a corporate owned device.\n
3136            Press below button first, follow steps described in the dialog that pops up,
3137            then proceed to the test cases.\n
3138            Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n
3139            Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should
3140            be run last so that it does not interfere with other tests.
3141    </string>
3142    <string name="device_owner_positive_tests_info">
3143            The positive device owner tests verify policies on a corporate owned device.\n
3144            Press below button first, follow steps described in the dialog that pops up,
3145            then proceed to the test cases.\n
3146            Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n
3147            Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should
3148            be run last so that it does not interfere with other tests.
3149    </string>
3150    <string name="device_owner_positive_category">Device Owner Tests</string>
3151    <string name="set_device_owner_button_label">Set up device owner</string>
3152    <string name="set_device_owner_dialog_title">Set up device owner</string>
3153    <string name="set_device_owner_dialog_text">
3154            For this test you need to install CtsEmptyDeviceOwner.apk by running\n
3155            adb install -r -t /path/to/CtsEmptyDeviceOwner.apk\n
3156            Then you need to set this app as the device owner by running\n
3157            adb shell dpm set-device-owner com.android.cts.emptydeviceowner/.EmptyDeviceAdmin
3158    </string>
3159    <string name="device_owner_remove_device_owner_test">Remove device owner</string>
3160    <string name="device_owner_remove_device_owner_test_info">
3161            Please check in Settings &gt; Security &gt; Device Administrators if CTSVerifier is
3162            Device Owner. Then press the button below, and check that CTSVerifier is NOT Device
3163            Owner anymore.
3164    </string>
3165    <string name="remove_device_owner_button">Remove device owner</string>
3166    <string name="device_owner_check_device_owner_test">Check device owner</string>
3167    <string name="device_owner_incorrect_device_owner">Missing or incorrect device owner: CTSVerifier is not DO!</string>
3168    <string name="device_owner_wifi_lockdown_test">WiFi configuration lockdown</string>
3169    <string name="device_owner_wifi_lockdown_info">
3170            Please enter the SSID and auth method of an available WiFi Access Point and press the button to create a
3171            WiFi configuration. This configuration can be seen on Settings &gt; WiFi. The test cases
3172            are going to use this config. Please go through test cases in order (from top to bottom).
3173    </string>
3174    <string name="switch_wifi_lockdown_off_button">WiFi config lockdown off</string>
3175    <string name="switch_wifi_lockdown_on_button">WiFi config lockdown on</string>
3176    <string name="wifi_lockdown_go_settings_wifi_button">Go to WiFi Settings</string>
3177    <string name="device_owner_wifi_key_management_none_button">None</string>
3178    <string name="device_owner_wifi_key_management_wpa_button">WPA</string>
3179    <string name="device_owner_wifi_key_management_wep_button">WEP</string>
3180    <string name="create_wifi_config_button_label">Create WiFi configuration</string>
3181    <string name="wifi_lockdown_add_network_failed_dialog_title">WiFi configuration could not be created</string>
3182    <string name="wifi_lockdown_add_network_failed_dialog_text">
3183            There was an error during creation of WiFi configuration. Check if WiFi is switched on.
3184    </string>
3185    <string name="device_owner_wifi_config_unlocked_modification_test">Unlocked config is modifiable in Settings</string>
3186    <string name="device_owner_wifi_config_unlocked_modification_test_info">
3187            Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to
3188            Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can be edited.
3189            Please make sure you can connect to it. The test is successful if the config is editable
3190            and can be connected to.
3191    </string>
3192    <string name="device_owner_wifi_config_locked_modification_test">Locked config is not modifiable in Settings</string>
3193    <string name="device_owner_wifi_config_locked_modification_test_info">
3194            Please press the button to ensure WiFi config lockdown is in effect. Then go to
3195            Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can NOT be edited
3196            or removed. The test is successful if the config is NOT modifiable.
3197    </string>
3198    <string name="device_owner_wifi_config_locked_connection_test">Locked config can be connected to</string>
3199    <string name="device_owner_wifi_config_locked_connection_test_info">
3200            Please press the button to ensure WiFi config lockdown is in effect. Then go to
3201            Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can be connected
3202            to manually. The test is successful if the connection can be established.
3203    </string>
3204    <string name="device_owner_wifi_config_unlocked_removal_test">Unlocked config can be forgotten in Settings</string>
3205    <string name="device_owner_wifi_config_unlocked_removal_test_info">
3206            Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to
3207            Settings &gt; WiFi and see if the CTSVerifier created WiFi configuration can be forgotten.
3208            The test is successful if the config could be forgotten and is removed from the list of saved configs.
3209    </string>
3210    <string name="device_owner_disable_statusbar_test">Disable status bar</string>
3211    <string name="device_owner_disable_statusbar_test_info">
3212            Please press the below button to disable the status bar and verify that quick settings, notifications
3213            and the assistant gesture are no longer available.\n
3214            Next, press the button to reenable the status bar and verify that quick settings, notification
3215            and the assistant gesture are available again.\n
3216            Please mark the test accordingly.
3217    </string>
3218    <string name="device_owner_disable_statusbar_button">Disable status bar</string>
3219    <string name="device_owner_reenable_statusbar_button">Reenable status bar</string>
3220    <string name="device_owner_disable_keyguard_test">Disable keyguard</string>
3221    <string name="device_owner_disable_keyguard_test_info">
3222            Before running this test, please make sure you have not set any device lockscreen password.\n
3223            Please press the below button to disable the keyguard. Press the power button on your device to
3224            switch off the screen. Then press the power button to switch the screen back on and verify that
3225            no keyguard was shown.\n
3226            Next, press the button to reenable the keyguard and repeat the above steps, this time verifying that
3227            a keyguard was shown.\n
3228            Please mark the test accordingly.
3229    </string>
3230    <string name="device_owner_disable_keyguard_button">Disable keyguard</string>
3231    <string name="device_owner_reenable_keyguard_button">Reenable keyguard</string>
3232    <string name="device_owner_lock_task_ui_test">LockTask UI</string>
3233    <string name="device_owner_lock_task_ui_test_info">
3234            The following tests verify the configurable UI during LockTask, a special mode that
3235            prevents the user from leaving the current application.\n\n
3236            Please make sure the lock screen is turned on before the test. Press the button below to
3237            start LockTask mode. Then mark each item as \'pass\' or \'fail\' according to the
3238            instructions.\n\n
3239            Finally, execute the last test item to leave LockTask mode.
3240    </string>
3241    <string name="start_lock_task_button_label">Start LockTask mode</string>
3242    <string name="device_owner_lock_task_ui_default_test">Default LockTask UI</string>
3243    <string name="device_owner_lock_task_ui_default_test_info">
3244            Press the button below to reset to default LockTask UI.
3245            Observe the following UI restrictions. Mark the test as \'pass\' only if ALL of the
3246            requirements below are met.\n\n
3247            1) Nothing is shown in the status bar, including notification icons, connectivity icons,
3248            battery status, clock, etc.\n
3249            2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work
3250            for the status bar.\n
3251            3) The software Home button is hidden.\n
3252            4) The software Overview button is hidden and the Overview gesture (swipe-up) does not
3253            work.\n
3254            5) Long-press the power button. The power button menu, which usually shows the power-off
3255            button, etc., isn\'t shown.\n
3256            6) Press the power button to turn off the screen, and press it again to turn the screen
3257            back on. Lock screen shouldn\'t be shown.\n
3258            7) The assistant gesture isn\'t available.
3259    </string>
3260    <string name="device_owner_lock_task_ui_system_info_test">Enable system info</string>
3261    <string name="device_owner_lock_task_ui_system_info_test_info">
3262            Press the button below to enable system info. Observe the system info area of the status
3263            bar is now enabled. This includes the clock, connectivity info, battery info, etc.\n\n
3264            The rest of the UI restrictions should still apply:\n
3265            1) Notification icons are still hidden on the status bar.\n
3266            2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work
3267            for the status bar.\n
3268            3) The software Home button is hidden.\n
3269            4) The software Overview button is hidden and the Overview gesture (swipe-up) does not
3270            work.\n
3271            5) Long-press the power button. The power button menu, which usually shows the power-off
3272            button, etc., isn\'t shown.\n
3273            6) Press the power button to turn off the screen, and press it again to turn the screen
3274            back on. Lock screen shouldn\'t be shown.\n
3275            7) The assistant gesture isn\'t available.\n\n
3276            Mark the test as \'pass\' only if ALL of the above requirements are met.
3277    </string>
3278    <string name="device_owner_lock_task_ui_notifications_test">Enable notifications</string>
3279    <string name="device_owner_lock_task_ui_notifications_test_info">
3280            Press the button below to enable notifications. Observe the notification icons on the
3281            status bar are now enabled and the Home button is shown. The status bar can also be
3282            expanded to show the notifications. However, all Settings UI should remain invisible,
3283            including Quick Settings and any link to the Settings app.\n\n
3284            The rest of the UI restrictions should still apply:\n
3285            1) System info area is still hidden on the status bar.\n
3286            2) The software Overview button is hidden and the Overview gesture (swipe-up) does not
3287            work.\n
3288            3) Holding the Home button and swiping to the right does not bring up other tasks.\n
3289            4) Long-press the power button. The power button menu, which usually shows the power-off
3290            button, etc., isn\'t shown.\n
3291            5) Press the power button to turn off the screen, and press it again to turn the screen
3292            back on. Lock screen shouldn\'t be shown.\n
3293            6) The assistant gesture isn\'t available.\n\n
3294            Mark the test as \'pass\' only if ALL of the above requirements are met.
3295    </string>
3296    <string name="device_owner_lock_task_ui_home_test">Enable Home button</string>
3297    <string name="device_owner_lock_task_ui_home_test_info">
3298            Press the button below to enable the Home button. Observe the Home button is now
3299            enabled.\n\n
3300            The rest of the UI restrictions should still apply:\n
3301            1) Nothing is shown in the status bar, including notification icons, connectivity icons,
3302            battery status, clock, etc.\n
3303            2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work
3304            for the status bar.\n
3305            3) The software Overview button is hidden and the Overview gesture (swipe-up) does not
3306            work.\n
3307            4) Holding the Home button and swiping to the right does not bring up other tasks.\n
3308            5) Long-press the power button. The power button menu, which usually shows the power-off
3309            button, etc., isn\'t shown.\n
3310            6) Press the power button to turn off the screen, and press it again to turn the screen
3311            back on. Lock screen shouldn\'t be shown.\n
3312            7) The assistant gesture isn\'t available.\n\n
3313            Mark the test as \'pass\' only if ALL of the above requirements are met.
3314    </string>
3315    <string name="device_owner_lock_task_ui_recents_test">Enable Overview button</string>
3316    <string name="device_owner_lock_task_ui_recents_test_info">
3317            Press the button below to enable the Overview button. Observe the Home button is now
3318            enabled. Press the Overview button or perform the Overview gesture
3319            (swipe up) and verify the Overview view can be opened.\n\n
3320            The rest of the UI restrictions should still apply:\n
3321            1) Nothing is shown in the status bar, including notification icons, connectivity icons,
3322            battery status, clock, etc.\n
3323            2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work
3324            for the status bar.\n
3325            3) Long-press the power button. The power button menu, which usually shows the power-off
3326            button, etc., isn\'t shown.\n
3327            4) Press the power button to turn off the screen, and press it again to turn the screen
3328            back on. Lock screen shouldn\'t be shown.\n
3329            5) The assistant gesture isn\'t available.\n\n
3330            Mark the test as \'pass\' only if ALL of the above requirements are met.
3331    </string>
3332    <string name="device_owner_lock_task_ui_global_actions_test">Enable global actions</string>
3333    <string name="device_owner_lock_task_ui_global_actions_test_info">
3334            Press the button below to enable global actions (a.k.a. power button menu). Long-press
3335            the power button and verify a menu containing power-off and restart buttons is shown.
3336            This menu can\'t contain any UI that allows the user to change system settings (such as
3337            airplane mode switch) or access the Settings app.\n\n
3338            The rest of the UI restrictions should still apply:\n
3339            1) Nothing is shown in the status bar, including notification icons, connectivity icons,
3340            battery status, clock, etc.\n
3341            2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work
3342            for the status bar.\n
3343            3) The software Home button is hidden.\n
3344            4) The software Overview button is hidden and the Overview gesture (swipe-up) does not
3345            work.\n
3346            5) Press the power button to turn off the screen, and press it again to turn the screen
3347            back on. Lock screen shouldn\'t be shown.\n
3348            6) The assistant gesture isn\'t available.\n\n
3349            Mark the test as \'pass\' only if ALL of the above requirements are met.
3350    </string>
3351    <string name="device_owner_lock_task_ui_keyguard_test">Enable keyguard</string>
3352    <string name="device_owner_lock_task_ui_keyguard_test_info">
3353            Press the button below to enable keyguard. Press the power button to turn off the screen
3354            and press it again to turn the screen back on. Verify that the lock screen is shown.\n\n
3355            The rest of the UI restrictions should still apply, both on the lock screen and after
3356            the lock screen is dismissed:\n
3357            1) Nothing is shown in the status bar, including notification icons, connectivity icons,
3358            battery status, clock, etc.\n
3359            2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work
3360            for the status bar, even on the lock screen.\n
3361            3) The software Home button is hidden.\n
3362            4) The software Overview button is hidden and the Overview gesture (swipe-up) does not
3363            work.\n
3364            5) Long-press the power button. The power button menu, which usually shows the power-off
3365            button, etc., isn\'t shown.\n
3366            6) The assistant gesture isn\'t available.\n\n
3367            Mark the test as \'pass\' only if ALL of the above requirements are met.
3368    </string>
3369    <string name="device_owner_lock_task_ui_stop_lock_task_test">Stop LockTask mode</string>
3370    <string name="device_owner_lock_task_ui_stop_lock_task_test_info">
3371            Press the button below to exit LockTask mode.\n\n
3372            Observe that the UI has returned to the normal, unrestricted state, and is no longer
3373            subject to any LockTask restriction.\n\n
3374            Mark the test as \'pass\' or \'fail\' accordingly.
3375    </string>
3376    <string name="device_owner_lockscreen_secure">Please remove lockscreen password</string>
3377    <string name="device_profile_owner_permission_lockdown_test">Permissions lockdown</string>
3378    <string name="device_profile_owner_permission_lockdown_test_instructions">
3379            Select each of the three grant states for the permission shown below in turn.\n
3380            Now open application settings, select Permissions, and verify if the following behavior is observed.\n
3381            <b>Grant:</b> Permission is granted to the app and cannot be changed through the settings UI. A support message is available through an accessible mechanism, such as by attempting to change it or via an information button.\n
3382            <b>Let user decide:</b> Permission state can be changed through the settings UI.\n
3383            <b>Deny:</b> Permission is denied to the app and cannot be changed through the settings UI. A support message is available through an accessible mechanism, such as by attempting to change it or via an information button.\n
3384            Please mark the test accordingly.
3385    </string>
3386    <string name="device_owner_permission_lockdown_test_info">
3387        This test checks if the permissions state in settings UI is locked down according to the state set by the device owner.
3388    </string>
3389    <string name="device_owner_disallow_usb_file_transfer_test">Disallow USB file transfer</string>
3390    <string name="device_owner_disallow_usb_file_transfer_test_info">
3391            Please press below button to set the \"disallow USB file transfer\" restriction.\n
3392            If a USB notification appears, open the notification and check that the
3393            \"Transfer files (MTP)\" and \"Transfer photos (PTP)\" options either are not displayed,
3394            or they trigger a support message when trying to select them.\n
3395            Check if you can mount the device as a USB drive on your desktop computer. The test is
3396            successful if you cannot mount the device, and files from your phone cannot be
3397            downloaded through USB.\n
3398            Please mark the test accordingly.
3399    </string>
3400    <string name="device_owner_set_user_icon">Setting the user icon</string>
3401    <string name="device_owner_set_user_icon_instruction">
3402        This test verifies that the user icon can be set by the device owner, depending on whether the user restriction is set or not.\n
3403        1. Press the \"Set user icon 1\" button.\n
3404        2. Press the \"Go\" button to go to Settings.\n
3405        3. If there is no \"users\" section, mark this test as passed.\n
3406        4. If the icon of the user \"owner\" is not \"1\", mark this test as failed.\n
3407        5. Press the \"Disallow set user icon\" button.\n
3408        6. Press the \"Set user icon 2\" button.\n
3409        7. Press the \"Go\" button to go to Settings. Verify that the icon can\'t be changed manually.\n
3410        8. Check that the icon of the user \"owner\" is \"2\", and mark this test accordingly.
3411    </string>
3412    <string name="device_owner_set_user_icon_button">Set user icon 1</string>
3413    <string name="device_owner_set_user_icon2_button">Set user icon 2</string>
3414
3415    <string name="profile_owner_permission_lockdown_test_info">
3416        <b>
3417        Before proceeding, check if com.android.cts.permissionapp (aka CtsPermissionApp) is installed in work profile by going to Settings &gt; Apps. If not, please install the app before proceeding.\n\n
3418        </b>
3419        This test checks if the permissions state in settings UI is locked down correctly depending on the state set by the profile owner.
3420    </string>
3421    <string name="package_not_found">You must install %s (aka CtsPermissionApp).</string>
3422    <string name="permission_allow">Grant</string>
3423    <string name="permission_default">Let user decide</string>
3424    <string name="permission_deny">Deny</string>
3425    <string name="not_profile_owner">%s is not profile owner.</string>
3426    <string name="not_device_owner">%s is not device owner.</string>
3427    <string name="activity_not_found">No activity found to handle intent: %s</string>
3428    <string name="open_settings_button_label">Open Application Settings</string>
3429    <string name="finish_button_label">Finish</string>
3430    <string name="device_owner_device_admin_visible">Device administrator settings</string>
3431    <string name="device_owner_device_admin_visible_info">
3432        Please press the Go button to open the Security page in Settings.
3433        Navigate to Device administrators and confirm that:\n
3434        \n
3435        - \"CTS Verifier\" exists and is activated.\n
3436        - \"CTS Verifier\" cannot be disabled.\n
3437        \n
3438        Use the Back button to return to this page.
3439    </string>
3440    <string name="device_owner_disallow_config_bt">Disallow configuring Bluetooth</string>
3441    <string name="device_owner_disallow_config_bt_info">
3442        Please press the Set restriction button to set the user restriction.
3443        Then press Go to open the Bluetooth page in Settings.
3444        Confirm that:\n
3445        \n
3446        - You cannot view Bluetooth devices in range.\n
3447        - Trying to edit, add or remove any already paired devices triggers a support message.\n
3448        \n
3449        Use the Back button to return to this page.
3450    </string>
3451    <string name="device_owner_disallow_config_wifi">Disallow configuring WiFi</string>
3452    <string name="device_owner_disallow_config_wifi_info">
3453        Please press the Set restriction button to set the user restriction.
3454        Then press Go to open the WiFi page in Settings.
3455        Confirm that:\n\n
3456        - You cannot view WiFi networks in range.\n
3457        - Trying to edit, add or remove any existing WiFi configs triggers a support message.\n
3458        \n
3459        Use the Back button to return to this page.
3460    </string>
3461    <string name="device_owner_disallow_ambient_display">Disallow ambient display</string>
3462    <string name="device_owner_disallow_ambient_display_info">
3463        Please press the Set restriction button to set the user restriction.
3464        Then press Go to open the Display page in Settings.
3465        Mark this test as passed if one of the following:\n\n
3466        - There is no ambient display setting in Display Settings.\n
3467        - Ambient display setting is disabled with an info icon on it. Clicking on it triggers a support dialog.\n
3468        \n
3469        Use the Back button to return to this page.
3470    </string>
3471    <string name="device_owner_disallow_data_roaming">Disallow data roaming</string>
3472    <string name="device_owner_disallow_data_roaming_info">
3473        Device should have a sim card to perform this test.
3474        Please press the Set restriction button to set the user restriction.
3475        Then press Go to open the Mobile network page in Settings.
3476        Confirm that:\n\n
3477        - Data roaming is disabled.\n
3478        - Enabling data roaming is not possible and triggers a support message.\n\n
3479        Use the Back button to return to this page.
3480    </string>
3481    <string name="device_owner_disallow_factory_reset">Disallow factory reset</string>
3482    <string name="device_owner_disallow_factory_reset_info">
3483        Please press the Set button to set the user restriction.\n
3484        1. Go to the factory reset settings. It is often located in \"Backup &amp; reset\" settings.\n
3485        Confirm that:\n
3486           - Factory data reset is disabled.\n
3487           - Pressing factory data reset is not possible and triggers a support message.\n\n
3488        2. Go to OEM unlocking settings, if this device has this Settings option. It is often located under \"Developer options\".\n
3489        Confirm that:\n
3490           - Oem Unlocking is disabled.\n
3491           - Enabling Oem unlocking is not possible and triggers a support message.\n\n
3492        Return back to this page.
3493    </string>
3494    <string name="device_owner_user_restriction_set">Set restriction</string>
3495    <string name="device_owner_settings_go">Go</string>
3496
3497    <string name="device_owner_vpn_connection">
3498        VPN connection has been established.\n
3499        This is not as expected.\n
3500        Mark this test as failed.\n
3501    </string>
3502    <string name="device_owner_vpn_connection_close_failed">
3503        Established vpn connection cannot be closed.\n
3504        This is not as expected.\n
3505        Mark this test as failed.\n
3506    </string>
3507    <string name="device_owner_no_vpn_connection">
3508        Cannot establish a VPN connection.\n
3509        This was expected.\n
3510        Mark this test as passed.\n
3511    </string>
3512    <string name="device_owner_vpn_test">Check VPN</string>
3513    <string name="device_owner_vpn_info_default">VPN test message</string>
3514
3515    <string name="device_owner_disallow_config_vpn">Disallow configuring VPN</string>
3516    <string name="device_owner_disallow_config_vpn_info">
3517        Please press the Set VPN restriction button to set the VPN restriction.
3518        Perform tests in order. Mark test as passed if both test cases pass\n\n
3519        1. Press Go to attempt to open the VPN settings page.\n
3520        You should either see (a) the VPN settings page or (b) that the Intent
3521        android.settings.VPN_SETTINGS fails to resolve.\n
3522        In the case of (a), confirm that:\n
3523        - Trying to perform any of the above actions will trigger a support message.\n
3524        In the case of (b) this step is successful.\n\n
3525        2. Press Check VPN to check programmatic Vpn test.\n
3526        - Check Vpn setup is not allowed\n
3527        - If prompted to allow a VPN connection, press OK.\n\n
3528        Use the Back button to return to this page.
3529    </string>
3530    <string name="device_owner_user_vpn_restriction_set">Set VPN restriction</string>
3531
3532    <!-- Strings for DeviceOwnerBugreportTest -->
3533    <string name="device_owner_requesting_bugreport_tests">Device Owner Requesting Bugreport Tests</string>
3534    <string name="device_owner_requesting_bugreport_category">Device Owner Requesting Bugreport Tests</string>
3535    <string name="device_owner_requesting_bugreport_tests_info">
3536            The device owner requesting bugreport tests verify that a bugreport can be requested on a corporate owned device.\n
3537            Press below button first, follow steps described in the dialog that pops up,
3538            then proceed to the test cases.\n
3539            Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n
3540            Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should
3541            be run last so that it does not interfere with other tests.
3542    </string>
3543    <string name="device_owner_request_bugreport">Request bugreport</string>
3544    <string name="bugreport_sharing_declined">Bugreport sharing declined</string>
3545    <string name="bugreport_shared_successfully">Bugreport shared successfully</string>
3546    <string name="bugreport_already_in_progress">Bugreport is already being collected on this device</string>
3547    <string name="bugreport_failed_completing">Bugreport collection operation failed</string>
3548    <string name="device_owner_bugreport_sharing_declined_while_being_taken">Sharing of requested bugreport declined while being taken</string>
3549    <string name="device_owner_bugreport_sharing_declined_while_being_taken_info">
3550        Please press the \"Request bugreport\" button to invoke the bugreport sharing operation.
3551        Open the notifications panel and verify that:\n
3552        \n
3553        - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n
3554        \n
3555        Press the \"Request bugreport\" button again to try to invoke a second bugreport sharing operation.
3556        Open the notifications panel and verify that:\n
3557        \n
3558        - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport is already being collected on this device\" is present. Dismiss that notification.\n
3559        - Tapping on the \"Taking bugreport...\" notification opens a dialog titled \"Share bug report?\", that contains a message \"Your IT admin requested a bug report to help troubleshoot this device. Apps and data may be shared, and your device may temporarily slow down.\" and two buttons - \"DECLINE\" and \"SHARE\".\n
3560        \n
3561        Tap the \"DECLINE\" button and verify that:\n
3562        \n
3563        - \"Taking bugreport...\" notification with an indefinite progress bar is no longer present.\n
3564        - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport sharing declined\" is present.\n
3565        \n
3566        Dismiss the notifications and mark test as passed or failed.
3567    </string>
3568    <string name="device_owner_bugreport_sharing_accepted_while_being_taken">Sharing of requested bugreport accepted while being taken</string>
3569    <string name="device_owner_bugreport_sharing_accepted_while_being_taken_info">
3570        Please press the \"Request bugreport\" button to invoke the bugreport sharing operation.
3571        Open the notifications panel and verify that:\n
3572        \n
3573        - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n
3574        - Tapping on the \"Taking bugreport...\" notification opens a dialog titled \"Share bug report?\", that contains a message \"Your IT admin requested a bug report to help troubleshoot this device. Apps and data may be shared, and your device may temporarily slow down.\" and two buttons - \"DECLINE\" and \"SHARE\".\n
3575        \n
3576        Tap the \"SHARE\" button and verify that:\n
3577        \n
3578        - \"Taking bugreport...\" notification with an indefinite progress bar is no longer present.\n
3579        - Notification titled \"Sharing bugreport...\" with an indefinite progress bar is present.\n
3580        - After a few minutes (time necessary to wait for bugreport being collected) notification titled \"Sharing bugreport...\" is automatically dismissed and notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport shared successfully\" is present.\n
3581        \n
3582        Dismiss the notifications and mark test as passed or failed.
3583    </string>
3584    <string name="device_owner_bugreport_sharing_declined_after_having_been_taken">Sharing of requested bugreport declined after having been taken</string>
3585    <string name="device_owner_bugreport_sharing_declined_after_having_been_taken_info">
3586        Please press the \"Request bugreport\" button to invoke the bugreport sharing operation.
3587        Open the notifications panel and verify that:\n
3588        \n
3589        - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n
3590        \n
3591        Wait for a few minutes (time necessary for bugreport to be collected) and verify that:\n
3592        \n
3593        - \"Taking bugreport...\" notification with an indefinite progress bar is dismissed.\n
3594        - Notification titled \"Share bug report?\", that contains a message \"Your IT admin requested a bug report to help troubleshoot this device. Apps and data may be shared.\" and two buttons - \"DECLINE\" and \"SHARE\" is shown.\n
3595        \n
3596        Tap the \"DECLINE\" button and verify that:\n
3597        \n
3598        - Notification titled \"Share bug report?\" is dismissed.\n
3599        - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport sharing declined\" is present.\n
3600        \n
3601        Dismiss the notifications and mark test as passed or failed.
3602    </string>
3603    <string name="device_owner_bugreport_sharing_accepted_after_having_been_taken">Sharing of requested bugreport accepted after having been taken</string>
3604    <string name="device_owner_bugreport_sharing_accepted_after_having_been_taken_info">
3605        Please press the \"Request bugreport\" button to invoke the bugreport sharing operation.
3606        Open the notifications panel and verify that:\n
3607        \n
3608        - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n
3609        \n
3610        Wait for a few minutes (time necessary for bugreport to be collected) and verify that:\n
3611        \n
3612        - \"Taking bugreport...\" notification with an indefinite progress bar is dismissed.\n
3613        - Notification titled \"Share bug report?\", that contains a message \"Your IT admin requested a bug report to help troubleshoot this device. Apps and data may be shared.\" and two buttons - \"DECLINE\" and \"SHARE\" is shown.\n
3614        \n
3615        Tap the \"SHARE\" button and verify that:\n
3616        \n
3617        - Notification titled \"Share bug report?\" is dismissed.\n
3618        - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport shared successfully\" is present.\n
3619        \n
3620        Dismiss the notifications and mark test as passed or failed.
3621    </string>
3622
3623    <!-- Strings used for policy transparency test -->
3624    <string name="device_profile_owner_policy_transparency_test">Policy transparency test</string>
3625    <string name="device_profile_owner_policy_transparency_test_info">
3626        This test checks that if an admin has enforced a policy, we let the user know about this.\nSet the short and long support messages before proceeding with the tests.
3627    </string>
3628    <string name="policy_transparency_open_settings_label">Open settings</string>
3629    <string name="policy_transparency_short_support_msg_label">Set short support message</string>
3630    <string name="policy_transparency_long_support_msg_label">Set long support message</string>
3631    <string name="policy_transparency_set_msg">Set message</string>
3632    <string name="policy_transparency_clear_msg">Clear message</string>
3633    <string name="policy_transparency_set_default_msg">Set default message</string>
3634    <string name="policy_transparency_default_short_msg">
3635        This action is disabled by your administrator. Contact someone@example.com for support.
3636    </string>
3637    <string name="policy_transparency_default_long_msg">
3638        This profile or device is managed by CtsVerifier. You can contact tech
3639        support on:\n\n
3640        America: +1 555-0100\n\n
3641        APAC: +1 555-0100\n\n
3642        Europe: +1 555-0100\n\n
3643        Email: someone@example.com
3644    </string>
3645    <string name="policy_transparency_update_button_label">Update</string>
3646    <string name="dummy_input_method_label">Dummy input method</string>
3647    <string name="dummy_accessibility_service_label">Dummy accessibility service</string>
3648    <string name="policy_transparency_test_instructions">
3649        1. <xliff:g id="set_step" example="Set policy by turning the switch on">%1$s</xliff:g>\n
3650        2. Open Settings app by clicking the "Open settings" button below. Note that this will open the personal Settings app. If this device has the work settings in a different app or screen, then navigate there, ignoring the button if necessary.\n
3651        3. Verify that performing the following action will trigger a support dialog:\n
3652           <xliff:g id="user_action" example="Adding an account">%2$s</xliff:g>.\n
3653        4. Verify that the support dialog displays the short support message set earlier.\n
3654        5. Verify that clicking the "Learn more" link will redirect to Device administrators
3655           page in Settings app which displays the long support message set earlier.\n
3656    </string>
3657    <string name="user_restriction_set_step">
3658        Set \'%s\' user restriction by turning on the switch below.
3659    </string>
3660    <string name="disallow_add_user">Disallow add user</string>
3661    <string name="disallow_add_user_action">Adding a new user</string>
3662    <string name="disallow_adjust_volume">Disallow adjust volume</string>
3663    <string name="disallow_adjust_volume_action">Adjusting the volume</string>
3664    <string name="disallow_config_date_time">Disallow config date time</string>
3665    <string name="disallow_config_date_time_action">Configuring auto time, time, auto date or date</string>
3666    <string name="disallow_config_location">Disallow config location</string>
3667    <string name="disallow_config_location_action">Enabling or disabling location in settings or quick settings</string>
3668    <string name="disallow_airplane_mode">Disallow airplane mode</string>
3669    <string name="disallow_airplane_mode_action">Toggling airplane mode switch bar or changing airplane mode state in quick settings</string>
3670    <string name="disallow_config_screen_timeout">Disallow config screen timeout</string>
3671    <string name="disallow_config_screen_timeout_action">Configuring sleep options in Display settings</string>
3672    <string name="disallow_config_brightness">Disallow config brightness</string>
3673    <string name="disallow_config_brightness_action">Configuring brightness level or adaptive brightness in Display settings, or toggling brightness slider in quick settings</string>
3674    <string name="disallow_apps_control">Disallow controlling apps</string>
3675    <string name="disallow_apps_control_action">DISABLE/UNINSTALL/FORCE STOP-ing any app in the managed device/profile other than CtsVerifier</string>
3676    <string name="disallow_config_cell_broadcasts">Disallow config cell broadcasts</string>
3677    <string name="disallow_config_cell_broadcasts_action">Configuring emergency alerts(cell broadcasts)</string>
3678    <string name="disallow_config_credentials">Disallow config credentials</string>
3679    <string name="disallow_config_credentials_action">Configuring user credentials</string>
3680    <string name="disallow_config_mobile_networks">Disallow config mobile networks</string>
3681    <string name="disallow_config_mobile_networks_action">Configuring mobile networks</string>
3682    <string name="disallow_config_tethering">Disallow config tethering</string>
3683    <string name="disallow_config_tethering_action">
3684        Configuring tethering and portable hotspots.\n
3685        NOTE: If the device does not support tethering please skip this test and mark it as passing.\n
3686    </string>
3687    <string name="disallow_config_wifi">Disallow config Wi-Fi</string>
3688    <string name="disallow_config_wifi_action">Modifying Wi-Fi configuration</string>
3689    <string name="disallow_debugging_features">Disallow debugging features</string>
3690    <string name="disallow_debugging_features_action">Enabling developer options</string>
3691    <string name="disallow_factory_reset">Disallow factory reset</string>
3692    <string name="disallow_factory_reset_action">Factory resetting the device</string>
3693    <string name="disallow_fun">Disallow fun</string>
3694    <string name="disallow_fun_action">Opening android easter egg game by tapping repeatedly on the \'Android version\' option</string>
3695    <string name="disallow_install_unknown_sources">Disallow install unknown sources</string>
3696    <string name="disallow_install_unknown_sources_action">Enabling \'Cts Verifier\' to install apps</string>
3697    <string name="disallow_install_unknown_sources_globally">Disallow install unknown sources globally</string>
3698    <string name="disallow_install_unknown_sources_globally_action">Enabling \'Cts Verifier\' to install apps device-wide</string>
3699    <string name="disallow_modify_accounts">Disallow modify accounts</string>
3700    <string name="disallow_modify_accounts_action">Adding an account, and also removing an account (after you have previously added one)</string>
3701    <string name="disallow_network_reset">Disallow network reset</string>
3702    <string name="disallow_network_reset_action">Resetting network settings</string>
3703    <string name="disallow_outgoing_beam">Disallow outgoing beam</string>
3704    <string name="disallow_outgoing_beam_action">Switching on android beam</string>
3705    <string name="disallow_remove_user">Disallow remove user</string>
3706    <string name="device_owner_disallow_remove_user_info">
3707        Please press \'Create uninitialized user\' to create a user that is not set up. Then press the
3708        \'Set restriction\' button to set the user restriction.
3709        Then press \'Go\' to open \'Multiple users\' setting. \n
3710        Click the Settings icon adjacent to the managed user.\n\n
3711
3712        Mark this test as passed if:\n\n
3713        - \"Delete User\" is disabled.\n
3714        - Tapping \"Delete user\" shows an \"Action not allowed\" dialog.\n
3715        \n
3716        Use the Back button to return to this page.
3717    </string>
3718    <string name="managed_user_disallow_remove_user_info">
3719        Please press the \'Set restriction\' button to set the user restriction.
3720        Then press \'Go\' to open \'Multiple users\' setting. \n\n
3721
3722        Mark this test as passed if all of the following conditions are met:\n\n
3723        - The \"Delete managed user from this device\" option in the overflow menu is disabled\n
3724        - Clicking \"Delete managed user from this device\" in the overflow menu results in an \"Action not allowed\" dialog.\n
3725        \n
3726        Use the Back button to return to this page.
3727    </string>
3728    <string name="device_owner_disallow_remove_user_create_user">Create uninitialized user</string>
3729    <string name="disallow_remove_managed_profile">Disallow remove managed profile</string>
3730    <string name="disallow_remove_managed_profile_action">Removing the work profile. It shouldn\'t be possible neither from the Accounts screen nor the Device Administrators screen (after selecting the Device Administrator that corresponds to the badged version of \"CTS Verifier\")</string>
3731    <string name="disallow_share_location">Disallow share location</string>
3732    <string name="disallow_share_location_action">Turning on location sharing</string>
3733    <string name="disallow_set_user_icon">Disallow set user icon</string>
3734    <string name="disallow_uninstall_apps">Disallow uninstall apps</string>
3735    <string name="disallow_uninstall_apps_action">
3736        a. If testing in work profile: uninstall applications from the work profile (badged applications) other than CtsVerifier and system apps. \n
3737        b. Otherwise: uninstall applications other than CtsVerifier and system apps
3738    </string>
3739    <string name="disallow_unified_challenge">Disallow unified challenge</string>
3740    <string name="disallow_unified_challenge_action">Setting one lock for both personal and work profiles. IMPORTANT: Separate work lock should be set prior to this test in Set work lock test</string>
3741    <string name="disallow_keyguard_unredacted_notifications">Disallow lockscreen unredacted notification</string>
3742    <string name="disallow_keyguard_unredacted_notifications_set_step">Disallow unredacted notifications when device is locked by turning on the switch below</string>
3743    <string name="disallow_keyguard_unredacted_notifications_action">Selecting show all notification content when device is locked</string>
3744    <string name="disallow_keyguard_unredacted_notifications_widget_label">@string/disallow_keyguard_unredacted_notifications</string>
3745    <string name="set_auto_time_required">Set auto (network) time required</string>
3746    <string name="auto_time_required_set_step">Set auto time required policy by turning on the switch below</string>
3747    <string name="set_auto_time_required_action">Modifying date and time</string>
3748    <string name="set_auto_time_required_widget_label">@string/set_auto_time_required</string>
3749    <string name="set_lock_screen_info">Set lock screen info</string>
3750    <string name="lock_screen_info_set_step">Select a lock screen info by setting a non-empty message in the edittext below.</string>
3751    <string name="set_lock_screen_info_action">Modifying lock screen message</string>
3752    <string name="set_lock_screen_info_widget_label">@string/set_lock_screen_info</string>
3753    <string name="set_maximum_time_to_lock">Set maximum time to lock</string>
3754    <string name="maximum_time_to_lock_set_step">
3755        Select a non-zero maximum time to lock value by setting a value in the edittext box below.
3756    </string>
3757    <string name="set_maximum_time_to_lock_action">Selecting maximum time to lock greater than the set value below</string>
3758    <string name="set_maximum_time_to_lock_widget_label">Set maximum time to lock (in Sec):</string>
3759    <string name="set_password_quality">Set password quality</string>
3760    <string name="password_quality_set_step">Set minimum password quality by selecting an option in the spinner below.</string>
3761    <string name="set_password_quality_action">Setting a password which does not meet the requirements of the password quality selected</string>
3762    <string name="set_password_quality_widget_label">@string/set_password_quality</string>
3763    <string name="password_quality_unspecified">Unspecified</string>
3764    <string name="password_quality_something">Something</string>
3765    <string name="password_quality_numeric">Numeric</string>
3766    <string name="password_quality_numeric_complex">Numeric (Complex)</string>
3767    <string name="password_quality_alphabetic">Alphabetic</string>
3768    <string name="password_quality_alphanumeric">Alphanumeric</string>
3769    <string name="password_quality_complex">Complex</string>
3770    <string name="set_permitted_accessibility_services">Set permitted accessibility services</string>
3771    <string name="permitted_accessibility_services_set_step">
3772        Check that \'Dummy Accessibility service\' is not enabled in Settings and disallow \'Dummy Accessibility service\' from permitted accessibility services by turning on
3773        the switch below.
3774    </string>
3775    <string name="set_permitted_accessibility_services_action">
3776        Enabling \'Dummy Accessibility service\' in the list of accessibility services
3777    </string>
3778    <string name="set_permitted_accessibility_services_widget_label">
3779        Allow only system accessibility services:
3780    </string>
3781    <string name="set_permitted_input_methods">Set permitted input methods</string>
3782    <string name="permitted_input_methods_set_step">
3783        Check that \'Dummy Input method\', along with all other non-system apps, are not enabled in Settings for the managed profile (they may be enabled for the primary profile). Then disallow \'Dummy Input method\' from permitted input methods by turning on the switch below.
3784    </string>
3785    <string name="set_permitted_input_methods_action">
3786        Enabling \'Dummy Input method\' in the list of input methods (make sure you are enabling it for the managed profile, not primary profile)
3787    </string>
3788    <string name="set_permitted_input_methods_widget_label">
3789        Allow only system input methods:
3790    </string>
3791
3792    <!-- Strings used for enterprise privacy tests -->
3793    <string name="enterprise_privacy_test">Managed device info tests</string>
3794    <string name="enterprise_privacy_page">Managed device info page</string>
3795    <string name="enterprise_privacy_page_info">
3796        Please press the Go button to open Settings. Verify that:\n
3797        1) One of the Settings screens contains an entry for managed device information.\n
3798        2) Tapping that entry opens a screen.\n
3799        3) In this screen, at a minimum, you are told your organization can:\n
3800        * Change settings on this device.\n
3801        * See data associated with your work account.\n
3802        * See the list of all apps on your device.\n
3803        * See usage of each app on your device.\n
3804        * Lock the device and change the password.\n
3805        * Wipe the device.\n
3806        \n
3807        Use the Back button to return to this page.
3808    </string>
3809    <string name="enterprise_privacy_open_settings">Open Settings</string>
3810    <string name="enterprise_privacy_network_logging">Retrieve traffic logs</string>
3811    <string name="enterprise_privacy_network_logging_info">
3812        Please do the following:\n
3813        1) Press the Retrieve Traffic Logs button and record the time at which you did this.\n
3814        2) Wait one minute.\n
3815        3) Press the Open Settings button.\n
3816        4) In the screen that opens, verify that you are told traffic logs were last retrieved at the time you pressed the Retrieve Traffic Logs button in step (1).\n
3817        \n
3818        Use the Back button to return to this page.
3819    </string>
3820    <string name="enterprise_privacy_retrieve_network_logs">Retrieve Traffic Logs</string>
3821    <string name="enterprise_privacy_bug_report">Request bug report</string>
3822    <string name="enterprise_privacy_bug_report_info">
3823        Please do the following:\n
3824        1) Press the Request Bug Report button and record the time at which you did this.\n
3825        2) Wait one minute.\n
3826        3) Press the Open Settings button.\n
3827        4) In the screen that opens, verify that you are told a bug report was last requested at the time you pressed the Request Bug Report button in step (1).\n
3828        \n
3829        Use the Back button to return to this page.
3830    </string>
3831    <string name="enterprise_privacy_request_bug_report">Request Bug Report</string>
3832    <string name="enterprise_privacy_security_logging">Retrieve security logs</string>
3833    <string name="enterprise_privacy_security_logging_info">
3834        Please do the following:\n
3835        1) Press the Retrieve Security Logs button and record the time at which you did this.\n
3836        2) Wait one minute.\n
3837        3) Press the Open Settings button.\n
3838        4) In the screen that opens, verify that you are told security logs were last retrieved at the time you pressed the Retrieve Security Logs button in step (1).\n
3839        \n
3840        Use the Back button to return to this page.
3841    </string>
3842    <string name="enterprise_privacy_retrieve_security_logs">Retrieve Security Logs</string>
3843    <string name="enterprise_privacy_clear_organization">Clear Org</string>
3844    <string name="enterprise_privacy_set_organization">Set Org</string>
3845    <string name="enterprise_privacy_enterprise_installed_apps">Enterprise-installed apps</string>
3846    <string name="enterprise_privacy_enterprise_installed_apps_info">
3847        Please do the following:\n
3848        1) You should have received NotificationBot.apk together with the CTS verifier. If you built the CTS verifier yourself, build the NotificationBot.apk by issuing the following command on the host:\n
3849            make NotificationBot\n
3850        2) Upload the NotificationBot.apk to your device by issuing the following command on the host:\n
3851            adb push /path/to/NotificationBot.apk /sdcard\n
3852        3) Press the Uninstall button.\n
3853        4) Press the Open Settings button.\n
3854        5) In the screen that opens, verify that you are not told that your administrator installed any apps.\n
3855        6) Use the Back button to return to this page.\n
3856        7) Press the Install button.\n
3857        8) Press the Open Settings button.\n
3858        9) In the screen that opens, verify that you are told now that your administrator installed at least one app.\n
3859        10) Tap on that information. Verify that a list of apps installed shows.\n
3860        11) Verify that the list contains the CTS Robot app.\n
3861        12) Use the Back button to return to this page.\n
3862        13) Press the Uninstall button.\n
3863        14) Issue the following command on the host:\n
3864            adb shell rm /sdcard/NotificationBot.apk
3865    </string>
3866    <string name="enterprise_privacy_install">Install</string>
3867    <string name="enterprise_privacy_uninstall">Uninstall</string>
3868    <string name="enterprise_privacy_admin_granted_location_access">Location access permission</string>
3869    <string name="enterprise_privacy_admin_granted_location_access_info">
3870        Please do the following:\n
3871        1) Press the Reset button.\n
3872        2) Press the Open Settings button.\n
3873        3) In the screen that opens, verify that you are not told that your administrator has granted location access to any apps.\n
3874        4) Use the Back button to return to this page.\n
3875        5) Press the Grant button.\n
3876        6) Press the Open Settings button.\n
3877        7) In the screen that opens, verify that you are told now that your administrator has granted location access to at least one app.\n
3878        8) Tap on that information. Verify that a list of apps which have location access shows.\n
3879        9) Verify that the list contains the CTS Verifier app.\n
3880        10) Use the Back button to return to this page.\n
3881        11) Press the Reset button.
3882    </string>
3883    <string name="enterprise_privacy_reset">Reset</string>
3884    <string name="enterprise_privacy_grant">Grant</string>
3885    <string name="enterprise_privacy_admin_granted_microphone_access">Microphone access permission</string>
3886    <string name="enterprise_privacy_admin_granted_microphone_access_info">
3887        Please do the following:\n
3888        1) Press the Reset button.\n
3889        2) Press the Open Settings button.\n
3890        3) In the screen that opens, verify that you are not told that your administrator has granted microphone access to any apps.\n
3891        4) Use the Back button to return to this page.\n
3892        5) Press the Grant button.\n
3893        6) Press the Open Settings button.\n
3894        7) In the screen that opens, verify that you are told now that your administrator has granted microphone access to at least one app.\n
3895        8) Tap on that information. Verify that a list of apps that have microphone access shows.\n
3896        9) Verify that the list contains the CTS Verifier app.\n
3897        10) Use the Back button to return to this page.\n
3898        11) Press the Reset button.
3899    </string>
3900    <string name="enterprise_privacy_admin_granted_camera_access">Camera access permission</string>
3901    <string name="enterprise_privacy_admin_granted_camera_access_info">
3902        Please do the following:\n
3903        1) Press the Reset button.\n
3904        2) Press the Open Settings button.\n
3905        3) In the screen that opens, verify that you are not told that your administrator has granted camera access to any apps.\n
3906        4) Use the Back button to return to this page.\n
3907        5) Press the Grant button.\n
3908        6) Press the Open Settings button.\n
3909        7) In the screen that opens, verify that you are told now that your administrator has granted camera access to at least one app.\n
3910        8) Tap on that information. Verify that a list of apps that have camera access shows.\n
3911        9) Verify that the list contains the CTS Verifier app.\n
3912        10) Use the Back button to return to this page.\n
3913        11) Press the Reset button.
3914    </string>
3915    <string name="enterprise_privacy_default_apps">Default apps</string>
3916    <string name="enterprise_privacy_default_apps_info">
3917        Please do the following:\n
3918        1) Press the Reset button.\n
3919        2) Press the Open Settings button.\n
3920        3) In the screen that opens, verify that you are not told that your administrator set any default apps.\n
3921        4) Use the Back button to return to this page.\n
3922        5) Press the Set Default Apps button.\n
3923        6) Press the Open Settings button.\n
3924        7) In the screen that opens, verify that you are now told that your administrator has set 6 default apps.\n
3925        8) Tap on that information. Verify that a list of default apps shows, with 6 elements in it.\n
3926        9) Verify that each element shows the CTS Verifier is the default app.\n
3927        10) Use the Back button to return to this page.\n
3928        11) Press the Reset button.
3929    </string>
3930    <string name="enterprise_privacy_set_default_apps">Set Default Apps</string>
3931    <string name="enterprise_privacy_default_ime">Default keyboard</string>
3932    <string name="enterprise_privacy_default_ime_info">
3933        Please do the following:\n
3934        1) Press the Open Settings button.\n
3935        2) In the screen that opens, verify that you are not told the default keyboard has been set.\n
3936        3) Use the Back button to return to this page.\n
3937        4) Press the Set Keyboard button to set the default keyboard.\n
3938        5) Repeat steps (1) through (3), verifying that in step (2), you are told now that the default keyboard has been set to CTS Verifier.\n
3939        6) Press the Finish button to clear the default keyboard.
3940    </string>
3941    <string name="enterprise_privacy_set_keyboard">Set Keyboard</string>
3942    <string name="enterprise_privacy_finish">Finish</string>
3943    <string name="enterprise_privacy_always_on_vpn">Always-on VPN</string>
3944    <string name="enterprise_privacy_always_on_vpn_info">
3945        Please do the following:\n
3946        1) Press the Open Settings button.\n
3947        2) In the screen that opens, verify that you are not told that an always-on VPN is set.\n
3948        3) Use the Back button to return to this page.\n
3949        4) Press the Set VPN button to set an always-on VPN.\n
3950        5) Repeat steps (1) through (3), verifying that in step (2), you are told now that an always-on VPN is set.\n
3951        6) Press the Finish button to clear the always-on VPN.
3952    </string>
3953    <string name="enterprise_privacy_set_always_on_vpn">Set VPN</string>
3954    <string name="enterprise_privacy_comp_always_on_vpn">Always-on VPN (managed profile)</string>
3955    <string name="enterprise_privacy_comp_always_on_vpn_info">
3956        Please do the following:\n
3957        1) Press the Start button to create a work profile.\n
3958        2) Press the Open Settings button.\n
3959        3) In the screen that opens, verify that you are not told that an always-on VPN is set.\n
3960        4) Use the Back button to return to this page.\n
3961        5) Press the Set VPN button to set an always-on VPN in your work profile.\n
3962        6) Repeat steps (2) through (4), verifying that in step (3), you are told now that an always-on VPN is set in your work profile.\n
3963        7) Press the Finish button to remove the work profile and always-on VPN.
3964    </string>
3965    <string name="enterprise_privacy_start">Start</string>
3966    <string name="enterprise_privacy_global_http_proxy">Global HTTP Proxy</string>
3967    <string name="enterprise_privacy_global_http_proxy_info">
3968        Please do the following:\n
3969        1) Press the Open Settings button.\n
3970        2) In the screen that opens, verify that you are not told that a global HTTP proxy has been set.\n
3971        3) Use the Back button to return to this page.\n
3972        4) Press the Set Proxy button.\n
3973        5) Repeat steps (1) through (3), verifying that in step (2), you are told now that a global HTTP proxy has been set.\n
3974        6) Press the Clear Proxy button.
3975    </string>
3976    <string name="enterprise_privacy_ca_certs">Trusted CA certs</string>
3977    <string name="enterprise_privacy_ca_certs_info">
3978        Please do the following:\n
3979        1) Press the Open Settings button.\n
3980        2) In the screen that opens, verify that you are not told that your administrator installed trusted CA certs.\n
3981        3) Use the Back button to return to this page.\n
3982        4) Press the Install Cert button to install a trusted CA cert.\n
3983        5) Repeat steps (1) through (3), verifying that in step (2), you are told now that the administrator has installed at least one trusted CA cert.\n
3984        6) Press the Finish button to clear the cert.
3985    </string>
3986    <string name="enterprise_privacy_install_cert">Install Cert</string>
3987    <string name="enterprise_privacy_comp_ca_certs">Trusted CA certs (managed profile)</string>
3988    <string name="enterprise_privacy_comp_ca_certs_info">
3989        Please do the following:\n
3990        1) Press the Start button to create a work profile.\n
3991        2) Press the Settings button.\n
3992        3) In the screen that opens, verify that you are not told that your administrator installed trusted CA certs.\n
3993        4) Use the Back button to return to this page.\n
3994        5) Press the Install Cert button to install a trusted CA cert in your work profile.\n
3995        6) Repeat steps (2) through (4), verifying that in step (3), you are told now that the administrator has installed at least one trusted CA cert in your work profile.\n
3996        7) Press the Finish button to remove the work profile and cert.
3997    </string>
3998    <string name="enterprise_privacy_settings">Settings</string>
3999    <string name="enterprise_privacy_set_proxy">Set Proxy</string>
4000    <string name="enterprise_privacy_clear_proxy">Clear Proxy</string>
4001    <string name="enterprise_privacy_failed_password_wipe">Wipe on authentication failure</string>
4002    <string name="enterprise_privacy_failed_password_wipe_info">
4003        Please do the following:\n
4004        1) Press the Open Settings button.\n
4005        2) In the screen that opens, verify that you are not told all device data will be deleted if you mistype your password too many times.\n
4006        3) Use the Back button to return to this page.\n
4007        4) Press the Set Limit button to set the maximum number of password attempts.\n
4008        5) Repeat steps (1) through (3), verifying that in step (2), you are told now that all device data will be deleted if you mistype your password 100 times.\n
4009        6) Press the Finish button to clear the maximum number of password attempts.
4010    </string>
4011    <string name="enterprise_privacy_set_limit">Set Limit</string>
4012    <string name="enterprise_privacy_comp_failed_password_wipe">Wipe on authentication failure (managed profile)</string>
4013    <string name="enterprise_privacy_comp_failed_password_wipe_info">
4014        Please do the following:\n
4015        1) Press the Start button to create a work profile.\n
4016        2) Press the Open Settings button.\n
4017        3) In the screen that opens, verify that you are not told work profile data will be deleted if you mistype your password too many times.\n
4018        4) Use the Back button to return to this page.\n
4019        5) Press the Set Limit button to set the maximum number of password attempts.\n
4020        6) Repeat steps (2) through (4), verifying that in step (3), you are told now that work profile data will be deleted if you mistype your password 100 times.\n
4021        7) Press the Finish button to remove the work profile.
4022    </string>
4023    <string name="enterprise_privacy_quick_settings">Quick settings disclosure</string>
4024    <string name="enterprise_privacy_quick_settings_info">
4025        Please do the following:\n
4026        1) Press the Clear Org button.\n
4027        2) Open and fully expand Quick Settings.\n
4028        3) Verify that at the bottom of Quick Settings, you are told the device is managed.\n
4029        4) Close Quick Settings.\n
4030        5) Press the Set Org button.\n
4031        6) Open and fully expand Quick Settings.\n
4032        7) Verify that at the bottom of Quick Settings, you are told the device is managed by \"Foo, Inc.\".\n
4033        8) Tap on the information.\n
4034        9) Verify that a dialog informing you about device monitoring opens.\n
4035        10) Tap the \"View Policies\" button.\n
4036        11) Verify that a screen informing you what your managing organization can do is shown.\n
4037        \n
4038        Use the Back button to return to this page. If this device does not have quick settings, please skip this test and mark it passing.
4039    </string>
4040    <string name="enterprise_privacy_keyguard">Keyguard disclosure</string>
4041    <string name="enterprise_privacy_keyguard_info">
4042        Please do the following:\n
4043        1) Press the Open Settings button to open Settings.\n
4044        2) Navigate to \"Security\" &gt; \"Screen lock\" and select the first screen lock type that is not \"None\".\n
4045        3) Use the Back button to return to this page.\n
4046        4) Press the Clear Org button.\n
4047        5) Lock the device.\n
4048        6) Verify that on the lock screen, you are told the device is managed.\n
4049        7) Unlock the device.\n
4050        8) Press the Set Org button.\n
4051        9) Lock the device.\n
4052        10) Verify that on the lock screen, you are told the device is managed by \"Foo, Inc.\".\n
4053        11) Unlock the device.\n
4054        12) Repeat steps (1) through (11) for each screen lock type other than \"None\".
4055    </string>
4056    <string name="enterprise_privacy_add_account">Add account disclosure</string>
4057    <string name="enterprise_privacy_add_account_info">
4058        Please do the following:\n
4059        1) Press the Clear Org button.\n
4060        2) Press the Open Settings button.\n
4061        3) In the screen that opens, verify that you are told that the device is managed.\n
4062        4) Use the Back button to return to this page.\n
4063        5) Press the Set Org button.\n
4064        6) Press the Open Settings button.\n
4065        7) In the screen that opens, verify that you are told that the device is managed by \"Foo, Inc.\".\n
4066        8) Tap the \"Learn more\" link.\n
4067        9) Verify that a screen informing you what your managing organization can do is shown.\n
4068        11) Use the Back button to return to this page.
4069    </string>
4070    <string name="enterprise_privacy_default_app">CTS Verifier Test</string>
4071
4072    <!-- Strings for Network Logging Tests -->
4073    <string name="device_owner_network_logging_ui">Network Logging UI</string>
4074    <string name="device_owner_network_logging_ui_info">Please do the following:\n
4075        1) Open and fully expand Quick Settings.\n
4076        2) Check that you are told that your device is managed.\n
4077        3) Close Quick Settings.\n
4078        4) Enable network logging by tapping on the left button below.\n
4079        5) Open Quick Settings again. Check that an icon appeared next to the text about device management.\n
4080        6) Verify that a notification including the same icon popped up, informing you that network logging has been enabled.\n
4081        7) Tap the notification.\n
4082        8) Verify that a dialog about device monitoring opens, and informs you about: the name of the app that manages this device, details about the device owner\'s capabilities, and information that the admin has activated network logging and can see all network traffic.\n
4083        9) Close the dialog.\n
4084        10) Tap the right button below to disable network logging.\n
4085        11) Verify that the notification disappeared.\n
4086        \n
4087        If this device does not have quick settings, please skip this test and mark it passing.
4088    </string>
4089    <string name="device_owner_enable_network_logging_button">Enable Network Logging</string>
4090    <string name="device_owner_disable_network_logging_button">Disable Network Logging</string>
4091
4092    <!-- Strings for Customize Lock Screen Message -->
4093    <string name="device_owner_customize_lockscreen_message">Customize Lock Screen Message</string>
4094    <string name="device_owner_customize_lockscreen_message_info">Please do the following:\n
4095        1) Press the \"Go\" button to go to Settings\n
4096        2) Find the \"Screen lock\" option and set it to \"Swipe\"\n
4097        3) Use the Back button to return to this page\n
4098        4) In the field below, write a lock screen message.\n
4099        5) Press the \"Set lock screen message\" button\n
4100        6) Press Power button once to lock the screen.\n
4101        7) Press Power button again to reveal the lock screen.\n
4102        8) Verify that the message from step 1) appears on the lock screen.\n
4103        9) Unlock the screen and return to this page.\n
4104        10) Press the \"Go\" button to go to Settings\n
4105        11) Find the \"Lock screen message\" option\n
4106        12) Verify that you cannot modify the setting.\n
4107        13) Use the Back button to return to this page.\n
4108        14) Press the \"Go\" button to go to Settings\n
4109        15) Find the \"Screen lock\" option and set it to \"None\"\n
4110        16) Use the Back button to return to this page
4111    </string>
4112    <string name="device_owner_set_lockscreen_message_button">Set lock screen message</string>
4113    <string name="device_owner_set_lockscreen_message_hint">My lock screen message</string>
4114    <string name="device_owner_lockscreen_message_cannot_be_empty">Lock screen message cannot be empty.</string>
4115
4116    <string name="comp_test">Corporate Owned Managed Profile</string>
4117    <string name="comp_provision_profile_dialog_title">Provision work profile</string>
4118    <string name="comp_provision_profile_dialog_text">Press the OK button to start the managed provisioning flow, and complete the flow to create a work profile</string>
4119
4120    <string name="managed_user_test">Managed User</string>
4121    <string name="managed_user_positive_tests">Managed User positive tests</string>
4122    <string name="managed_user_positive_tests_instructions">
4123        The positive managed user tests verify policies on a managed user created by a device owner.
4124        \n
4125        Press Go button to create a managed user, and you will be switched to the managed user
4126        automatically. Dismiss the keyguard and a \'Managed User Tests\' should launch.\n
4127        Follow the test instructions and press \'pass\' or \'fail\' to return to this screen.\n
4128    </string>
4129    <string name="managed_user_positive_tests_info">
4130        The positive managed user tests verify policies on a managed user created by a device owner.
4131        Proceed to the test cases, then press \'pass\' or \'fail\' to finish this test.
4132    </string>
4133    <string name="managed_user_positive_category">Managed User Tests</string>
4134    <string name="managed_user_check_managed_user_test">Check affiliated profile owner</string>
4135    <string name="managed_user_incorrect_managed_user">Missing or incorrect affiliated profile owner: CTSVerifier is not affilaited PO!</string>
4136
4137    <string name="device_owner_disallow_user_switch">Disallow user switch</string>
4138    <string name="device_owner_disallow_user_switch_info">
4139        Press \'Create uninitialized user\' to create a user that is not setup.
4140        Then press \'Set restriction\' button to set the user restriction.
4141        Then press \'Go\' to open multiple users settings.
4142        Confirm that:\n
4143        \n
4144        - Main switch is disabled and in off position\n
4145        \n
4146        In additional, if quick settings is available, confirm that user switcher is hidden or
4147        disabled.
4148        Use the Back button to return to this page.
4149    </string>
4150    <string name="device_owner_disallow_user_switch_create_user">Create uninitialized user</string>
4151
4152    <string name="device_owner_user_switcher_message">User switcher message</string>
4153    <string name="device_owner_user_switcher_message_info">
4154        1. Please press the \'With user switcher message\' button to set the user switcher message.
4155        You will then be automatically switched to a secondary user. If a user switcher dialog shows
4156        up, it should read \'Start user session\'. Wait until you are automatically switched back to
4157        primary, if a user switcher dialog shows up, it should read \'End user session\'.
4158
4159        \n
4160        2. Please press the \'Without user switcher message\' button to clear the user switcher
4161        message. You will then be automatically switched to a secondary user. If a user switcher
4162        dialog shows up, it should read \'Switching to managed user\'. Wait until you are
4163        automatically switched back to primary, if a user switcher dialog shows up, it should read
4164        \'Switching to (name of primary user)\'.
4165    </string>
4166    <string name="device_owner_with_user_switcher_message">With user switcher message</string>
4167    <string name="device_owner_without_user_switcher_message">Without user switcher message</string>
4168
4169    <string name="device_owner_enable_logout">Logout</string>
4170    <string name="device_owner_enable_logout_info">
4171        Please press the Go button to enable logout. You will then be switched to a newly created
4172        user.
4173        Look for a way to logout the current user without unlocking the lock screen. The control is
4174        usually named \'End session\'.\n
4175        The location may vary depending on manufacturer, typical locations are:\n
4176        - In power button menu by long pressing power button.\n
4177        - On the lock screen.\n
4178        \n
4179        When successfully logout and switched back to primary user, confirm that the logout control
4180        is not available in primary user.
4181    </string>
4182
4183    <!-- Strings for JobScheduler Tests -->
4184    <string name="js_test_description">This test is mostly automated, but requires some user interaction. You can pass this test once the list items below are checked.</string>
4185
4186    <string name="js_idle_test">Idle Mode Constraints</string>
4187    <string name="js_start_test_text">Start test</string>
4188    <string name="js_idle_instructions">Verify the behavior of the JobScheduler API for when the device is in idle mode. Simply follow the on-screen instructions.</string>
4189    <string name="js_idle_description_1">Turn the screen off and then back on in order to begin.</string>
4190    <string name="js_idle_continue_instruction">
4191        Switch off screen and wait for it to turn on to continue.
4192    </string>
4193    <string name="js_idle_item_idle_off">Idle job does not execute when device is not idle.</string>
4194    <string name="js_idle_item_idle_on">Idle job does execute when device is forced into idle.</string>
4195
4196    <string name="js_charging_test">Charging Constraints</string>
4197    <string name="js_charging_instructions">Verify the behavior of the JobScheduler API for when the device is on power and unplugged from power. Simply follow the on-screen instructions.</string>
4198    <string name="js_charging_description_1">Plug in the charger if it isn\'t already plugged in.</string>
4199    <string name="js_charging_off_test">Device not charging will not execute a job with a charging constraint.</string>
4200    <string name="js_charging_on_test">Device when charging will execute a job with a charging constraint.</string>
4201    <string name="js_charging_description_2">After the above test has passed, remove the charger to continue. If the above failed, you can simply fail this test.</string>
4202    <string name="js_charging_description_3">Device is plugged in. Please wait while it gets into stable charging state.</string>
4203    <string name="js_charging_description_4">There seems to be a problem with your charger. Please try again.</string>
4204
4205    <string name="js_connectivity_test">Connectivity Constraints</string>
4206    <string name="js_connectivity_instructions">Verify the behavior of the JobScheduler API for when the device has no access to data connectivity. Simply follow the on-screen instructions.</string>
4207    <string name="js_connectivity_description_1">Disable WiFi and Mobile data to begin.</string>
4208    <string name="js_unmetered_connectivity_test">Device with no connectivity will not execute a job with an unmetered connectivity constraint.</string>
4209    <string name="js_any_connectivity_test">Device with no connectivity will not execute a job with an unmetered connectivity constraint.</string>
4210    <string name="js_no_connectivity_test">Device with no connectivity will still execute a job with no connectivity constraints.</string>
4211
4212    <!-- String for the bundled TV app Tests -->
4213
4214    <string name="tv_input_discover_test">3rd-party TV input test</string>
4215    <string name="tv_input_discover_test_info">
4216    Verify that the bundled TV app launches via Intent and calls the proper API to discover
4217    3rd-party TV inputs.
4218    </string>
4219    <string name="tv_input_discover_test_third_party_tif_input_support">
4220    Does the bundled TV app support third-party TV inputs?
4221    </string>
4222    <string name="tv_input_discover_test_go_to_setup">
4223    Select the \"Launch TV app\" button and set up the newly installed TV input:
4224    \"CTS Verifier\".
4225    </string>
4226    <string name="tv_input_discover_test_verify_setup">
4227    Setup activity must have been started.
4228    </string>
4229    <string name="tv_input_discover_test_tune_to_channel">
4230    Select the \"Launch TV app\" button and tune to the \"Dummy\" channel from \"CTS Verifier\"
4231    input. If necessary, configure the channel to be visible.
4232    </string>
4233    <string name="tv_input_discover_test_verify_tune">
4234    Tune command must be called.
4235    </string>
4236    <string name="tv_input_discover_test_verify_overlay_view">
4237    Verify that the overlay appears and displays the text \"Overlay View Dummy Text\" when you tune
4238    to the \"Dummy\" channel.
4239    </string>
4240    <string name="tv_input_discover_test_verify_size_changed">
4241    Verify that video layout changes correctly according to the provided video track information,
4242    including pixel aspect ratio.
4243    </string>
4244    <string name="tv_input_discover_test_verify_global_search">
4245    Verify the TV app provides query results for 3rd-party input\'s channels and programs in
4246    global search results.
4247    </string>
4248    <string name="tv_input_discover_test_go_to_epg">
4249    Select the \"Launch EPG\" button and locate the \"Dummy\" channel.
4250    </string>
4251    <string name="tv_input_discover_test_verify_epg">
4252    Do you see the programs named \"Dummy Program\" and their descriptions
4253    "Dummy Program Description" in the EPG?
4254    </string>
4255    <string name="tv_input_discover_test_trigger_setup">
4256    Select the \"Launch setup\" button and verify if the bundled TV app shows the list of installed
4257    TV inputs for setup.
4258    </string>
4259    <string name="tv_input_discover_test_verify_trigger_setup">
4260    Do you see the \"CTS Verifier\" input in the list?
4261    </string>
4262
4263    <string name="tv_parental_control_test">TV app parental controls test</string>
4264    <string name="tv_parental_control_test_info">
4265    Verify that the bundled TV app calls the parental controls API.
4266    </string>
4267    <string name="tv_parental_control_test_turn_on_parental_control">
4268    Select the \"Launch TV app\" button and turn on the parental controls. If parental controls are
4269    on already, turn it off and on again.
4270    </string>
4271    <string name="tv_parental_control_test_verify_receive_broadcast1">
4272    TV input service must have received ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED broadcast.
4273    </string>
4274    <string name="tv_parental_control_test_check_parental_controls_switch">
4275    Is there an option to turn off parental controls on this device?
4276    </string>
4277    <string name="tv_parental_control_test_block_tv_ma">
4278    Select the \"Launch TV app\" button and block the \"Custom Rating\" for \"CtsVerifier\" rating
4279    system in the parental control settings. If the rating system is disabled by default, enable it.
4280    If the \"Custom Rating\" is already blocked, unblock it, save, and then block again.
4281    </string>
4282    <string name="tv_parental_control_test_verify_receive_broadcast2">
4283    TV input service must have received ACTION_BLOCKED_RATINGS_CHANGED broadcast.
4284    </string>
4285    <string name="tv_parental_control_test_block_unblock">
4286    Select the \"Launch TV app\" button; verify that the channel is blocked.
4287    Try to unblock the screen by entering PIN; verify that it\'s unblocked.
4288    </string>
4289
4290    <string name="tv_yes">Yes</string>
4291    <string name="tv_no">No</string>
4292    <string name="tv_launch_tv_app">Launch TV app</string>
4293    <string name="tv_launch_epg">Launch EPG</string>
4294    <string name="tv_launch_setup">Launch setup</string>
4295    <string name="tv_channel_not_found">
4296    CtsVerifier channel is not set up. Please set up before proceeding.
4297    </string>
4298
4299    <string name="tv_multiple_tracks_test">TV app closed captions and multi-audio test</string>
4300    <string name="tv_multiple_tracks_test_info">
4301    Verify that the bundled TV app calls the multi-track API.
4302    </string>
4303    <string name="tv_multiple_tracks_test_select_subtitle">
4304    Select the \"Launch TV app\" button. Verify that closed captions are off by default. Set closed
4305    caption language to English.
4306    </string>
4307    <string name="tv_multiple_tracks_test_verify_set_caption_enabled">
4308    Captions are enabled.
4309    </string>
4310    <string name="tv_multiple_tracks_test_verify_select_subtitle">
4311    The English closed caption track should be selected.
4312    </string>
4313    <string name="tv_multiple_tracks_test_select_audio">
4314    Select the \"Launch TV app\" button. Verify that the audio track is English by default.
4315    Select Spanish audio track.
4316    </string>
4317    <string name="tv_multiple_tracks_test_verify_select_audio">
4318    The Spanish audio track should be selected.
4319    </string>
4320
4321    <string name="tv_time_shift_test">TV app time shift test</string>
4322    <string name="tv_time_shift_test_info">
4323    This test verifies that the TV app invokes proper time shift APIs in the framwork.
4324    </string>
4325    <string name="tv_time_shift_test_pause_resume">
4326    Press the \"Launch TV app\" button. Verify that the playback control is available.
4327    Pause the playback and then resume it.
4328    </string>
4329    <string name="tv_time_shift_test_verify_resume_after_pause">
4330    The playback should resume after pause.
4331    </string>
4332    <string name="tv_time_shift_test_verify_position_tracking">
4333    The playback position tracking should be activated.
4334    </string>
4335    <string name="tv_time_shift_test_speed_rate">
4336    Press the \"Launch TV app\" button. Verify that the playback control is available.
4337    Rewind the playback and in a few seconds fast-forward it.
4338    </string>
4339    <string name="tv_time_shift_test_verify_rewind">
4340    The playback should rewind.
4341    </string>
4342    <string name="tv_time_shift_test_verify_fast_forward">
4343    The playback should fast-forward.
4344    </string>
4345    <string name="tv_time_shift_test_seek">
4346    Press the \"Launch TV app\" button. Verify that the playback control is available.
4347    Seek to previous and then seek to next.
4348    </string>
4349    <string name="tv_time_shift_test_verify_seek_to_previous">
4350    The playback position should be moved to the previous position.
4351    </string>
4352    <string name="tv_time_shift_test_verify_seek_to_next">
4353    The playback position should be moved to the next position.
4354    </string>
4355
4356    <string name="tv_app_link_test">TV app app-link test</string>
4357    <string name="tv_app_link_test_info">
4358    Verify that the bundled TV app supports linking to channel apps. If a TV input service provides
4359    links for its specific channels, the TV app should show the links in a proper format.
4360    </string>
4361    <string name="tv_app_link_test_select_app_link">
4362    Select the \"Launch TV app\" button, then check if you can see a menu with \"Cts App-Link Text\"
4363    text in red background. If you see the link, select it to follow the link.
4364    </string>
4365    <string name="tv_app_link_test_verify_link_clicked">
4366    The app-link must have been clicked and the activity should be changed correctly.
4367    </string>
4368    <string name="tv_input_link_test_verify_link_interface">
4369    Do you see the app-link card similar to the image on the left?\n
4370    1) You should see the poster art image, but the color may be different.\n
4371    2) You should see the text \"Cts App-Link Text\".\n
4372    </string>
4373
4374    <string name="tv_microphone_device_test">Microphone device test</string>
4375    <string name="tv_microphone_device_test_info">
4376    This test checks if InputDevice.hasMicrophone of the Media API reports a
4377    correct value on every input device (including remote controls).
4378    </string>
4379    <string name="tv_microphone_device_test_prep_question">
4380    Before continuing, please make sure that you pair all primary input
4381    devices intended to be used by the device, including bluetooth
4382    remotes and companion remote-control apps such as the Android TV Remote Control.
4383    Have you paired every primary input device with the device under test (DUT)?
4384    </string>
4385    <string name="tv_microphone_device_test_mic_question">
4386    Does input device \"%1$s\" have a microphone?
4387    </string>
4388    <string name="tv_microphone_device_test_negative_mismatch">
4389    InputDevice.hasMicrophone reports that this input device DOES have a
4390    microphone whereas you selected that it does not.  Please correct it by
4391    declaring \"audio.mic = 0\" in the device\'s input device configuration
4392    (.idc) file.
4393    </string>
4394    <string name="tv_microphone_device_test_positive_mismatch">
4395    InputDevice.hasMicrophone reports that this input device does NOT have a
4396    microphone whereas you selected that it does.  Please correct it by
4397    declaring \"audio.mic = 1\" in the device\'s input device configuration
4398    (.idc) file and make sure that relevant files such as key layout (.kl)
4399    and key character map (.kcm) files are found by the system accordingly.
4400    </string>
4401    <string name="tv_microphone_device_test_no_input_devices">No input devices found.</string>
4402
4403    <!-- Common strings for the TV Display tests -->
4404    <string name="tv_start_test">Start Test</string>
4405
4406    <!-- HDR Capabilities test -->
4407    <string name="tv_hdr_capabilities_test">HDR Capabilities Test</string>
4408    <string name="tv_hdr_capabilities_test_info">This test checks if
4409        Display.getHdrCapabilities correctly reports the HDR capabilities of the display.
4410    </string>
4411    <string name="tv_hdr_connect_no_hdr_display">Connect a non-HDR display and then
4412        press the "%s" button, below.
4413    </string>
4414    <string name="tv_hdr_connect_hdr_display">Connect an HDR display and press
4415        the "%s" button, below.
4416    </string>
4417    <string name="tv_hdr_disconnect_display">Press the "%1$s" button
4418        and disconnect the display within %2$d seconds. Wait at least %3$d seconds and then
4419        reconnect the display.
4420    </string>
4421
4422    <!-- Display Modes Test -->
4423    <string name="tv_display_modes_test">Display Modes Test</string>
4424    <string name="tv_display_modes_test_info">This test checks if Display.getSupportedModes()
4425        and Display.getMode() are correctly reporting the supported screen modes.
4426    </string>
4427    <string name="tv_display_modes_disconnect_display">
4428        Press the "%1$s" button and disconnect the display within %2$d seconds. Wait at least %3$d
4429        seconds and then reconnect the display.
4430    </string>
4431    <string name="tv_display_modes_test_step_no_display">No Display</string>
4432    <string name="tv_display_modes_test_step_1080p">1080p Display</string>
4433    <string name="tv_display_modes_test_step_2160p">2160p Display</string>
4434    <string name="tv_display_modes_start_test_button">Start Test</string>
4435    <string name="tv_display_modes_connect_2160p_display">
4436        Connect a 2160p display and press the "%s" button, below.
4437    </string>
4438    <string name="tv_display_modes_connect_1080p_display">
4439        Connect a 1080p display and press the "%s" button, below.
4440    </string>
4441
4442    <string name="overlay_view_text">Overlay View Dummy Text</string>
4443    <string name="custom_rating">Example of input app specific custom rating.</string>
4444
4445    <!-- A list of fully-qualified test classes that should not be run. -->
4446    <string-array name="disabled_tests" />
4447
4448    <!-- Strings for screen pinning test -->
4449    <string name="screen_pinning_test">Screen Pinning Test</string>
4450    <string name="screen_pin_instructions">Pressing next will prompt you to enter screen pinning, allow this app to enter screen pinning.</string>
4451    <string name="screen_pin_check_pinned">Press Next to verify the app is pinned.</string>
4452    <string name="screen_pin_no_exit">Try to leave the app without unpinning the screen. Press next once you have verified you cannot leave.</string>
4453    <string name="screen_pin_exit">Use interactions defined by your device to unpin such as long pressing the back and overview button, then press next.</string>
4454    <string name="screen_pinning_done">All tests completed successfully.</string>
4455
4456    <string name="error_screen_no_longer_pinned">The screen was no longer pinned.</string>
4457    <string name="error_screen_already_pinned">Cannot start the test with the screen already pinned.</string>
4458    <string name="error_screen_pinning_did_not_start">Screen was not pinned.</string>
4459    <string name="error_screen_pinning_did_not_exit">Screen was not unpinned.</string>
4460    <string name="error_screen_pinning_couldnt_exit">Could not exit screen pinning through API.</string>
4461
4462    <!--  Audio Devices Notifications Tests -->
4463    <string name="audio_out_devices_notifications_test">Audio Output Devices Notifications Test</string>
4464    <string name="audio_out_devices_notification_instructions">
4465          Click the "Clear Messages" button then connect and disconnect a wired headset.
4466          Note if the appropriate notification messages appear below.
4467    </string>
4468    <string name="audio_in_devices_notifications_test">Audio Input Devices Notifications Test</string>
4469    <string name="audio_in_devices_notification_instructions">
4470          Click the "Clear Messages" button then connect and disconnect a microphone or wired headset.
4471          Note if the appropriate notification messages appear below.
4472    </string>
4473    <string name="audio_dev_notification_clearmsgs">Clear Messages</string>
4474    <string name="audio_dev_notification_connectMsg">CONNECT DETECTED</string>
4475    <string name="audio_dev_notification_disconnectMsg">DISCONNECT DETECTED</string>
4476
4477    <string name="audio_input_routingnotifications_test">Audio Input Routing Notifications Test</string>
4478    <string name="audio_input_routingnotification_instructions">
4479          Click on the "Record" button in the AudioRecord Routing Notifications section below to
4480          start recording. Insert a wired headset or microphone. Observe a message acknowledging the
4481          rerouting event below. Remove the wired headset and observe the new routing message.
4482          Click on the "Stop" button to stop recording.\n
4483    </string>
4484    <string name="audio_output_routingnotifications_test">Audio Output Routing Notifications Test</string>
4485    <string name="audio_output_routingnotification_instructions">
4486          Click on the "Play" button in the AudioTrack Routing Notifications section below to
4487          start (silent) playback. Insert a wired headset. Observe a message acknowledging the
4488          rerouting event below. Remove the wired headset and observe the new routing message.
4489          Click on the "Stop" button to stop playback.\n
4490    </string>
4491    <string name="audio_routingnotification_playBtn">Play</string>
4492    <string name="audio_routingnotification_playStopBtn">Stop</string>
4493    <string name="audio_routingnotification_recBtn">Record</string>
4494    <string name="audio_routingnotification_recStopBtn">Stop</string>
4495    <string name="audio_routingnotification_playHeader">AudioTrack Routing Notifications</string>
4496    <string name="audio_routingnotification_recHeader">AudioRecord Routing Notifications</string>
4497    <string name="audio_routingnotification_trackRoutingMsg">AudioTrack rerouting</string>
4498    <string name="audio_routingnotification_recordRoutingMsg">AudioRecord rerouting</string>
4499
4500    <!-- USB Audio Peripheral Tests -->
4501    <string name="profileLabel">Profile</string>
4502    <string name="connectedPeripheral">Connected Peripheral</string>
4503    <string name="audio_uap_attribs_test">USB Audio Peripheral Attributes Test</string>
4504    <string name="uapPeripheralProfileStatus">Peripheral Profile Status</string>
4505    <string name="audio_uap_play_test">USB Audio Peripheral Play Test</string>
4506    <string name="uapPlayTestInstructions">Connect the USB Audio Interface Peripheral and press the
4507        PLAY button below. Verify that a tone is correctly played.</string>
4508    <string name="audio_uap_play_playBtn">Play</string>
4509    <string name="audio_uap_play_stopBtn">Stop</string>
4510
4511    <string name="audio_uap_record_test">USB Audio Peripheral Record Test</string>
4512    <string name="uapRecordTestInstructions">Connect the USB Audio Peripheral and press the RECORD or
4513        RECORD LOOPBACK button below. Verify that a tone is correctly played.</string>
4514    <string name="audio_uap_record_recordBtn">Record</string>
4515    <string name="audio_uap_record_recordLoopbackBtn">Record Loopback</string>
4516    <string name="audio_uap_record_stopBtn">Stop</string>
4517
4518    <string name="audio_uap_buttons_test">USB Audio Peripheral Buttons Test</string>
4519    <string name="uapButtonTestInstructions">Connect the USB Audio headset with buttons
4520        and press each transport/media button in turn.</string>
4521
4522    <string name="uapButtonsBtnALbl">Button A - play/pause</string>
4523    <string name="uapButtonsBtnBLbl">Button B - volume up (+)</string>
4524    <string name="uapButtonsBtnCLbl">Button C - volume down (-)</string>
4525    <string name="uapButtonsBtnDLbl">Button D - voice assist</string>
4526    <string name="uapButtonsRecognized">Recognized</string>
4527    <string name="uapButtonsNotRecognized">Not Recognized</string>
4528    <string name="uapButtonsDisableAssistantTitle">Disable Google Assistant</string>
4529    <string name="uapButtonsDisableAssistant">For this test to succeed it may be necessary
4530        to disable the Google Assistant (Settings / Google / Search / Google Assistant Settings /
4531        Devices / &lt;device name&gt; / Google Assistant)</string>
4532
4533    <!--  Pro Audio Tests -->
4534    <string name="pro_audio_latency_test">Pro Audio Test</string>
4535
4536    <string name="proAudioHasProAudiolbl">Has Pro Audio</string>
4537    <string name="proAudioHasLLAlbl">Has Low-Latency Audio</string>
4538    <string name="proAudioInputLbl">Audio Input:</string>
4539    <string name="proAudioOutputLbl">Audio Output:</string>
4540    <string name="proAudioRoundTripLbl">Round Trip Latency:</string>
4541    <string name="proAudioConfidenceLbl">Confidence:</string>
4542
4543    <string name="proAudioMidiHasMIDILbl">Has MIDI Support</string>
4544    <string name="proAudioMIDIInputLbl">MIDI Input:</string>
4545    <string name="proAudioMIDIOutputLbl">MIDI Output:</string>
4546    <string name="proAudioMidiHasUSBHostLbl">USB Host Mode:</string>
4547    <string name="proAudioMidiHasUSBPeripheralLbl">USB Peripheral Mode:</string>
4548    <string name="proAudioHDMISupportLbl">HDMI Support:</string>
4549    <string name="proAudioHasHDMICheckBox">Has HDMI Support</string>
4550
4551    <string name="audio_proaudio_loopbackbtn">Start Loopback</string>
4552    <string name="audio_proaudio_loopbackInfoBtn">Loopback Instructions</string>
4553    <string name="audio_proaudio_roundtrip">Round-Trip Test</string>
4554    <string name="audio_proaudio_NA">N/A</string>
4555    <string name="audio_proaudio_pending">pending...</string>
4556
4557    <string name="audio_proaudio_nopa_title">Pro Audio Test</string>
4558    <string name="audio_proaudio_nopa_message">This device does not set the FEATURE_AUDIO_PRO
4559        flag and therefore does not need to run this test.</string>
4560
4561    <!--  MIDI Test -->
4562    <string name="midi_test">MIDI Test</string>
4563    <string name="ndk_midi_test">Native MIDI API Test</string>
4564    <string name="midi_info">
4565       For the USB MIDI interface test it is required that you have connected a supported USB
4566       Audio Peripheral device with standard MIDI 5-pin, DIN (round) connectors and a standard
4567       MIDI cable. The cable must be connected to the MIDI input and output plugs on the
4568       peripheral.
4569       \nFor the USB Bluetooth test it is required that you connect a Yamaha MD-BT01 to the
4570       correct MIDI plugs on the USB peripheral, the BT01 output jack to the USB interface
4571       input jack and BT01 input plug to the USB interface output jack.
4572       \nThe Virtual MIDI test does not require any MIDI interface hardware.
4573    </string>
4574
4575    <string name="midiHasMIDILbl">Has MIDI Support</string>
4576
4577    <string name="midiUSBTestLbl">USB MIDI Loopback Test:</string>
4578    <string name="usbMidiInputLbl">USB Input:</string>
4579    <string name="usbMidiOutputLbl">USB Output:</string>
4580    <string name="midiTestUSBInterfaceBtn">Test USB MIDI Interface</string>
4581
4582    <string name="midiVirtTestLbl">Virtual MIDI Loopback Test:</string>
4583    <string name="midiVirtInputLbl">Virtual Input:</string>
4584    <string name="midiVirtOutputLbl">Virtual Output:</string>
4585    <string name="midiTestVirtInterfaceBtn">Test Virtual MIDI Interface</string>
4586
4587    <string name="midiBTTestLbl">Bluetooth MIDI Loopback Test:</string>
4588    <string name="midiBTInputLbl">Bluetooth Input:</string>
4589    <string name="midiBTOutputLbl">Bluetooth Output:</string>
4590    <string name="midiTestBTInterfaceBtn">Test Bluetooth MIDI Interface</string>
4591
4592    <string name="midiStatusLbl">Status</string>
4593    <string name="midiNotRunLbl">Not Run.</string>
4594    <string name="midiPassedLbl">Passed.</string>
4595    <string name="midiFailedMismatchLbl">Failed - Data Mismatch.</string>
4596    <string name="midiFailedTimeoutLbl">Failed - Timeout.</string>
4597    <string name="midiFailedOverrunLbl">Failed - Data Overrun.</string>
4598    <string name="midiFailedDeviceLbl">Failed - Device Error.</string>
4599    <string name="midiFailedJNILbl">Failed - JNI Error.</string>
4600
4601    <!-- Audio general text -->
4602    <string name="audio_general_headset_port_exists">Does this device have a headset port?</string>
4603    <string name="audio_general_headset_no">No</string>
4604    <string name="audio_general_headset_yes">Yes</string>
4605    <string name="audio_general_deficiency_found">WARNING: Some results show potential deficiencies on the system.
4606    Please consider addressing them for a future release.</string>
4607    <string name="audio_general_test_passed">Test Result: Successful</string>
4608    <string name="audio_general_test_failed">Test Result: Not Optimal</string>
4609    <string name="audio_general_default_false_string">false</string>
4610    <string name="audio_general_default_true_string">true</string>
4611    <string name="audio_general_warning">Warning</string>
4612    <string name="audio_general_ok">Ok</string>
4613    <string name="audio_general_level_not_max">Audio Level is not maximum. Please check your device
4614          is set to max level for audio playback.</string>
4615
4616    <!-- Audio Loopback Latency Test -->
4617    <string name="audio_loopback_test">Audio Loopback Latency Test</string>
4618     <string name="audio_loopback_info">
4619          This test requires the Loopback Plug. Please connect a Loopback Plug into the headset
4620          connector, and proceed with the instructions on the screen.
4621          The system will measure the input-output audio latency by injecting a pulse on the output,
4622          and computing the distance between replicas of the pulse.
4623          You can vary the Audio Level slider to ensure the pulse will feed back at adequate levels.
4624          Repeat until a confidence level >= 0.6 is achieved.
4625    </string>
4626    <string name="audio_loopback_instructions">
4627          Please connect a "Loopback Plug" and press "Loopback Plug Ready".
4628    </string>
4629    <string name="audio_loopback_plug_ready_btn">Loopback Plug Ready</string>
4630    <string name="audio_loopback_instructions2">
4631          Set the audio level to a suitable value, then press Test button.
4632          It might require multiple tries until a confidence >= 0.6 is achieved.
4633    </string>
4634    <string name="audio_loopback_level_text">Audio Level</string>
4635    <string name="audio_loopback_test_btn">Test</string>
4636    <string name="audio_loopback_results_text">Results...</string>
4637
4638   <!-- Audio Frequency Line Test -->
4639    <string name="audio_frequency_line_test">Audio Frequency Line Test</string>
4640    <string name="audio_frequency_line_info">
4641        The system will measure the frequency response of the left and right line outputs,
4642        by feeding them back thru the microphone conection with the loopback jack.
4643        This test requires the Loopback Plug. Please connect a Loopback Plug on the headset
4644        connector, and proceed with the instructions on the screen.
4645        </string>
4646    <string name="audio_frequency_line_instructions">
4647          Please connect a "Loopback Plug" and press "Loopback Plug Ready".
4648    </string>
4649    <string name="audio_frequency_line_plug_ready_btn">Loopback Plug Ready</string>
4650
4651    <string name="audio_frequency_line_test_btn">Test</string>
4652    <string name="audio_frequency_line_results_text">Results...</string>
4653
4654    <!-- Audio Frequency Speaker Test -->
4655    <string name="audio_frequency_speaker_test">Audio Frequency Speaker Test</string>
4656    <string name="audio_frequency_speaker_info">
4657        This test requires an external USB reference microphone. Please connect the USB microphone and proceed with the instructions on the screen.
4658        The system will measure frequency response of the left and right speakers (if there are two speakers), or the response of the mono speaker twice.
4659       </string>
4660    <string name="audio_frequency_speaker_instructions">
4661          Please connect an USB reference microphone and press "USB Reference microphone ready"
4662    </string>
4663    <string name="audio_frequency_speaker_usb_status">Waiting for USB microphone...</string>
4664    <string name="audio_frequency_speaker_mic_ready_btn">USB Reference microphone ready</string>
4665    <string name="audio_frequency_speaker_mic_ready_text">USB Audio device detected\n\nPlease set up Device Under test
4666    in quiet room, and Microphone 20 cms perpendicular to center of screen, then press TEST</string>
4667    <string name="audio_frequency_speaker_mic_not_ready_text">"No USB Audio device detected. Please reconnect."</string>
4668    <string name="audio_frequency_speaker_test_btn">Test</string>
4669    <string name="audio_frequency_speaker_results_text">Results...</string>
4670
4671    <!-- Audio Frequency Microphone Test -->
4672    <string name="audio_frequency_mic_test">Audio Frequency Microphone Test</string>
4673    <string name="frequency_mic_info">
4674        This test requires an external USB reference microphone and external speakers.
4675        The test signals can be played from the device under test (DUT) or from a secondary device (e.g. when your DUT can’t support a USB microphone and external speakers simultaneously, or DUT does not have headphone output).
4676Follow the instructions on the screen to measure the frequency response for the built in microphone.
4677       </string>
4678
4679    <string name="frequency_mic_play">Play</string>
4680    <string name="frequency_mic_stop">Stop</string>
4681    <string name="frequency_mic_noise_instructions">TEST NOISE: Position speakers 40 cms from device under test.
4682    Press [PLAY] to play broadband white noise. Press [TEST]
4683    </string>
4684    <string name="frequency_mic_test_noise_btn">Test</string>
4685    <string name="frequency_mic_test_noise_result">Results...</string>
4686
4687    <string name="frequency_mic_test_usb_background_instructions">TEST USB BACKGROUND: Connect USB microphone and position it right next to microphone under test.
4688    No source of noise should be active during this test. Press [TEST]</string>
4689    <string name="frequency_mic_test_usb_background_btn">Test</string>
4690    <string name="frequency_mic_test_usb_background_result">Results...</string>
4691
4692    <string name="frequency_mic_test_usb_noise_instructions">TEST USB NOISE: Connect USB microphone and position it right next to microphone under test.
4693    Position speakers 40 cms from device under test. Press [PLAY] to play broadband white noise. Press [TEST]</string>
4694    <string name="frequency_mic_test_usb_noise_btn">Test</string>
4695    <string name="frequency_mic_test_usb_noise_result">Results...</string>
4696
4697    <string name="frequency_mic_test_global_result">Global Results...</string>
4698
4699     <!-- Audio Frequency Unprocessed Test -->
4700    <string name="audio_frequency_unprocessed_test">Audio Frequency Unprocessed Test</string>
4701    <string name="audio_frequency_unprocessed_info">
4702    This test requires an external USB reference microphone, external speakers and a Sound Pressure Level meter.
4703    You can play the test signals from the device under test or from a secondary device.
4704    Follow the instructions on the screen to measure the frequency response for the built in microphone
4705    using UNPROCESSED audio source.
4706    If the Audio Frequency Unprocessed feature is defined in this system, success in all tests is mandatory to pass.
4707    If the feature is not defined, measurements are still needed, but success in all of them is not mandatory to pass.
4708       </string>
4709    <string name="audio_frequency_unprocessed_defined">Audio Frequency Unprocessed feature is defined. Success in all tests is mandatory to pass</string>
4710    <string name="audio_frequency_unprocessed_not_defined">Audio Frequency Unprocessed feature is NOT defined. Success in all test is NOT mandatory to pass</string>
4711
4712    <string name="unprocessed_play">Play</string>
4713    <string name="unprocessed_stop">Stop</string>
4714
4715    <string name="unprocessed_test_tone_instructions">TEST TONE: Press [PLAY] to play tone at 1 Khz. Measure sound SPL to be 94 dB
4716    right next to microphone under test. Press [TEST]</string>
4717    <string name="unprocessed_test_tone_btn">Test</string>
4718    <string name="unprocessed_test_tone_result">Results...</string>
4719
4720    <string name="unprocessed_test_noise_instructions">TEST NOISE: Position speakers 40 cms from device under test.
4721    Press [PLAY] to play broadband white noise. Press [TEST]</string>
4722    <string name="unprocessed_test_noise_btn">Test</string>
4723    <string name="unprocessed_test_noise_result">Results...</string>
4724
4725    <string name="unprocessed_test_usb_background_instructions">TEST USB BACKGROUND: Connect USB microphone and position it right next to microphone under test.
4726    No source of noise should be active during this test. Press [TEST]</string>
4727    <string name="unprocessed_test_usb_background_btn">Test</string>
4728    <string name="unprocessed_test_usb_background_result">Results...</string>
4729
4730    <string name="unprocessed_test_usb_noise_instructions">TEST USB NOISE: Connect USB microphone and position it right next to microphone under test.
4731    Position speakers 40 cms from device under test. Press [PLAY] to play broadband white noise. Press [TEST]</string>
4732    <string name="unprocessed_test_usb_noise_btn">Test</string>
4733    <string name="unprocessed_test_usb_noise_result">Results...</string>
4734
4735    <string name="unprocessed_test_global_result">Global Results...</string>
4736
4737    <!-- Audio Frequency Voice_Recognition Test -->
4738    <string name="audio_frequency_voice_recognition_test">Audio Frequency Voice Recognition Test</string>
4739    <string name="audio_frequency_voice_recognition_info">
4740        This test requires an external USB reference microphone, external speakers and a Sound Pressure Level meter.
4741        You can play the test signals from the device under test or from a secondary device.
4742        Follow the instructions on the screen to measure the frequency response for the built in microphone
4743        using VOICE_RECOGNITION audio source.
4744    </string>
4745    <string name="vr_test_tone_instructions">TEST TONE: Press [PLAY] to play tone at 1 Khz. Measure sound to be 90 dB SPL right next to microphone under test. Press [TEST]</string>
4746    <string name="vr_test_noise_instructions">TEST NOISE: Position speakers 40 cms from device under test.
4747        Press [PLAY] to play broadband white noise. Press [TEST]</string>
4748    <string name="vr_test_usb_background_instructions">TEST USB BACKGROUND: Connect USB microphone and position it right next to microphone under test.
4749        No source of noise should be active during this test. Press [TEST]</string>
4750    <string name="vr_test_usb_noise_instructions">TEST USB NOISE: Connect USB microphone and position it right next to microphone under test.
4751        Position speakers 40 cms from device under test. Press [PLAY] to play broadband white noise. Press [TEST]</string>
4752
4753
4754    <!-- Audio AEC Test -->
4755    <string name="audio_aec_test">Audio Acoustic Echo Cancellation (AEC) Test</string>
4756    <string name="audio_aec_info">
4757        The recording source VOICE_COMMUNICATION will be tested with/without the Acoustic Echo Canceller effect engaged.
4758        The Acoustic Coupling Factor (ACF) will be computed for each case. A successful test expects ACF less than 0.4 for AEC ON,
4759        and ACF greater than 0.6 for AEC OFF.
4760        This test requires a quiet environment, and no headphones or similar connected.
4761        This test must pass in devices where AEC functionality is mandatory or any device which implements AEC.
4762    </string>
4763    <string name="audio_aec_instructions">Press [TEST] to play a voice recording twice with different parameters.</string>
4764    <string name="audio_aec_mandatory_test">Is AEC mandatory in this device?</string>
4765
4766    <!--Audio Frequency Global strings -->
4767    <string name="af_button_play">Play</string>
4768    <string name="af_button_stop">Stop</string>
4769
4770    <string name="af_button_test">Test</string>
4771    <string name="af_test_results">Results...</string>
4772    <string name="af_global_test_results">Global Results...</string>
4773    <string name="af_no">No</string>
4774    <string name="af_yes">Yes</string>
4775
4776
4777    <!-- Strings for 6DoF test -->
4778    <string name="six_dof_test">6DoF Test</string>
4779    <string name="action_settings">Settings</string>
4780    <string name="start">Start</string>
4781    <string name="motion_tracking_permission">"Motion Tracking permission needed!"</string>
4782    <string name="translations">Translations:</string>
4783    <string name="rotations">Rotations:</string>
4784    <string name="action_place_marker">Place Marker</string>
4785    <string name="markers">Markers:\n</string>
4786    <string name="title_activity_cts">CTSActivity</string>
4787    <string name="stop">Stop!</string>
4788    <string name="stop_message">Mark where you are standing with something like a piece of card and
4789        then press ready to record this waypoint
4790    </string>
4791    <string name="ready">Ready</string>
4792    <string name="initial">First Waypoint</string>
4793    <string name="phase1_initial_message">When you are ready to place your first waypoint, place a
4794        marker at the devices current location. Use something that will allow you to put the device
4795        in the exact same position and orientation on the second lap. Then, while the device is on
4796        the marker, click the turquoise action button to record the first waypoint.\n\nStart walking
4797        in a direction. The button will appear again when you have walked far enough. Place a marker
4798        at the device\'s location and press the button to record a waypoint. You cannot place
4799        waypoints in a straight line, so for your 3rd waypoint turn 90 degrees and walk in a
4800        direction that will make a triangle out of your 3 waypoints.
4801    </string>
4802    <string name="phase2_initial_message">You now need to visit each waypoint, clicking the
4803        turquoise action button at each one. You need to reach each waypoint in 20 seconds. While
4804        you are on your way to the waypoints, the camera preview will rotate. You will need to
4805        rotate the device to match the rotation of the camera preview. A box will be shown to help
4806        you. It shows the device\'s current rotation and will change color based on whether you are
4807        close enough to the required rotation. Red if you are failing, green if you are passing.
4808        When you have reached the next waypoint, the device can be returned to its original
4809        rotation.
4810    </string>
4811    <string name="last">Go back to the first waypoint</string>
4812    <string name="last_message">Now go back to the first waypoint and press ready to finish the
4813        first lap.
4814    </string>
4815    <string name="got_it">Got it!</string>
4816    <string name="lap2_instructions">Now, go to each waypoint (including your initial
4817        one) and click the turquoise action button. Then move on to the next waypoint and do the
4818        same.\nThe last waypoint should be the first waypoint again.
4819    </string>
4820    <string name="test1_pass2">Pass 2</string>
4821    <string name="results">Results</string>
4822    <string name="overall_instructions">These tests are designed to verify the correctness and
4823        accuracy of a 6DoF enabled device. There will be 3 phases to these tests, each testing a
4824        different part of 6DoF functionality.
4825    </string>
4826    <string name="phase1_description">This first test will test the accuracy of the device. It will
4827        ask you to mark out 4 waypoints and then return to the original waypoint to complete the
4828        lap. After this you will then need to do another lap without any HUD information. At the
4829        end, the pairs of waypoints and the path you travelled will be compared and you will be
4830        given a result.
4831    </string>
4832    <string name="phase2_description">This test will test the robustness of the device. Using the
4833        same 4 waypoints as before, you will need to do a lap, reaching each waypoint in the
4834        allotted time.\nWhile you are on your way to the waypoints, the camera preview will rotate.
4835        You will need to rotate the device to match the rotation of the camera preview. A box will
4836        be shown to help you. It shows the device\'s current rotation and will change color based
4837        on whether you are close enough to the required rotation. Red if you are failing, green if
4838        you are passing. When you have reached the next waypoint, the device can be returned to
4839        its original rotation.
4840    </string>
4841    <string name="phase3_description">Now we will test the AR capability of the device. Again, you
4842        will need to do a lap of the waypoints, but this time between each waypoint the device will
4843        overlay hoops that you must pass the device through as you go along.
4844    </string>
4845    <string name="distance">Distance from last waypoint:</string>
4846    <string name="obj_return_to_initial_waypoint">Return to initial waypoint</string>
4847    <string name="waypointPlaced">Waypoint placed!</string>
4848    <string name="undo">undo</string>
4849    <string name="distance_remaining">Distance Remaining:\n</string>
4850    <string name="waypoint_differences">Waypoints</string>
4851    <string name="path_differences">Paths</string>
4852    <string name="error_distance">Not far away enough from other waypoints!</string>
4853    <string name="error_area">Not enough area covered.</string>
4854    <string name="passed">Passed!</string>
4855    <string name="failed">Failed!</string>
4856    <string name="test_failed">Test Failed!</string>
4857    <string name="error_start_point">Not close enough to initial waypoint!</string>
4858    <string name="waypoint_distance">Waypoint %1$s: %2$s</string>
4859    <string name="total">Total %1$s</string>
4860    <string name="path">Path %1$s: %2$s</string>
4861    <string name="fail">Fail</string>
4862    <string name="pass">Pass</string>
4863    <string name="info">Info</string>
4864    <string name="coming_soon">Coming soon!</string>
4865    <string name="motion_tracking_invalid_state">Motion Tracking has entered an invalid state
4866    </string>
4867    <string name="action_xml">XML</string>
4868    <string name="error_null_fragment">UI fragment was null, couldn\'t do callback to listener
4869    </string>
4870    <string name="error_retained_fragment_null">DataFragment is null</string>
4871    <string name="time_remaining">%1$s seconds remaining to get to next waypoint</string>
4872    <string name="action_skip_to_2nd">Skip to 2nd Test</string>
4873    <string name="failed_pause_resume">Test Failed because Test Activity was paused</string>
4874    <string name="action_overlapping_outlines">Overlapping Outlines</string>
4875    <string name="action_overlapping_filled">Overlapping Filled</string>
4876    <string name="time">Time</string>
4877    <string name="rotation_result">Rotation</string>
4878    <string name="action_separate_outlines">Separate Outlines</string>
4879    <string name="action_separate_filled">Separate Filled</string>
4880    <string name="action_one">One Rectangle</string>
4881    <string name="rotation_mode">Change rotation mode</string>
4882    <string name="phase3_initial_message">Go through the rings as you visit waypoints.</string>
4883    <string name="rings">Rings</string>
4884    <string name="rings_entered">Rings collected %1$s/%2$s</string>
4885    <string name="error_rings_not_entered">You haven\'t collected all the rings in this path!
4886    </string>
4887    <string name="save">Save</string>
4888
4889    <string-array name="initial_waypoint">
4890        <item>Find a place for your first waypoint</item>
4891        <item>Go to initial waypoint</item>
4892    </string-array>
4893
4894    <string-array name="next_waypoint">
4895        <item>Find a suitable place for waypoint 0</item>
4896        <item>Go to waypoint 0</item>
4897    </string-array>
4898
4899    <string-array name="phase">
4900        <item>Phase 1</item>
4901        <item>Phase 2</item>
4902        <item>Phase 3</item>
4903    </string-array>
4904
4905    <string-array name="phase_descriptions">
4906        <item>@string/phase1_description</item>
4907        <item>@string/phase2_description</item>
4908        <item>@string/phase3_description</item>
4909    </string-array>
4910
4911    <!-- Strings for setting and restoring default dialer for voicemail tests -->
4912    <string name="voicemail_restore_default_dialer_description">Restore the default dialer setting by going to Default apps -> Phone app</string>
4913    <string name="voicemail_restore_default_dialer_button">Restore the default dialer"</string>
4914    <string name="voicemail_default_dialer_already_set">Default dialer already set</string>
4915    <string name="voicemail_default_dialer_already_restored">Default dialer already restored</string>
4916    <string name="voicemail_set_default_dialer_description">Before the test, the CTS verifier should be set to the default dialer</string>
4917    <string name="voicemail_set_default_dialer_button">Set CTS verifier as default dialer"</string>
4918
4919    <!-- Strings for voicemail broadcast test -->
4920    <string name="voicemail_broadcast_test">Voicemail Broadcast Test</string>
4921    <string name="voicemail_broadcast_instructions">This test verifies that the default dialer can intercept the voicemail notification. The test must be conducted on a SIM with visual voicemail disabled</string>
4922    <string name="voicemail_broadcast_no_carrier_support">The carrier does not support voicemail, this test is not applicable.</string>
4923    <string name="voicemail_leave_voicemail">Send a voicemail to the device, CTS verifier should receive a voicemail notification broadcast</string>
4924    <string name="voicemail_broadcast_received">Voicemail broadcast Received</string>
4925
4926    <!-- Strings for VisualVoicemailService test -->
4927    <string name="visual_voicemail_service_test">VisualVoicemailService Test</string>
4928    <string name="visual_voicemail_service_instructions">This test verifies that the VisualVoicemailService can receive SIM inserted and removed events</string>
4929    <string name="visual_voicemail_service_remove_sim_before_test">Removed the SIM before starting the test. This test only applies to devices with hotswap-able SIM</string>
4930    <string name="visual_voicemail_service_remove_sim_ok">Ok</string>
4931    <string name="visual_voicemail_service_remove_sim_not_applicable">Not applicable</string>
4932    <string name="visual_voicemail_service_insert_sim">Insert SIM</string>
4933    <string name="visual_voicemail_service_insert_sim_received">Service connection event received</string>
4934    <string name="visual_voicemail_service_remove_sim">Remove SIM</string>
4935    <string name="visual_voicemail_service_remove_sim_received">SIM removal event received</string>
4936
4937    <!-- Strings for CallSettingsCheck test -->
4938    <string name="call_settings_check_test">Hide voicemail in call settings test</string>
4939    <string name="call_settings_check_instructions">This test verifies that the default dialer can
4940        hide voicemail settings in the call settings menu by using
4941        TelephonyManager.METADATA_HIDE_VOICEMAIL_SETTINGS_MENU
4942    </string>
4943    <string name="open_call_settings_explanation">Tap the button, and verify that \"voicemail\" does
4944        not exist in the call settings
4945    </string>
4946    <string name="open_call_settings">Open call settings</string>
4947    <string name="voicemail_hidden">\"Voicemail\" does not exist</string>
4948    <string name="voicemail_not_hidden">\"Voicemail\" exists</string>
4949
4950    <!-- Strings for DialerIncomingCall test -->
4951    <string name="dialer_incoming_call_test">Dialer Receives Incoming Call</string>
4952    <string name="dialer_incoming_call_test_instructions">This test verifies that the default dialer
4953      can receive incoming calls after it has been set.
4954    </string>
4955    <string name="dialer_incoming_call_detected">Detected the incoming call. Activity passed.</string>
4956    <string name="dialer_check_incoming_call_explanation">Call the device.</string>
4957    <string name="dialer_check_incoming_call">Verify Call Received</string>
4958
4959    <!-- Strings for VoicemailSettingsCheck test -->
4960    <string name="ringtone_settings_check_test">Hide settings in voicemail test</string>
4961    <string name="ringtone_settings_check_instructions">This test verifies that voicemail settings
4962        accessible with public API can be hidden when launching
4963        TelephonyManager.ACTION_CONFIGURE_VOICEMAIL with EXTRA_HIDE_PUBLIC_SETTINGS.
4964    </string>
4965    <string name="open_voicemail_settings_explanation">Tap the button, ringtone and virbration
4966        settings does not exist in the voicemail settings.
4967    </string>
4968    <string name="open_voicemail_settings">Open voicemail settings</string>
4969    <string name="ringtone_hidden">Ringtone settings does not exist</string>
4970    <string name="ringtone_not_hidden">Ringtone settings exists</string>
4971
4972    <!-- Strings for DialerShowsHunOnIncomingCallActivity test -->
4973    <string name="dialer_shows_hun_test">Dialer Shows HUN on Incoming Call</string>
4974    <string name="dialer_shows_hun_test_instructions">This test verifies that the default dialer
4975        shows a heads up notification on incoming call, and that only one notification is shown.
4976    </string>
4977    <string name="dialer_shows_hun_explanation">Call the device.
4978        Check the box if the heads up notification was shown containing the text
4979        \"CTS Incoming Call Notification\", and only one incoming call notification was shown.
4980    </string>
4981    <string name="dialer_shows_hun_check_box">HUN shown and meets criteria specified above.</string>
4982    <string name="dialer_incoming_call_hun_teaser">Incoming Call</string>
4983    <string name="dialer_incoming_call_hun_desc">CTS Incoming Call Notification</string>
4984
4985    <!-- Strings for DialerImplementsTelecomIntentsActivity test -->
4986    <string name="dialer_telecom_intents_test">System Implements Telecom Intents</string>
4987    <string name="dialer_telecom_intents_test_instructions">This test verifies that the system handles
4988        the specified Telecom Intents.
4989    </string>
4990    <string name="dialer_check_intents_implemented_explanation">Press the buttons below to launch settings activities.
4991    Check the associated box if the activity loads and was launched succesfully.</string>
4992    <string name="dialer_telecom_intents_call_settings">Launch call settings</string>
4993    <string name="dialer_telecom_intents_short_sms">Launch short sms answer settings</string>
4994    <string name="dialer_telecom_intents_calling_accounts">Launch calling accounts settings</string>
4995    <string name="dialer_telecom_intents_accessibility_settings">Launch accessibility settings</string>
4996    <string name="dialer_check_intents_check_box">Setting Launched</string>
4997
4998    <!-- USB Audio Peripheral Tests -->
4999    <string name="usbaudio_results_text">Results...</string>
5000
5001    <!-- USB Audio Peripheral Attributes Test -->
5002    <string name="usbaudio_attribs_test"> USB Audio Peripheral Attributes Test</string>
5003    <string name="usbaudio_attribs_info">
5004        This test requires that you have connected a mandated USB Audio Interface peripheral.
5005        If the discovered attributes of the peripheral matches the known attributes of the
5006        peripheral the test passes and the \"pass\" button will be enabled.
5007       </string>
5008
5009    <!-- USB Audio Peripheral Play Test -->
5010    <string name="usbaudio_play_test"> USB Audio Peripheral Play Test</string>
5011    <string name="usbaudio_play_info">
5012        This test requires that you have connected a USB Audio Interface peripheral and
5013        some way to monitor the output. Press the \"Play\" button and verify that a tone is produced.
5014       </string>
5015
5016    <!-- USB Audio Peripheral Record Test -->
5017    <string name="usbaudio_record_test"> USB Audio Peripheral Record Test</string>
5018    <string name="usbaudio_record_info">
5019        This test requires that you have connected a USB Audio Interface peripheral.
5020        Connect the outputs to the inputs (with patch cables). Start playback by pressing the
5021        \"Record Loopback\" button and verify that the recorded signal is displayed in the wave
5022        display view. (It may be necessary to adjust the input controls on the peripheral).
5023       </string>
5024
5025    <!-- USB Audio Peripheral Buttons Test -->
5026    <string name="usbaudio_buttons_test"> USB Audio Peripheral Buttons Test</string>
5027    <string name="usbaudio_buttons_info">
5028        This test requires that you have connected a USB Audio headset that supports the
5029        Android USB audio headset buttons specification. Press each
5030        \"transport\" button and verify that it is recognized by the test. When each of the
5031        buttons has been recognized the \"pass\" button will be enabled.
5032    </string>
5033
5034    <!-- Pro Audio Test -->
5035    <string name="proaudio_test">Pro Audio Test</string>
5036    <string name="proaudio_info">
5037       This test requires that you have connected a supported USB Audio Peripheral device
5038       (not a headset) and that peripheral\'s audio outputs are connected to the peripherals\'s
5039       audio inputs. Alternatively, for devices with an analog audio jack or USB-c Digital
5040       to Analog dongle, a Loopback Plug can be used. Also, any if there is an input level
5041       control on the peripheral, it must be set to a non-zero value. When the test has
5042       verified support for a valid audio peripheral, press the \"Round-Trip Test\" button
5043       to complete the test. Note that it may be necessary to run the latency test more than
5044       once to get a sufficient confidence value.
5045    </string>
5046    <string name="proaudio_hdmi_infotitle">HDMI Support</string>
5047    <string name="proaudio_hdmi_message">Please connect an HDMI peripheral to validate
5048        HDMI output attributes.
5049    </string>
5050
5051    <!-- Telecom tests -->
5052    <string name="telecom_enable_phone_account_test"> Telecom Enable Phone Account Test</string>
5053    <string name="telecom_enable_phone_account_info">
5054        This test verifies that a third party ConnectionService can be enabled by the user.
5055    </string>
5056    <string name="telecom_enable_phone_account_step_1">
5057        Click the button below to register a test PhoneAccount and ConnectionService.
5058    </string>
5059    <string name="telecom_enable_phone_account_register_button">Register Phone Account</string>
5060    <string name="telecom_enable_phone_account_step_2">
5061        In the Calling accounts settings, choose "All calling accounts" and enable the "CTS Verifier Test" account.
5062        On AOSP this is accessible from: Phone app > Settings > Calls > Calling Accounts.
5063        Once you have completed this step, return here and click the Confirm button.
5064    </string>
5065    <string name="telecom_enable_phone_account_confirm_button">Confirm</string>
5066
5067    <string name="telecom_outgoing_call_test">Telecom Outgoing Call Test</string>
5068    <string name="telecom_outgoing_call_test_info">This test verifies that the default
5069        dialer on the system is able to make a call using a third-party ConnectionService.</string>
5070    <string name="telecom_outgoing_call_step_1">
5071        Click the button below to register a test PhoneAccount and ConnectionService. You will be
5072        taken to the phone account selection screen. Please enable the "CTS Verifier Test"
5073        account and select it as the default account for outgoing calls. Once you have completed
5074        this step, return here and click the "Confirm Phone Account" button.
5075    </string>
5076    <string name="telecom_outgoing_call_register_enable_phone_account_button">
5077        Register and Enable Phone Account
5078    </string>
5079    <string name="telecom_outgoing_call_confirm_register_button">Confirm Phone Account</string>
5080    <string name="telecom_outgoing_call_step_2">
5081        Click the button below to dial an outgoing call. This will populate the default dialer
5082        app with a dummy phone number. Initiate the phone call from the dialer app, then return
5083        to this screen while the call is still in progress.
5084    </string>
5085    <string name="telecom_outgoing_call_dial_button">Dial</string>
5086    <string name="telecom_outgoing_call_step_3">
5087        Click the button below to confirm that the ongoing outgoing call was correctly made.
5088    </string>
5089    <string name="telecom_outgoing_call_confirm_button">Confirm</string>
5090
5091    <string name="telecom_incoming_call_test">Telecom Incoming Call Test</string>
5092    <string name="telecom_incoming_call_test_info">This test verifies that the default
5093        dialer on the system is able to receive a call from a third-party connection service.
5094    </string>
5095    <string name="telecom_incoming_call_step_1">
5096        Click the button below to register a test PhoneAccount and ConnectionService. You will be
5097        taken to the phone account selection screen. Please enable the "CTS Verifier Test"
5098        account. Once you have completed this step, return here and click the
5099        "Confirm Phone Account" button.
5100    </string>
5101    <string name="telecom_incoming_call_register_enable_phone_account_button">
5102        Register and Enable Phone Account
5103    </string>
5104    <string name="telecom_incoming_call_confirm_register_button">Confirm Phone Account</string>
5105    <string name="telecom_incoming_call_step_2">
5106        Click the button below to initiate an incoming call. The phone should start ringing.
5107        Answer the call, confirm that you can hear an audio clip with Eisenhower\'s voice, then
5108        return to this screen while the call is still ongoing.
5109    </string>
5110    <string name="telecom_incoming_call_dial_button">Dial</string>
5111    <string name="telecom_incoming_call_step_3">
5112        Click the button below to confirm that the ongoing incoming call was properly answered and
5113        that audio is audible.
5114    </string>
5115    <string name="telecom_incoming_call_confirm_button">Confirm</string>
5116    <string name="telecom_incoming_self_mgd_test"> Incoming Self-Managed Connection Test</string>
5117    <string name="telecom_incoming_self_mgd_info">
5118        This test verifies that an incoming call from a Self-Managed Connection Service will trigger
5119        a Telecom-managed incoming call UI when it is not possible to hold an ongoing call on the
5120        device.
5121    </string>
5122    <string name="telecom_incoming_self_mgd_step_1">
5123        Click the button below to register a test self-managed ConnectionService.
5124    </string>
5125    <string name="telecom_incoming_self_mgd_register_button">Register Self-Managed ConnectionService</string>
5126    <string name="telecom_incoming_self_mgd_step_2">
5127        Start two phone calls on the device under test; this generates a scenario where calls cannot
5128        be held when the incoming self-managed call is received.  Click "verify calls" to confirm
5129        that the calls were started.
5130    </string>
5131    <string name="telecom_incoming_self_mgd_verify_call_button">Verify Calls</string>
5132    <string name="telecom_incoming_self_mgd_step_3">
5133        Click the button below to start a test incoming self-managed call.  Answer the call in the
5134        UI when prompted.
5135    </string>
5136    <string name="telecom_incoming_self_mgd_place_call_button">Start Self-Managed Call</string>
5137    <string name="telecom_default_dialer_test_title">Default Dialer Test</string>
5138    <string name="telecom_default_dialer_test_info">
5139        This test verifies that a third party dialer can show an incoming call screen when the
5140        device is locked.
5141    </string>
5142    <string name="telecom_default_dialer_step_1">
5143        Click the button below to set CtsVerifier as the default dialer.
5144    </string>
5145    <string name="telecom_default_dialer_set_third_party_dialer_button">
5146        Set third party dialer
5147    </string>
5148    <string name="telecom_default_dialer_step_2">
5149        Click the button to make sure that this phone is secured with a lock screen.
5150    </string>
5151    <string name="telecom_confirm_lock_screen">Confirm lock screen</string>
5152    <string name="telecom_default_dialer_step_3">
5153        Click the button below to lock the phone and then call this device. Answer the incoming call
5154        in the UI when prompted without unlock the phone.
5155    </string>
5156    <string name="telecom_default_dialer_lock_button">Lock phone and dail</string>
5157    <string name="telecom_default_dialer_step_4">
5158        Click the button below to confirm that the ongoing incoming call was answered when the
5159        device is locked.
5160    </string>
5161    <string name="telecom_default_dialer_end_button">End call and confirm</string>
5162    <string name="telecom_default_dialer_confirm_button">Confirm</string>
5163    <string name="telecom_in_call_ui_label">CtsVerifierInCallUi</string>
5164    <!-- Strings for SetNewPasswordComplexityTest -->
5165    <string name="set_complexity_test_title">Set New Password Complexity Test</string>
5166    <string name="set_complexity_test_message">
5167        This test verifies that when an app prompts users to set a new screen lock of a certain complexity level, users cannot set a screen lock weaker than the specified complexity.\n
5168        \nClick the complexity level buttons one by one and make sure you can only set a screen lock not weaker than the types and minimum length specified on the right of each button.
5169    </string>
5170    <string name="set_complexity_high_txt">High</string>
5171    <string name="set_complexity_medium_txt">Medium</string>
5172    <string name="set_complexity_low_txt">Low</string>
5173    <string name="set_complexity_none_txt">None</string>
5174    <string name="set_complexity_high_desc">
5175        PIN without repeating (4444) or ordered (1234, 4321, 2468) sequences, length at least 8; Or
5176        \nAlphabetic, length at least 6; Or
5177        \nAlphanumeric, length at least 6</string>
5178    <string name="set_complexity_medium_desc">
5179        PIN without repeating (4444) or ordered (1234, 4321, 2468) sequences, length at least 4; Or
5180        \nAlphabetic, length at least 4; Or
5181        \nAlphanumeric, length at least 4</string>
5182    <string name="set_complexity_low_desc">Any pattern, PIN or password</string>
5183    <string name="set_complexity_none_desc">No restrictions</string>
5184
5185    <!-- Notification Bubble Tests-->
5186    <string name="bubbles_notification_title">Bubble Notification Tests</string>
5187    <string name="bubbles_notification_description">This test checks the behaviour of bubble
5188        notifications, ensuring that notifications appear or disappear appropriately based on how
5189        BubbleMetadata is configured on the notification and user actions. Bubbles are special
5190        notifications that appear as a floating button on the screen, in addition to the notification
5191        in the notification shade.</string>
5192    <string name="bubbles_notification_test_enable_bubbles_title">Enable Bubbles for CTS Verifier</string>
5193    <string name="bubbles_notification_test_enable_bubbles_verify">Click the button below and enable
5194        bubbles for the verifier app on the resulting screen, if they aren\'t enabled already.</string>
5195    <string name="bubbles_notification_enable_bubbles_button">Enable bubbles for CTS Verifier</string>
5196    <string name="bubbles_notification_test_title_1">Step 1: send a bubble with notification</string>
5197    <string name="bubbles_notification_test_verify_1">Click the button below and verify that there is a
5198        bubble on the screen and a notification in the notification shade.
5199    </string>
5200    <string name="bubbles_notification_test_button_1">Send bubble notification</string>
5201    <string name="bubbles_notification_test_title_2">Step 2: hide notification</string>
5202    <string name="bubbles_notification_test_verify_2">Click the button below and verify that the bubble
5203        is still on the screen, but the notification is now hidden from the notification shade.
5204    </string>
5205    <string name="bubbles_notification_test_button_2">Update bubble to hide notification</string>
5206    <string name="bubbles_notification_test_title_3">Step 3: show notification</string>
5207    <string name="bubbles_notification_test_verify_3">Click the button below and verify that the bubble
5208        is still on the screen, and the notification is now visible in the notification shade.
5209    </string>
5210    <string name="bubbles_notification_test_button_3">Update bubble to show notification</string>
5211    <string name="bubbles_notification_test_title_4">Step 4: remove bubble</string>
5212    <string name="bubbles_notification_test_verify_4">Click the button below and verify that the
5213        bubble is removed from the screen, and the notification is still visible in the notification
5214        shade.</string>
5215    <string name="bubbles_notification_test_button_4">Remove bubble</string>
5216    <string name="bubbles_notification_test_title_5">Step 5: add bubble</string>
5217    <string name="bubbles_notification_test_verify_5">Click the button below and verify that the
5218        bubble appears on the screen, and the notification is still visible in the notification
5219        shade.</string>
5220    <string name="bubbles_notification_test_button_5">Add bubble</string>
5221    <string name="bubbles_notification_test_title_6">Step 6: open bubble</string>
5222    <string name="bubbles_notification_test_verify_6">Tap on the bubble to open it, then tap on the
5223        bubble again to collapse it and return to this screen. Verify that after opening the bubble,
5224        there is no longer a notification for it visible in the notification shade.</string>
5225    <string name="bubbles_notification_test_title_7">Step 7: drag and dismiss bubble</string>
5226    <string name="bubbles_notification_test_verify_7">Click the button below and verify that the bubble
5227        is still on screen, and the notification is visible in the notification shade.\n\n
5228        Drag the bubble, while dragging a UI affordance should show. Verify that: \n\n
5229        1. Dragging and dropping the bubble on that UI affordance removes it from the screen.\n\n
5230        2. The notification should remain in the notification shade.</string>
5231    <string name="bubbles_notification_test_button_7">Update bubble to show notification</string>
5232    <string name="bubbles_notification_test_title_8">Step 8: dismiss notification</string>
5233    <string name="bubbles_notification_test_verify_8">Click the button below and verify that a bubble
5234        appears on screen, and the notification is visible in the notification shade.\n\n
5235        Dismiss the notification from the notification shade and verify that the bubble remains on
5236        screen.</string>
5237    <string name="bubbles_notification_test_button_8">Send bubble notification</string>
5238    <string name="bubbles_notification_test_title_9">Step 9: auto expand bubble</string>
5239    <string name="bubbles_notification_test_verify_9">Click the button below and verify that a bubble
5240        appears on screen, auto-expanded.</string>
5241    <string name="bubbles_notification_test_button_9">Send auto-expanded bubble notification</string>
5242    <string name="bubbles_notification_no_bubbles_low_mem">No bubbles on low memory device; no tests to run</string>
5243    <string name="bubbles_test_summary_title">Test Complete</string>
5244    <string name="bubbles_test_summary">%1$d out of %2$d tests passed</string>
5245    <string name="bubble_activity_title">Bubble Activity</string>
5246    <!-- Strings for Instant Apps -->
5247    <string name="ia_instruction_heading_label">Instructions:</string>
5248    <string name="ia_instruction_text_photo_label">READ BEFORE STARTING TEST</string>
5249    <string name="ia_start_test_button_caption">Start Test</string>
5250    <string name="ia_install_dialog_title">Install Instant App</string>
5251    <string name="ia_install_dialog_text">
5252    For this test you need to install CtsVerifierInstantApp.apk by running \n
5253    adb install -r --instant /path/to/CtsVerifierInstantApp.apk \n\n
5254    CtsVerifierInstantApp.apk can be found in android-cts-verifier.zip that you have downloaded.
5255    </string>
5256    <string name="ia_notification">Instant Apps Notification Test</string>
5257    <string name="ia_notification_info">
5258    This test verifies that Instant Apps notification is shown when an Instant App is at foreground.\n\n
5259    - Read the message above the \"Start Test\" button for
5260    step-by-step instructions.
5261    </string>
5262    <string name="ia_notification_instruction_label">\n
5263    1. Click Start Test. \n\n
5264    2. An alert dialog with install instruction will be shown if the sample Instant App has not been installed, otherwise, the sample Instant App will be opened automatically. \n\n
5265    3. Drag down the notification bar when the sample Instant App is at foreground. \n\n
5266    4. Skip this step in china version. \n\n
5267    5. Click Pass button if all checks in step 4 passed, otherwise click Fail button.
5268    </string>
5269    <string name="ia_notification_instruction_label_no_app_market_version">\n
5270    1. Click Start Test. \n\n
5271    2. An alert dialog with install instruction will be shown if the sample Instant App has not been installed, otherwise, the sample Instant App will be opened automatically. \n\n
5272    3. Drag down the notification bar when the sample Instant App is at foreground. \n\n
5273    4. Check if Instant App is shown in notification area with the following (Please expand the notification if it is collapsed): \n
5274    \u0020\u0020\u0020a. It provides information about Instant Apps not requiring installation and an action that provides more information about the Instant App. \n
5275    \u0020\u0020\u0020b. Skip this step in china version.Can not launch the associated link with web browser. \n\n
5276    5. Click Pass button if all checks in step 4 passed, otherwise click Fail button.
5277    </string>
5278    <string name="ia_recents">Instant Apps Recents Test</string>
5279    <string name="ia_recents_info">
5280    This test verifies that Instant App can be accessed in Recent Apps screen.\n\n
5281    - Read the message above the \"Start Test\" button for
5282    step-by-step instructions.
5283    </string>
5284    <string name="ia_recents_instruction_label">\n
5285    1. Click Start Test. \n\n
5286    2. An alert dialog with install instruction will be shown if the sample Instant App has not been installed, otherwise, the sample Instant App will be opened automatically. \n\n
5287    3. Tap Recents button, verify the sample Instant App is shown in Recent Apps screen. \n\n
5288    4. Tap the sample Instant App in Recent Apps screen, verify the Instant App is opened in the foreground. \n\n
5289    5. Click Pass button if checks in step 3 and 4 passed, otherwise click Fail button.
5290    </string>
5291    <string name="ia_app_info">View/Delete Instant Apps Test</string>
5292    <string name="ia_app_info_info">
5293    This test verifies that Instant App can be viewed and deleted in Settings.\n\n
5294    - Read the message above the \"Start Test\" button for
5295    step-by-step instructions.
5296    </string>
5297    <string name="ia_app_info_instruction_label">\n
5298    1. Click Start Test. \n\n
5299    2. An alert dialog with install instruction will be shown if the sample Instant App has not been installed, otherwise, the sample Instant App will be opened automatically. \n\n
5300    3. Open Settings App. \n\n
5301    4. Tap Apps &amp; Notifications. \n\n
5302    5. Verify the sample Instant App can be found and it is shown as \"Instant App\". \n\n
5303    6. Verify there is an action allowing user to clear/delete app. \n\n
5304    7. Click Pass button if checks in step 5 and 6 passed, otherwise click Fail button.
5305    </string>
5306</resources>
5307