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 <string name="module_id">noabi CtsVerifier</string> 19 20 <string name="title_version">CTS Verifier %1$s</string> 21 22 <string name="pass_button_text">Pass</string> 23 <string name="info_button_text">Info</string> 24 <string name="fail_button_text">Fail</string> 25 <string name="next_button_text">Next</string> 26 <string name="go_button_text">Go</string> 27 <string name="present_button_text">Device Present</string> 28 <string name="gone_button_text">Device Gone</string> 29 <string name="tests_completed_successfully">All tests completed successfully.</string> 30 31 <string name="retry_button_text">Retry</string> 32 <string name="finish_button_text">Finish</string> 33 <string name="fail_and_next_button_text">Fail and Next</string> 34 35 <!-- Strings for CtsReportLog warning --> 36 <string name="reportlog_warning_title">CTS-Verifier Report Log</string> 37 <string name="reportlog_warning_body">Can\'t create folder for CTS-Verifier Report Logs. 38 \n\nPlease enable Report Log creation by exiting CTS Verifier and running the following commands: 39 \n\n<code>adb shell appops set com.android.cts.verifier android:read_device_identifiers allow</code> 40 \n\n<code>adb shell appops set com.android.cts.verifier MANAGE_EXTERNAL_STORAGE 0</code> 41 \n\nTest instructions are found in the \"Using CTS Verifier\" document found at 42 <a href="https://source.android.com/compatibility/cts/verifier">https://source.android.com/compatibility/cts/verifier</a> 43 </string> 44 45 <!-- Strings for TestListActivity --> 46 <string name="test_category_audio">Audio</string> 47 <string name="test_category_camera">Camera</string> 48 <string name="test_category_car">Car</string> 49 <string name="test_category_device_admin">Device Administration</string> 50 <string name="test_category_hardware">Hardware</string> 51 <string name="test_category_networking">Networking</string> 52 <string name="test_category_sensors">Sensors</string> 53 <string name="test_category_location">Location</string> 54 <string name="test_category_security">Security</string> 55 <string name="test_category_streaming">Streaming</string> 56 <string name="test_category_features">Features</string> 57 <string name="test_category_deskclock">Clock</string> 58 <string name="test_category_jobscheduler">Job Scheduler</string> 59 <string name="test_category_telecom">Telecom</string> 60 <string name="test_category_telephony">Telephony</string> 61 <string name="test_category_tunnel">Tunnel Mode</string> 62 <string name="test_category_tv">TV</string> 63 <string name="test_category_instant_apps">Instant Apps</string> 64 <string name="test_category_logcat">Read Logs</string> 65 <string name="test_category_display_cutout">DisplayCutout</string> 66 <string name="test_category_other">Other</string> 67 <string name="clear">Clear</string> 68 <string name="test_results_clear_title">Remove all test results?</string> 69 <string name="test_results_clear_yes">Yes</string> 70 <string name="test_results_clear_cancel">Cancel</string> 71 <string name="test_results_cleared">Test results cleared.</string> 72 <string name="view">View</string> 73 <string name="test_results_error">Couldn\'t create test results report. Try running the 74 following command if you haven\'t yet.\n\"adb shell appops set com.android.cts.verifier 75 android:read_device_identifiers allow\" </string> 76 <string name="runtime_permissions_error">Please grant runtime permissions, otherwise, tests might fail.</string> 77 <string name="export">Export</string> 78 <string name="report_log_folder_name">ctsv-report-logs</string> 79 <string name="no_storage">Cannot save report to external storage, see log for details.</string> 80 <string name="no_storage_io_parser_exception">Cannot save report to external 81 storage, see log for details. Or try running the following command if 82 you haven\'t yet.\n\"adb shell appops set com.android.cts.verifier 83 MANAGE_EXTERNAL_STORAGE 0\"</string> 84 <string name="report_saved">Report saved to: %s</string> 85 86 <!-- Strings for IntentDrivenTestActivity --> 87 <string name="intent_not_resolved">Intent Not Resolved</string> 88 <string name="intent_not_resolved_info">The following intent could not be resolved: %1$s</string> 89 90 <!-- Strings for ReportViewerActivity --> 91 <string name="report_viewer">Report Viewer</string> 92 93 <string name="result_success">Test passed!</string> 94 <string name="result_failure">Test failed!</string> 95 96 <!-- String shared between BackupTestActivity and BackupAccessibilityTestActivity --> 97 <string name="bu_loading">Loading...</string> 98 <string name="bu_generate_error">Error occurred while generating test data...</string> 99 <string name="bu_settings">Settings</string> 100 101 <!-- Strings for BatterySaverTestActivity --> 102 <string name="battery_saver_test">Battery Saver Test</string> 103 <string name="battery_saver_test_info"> 104 This test verifies that the device provides a user affordance to enable and disable 105 Battery Saver feature. 106 </string> 107 <string name="battery_saver_test_no_battery_detected"> 108 No battery detected. This test will only work on devices that contain a battery. 109 </string> 110 <string name="battery_saver_test_unplug"> 111 Unplug the device or run \"adb shell dumpsys battery unplug\". 112 </string> 113 <string name="battery_saver_test_device_plugged_in"> 114 The device is still plugged in. 115 </string> 116 <string name="battery_saver_test_enable_bs"> 117 Look for a button that allows you to turn Battery Saver on and off. The button may be in the 118 Quick Settings section or on the Battery page of device settings. Use the button to turn 119 Battery Saver on. 120 </string> 121 <string name="battery_saver_test_disable_bs"> 122 Now use the button to turn Battery Saver off. 123 </string> 124 <string name="battery_saver_test_start_turn_bs_off"> 125 Turn Battery Saver off to begin the test. 126 </string> 127 <string name="battery_saver_test_bs_on">Battery Saver is on.</string> 128 <string name="battery_saver_test_bs_off">Battery Saver is off.</string> 129 130 <!-- Strings for Device Administration tests --> 131 <string name="da_policy_serialization_test">Policy Serialization Test</string> 132 <string name="da_policy_serialization_info">This test checks that a device policy is properly 133 saved and loaded across reboots.\n\nPress the \"Generate Policy\" button to create 134 a random policy. Then press the \"Apply Policy\" button to apply the policy. Reboot the 135 device and verify that all rows in the policy list are green. Red items indicate policy 136 settings that were not loaded properly. 137 </string> 138 <string name="da_uninstall_test">Device Admin Uninstall Test</string> 139 <string name="da_uninstall_test_info">This test checks that an active device administrator 140 can be easily uninstalled from the application details screen in a way similar to other 141 apps. This test requires CtsEmptyDeviceAdmin.apk to be installed on the device. 142 </string> 143 <string name="da_tapjacking_test">Device Admin Tapjacking Test</string> 144 <string name="da_tapjacking_test_info">This test checks that an activity cannot tapjack the 145 user by obscuring the device admin details while prompting the user to activate the admin. 146 </string> 147 <string name="car_enable_garage_monitor">Enable Garage Mode Monitor</string> 148 <string name="car_garage_mode_test">Garage Mode Test</string> 149 <string name="car_garage_mode_test_desc"> 150 This test verifies that Garage Mode runs at the end of a drive.\n\n 151 <b>Important: Please enable Wi-Fi or other connectivity for test to pass.\n\n </b> 152 Touch "Enable Garage Mode Monitor" to launch the Garage Mode verifier.\n\n 153 Turn the vehicle off and exit the vehicle (or take the proprietary action that 154 initiates shut-down of the system).\n\n 155 Do not enter or disturb the vehicle for at least 15 minutes.\n\n 156 Enter the vehicle. Re-launch the CTS-Verifier app if it is not running.\n\n 157 If Garage Mode ran as required, the pass button will be enabled.</string> 158 <string name="car_component_power_on_policy_check">Verify Component Power On Policy</string> 159 <string name="car_component_power_off_policy_check">Verify Component Power Off Policy</string> 160 <string name="car_power_policy_test">Car Power Policy Test</string> 161 <string name="car_power_policy_test_desc"> 162 This test verifies that Wi-Fi, Bluetooth and Location settings UI behaviors with respect 163 to their power policy. If the policy sets components power off, the component settings UI 164 shall be disabled. Otherwise, the settings UI shall be enabled as default.\n\n 165 First execute the\n 166 " adb shell cmd car_service apply-cts-verifier-power-off-policy"\n 167 adb shell command first and then sequentialy click first 4 buttons to check each component 168 settings UI are disabled.\n\n 169 Then, execute the\n 170 " adb shell cmd car_service apply-cts-verifier-power-on-policy"\n 171 shell command and sequential click the remaining 4 buttons to check if each component 172 settings UI is enabled.\n\n 173 For the detailed instructions, please refer to\n 174 " https://source.android.com/compatibility/cts/power-policy". 175 </string> 176 <string name="car_wifi_settings">Go to Wi-Fi settings</string> 177 <string name="car_wifi_settings_disable">Check Wi-Fi Settings Disabled</string> 178 <string name="car_bluetooth_settings_disable">Check Bluetooth Settings Disabled</string> 179 <string name="car_location_settings_disable">Check Location Settings Disabled</string> 180 <string name="car_wifi_settings_enable">Check Wi-Fi Settings Enabled</string> 181 <string name="car_bluetooth_settings_enable">Check Bluetooth Settings Enabled</string> 182 <string name="car_location_settings_enable">Check Location Settings Enabled</string> 183 <string name="car_dock_test">Car Dock Test</string> 184 <string name="car_dock_test_desc">This test ensures that car mode opens the app associated with 185 car dock when going into car mode.\n\n 186 Click on "Enable Car Mode" to start the test. Clicking on the button will either bring up a 187 disambiguation dialog asking which app to open or immediately open the CAR_DOCK application. 188 Select the "CTS Verifier" app and then "Always" if the dialog pops up. 189 This will open the CAR_DOCK application.\n\n 190 In the CAR_DOCK application, press the home button, which will enable the pass button if the 191 framework correctly tries to open the CAR_DOCK app again.</string> 192 <string name="car_mode_enable">Enable Car Mode</string> 193 <string name="car_dock_activity_text">Press the Home button</string> 194 <string name="car_launcher_test">Car Launcher Test</string> 195 <string name="car_launcher_test_desc">This test ensures that the car launcher lists apps 196 disabled by car service due to system resource overuse.\n\n 197 <b> 198 Before proceeding, check if \'com.android.cts.car.watchdog_companionapp\' 199 (aka CtsCarWatchdogCompanionApp) is installed by going to Settings > Apps. If not, 200 please install the app before proceeding.\n\n 201 </b> 202 1. Check if the CtsCarWatchdogCompanionApp is visible in car launcher\'s app grid view. If 203 it is not listed, pass the test.\n 204 2. Run the 205 \'adb shell cmd car_service watchdog-resource-overuse-kill com.android.cts.car.watchdog_companionapp\' 206 shell command to disable the app because of system resource overuse.\n 207 3. Click on \"Open Launcher\". Make sure the CtsCarWatchdogCompanionApp is displayed. If it 208 is not listed, fail the test.\n 209 4. Open CtsCarWatchdogCompanionApp from the launcher.\n\n 210 Pass the test only if the companion app opened successfully.</string> 211 <string name="car_launcher_test_button_label">Open Launcher</string> 212 <string name="gear_selection_test">Gear Selection Test</string> 213 <string name="gear_selection_test_desc">This test ensures that the 214 GEAR_SELECTION property is implemented correctly.\n\nShift the car\'s 215 gear to the expected gear value. If it is able to shift to all the 216 implemented gears then the pass button will be enabled.</string> 217 <string name="expected_gear_selection_title">Expected Gear Selection</string> 218 <string name="current_gear_selection_title">Current Gear Selection</string> 219 <string name="parking_brake_on_test">PARKING_BRAKE_ON Test</string> 220 <string name="parking_brake_on_test_desc">This test ensures that the 221 PARKING_BRAKE_ON property is implemented correctly.\n\nFollow the 222 instructions on the screen to engage and disengage the parking brake. When 223 the instructions are completed, the pass button will be enabled.</string> 224 <string name="current_parking_brake_on_value_title">Current PARKING_BRAKE_ON Value:</string> 225 <string name="da_no_policy">1. Press the \"Generate Policy\" to create a random device 226 policy\n\n2. Press \"Apply Policy\" to put the policy into effect.\n\n3. Reboot your 227 device and return to this test in the CTS Verifier. 228 </string> 229 <string name="da_generate_policy">Generate Policy</string> 230 <string name="da_apply_policy">Apply Policy</string> 231 <string name="da_random_policy">Random policy generated.</string> 232 <string name="da_policy_reboot">Reboot your device and return to this CTS Verifier test.</string> 233 <string name="da_password_quality">Password Quality</string> 234 <string name="da_password_quality_alphabetic">Alphabetic</string> 235 <string name="da_password_quality_alphanumeric">Alphanumeric</string> 236 <string name="da_password_quality_numeric">Numeric</string> 237 <string name="da_password_quality_something">Something</string> 238 <string name="da_password_minimum_length">Minimum Password Length</string> 239 <string name="da_maximum_failed_passwords_for_wipe">Maximum Failed Passwords for Wipe</string> 240 <string name="da_maximum_time_to_lock">Maximum Time to Lock</string> 241 <string name="da_policy_info">Expected value: %1$s\nActual value: %2$s</string> 242 243 <string name="da_screen_lock_test">Screen Lock Test</string> 244 <string name="da_screen_lock_info">This test checks that the DevicePolicyManager\'s lockNow 245 method immediately locks the screen. It should lock the screen immediately despite any 246 settings that may specify a timeout.\n\nClick the \"Force Lock\" button to lock the screen. 247 Your screen should be locked and require the password to be entered. 248 </string> 249 <string name="da_force_lock">Force Lock</string> 250 <string name="da_lock_success">It appears the screen was locked successfully!</string> 251 <string name="da_lock_error">It does not look like the screen was locked...</string> 252 253 <string name="da_install_admin_instructions"> 254 Please install the \'Test Device Admin\' app (packaged as CtsEmptyDeviceAdmin.apk) on the device. 255 </string> 256 <string name="da_admin_installed_status_text">\'Test Device Admin\' installed on the device.</string> 257 <string name="da_enable_admin_instructions">Add \'Test Device Admin\' as an active administrator on the device. 258 Tap the button below to review the device admin details and activate the administrator. 259 </string> 260 <string name="da_enable_admin_button_text">Enable admin</string> 261 <string name="da_uninstall_admin_instructions">Attempt to uninstall the app from the application details page of the \'Test Device Admin\' app. 262 You should see another screen showing the device admin details before you can uninstall the app from the device. 263 Wait till the app is uninstalled before returning to this page. 264 </string> 265 <string name="da_uninstall_admin_button_text">Launch settings</string> 266 267 <string name="da_tapjacking_overlay_app_description">This activity attempts to tapjack the activity below.\n 268 Any security sensitive controls below should not respond to taps as long as this activity is visible.</string> 269 <string name="da_tapjacking_instructions"> 270 1. Launch the device admin add screen by pressing the button below.\n 271 2. Wait for an overlaying transparent activity to show up obscuring the device admin details window.\n 272 3. The button to activate the admin should be disabled and should not register any taps.\n 273 4. Press \'back\' to exit the overlaying transparent activity.\n 274 5. Press \'back\' to exit the device admin details and return to this screen.\n 275 Pass the test if the device admin could not be activated while the details 276 window was being obscured. 277 </string> 278 <string name="da_tapjacking_instructions" product="automotive"> 279 1. Launch the device admin add screen by pressing the button below.\n 280 2. Wait for an overlaying transparent activity to show up obscuring the device admin details window.\n 281 3. The button to activate the admin should be disabled and should not register any taps.\n 282 4. Wait for the overlaying activity to finish.\n 283 5. Press \'back\' to exit the device admin details and return to this screen.\n 284 Pass the test if the device admin could not be activated while the details 285 window was being obscured. 286 </string> 287 <string name="da_tapjacking_button_text">Enable device admin</string> 288 289 <!-- Strings for RecentTaskRemovalTestActivity --> 290 <string name="remove_from_recents_test">Recent Task Removal Test</string> 291 <string name="remove_from_recents_test_info"> 292 This test verifies that an app whose task is removed from recents is not also force-stopped 293 without explicit user consent. This test requires CtsForceStopHelper.apk to be installed. 294 </string> 295 <string name="fs_test_app_install_instructions">Please install the \'Force stop helper app\' on the device.</string> 296 <string name="fs_test_app_installed_text">\'Force stop helper app\' installed on device. Proceed to the following steps.</string> 297 <string name="fs_test_app_launch_instructions"> 298 Tap the button to launch the helper activity. Then return to this screen. 299 </string> 300 <string name="fs_launch_test_app_button_text">Launch test activity</string> 301 <string name="fs_test_app_recents_instructions"> 302 Open recents and remove the task of the activity started in the previous step and return to this screen. 303 Deny any dialog that is shown asking for permission to force-stop or kill the app. 304 </string> 305 <string name="fs_force_stop_verification_pending">Verifying... Please wait.</string> 306 307 <!-- Strings for ClipboardPreviewText --> 308 <string name="clipboard_preview_test">Clipboard Preview Test</string> 309 <string name="clipboard_preview_test_info"> 310 This test verifies that clipboard contents are visible to the user when copied. 311 </string> 312 <string name="clipboard_preview_test_instructions"> 313 Press the \'Copy\' button to copy the secret code to the clipboard. 314 \n\nDo not press any other buttons or tap the clipboard UI after you press the \'Copy\' button. 315 \n\n If you see the word "FAIL" appear on screen, press Fail. 316 \n\n If you see a confirmation that content has been copied to the clipboard, press Pass. 317 \n\n If nothing happens, press Fail if this is a handheld device, otherwise press Pass. 318 </string> 319 <string name="clipboard_preview_test_secret">FAIL</string> 320 <string name="clipboard_preview_test_copy_button">Copy</string> 321 322 323 <!-- Strings for BiometricTest --> 324 <string name="biometric_test">Biometric Tests</string> 325 326 <string name="biometric_test_category_credential">1) Credential Tests</string> 327 <string name="biometric_test_category_strong">2) Strong Biometric Tests</string> 328 <string name="biometric_test_category_weak">3) Weak Biometric Tests</string> 329 <string name="biometric_test_category_combination">4) setUserAuthParams Tests</string> 330 331 <string name="biometric_test_credential_crypto_label">1a: Credential Crypto</string> 332 <string name="biometric_test_credential_crypto_instructions">This test checks that PIN/Pattern/Password successfully unlocks the relevant KeyStore operations. Please 333 ensure that you have a PIN/Pattern/Password set up.</string> 334 <string name="biometric_test_credential_crypto_timed_key_strongbox">Create and unlock timed key (StrongBox)</string> 335 <string name="biometric_test_credential_crypto_timed_key_no_strongbox">Create and unlock timed key</string> 336 337 <string name="biometric_test_ui_instruction_dialog_title">Instructions</string> 338 <string name="biometric_test_ui_instruction_dialog_contents">For the following test, please remember or write down the numbers presented in the BiometricPrompt. After authenticating, please enter the contents in the test dialog.</string> 339 <string name="biometric_test_ui_instruction_dialog_continue">Continue</string> 340 <string name="biometric_test_ui_verification_dialog_title">Please enter your recorded contents</string> 341 <string name="biometric_test_ui_verification_dialog_check">Check</string> 342 343 <string name="biometric_test_reject_continues_instruction_title">Instructions</string> 344 <string name="biometric_test_reject_continues_instruction_contents">Please authenticate with a non-enrolled biometric before authenticating with the actual enrolled biometric.</string> 345 <string name="biometric_test_reject_continues_instruction_continue">Continue</string> 346 347 <string name="biometric_test_strong_label">2a: Strong Biometrics + Crypto</string> 348 <string name="biometric_test_strong_instructions">This test checks that the Settings.ACTION_BIOMETRIC_ENROLL and its corresponding 349 EXTRA_BIOMETRIC_AUTHENTICATOR_REQUIREMENTS APIs enroll only a STRONG biometric. Please ensure that the device 350 does NOT have ANY biometrics enrolled before starting this test. After passing the first part of the test, it will check various use cases 351 when authentication is invoked with the STRONG biometric.</string> 352 <string name="biometric_test_strong_check_and_enroll_button">Start enrollment</string> 353 <string name="biometric_test_strong_authenticate_no_strongbox_button">Authenticate Crypto (without StrongBox)</string> 354 <string name="biometric_test_strong_authenticate_strongbox_button">Authenticate Crypto (with StrongBox)</string> 355 <string name="biometric_test_strong_authenticate_invalidated_button">Authenticate Key Invalidated</string> 356 <string name="biometric_test_strong_authenticate_invalidated_instruction_title">Instructions</string> 357 <string name="biometric_test_strong_authenticate_invalidated_instruction_contents">Before starting the next test, please add another enrollment to your strong biometric sensor. If only one enrollment is supported, please remove the current enrollment, then enroll.</string> 358 <string name="biometric_test_strong_authenticate_invalidated_instruction_continue">Continue</string> 359 360 <string name="biometric_test_weak_label">3a: Weak Biometrics</string> 361 <string name="biometric_test_weak_instructions">This test checks that the Settings.ACTION_BIOMETRIC_ENROLL and its corresponding 362 EXTRA_BIOMETRIC_AUTHENTICATOR_REQUIREMENTS APIs enroll a biometric that meets or exceeds WEAK. Please ensure that the device 363 does NOT have ANY biometrics enrolled before starting this test. After passing the first part of the test, it will check various use cases 364 when authentication is invoked.</string> 365 <string name="biometric_test_weak_enroll">Start enrollment</string> 366 367 <string name="biometric_test_set_user_authentication_credential_cipher_label">4a: Cipher, Credential</string> 368 <string name="biometric_test_set_user_authentication_biometric_cipher_label">4b: Cipher, Biometric</string> 369 <string name="biometric_test_set_user_authentication_biometric_credential_cipher_label">4c: Cipher, Biometric|Credential</string> 370 <string name="biometric_test_set_user_authentication_credential_signature_label">4d: Signature, Credential</string> 371 <string name="biometric_test_set_user_authentication_biometric_signature_label">4e: Signature, Biometric</string> 372 <string name="biometric_test_set_user_authentication_biometric_or_credential_signature_label">4f: Signature, Biometric|Credential</string> 373 <string name="biometric_test_set_user_authentication_credential_mac_label">4g: MAC, Credential</string> 374 <string name="biometric_test_set_user_authentication_biometric_mac_label">4h: MAC, Biometric</string> 375 <string name="biometric_test_set_user_authentication_biometric_or_credential_mac_label">4i: MAC, Biometric|Credential</string> 376 <string name="biometric_test_set_user_authentication_credential_instructions">This test checks the correctness of the KeyGenParameterSpec.Builder#setUserAuthenticationParameters(int, int) API for AUTH_DEVICE_CREDENTIAL. 377 Buttons for completed tasks will become invisible. It\'s normal for buttons to be disabled for a few seconds during this test.</string> 378 <string name="biometric_test_set_user_authentication_biometric_instructions">This test checks the correctness of the KeyGenParameterSpec.Builder#setUserAuthenticationParameters(int, int) API for AUTH_BIOMETRIC_STRONG. 379 Buttons for completed tasks will become invisible. It\'s normal for buttons to be disabled for a few seconds during this test.</string> 380 <string name="biometric_test_set_user_authentication_biometric_or_credential_instructions">This test checks the correctness of the KeyGenParameterSpec.Builder#setUserAuthenticationParameters(int, int) API for AUTH_BIOMETRIC_STRONG|AUTH_DEVICE_CREDENTIAL. 381 Buttons for completed tasks will become invisible. It\'s normal for buttons to be disabled for a few seconds during this test.</string> 382 <!-- no strongbox--> 383 <string name="biometric_test_set_user_authentication_credential_per_use_auth_with_credential">auth-per-use key with credential</string> 384 <string name="biometric_test_set_user_authentication_credential_duration_auth_with_credential">time-based key with credential</string> 385 <string name="biometric_test_set_user_authentication_credential_per_use_auth_with_biometric">auth-per-use key with biometric</string> 386 <string name="biometric_test_set_user_authentication_credential_duration_auth_with_biometric">time-based key with biometric</string> 387 <!-- strongbox --> 388 <string name="biometric_test_set_user_authentication_credential_per_use_auth_with_credential_strongbox">auth-per-use key with credential (strongbox)</string> 389 <string name="biometric_test_set_user_authentication_credential_duration_auth_with_credential_strongbox">time-based key with credential (strongbox)</string> 390 <string name="biometric_test_set_user_authentication_credential_per_use_auth_with_biometric_strongbox">auth-per-use key with biometric (strongbox)</string> 391 <string name="biometric_test_set_user_authentication_credential_duration_auth_with_biometric_strongbox">time-based key with biometric (strongbox)</string> 392 393 <!-- Strings for user consent for logs test --> 394 <string name="read_logs_text">User Consent for Device Logs Test</string> 395 <string name="read_logs_fg_allow_text">User Consent for Device Logs Allow in Foreground Test</string> 396 <string name="read_logs_fg_deny_text">User Consent for Device Logs Deny in Foreground Test</string> 397 <string name="read_logs_bg_text">User Consent for Device Logs in Instrumentation Test</string> 398 <string name="read_logs_test_info">This test verifies that user consent for per-use prompt is working properly.\nThe test assumes READ_LOGS permission is granted to the app.\nStart this test by clicking \"User Consent for Device Logs Allow in Foreground Test\" button.\nWhen the process is running in foreground, a user will see a prompt. Once a user clicks the prompt, users have an option to choose \"Allow one-time access\" or \"Don\'t Allow\". Choose \"Allow one-time access\" for the \"ALLOW\" test case and \"Don\'t Allow\" for the \"DENY\" test case.\nThe test results can be judged by the adb logcat prints from command \"adb logcat -b all -s ReadLogsTestActivity:*\"\n\"ReadLogsTestActivity: Logcat system allow log contains e.g.: true lineCount: 11 larger than: true\" shows the success of the \"ALLOW\" test case and\n\"ReadLogsTestActivity: Logcat system deny line count:0\" shows the success of the \"DENY\" test case.</string> 399 400 <!-- Strings for lock bound keys test --> 401 <string name="sec_lock_bound_key_test">Lock Bound Keys Test</string> 402 <string name="sec_lock_bound_key_test_info"> 403 This test ensures that Keystore cryptographic keys that are bound to lock screen authentication 404 are unusable without a recent enough authentication. You need to set up a screen lock in order to 405 complete this test. If available, this test should be run by using fingerprint authentication 406 as well as PIN/pattern/password authentication. 407 </string> 408 409 <string name="sec_fingerprint_bound_key_test">Fingerprint Bound Keys Test</string> 410 <string name="sec_fingerprint_bound_key_test_info"> 411 This test ensures that Keystore cryptographic keys that are bound to fingerprint authentication 412 are unusable without an authentication. You need to set up a fingerprint order to 413 complete this test. 414 </string> 415 <string name="sec_fp_dialog_message">Authenticate now with fingerprint</string> 416 <string name="sec_fp_auth_failed">Authentication failed</string> 417 <string name="sec_start_test">Start Test</string> 418 419 <!-- Strings for protected confirmation test --> 420 <string name="sec_protected_confirmation_test">Android Protected Confirmation Test</string> 421 <string name="sec_protected_confirmation_test_info"> 422 This test ensures that - if Android Protected Confirmation is supported by the device under 423 test - the user is able to see the confirmation message and confirm it. It also assures that 424 Keymaster signs a message with a confirmation key only if the message was previously 425 confirmed by the user. 426 </string> 427 <string name="sec_protected_confirmation_not_supported_title">Not Supported</string> 428 <string name="sec_protected_confirmation_not_supported_info"> 429 Android Protected Confirmation is not implemented by this device. This is okay because this 430 is an optional feature. Set this test to passed and continue. 431 </string> 432 <string name="sec_protected_confirmation_message">This is a CtsVerifier test message!</string> 433 <string name="sec_protected_confirmation_tee_test">Start Tee Test</string> 434 <string name="sec_protected_confirmation_strongbox_test">Start Strongbox Test</string> 435 436 <!-- Strings for IdentityAuthPerPresenation --> 437 <string name="sec_identity_credential_authentication_test">Identity Credential Authentication</string> 438 <string name="sec_identity_credential_authentication_test_info"> 439 This test ensures that data elements in Identity Credential documents protected by user 440 authentication with timeout 0 can only be accessed once per reader session. 441 </string> 442 443 <!-- Strings for IdentityAuthPerPresenationMultiDocument --> 444 <string name="sec_identity_credential_authentication_multi_document_test">Identity Credential Authentication Multi-Document</string> 445 <string name="sec_identity_credential_authentication_multi_document_test_info"> 446 This test is for Identity Credential presentations with multiple documents. 447 </string> 448 449 <string name="sec_unlocked_device_required_test">Unlocked Device Required</string> 450 <string name="sec_unlocked_device_required_test_info"> 451 This test ensures that keys created with setUnlockedDeviceRequired are usable when the 452 screen is unlocked but not when it is locked. 453 </string> 454 455 <!-- Strings for BluetoothActivity --> 456 <string name="bluetooth_test">Bluetooth Test</string> 457 <string name="bluetooth_test_info"> 458 The Bluetooth Control tests check whether or not the device 459 can disable and enable Bluetooth properly. 460 \n\nThe Bluetooth tests require two devices, and Bluetooth data is exchanged between them. 461 \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. 462 \nThis is a list of the tests: 463 \nThis Device x Other Device 464 \n\n\"Bluetooth LE Insecure Client Test\" x \"Bluetooth LE Insecure Server Test\" 465 \n\n\"Bluetooth LE Insecure Server Test\" x \"Bluetooth LE Insecure Client Test\" 466 \n\n\"Bluetooth LE Secure Client Test\" x \"Bluetooth LE Secure Server Test\" 467 \n\n\"Bluetooth LE Secure Server Test\" x \"Bluetooth LE Secure Client Test\" 468 \n\n\"Bluetooth LE CoC Insecure Server Test\" x \"Bluetooth LE CoC Insecure Client Test\" 469 \n\n\"Bluetooth LE CoC Insecure Client Test\" x \"Bluetooth LE CoC Insecure Server Test\" 470 \n\n\"Bluetooth LE CoC Secure Server Test\" x \"Bluetooth LE CoC Secure Client Test\" 471 \n\n\"Bluetooth LE CoC Secure Client Test\" x \"Bluetooth LE CoC Secure Server Test\" 472 \n\nThe Device Communication tests require two 473 devices to pair and exchange messages. The two devices must be: 474 \n\n1. a candidate device implementation running the software build to be tested 475 \n\n2. a separate device implementation already known to be compatible 476 </string> 477 478 <string name="bt_control">Bluetooth Control</string> 479 <string name="bt_device_communication">Device Communication</string> 480 <string name="bt_le">Bluetooth LE</string> 481 <string name="bt_hid">Bluetooth HID</string> 482 <string name="bt_le_coc">Bluetooth LE CoC</string> 483 484 <string name="bt_toggle_bluetooth">Toggle Bluetooth</string> 485 <string name="bt_toggle_instructions">Disable and enable Bluetooth to successfully complete this test.</string> 486 <string name="bt_enable_bluetooth">Enable Bluetooth</string> 487 <string name="bt_disable_bluetooth">Disable Bluetooth</string> 488 <string name="bt_disabling">Disabling Bluetooth...</string> 489 <string name="bt_disabling_error">Could not disable Bluetooth...</string> 490 491 <string name="ble_coc_insecure_client_test_list_name">Bluetooth LE CoC Insecure Client Test</string> 492 <string name="ble_coc_insecure_client_test_list_info"> 493 The Bluetooth LE CoC test must be done simultaneously on two devices. This device is the client. 494 All tests listed here must be done without pairing. Tap \"Bluetooth LE CoC Insecure Server Test\" on the other device. 495 \n\nTap \"01 Bluetooth LE CoC Client Test\" on this device, then tap \"01 Bluetooth LE CoC Server Test\" on the other device. 496 \nWhen the test is complete, move to the next item. You must complete all tests. 497 </string> 498 <string name="ble_coc_insecure_client_test_info"> 499 The Bluetooth LE CoC test must be done simultaneously on two devices. This device is the client. 500 All tests listed here must be done without pairing. 501 </string> 502 <string name="ble_coc_insecure_server_test_list_name">Bluetooth LE CoC Insecure Server Test</string> 503 <string name="ble_coc_insecure_server_test_list_info"> 504 This test is mostly automated, but requires some user interaction. 505 Once the list items below have check marks, the test is complete. 506 \n\nTap \"01 Bluetooth LE CoC Server Test\" on this device, then tap \"01 Bluetooth LE CoC Client Test\" on the other device. 507 \nWhen the test is complete, move to the next item. You must complete all tests. 508 </string> 509 510 <string name="ble_coc_secure_client_test_list_name">Bluetooth LE CoC Secure Client Test</string> 511 <string name="ble_coc_secure_client_test_list_info"> 512 The Bluetooth LE CoC test must be done simultaneously on two devices. This device is the client. 513 All tests listed here must be done with pairing. Tap \"Bluetooth LE CoC Secure Server Test\" on the other device. 514 \n\nTap \"01 Bluetooth LE CoC Client Test\" on this device, then tap \"01 Bluetooth LE CoC Server Test\" on the other device. 515 \nWhen the test is complete, move to the next item. You must complete all tests. 516 </string> 517 <string name="ble_coc_secure_client_test_info"> 518 The Bluetooth LE CoC test must be done simultaneously on two devices. This device is the client. 519 All tests listed here must be done with pairing. 520 </string> 521 <string name="ble_coc_secure_server_test_list_name">Bluetooth LE CoC Secure Server Test</string> 522 <string name="ble_coc_secure_server_test_list_info"> 523 This test is mostly automated, but requires some user interaction. 524 Once the list items below have check marks, the test is complete. 525 \n\nTap \"01 Bluetooth LE CoC Server Test\" on this device, then tap \"01 Bluetooth LE CoC Client Test\" on the other device. 526 \nWhen the test is complete, move to the next item. You must complete all tests. 527 </string> 528 529 <!-- BLE CoC client side strings --> 530 <string name="ble_coc_client_test_name">01 Bluetooth LE CoC Client Test</string> 531 <string name="ble_coc_client_le_connect">Bluetooth LE Client Connect</string> 532 <string name="ble_coc_client_get_psm">Get peer PSM value</string> 533 <string name="ble_coc_client_coc_connect">LE CoC client Connect</string> 534 <string name="ble_coc_client_check_connection_type">Check connection type</string> 535 <string name="ble_coc_client_send_data_8bytes">Send 8 bytes</string> 536 <string name="ble_coc_client_receive_data_8bytes">Receive 8 bytes</string> 537 <string name="ble_coc_client_data_exchange">Send and receive large data buffer</string> 538 539 <!-- BLE CoC server side strings --> 540 <string name="ble_coc_server_start_name">01 Bluetooth LE CoC Server Test</string> 541 <string name="ble_coc_server_le_connect">Bluetooth LE Server Connect</string> 542 <string name="ble_coc_server_create_listener">Create LE CoC listener</string> 543 <string name="ble_coc_server_psm_read">Waiting on PSM to be read</string> 544 <string name="ble_coc_server_connection">Waiting on LE CoC connection</string> 545 <string name="ble_coc_server_check_connection_type">Check connection type</string> 546 <string name="ble_coc_server_receive_data_8bytes">Waiting to receive 8 bytes</string> 547 <string name="ble_coc_server_send_data_8bytes">Sending 8 bytes</string> 548 <string name="ble_coc_server_data_exchange">Send and receive large data buffer</string> 549 550 <string name="bt_connection_access_server">Connection Access Server</string> 551 <string name="bt_connection_access_client">Connection Access Client</string> 552 <string name="bt_connection_access_server_info"> 553 Start the CTS Verifier on another device, start the Bluetooth test, and choose 554 \"Connection Access Client\" to setup the test. 555 \n\nFirst, unpair the devices via Bluetooth settings. Then connect the devices together 556 using the \"Make Discoverable\" and \"Pick Server\" buttons. 557 \n\nA connection access request should appear on the server and enable the pass button. 558 </string> 559 <string name="bt_connection_access_client_info"> 560 Start the CTS Verifier on another device, start the Bluetooth test, and choose 561 \"Connection Access Server\" to complete the test. 562 \n\nMake the device acting as the server discoverable and connect to it via the 563 \"Pick Server\" button. Check that the server displays the connection access request 564 dialog. The client device does not need to do anything else. 565 </string> 566 <string name="bt_ca_dialog">Was the connection access request dialog shown?</string> 567 <string name="bt_ca_tips"> 568 Tap the \"Bluetooth Settings\" button and check that both devices are not paired 569 before running the test. 570 \n\nUse the \"Make Discoverable\" and \"Pick Server\" buttons to connect the two Bluetooth 571 devices together and start the test. 572 </string> 573 574 <!-- Strings for HidHost and HidDevice activity --> 575 <string name="bt_hid_host_test_name">Bluetooth HID Host Test</string> 576 <string name="bt_hid_host_test_info"> 577 Start the CTS Verifier on another device, start the Bluetooth test, and choose 578 \"Bluetooth HID Device\" to complete the test. 579 \n\nClick \"Register app\" and \"Make discoverable\" on another device first, and click 580 \"Select device\". Choose the device from device picker. If the remote device is already 581 paired, unpair it first from system Settings. 582 \n\nAfter the remote device completes the \"Send_report\" command, text \"bluetooth\" should 583 appear in the EditText. Mark the test as passed. 584 \n\n If the device under test (DUT) does not have Bluetooth HID Host service or HID Device 585 service enabled, mark the test as passed. 586 </string> 587 <string name="bt_hid_host">Bluetooth HID Host</string> 588 <string name="bt_hid_host_select_device">Select device</string> 589 590 <string name="bt_hid_device_test_name">Bluetooth HID Device Test</string> 591 <string name="bt_hid_device_test_info"> 592 Start the CTS Verifier on another device, start the Bluetooth test, and choose 593 \"Bluetooth HID Host\" to complete the test. 594 \n\nFirst, click the \"Register app\" button, and click the \"Make discoverable\" button. 595 \n\nThen, on another device, click the \"Select device" button, and choose this device. 596 \n\nWait until the dialog shows up for pairing two devices. 597 \n\nFinally, click the \"Test send_report\", \"Test reply_report\", \"Test report_error\". 598 \n\nIf all the commands are successful, then click \"Unregister app\" and mark the test as 599 passed. 600 \n\n If the device under test (DUT) does not have Bluetooth HID Host service or HID Device 601 service enabled, mark the test as passed. 602 </string> 603 604 <string name="bt_hid_device">Bluetooth HID Device</string> 605 <string name="bt_hid_device_register">Register app</string> 606 <string name="bt_hid_device_unregister">Unregister app</string> 607 <string name="bt_hid_device_send_report">Test Send_report</string> 608 <string name="bt_hid_device_reply_report">Test Reply_report</string> 609 <string name="bt_hid_device_report_error">Test Report_error</string> 610 611 612 <string name="bt_secure_server">Secure Server</string> 613 <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> 614 <string name="bt_insecure_server">Insecure Server</string> 615 <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> 616 <string name="bt_waiting">Waiting for client...</string> 617 <string name="bt_listening">Listening...</string> 618 <string name="bt_connecting">Connecting...</string> 619 <string name="bt_connected">Connected</string> 620 <string name="bt_received_messages">Received Messages</string> 621 <string name="bt_sent_messages">Sent Messages</string> 622 <string name="bt_no_messages">No messages</string> 623 <string name="bt_make_discoverable">Make Discoverable</string> 624 <string name="bt_pick_server">Pick Server</string> 625 <string name="bt_insecure_pairing_error_title">Pairing dialog shown?</string> 626 <string name="bt_insecure_pairing_error_message">Insecure connections should not show the pairing dialog!</string> 627 <string name="bt_advertise_unsupported_title">Advertising is not supported</string> 628 <string name="bt_advertise_unsupported_message">Advertising is not supported on this device.\nTest finishes.</string> 629 <string name="bt_open_failed_title">BLE open failed</string> 630 <string name="bt_open_failed_message">Cannot open BLE GattService.\nTest finishes.</string> 631 <string name="bt_add_service_failed_title">Add service failed</string> 632 <string name="bt_add_service_failed_message">Failed to add services.\nTest finishes.</string> 633 634 <string name="bt_secure_client">Secure Client</string> 635 <string name="bt_insecure_client">Insecure Client</string> 636 637 <string name="bt_device_picker">Device Picker</string> 638 <string name="bt_paired_devices">Paired Devices</string> 639 <string name="bt_new_devices">New Devices</string> 640 <string name="bt_no_devices">No devices</string> 641 <string name="bt_scan">Scan for Devices</string> 642 <string name="bt_scanning">Scanning...</string> 643 <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> 644 <string name="bt_settings">Bluetooth Settings</string> 645 646 <!-- BLE client side strings --> 647 <string name="ble_client_service_name">Bluetooth LE GATT Client Handler Service</string> 648 <string name="ble_client_test_name">01 Bluetooth LE Client Test</string> 649 <string name="ble_client_connect_name">Bluetooth LE Client Connect</string> 650 <string name="ble_discover_service_name">Bluetooth LE Discover Service</string> 651 <string name="ble_read_characteristic_name">Bluetooth LE Read Characteristic</string> 652 <string name="ble_write_characteristic_name">Bluetooth LE Write Characteristic</string> 653 <string name="ble_reliable_write_name">Bluetooth LE Reliable Write</string> 654 <string name="ble_reliable_write_bad_resp_name">Bluetooth LE Reliable Write (receive bad response)</string> 655 <string name="ble_notify_characteristic_name">Bluetooth LE Notify Characteristic</string> 656 <string name="ble_read_descriptor_name">Bluetooth LE Read Descriptor</string> 657 <string name="ble_write_descriptor_name">Bluetooth LE Write Descriptor</string> 658 <string name="ble_read_rssi_name">Bluetooth LE Read RSSI</string> 659 <string name="ble_read_phy_name">Bluetooth LE Read PHY</string> 660 <string name="ble_on_service_changed">Bluetooth LE On Service Changed</string> 661 <string name="ble_client_disconnect_name">Bluetooth LE Client Disconnect</string> 662 <string name="ble_insecure_client_test_info"> 663 The Bluetooth LE test must be done simultaneously on two devices. This device is the client. 664 All tests listed here must be done without pairing. 665 </string> 666 <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> 667 <string name="ble_discover_service_info">Verify that the service is discovered when you press the "Discover Service" button.</string> 668 <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> 669 <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> 670 <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> 671 <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> 672 <string name="ble_client_disconnect_info">Verify that the device is disconnected when you press the "Disconnect" button</string> 673 <string name="ble_address">Bluetooth address</string> 674 <string name="ble_connect">Connect</string> 675 <string name="ble_discover_service">Discover service</string> 676 <string name="ble_write_hint">Nothing to write yet</string> 677 <string name="ble_read_hint">Nothing read yet</string> 678 <string name="ble_write">Write</string> 679 <string name="ble_read">Read</string> 680 <string name="ble_begin_write">Begin write</string> 681 <string name="ble_execute_write">Execute write</string> 682 <string name="ble_begin_notification">Begin notification</string> 683 <string name="ble_stop_notification">Stop notification</string> 684 <string name="ble_waiting_notification">Waiting on notification</string> 685 <string name="ble_read_rssi">Read RSSI</string> 686 <string name="ble_disconnect">Disconnect</string> 687 <string name="ble_test_text">TEST</string> 688 <string name="ble_test_finished">Test finished</string> 689 <string name="ble_test_next">Next</string> 690 <string name="ble_test_running">Test Running</string> 691 <string name="ble_test_running_message">This test requires a few minutes. Don\'t interrupt the test.</string> 692 <string name="ble_mtu_23_name">Bluetooth LE Request MTU(23bytes)</string> 693 <string name="ble_mtu_512_name">Bluetooth LE Request MTU(512bytes)</string> 694 695 <!-- BLE server side strings --> 696 <string name="ble_server_service_name">Bluetooth LE GATT Server Handler Service</string> 697 <string name="ble_server_start_name">01 Bluetooth LE Server Test</string> 698 <string name="ble_server_start_info"> 699 The Bluetooth LE test must be done simultaneously on two devices, a server device and a client device. This device is the server. 700 </string> 701 <string name="ble_server_receiving_connect">Waiting on connection from Bluetooth LE client.</string> 702 <string name="ble_server_add_service">Adding service to Bluetooth LE server.</string> 703 <string name="ble_server_write_characteristic">Waiting on write characteristic request</string> 704 <string name="ble_server_read_characteristic">Waiting on read characteristic request</string> 705 <string name="ble_server_write_descriptor">Waiting on write descriptor request</string> 706 <string name="ble_server_read_descriptor">Waiting on read descriptor request</string> 707 <string name="ble_server_reliable_write">Waiting on reliable write from client</string> 708 <string name="ble_server_reliable_write_bad_resp">Waiting on reliable write from client (send bad response)</string> 709 <string name="ble_server_service_changed_indication">Waiting on service changed indication</string> 710 <string name="ble_server_receiving_disconnect">Waiting on disconnection from Bluetooth LE client</string> 711 <string name="ble_connection_priority_server_name">02 Bluetooth LE Connection Priority Server Test</string> 712 <string name="ble_connection_priority_server_info">Bluetooth LE Connection Priority Server receive message from message in 3 different priority.</string> 713 <string name="ble_server_notify_characteristic">Waiting on notify characteristic request</string> 714 <string name="ble_server_write_characteristic_without_permission">Waiting on write characteristic request without permission</string> 715 <string name="ble_server_read_characteristic_without_permission">Waiting on read characteristic request without permission</string> 716 <string name="ble_server_write_descriptor_without_permission">Waiting on write descriptor request without permission</string> 717 <string name="ble_server_read_descriptor_without_permission"> Waiting on read descriptor request without permission</string> 718 <string name="ble_server_write_characteristic_need_encrypted">Waiting on write encrypted characteristic request</string> 719 <string name="ble_server_read_characteristic_need_encrypted">Waiting on read encryptedcharacteristic request</string> 720 <string name="ble_server_write_descriptor_need_encrypted">Waiting on write encrypted descriptor request</string> 721 <string name="ble_server_read_descriptor_need_encrypted"> Waiting on read encrypted descriptor request</string> 722 <string name="ble_server_indicate_characteristic">Waiting on indicate characteristic request</string> 723 <string name="ble_server_mtu_23bytes">Waiting on MTU request(23 bytes)</string> 724 <string name="ble_server_mtu_512bytes">Waiting on MTU request(512 bytes)</string> 725 <string name="ble_encrypted_server_name">03 Bluetooth LE Encrypted Server Test</string> 726 <string name="ble_encrypted_server_info">Bluetooth LE Encrypted Server Waiting on read/write characteristic and descriptor request need encrypted.</string> 727 <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> 728 <string name="ble_insecure_server_test_list_name">Bluetooth LE Insecure Server Test</string> 729 <string name="ble_insecure_server_test_list_info"> 730 This test is mostly automated, but requires some user interaction. 731 Once the list items below have check marks, the test is complete. 732 \n\nTap \"01 Bluetooth LE Server Test\" on this device, then tap \"01 Bluetooth LE Client Test\" on the other device. 733 \nWhen the test is complete, move to the next item. You must complete all tests. 734 </string> 735 <string name="ble_secure_server_test_list_name">Bluetooth LE Secure Server Test</string> 736 <string name="ble_secure_server_test_list_info"> 737 This test is mostly automated, but requires some user interaction. 738 You can pass this test once the list items below are checked. 739 \n\nTap \"01 Bluetooth LE Server Test\" on this device, then tap \"01 Bluetooth LE Client Test \"on other device. 740 \nTest completed, then test next item. You must be done all tests. 741 </string> 742 743 <!-- BLE advertiser side strings --> 744 <string name="ble_advertiser_test_name">Bluetooth LE Advertiser Test</string> 745 <string name="ble_advertiser_test_info"> 746 The Bluetooth LE Advertiser Test and Scanner Test is a paired test. 747 \nTap \"Bluetooth LE Advertiser Test\" on this device. Once it is passed, tap \"Bluetooth LE Scanner Test\". 748 \nTap \"Bluetooth LE Scanner Test\" on this device. Once it is passed, tap \"Bluetooth LE Advertiser Test\". 749 </string> 750 <string name="ble_advertiser_service_name">Bluetooth LE Advertiser Handler Service</string> 751 <string name="ble_privacy_mac_name">Bluetooth LE Privacy Mac</string> 752 <string name="ble_privacy_mac_info">Bluetooth LE Advertiser should advertise in non-repeating MAC address.</string> 753 <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> 754 <string name="ble_power_level_name">Bluetooth LE Tx Power Level</string> 755 <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> 756 <string name="ble_advertiser_power_level_instruction"> 757 Click start to start multi-advertising. Data packets are advertised in 4 different power levels. 758 You may receive a message that this device does not support multi-advertising. 759 If the advertiser does not advertise in 4 power levels, and you do not receive an error message, 760 you may not have stopped advertising in the previous test, or this device may not support 4 advertisers at the same time. 761 Try rebooting the device and running the test again to free those advertisers in use. 762 </string> 763 <string name="ble_advertiser_scan_filter_name">Bluetooth LE Hardware Scan Filter</string> 764 <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> 765 <string name="ble_advertiser_scannable">Scannable advertising</string> 766 <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> 767 <string name="ble_advertiser_unscannable">Unscannble advertising</string> 768 <string name="ble_advertiser_unscannable_instruction">Start unscannable advertising, expect scanner stay calm on Monsoon monitor, no log of GattService from scanner logcat.</string> 769 <string name="ble_advertiser_start">Start</string> 770 <string name="ble_advertiser_stop">Stop</string> 771 772 <!-- BLE scanner side strings --> 773 <string name="ble_scanner_test_name">Bluetooth LE Scanner Test</string> 774 <string name="ble_scanner_service_name">Bluetooth LE Scanner Handler Service</string> 775 <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> 776 <string name="ble_scanner_privacy_mac">Hold for 15 min to see if receive a different MAC address from advertiser.</string> 777 <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> 778 <string name="ble_ultra_low">Ultra low</string> 779 <string name="ble_low">Low</string> 780 <string name="ble_medium">Medium</string> 781 <string name="ble_high">High</string> 782 <string name="ble_scanner_power_level_instruction">Count: Ultra low < low < medium < high\nRssi: Ultra low < low < medium < high\nDistance to see count freezing: Ultra low < low < medium < 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> 783 <string name="ble_scanner_scan_filter_name">BLE Hardware Scan Filter</string> 784 <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> 785 <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> 786 <string name="ble_scan_with_filter">Scan with filter</string> 787 <string name="ble_scan_without_filter">Scan without filter</string> 788 <string name="ble_scan_start">Start scan</string> 789 <string name="ble_scan_stop">Stop scan</string> 790 791 <!-- BLE Advertising Set test strings --> 792 <string name="ble_advertising_set_test_name">Bluetooth LE Advertising Set Test</string> 793 <string name="ble_advertising_set_test_info">Bluetooth LE Advertising Set tests AdvertisingSet and AdvertisingSetCallback APIs.</string> 794 <string name="ble_advertising_set_test_instruction">Press the \"Start Test\" button. UI thread may freeze for a few seconds while enabling/disabling bluetooth adapter.</string> 795 <string name="ble_advertising_set_start_test">Start Test</string> 796 <string name="ble_advertising_set_running_test">Running Test...</string> 797 <string name="ble_advertising_set_finished_test">Finished Test</string> 798 <string name="ble_advertising_set_start">Starting advertising set.</string> 799 <string name="ble_advertising_set_enable_disable">Enabling/Disabling advertising set.</string> 800 <string name="ble_advertising_set_advertising_data">Setting advertising data.</string> 801 <string name="ble_advertising_set_advertising_params">Setting advertising parameters.</string> 802 <string name="ble_advertising_set_periodic_advertising_data">Setting periodic advertising data.</string> 803 <string name="ble_advertising_set_periodic_advertising_enabled_disabled">Enabling/Disabling periodic advertising.</string> 804 <string name="ble_advertising_set_periodic_advertising_params">Setting periodic advertising parameters.</string> 805 <string name="ble_advertising_set_scan_response_data">Setting scan response data.</string> 806 <string name="ble_advertising_set_stop">Stopping advertising set.</string> 807 808 <!-- BLE connection priority test strings --> 809 <string name="ble_client_connection_priority">Testing connection priority switching </string> 810 <string name="ble_server_connection_priority_result_passed">All test passed</string> 811 <string name="ble_server_connection_priority_result_failed">Test failed.</string> 812 <string name="ble_server_connection_priority_result_intervals"> 813 Transfer interval time (msec):\nHIGH=%1$d\nBALANCED=%2$d\nLOW=%3$d\n\nRequirements:\n HIGH <= BALANCED <= LOW 814 </string> 815 816 <!-- BLE Test Name --> 817 <string name="ble_secure_client_test_name">Bluetooth LE Secure Client Test</string> 818 <string name="ble_insecure_client_test_name">Bluetooth LE Insecure Client Test</string> 819 <string name="ble_secure_server_test_name">Bluetooth LE Secure Server Test</string> 820 <string name="ble_insecure_server_test_name">Bluetooth LE Insecure Server Test</string> 821 822 <string name="ble_coc_secure_client_test_name">Bluetooth LE CoC Secure Client Test</string> 823 <string name="ble_coc_insecure_client_test_name">Bluetooth LE CoC Insecure Client Test</string> 824 <string name="ble_coc_secure_server_test_name">Bluetooth LE CoC Secure Server Test</string> 825 <string name="ble_coc_insecure_server_test_name">Bluetooth LE CoC Insecure Server Test</string> 826 827 <string name="ble_read_characteristic_nopermission_name">Bluetooth LE Read Characteristic Without Perrmission</string> 828 <string name="ble_write_characteristic_nopermission_name">Bluetooth LE Write Characteristic Without Permission</string> 829 <string name="ble_read_descriptor_nopermission_name">Bluetooth LE Read Descriptor Without Perrmission</string> 830 <string name="ble_write_descriptor_nopermission_name">Bluetooth LE Write Descriptor Without Permission</string> 831 <string name="ble_connection_priority_client_name">02 Bluetooth LE Connection Priority Client Test</string> 832 <string name="ble_connection_priority_client_info">Bluetooth LE Connection Priority Client send message in 3 different priority.</string> 833 <string name="ble_read_authenticated_characteristic_name">Bluetooth LE Read Encrypted Characteristic</string> 834 <string name="ble_write_authenticated_characteristic_name">Bluetooth LE Write Encrypted Characteristic</string> 835 <string name="ble_read_authenticated_descriptor_name">Bluetooth LE Read Encrypted Descriptor</string> 836 <string name="ble_write_authenticated_descriptor_name">Bluetooth LE Write Encrypted Descriptor</string> 837 <string name="ble_connection_priority_client_description">Client Switching Connection Priority</string> 838 <string name="ble_indicate_characteristic_name">Bluetooth LE Indicate Characteristic</string> 839 <string name="ble_encrypted_client_name">03 Bluetooth LE Encrypted Client Test</string> 840 <string name="ble_encrypted_client_info">Bluetooth LE Encrypted Client read/write on characteristic and descriptor need encrypted.</string> 841 <string name="ble_insecure_client_test_list_name">Bluetooth LE Insecure Client Test</string> 842 <string name="ble_insecure_client_test_list_info"> 843 The Bluetooth LE test must be done simultaneously on two devices. This device is the client. 844 All tests listed here must be done without pairing. Tap \"Bluetooth LE Insecure Server Test\" on the other device. 845 \n\nTap \"01 Bluetooth LE Client Test\" on this device, then tap \"01 Bluetooth LE Server Test\" on the other device. 846 \nWhen the test is complete, move to the next item. You must complete all tests. 847 </string> 848 <string name="ble_secure_client_test_list_name">Bluetooth LE Secure Client Test</string> 849 <string name="ble_secure_client_test_list_info"> 850 The Bluetooth LE test must be done simultaneously on two devices. 851 This device is the client. All tests listed here must be done with pairing. 852 \n\nTap \"01 Bluetooth LE Client Test\" on this device, then tap \"01 Bluetooth LE Server Test\" on the other device. 853 \nWhen the test is complete, move to the next item. You must complete all tests. 854 </string> 855 <string name="ble_encrypted_client_no_encrypted_characteristic">Error!\nThe Characteristics unencrypted.</string> 856 <string name="ble_encrypted_client_no_encrypted_descriptor">Error!\nThe Descriptor unencrypted.</string> 857 <string name="ble_encrypted_client_fail_write_encrypted_characteristic">It failed to write to Characteristic.</string> 858 <string name="ble_encrypted_client_fail_write_encrypted_descriptor">It failed to write to Descriptor.</string> 859 <string name="ble_encrypted_client_fail_read_encrypted_characteristic">It failed to read the Characteristic.</string> 860 <string name="ble_encrypted_client_fail_read_encrypted_descriptor">It failed to read the Descriptor.</string> 861 <string name="ble_secure_client_test_info"> 862 The Bluetooth LE test must be done simultaneously on two devices. This device is the client. 863 All tests listed here must be done with pairing. 864 </string> 865 866 <string name="ble_bluetooth_disable_title">Bluetooth Disable!</string> 867 <string name="ble_bluetooth_disable_message">Please set bluetooth enable.</string> 868 869 <string name="ble_bluetooth_mismatch_title">Bluetooth pairing state is a mismatch!</string> 870 <string name="ble_bluetooth_mismatch_secure_message"> 871 And even though it has already been trying to run a test of Secure, the device has not been paired. 872 \nGo setting mode, set Bluetooth to pair other device. 873 </string> 874 <string name="ble_bluetooth_mismatch_insecure_message"> 875 And even though it has already been trying to run a test of Insecure, the device has already been paired. 876 \nGo setting mode, set Bluetooth to unpair other device. 877 </string> 878 879 <string name="ble_mtu_mismatch_message">MTU is not correct.(Request:%1$d, Actual:%2$d)</string> 880 <string name="ble_mtu_fail_message">MTU test: failed to receive data</string> 881 882 <!-- Strings for CompanionDeviceTestActivity --> 883 <string name="companion_test">Companion Device Test</string> 884 <string name="companion_test_info"> 885 This test checks that APIs to manage companion devices are working correctly, 886 including showing the dialog to the user to verify a device, as well as updating an internal 887 record once the user made the choice and then removing it.\n\n 888 Before proceeding, make sure you have a bluetooth device nearby and discoverable. 889 Also, make sure that bluetooth is turned on for this device. 890 Once you press the button, wait for a dialog to pop up and select your device from the list. 891 </string> 892 893 <!-- Strings for CompanionDeviceServiceTestActivity --> 894 <string name="companion_service_associate_button">Associate</string> 895 <string name="companion_service_associate_title">Device Association</string> 896 <string name="companion_service_associate_text"> 897 Press the "Associate" button. Wait for a dialog to pop up and select your device from the 898 list. 899 </string> 900 <string name="companion_service_bluetooth_feature_title">Bluetooth Feature Supported</string> 901 <string name="companion_service_bluetooth_feature_text"> 902 PackageManager.FEATURE_BLUETOOTH not supported. This test is not applicable. 903 </string> 904 <string name="companion_service_disassociate_button">Disassociate</string> 905 <string name="companion_service_disassociate_title">Device Disassociation</string> 906 <string name="companion_service_disassociate_text"> 907 Press the "Disassociate" button. Wait for the device to disassociate. 908 </string> 909 <string name="companion_service_present_title">Device Present</string> 910 <string name="companion_service_present_text"> 911 Make your Bluetooth device reachable (this should already be the case from the previous step). 912 Wait until your Bluetooth device is detected by CDM. This may take up to 2 minutes. 913 </string> 914 <string name="companion_service_gone_title">Device Gone</string> 915 <string name="companion_service_gone_text"> 916 Make your Bluetooth device unreachable by placing your bluetooth device inside an RF Bag or 917 powering it off. 918 Wait until your Bluetooth device disappears. This may take up to 2 minutes. 919 </string> 920 <string name="companion_service_test">Companion Device Service Test</string> 921 <string name="companion_service_test_info"> 922 This test checks that APIs to notify the companion app of its associated device going in and 923 out of Bluetooth range are working correctly.\n\n 924 Before proceeding, make sure that you have a Bluetooth LE device nearby and 925 discoverable. Also, make sure that bluetooth is turned on. (Note: the nearby device cannot 926 be a phone) 927 </string> 928 <string name="companion_service_test_summary_title">Test Complete</string> 929 <string name="companion_service_test_summary">Every test passed successfully.</string> 930 931 <!-- Strings for FeatureSummaryActivity --> 932 <string name="feature_summary">Hardware/Software Feature Summary</string> 933 <string name="feature_summary_info">This is a test for...</string> 934 <string name="fs_disallowed">WARNING: device reports a disallowed feature name</string> 935 <string name="fs_missing_wifi_telephony">WARNING: device reports neither WiFi nor telephony</string> 936 <string name="fs_no_data">No data.</string> 937 <string name="fs_legend_good">standard feature reported by device</string> 938 <string name="fs_legend_indeterminate">optional feature not reported by device</string> 939 <string name="fs_legend_warning">non-standard feature reported by device</string> 940 <string name="fs_legend_error">required feature not reported, or forbidden feature reported</string> 941 942 <string name="empty"></string> 943 944 <!-- Strings for HifiUltrasoundTestActivity --> 945 <string name="hifi_ultrasound_test">Hifi Ultrasound Microphone Test</string> 946 <string name="hifi_ultrasound_test_info"> 947 This is a test for near-ultrasound (18500Hz - 20000Hz) microphone response.\n 948 This test requires two devices.\n</string> 949 <string name="hifi_ultrasound_test_play">PLAY</string> 950 <string name="hifi_ultrasound_test_record">RECORD</string> 951 <string name="hifi_ultrasound_test_plot">PLOT</string> 952 <string name="hifi_ultrasound_test_dismiss">DISMISS</string> 953 <string name="hifi_ultrasound_test_ok">OK</string> 954 <string name="hifi_ultrasound_test_instruction1"> 955 Open Hifi Ultrasound Microphone Test on the test device and the reference device.\n 956 Set the media volume of the reference device at 70% and hold it with one hand.\n 957 Hold the testing device with the other hand\n 958 Press the RECORD button on the testing device, then the PLAY button on the reference device within one second.\n 959 After the test, report result on the testing (recording) device.\n</string> 960 <string name="hifi_ultrasound_test_pass">PASS</string> 961 <string name="hifi_ultrasound_test_fail">FAIL</string> 962 <string name="hifi_ultrasound_test_default_false_string">false</string> 963 <string name="hifi_ultrasound_test_mic_no_support"> 964 Device does not support near-ultrasound recording.\n 965 Please report PASS.\n</string> 966 <string name="hifi_ultrasound_test_spkr_no_support"> 967 Device does not support near-ultrasound playback.\n 968 If this is your reference device, please use a different reference device.\n</string> 969 970 <string name="hifi_ultrasound_speaker_test">Hifi Ultrasound Speaker Test</string> 971 <string name="hifi_ultrasound_speaker_test_info"> 972 This is a test for near-ultrasound (18500Hz - 20000Hz) speaker response.\n 973 This test requires two devices.\n</string> 974 <string name="hifi_ultrasound_speaker_test_instruction1"> 975 Open Hifi Ultrasound Speaker Test on the test device and the reference device.\n 976 Set the media volume of the testing device at 70% and hold it with one hand.\n 977 Hold the reference device with the other hand\n 978 Press the RECORD button on the reference device, then the PLAY button on the testing device within one second.\n 979 After the test, report result on the testing (playback) device.\n</string> 980 <string name="hifi_ultrasound_speaker_test_mic_no_support"> 981 Device does not support near-ultrasound recording.\n 982 If this is your reference device, please use a different reference device.\n</string> 983 <string name="hifi_ultrasound_speaker_test_spkr_no_support"> 984 Device does not support near-ultrasound playback.\n 985 Please report PASS.\n</string> 986 <string name="hifi_ultrasound_speaker_test_test_side"> 987 Please wait for the result on the reference device then report here.</string> 988 <string name="hifi_ultrasound_speaker_test_reference_side"> 989 Please report on the testing device.\n</string> 990 991 <!-- Strings for IgnoreBatteryOptimizationsTestActivity --> 992 <string name="ibo_test">Ignore Battery Optimizations Test</string> 993 <string name="ibo_test_info"> 994 This test verifies that the device provides a user affordance to ask the user if the system 995 should disable battery optimizations for an app and to allow a user to remove the app from 996 the exemption list. 997 </string> 998 <string name="ibo_test_start_unexempt_app"> 999 Remove the test app from the ignore battery optimizations list to begin the test. (Try going 1000 to the App Info page and make sure the system is optimizing battery for the app.) 1001 </string> 1002 <string name="ibo_exempt_app_request"> 1003 Click Next to have the test request the exemption. Grant the exemption when prompted. 1004 </string> 1005 <string name="ibo_next_to_confirm">Press next to confirm.</string> 1006 <string name="ibo_app_not_exempted">The app is not exempted from battery optimizations.</string> 1007 <string name="ibo_unexempt_app"> 1008 Remove the test app from the ignore battery optimizations list. (Either run \"adb shell cmd 1009 deviceidle whitelist -com.android.cts.verifier\" or open the list of apps and their 1010 exemption statuses. Find the test app in the list and remove the app\'s exemption.) 1011 </string> 1012 <string name="ibo_app_is_exempted">The app is exempted from battery optimizations.</string> 1013 <string name="ibo_exempt_app_list"> 1014 Click Next to have the test open the list of apps and their exemption statuses. Find the 1015 test app in the list and exempt it. 1016 </string> 1017 <string name="ibo_unexempt_app_list"> 1018 Click Next to have the test open the list of apps and their exemption statuses. Find the 1019 test app in the list and remove the app\'s exemption. 1020 </string> 1021 1022 <!-- Strings for Location tests --> 1023 <string name="location_gps_test">GPS Test</string> 1024 <string name="location_gps_test_info">This test verifies basic GPS behavior 1025 and callback scheduling. 1026 Make sure the device has line of sight to GPS satellites 1027 (for example, outside, or near a window) 1028 and then press OK to run the automated tests.</string> 1029 1030 <!-- Strings for Location GNSS tests --> 1031 <string name="location_gnss_constellation_type_test">GNSS Measurement Constellation Test</string> 1032 <string name="location_gnss_measure_no_location_test">GNSS Measurement Before Location Test</string> 1033 <string name="location_gnss_reg_test">GNSS Measurement Registration Test</string> 1034 <string name="location_gnss_value_test">GNSS Measurement Values Test</string> 1035 <string name="location_pseudorange_value_test">GNSS Pseudorange Test</string> 1036 <string name="location_gnss_ttff_test">GNSS TTFF Test</string> 1037 <string name="location_gnss_nav_msg_test">GNSS Navigation Message Test</string> 1038 <string name="location_gnss_status_test">GNSS Status Test</string> 1039 <string name="location_gnss_test_info">This test verifies basic GNSS behavior. 1040 Make sure the device has line of sight to GNSS satellites 1041 (for example, stationary on a windowsill. If needed, try again, outside, also with the 1042 device stationary, and with at least some view of the sky.) and then press Next to run 1043 the automated tests.</string> 1044 <string name="location_emergency_call_test_info">This test verifies whether basic features 1045 (wifi, sms, gps) works correctly during the emergency call. Make sure the device is using 1046 a special white listed sim card. The wifi and GPS should be on and have internet connection. 1047 Press the pass button to skip this test if outside US/Canada. 1048 </string> 1049 <string name="emergency_call_confirm_info">This test will dial 911! Please make sure to use a 1050 whitelisted sim card to run this test! 1051 </string> 1052 <string name="emergency_call_skip_info">Current device doesn\'t support cellular network. Skipping the Test. 1053 </string> 1054 <string name="emergency_call_emergency_number_hint_text"> 1055 Emergency Number: 1056 </string> 1057 <string name="emergency_call_current_number_hint_text"> 1058 Current Number: 1059 </string> 1060 <string name="emergency_call_dial_text"> 1061 Dial 911 1062 </string> 1063 <string name="emergency_call_emergency_number_text"> 1064 911 1065 </string> 1066 <string name="location_gnss_test_retry_info">If this test fails, please make sure the device 1067 has line of sight to GNSS satellites (for example, stationary on a windowsill. If needed, 1068 try again, outside, also with the device stationary, with as much view of the sky as 1069 possible.) </string> 1070 <string name="location_emergency_call_gps_test">Emergency Call GPS Test</string> 1071 <string name="location_emergency_call_message_test">Emergency Call Message Test</string> 1072 <string name="location_emergency_call_wifi_test">Emergency Call Wifi Test</string> 1073 1074 <!-- Strings for ConnectivityBackgroundTestActivity --> 1075 <string name="network_background_test">Network Background Connectivity Test</string> 1076 <string name="network_background_test_instructions"> 1077 This test verifies that IPv6 network connectivity continues to work 1078 when the screen is off or is idle for some time.\n\n 1079 1080 1. Join a Wi-Fi network with IPv6 Internet access.\n 1081 2. If the device has battery power, disconnect all power connectors.\n 1082 3. Turn the screen off if possible.\n 1083 4. Wait until the screen turns on or the test result is displayed (it will take at least two minutes).\n 1084 5. If necessary, unlock the device.\n 1085 6. Please mark the test according to the result status indicated.\n 1086 </string> 1087 <string name="network_background_test_start">Start</string> 1088 1089 <!-- Strings for net.MultiNetworkConnectivityTestActivity --> 1090 <string name="multinetwork_connectivity_test">Multinetwork connectivity Test</string> 1091 <string name="multinetwork_connectivity_test_instructions"> 1092 This test verifies that, when a phone has internet connectivity via mobile network 1093 is connected to a Wi-Fi access point that doesn\'t have internet or loses internet access, 1094 it restores the internet activity over the mobile cell network, while connected to the 1095 Wi-Fi access point. \n\n 1096 1097 1. Setup a wireless access point with ability to turn on and off internet access. 1098 2. Have SIM or cellular data connectivity on the phone being tested. 1099 3. Execute the tests with the instructions outlined in the test 1100 4. When the test completes, it will finish and mark it passed. If it fails, it will mark it \n 1101 as failed. 1102 1103 </string> 1104 <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> 1105 <string name="multinetwork_connectivity_test_start">Start</string> 1106 <string name="multinetwork_connectivity_test_ap_name">Wi-Fi SSID</string> 1107 <string name="multinetwork_connectivity_test_ap_passphrase">WPA 2 passphrase</string> 1108 <string name="multinetwork_connectivity_test_continue">Confirm and continue with test.</string> 1109 <string name="multinetwork_connectivity_test_rerun">Completed. Re-run.</string> 1110 <string name="multinetwork_connectivity_test_running">Running.</string> 1111 <string name="multinetwork_connectivity_test_connect_cellular">Connecting to cellular network.</string> 1112 <string name="multinetwork_connectivity_test_connect_wifi">Connecting to Wi-Fi network.</string> 1113 <string name="multinetwork_connectivity_test_complete">Test completed.</string> 1114 <string name="multinetwork_connectivity_test_progress_1">Waiting for Wi-Fi to lose connectivity.</string> 1115 <string name="multinetwork_connectivity_test_progress_2">Waiting to check connectivity.</string> 1116 <string name="multinetwork_connectivity_test_progress_3">Waiting to make sure Wi-Fi has connectivity.</string> 1117 <string name="multinetwork_connectivity_test_1_desc">Test 1 - Connect to Wi-Fi with no internet doesnt disable current connectivity (new API)</string> 1118 <string name="multinetwork_connectivity_test_2_desc">Test 2 - Connect to Wi-Fi with no internet doesnt disable current connectivity (legacy API)</string> 1119 <string name="multinetwork_connectivity_test_3_desc">Test 3 - When connected to Wi-Fi, on losing connectivity, restores mobile connectivity (legacy API)</string> 1120 <string name="multinetwork_status_wifi_connect_success">Wi-Fi connect success.</string> 1121 <string name="multinetwork_status_mobile_connect_success">Mobile net connect success.</string> 1122 <string name="multinetwork_status_wifi_connect_timed_out">Wi-Fi connect timed out.</string> 1123 <string name="multinetwork_status_wifi_connect_wrong_ap">Wi-Fi connected to wrong access point.</string> 1124 <string name="multinetwork_status_unable_to_toggle_wifi">User did not toggle wifi on and off.</string> 1125 <string name="multinetwork_status_mobile_connect_timed_out">Mobile network connect timed out.</string> 1126 <string name="multinetwork_status_mobile_restore_success">Mobile restore succeeded.</string> 1127 <string name="multinetwork_status_mobile_restore_failed">Mobile restore failed.</string> 1128 <string name="multinetwork_connectivity_test_1_prereq">Make sure that the Hotspot does not have internet access.</string> 1129 <string name="multinetwork_connectivity_test_2_prereq_1">Make sure that the Hotspot has internet access.</string> 1130 <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> 1131 <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> 1132 <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> 1133 <string name="multinetwork_status_wifi_connectivity_failed">Wi-Fi connectivity failed.</string> 1134 <string name="multinetwork_connectivity_overlay_permission_message">This test requires the CTS verifier to have the system overlay permission, please locate CTS Verifier app in the next screen, then enable it.</string> 1135 <string name="multinetwork_connectivity_overlay_permission_positive">Settings</string> 1136 <string name="multinetwork_connectivity_overlay_permission_negative">Cancel</string> 1137 <string name="multinetwork_connectivity_turn_wifi_on">Please turn Wi-Fi on.</string> 1138 <string name="multinetwork_connectivity_turn_wifi_off">Please turn Wi-Fi off.</string> 1139 <string name="multinetwork_connectivity_turn_wifi_positive">OK</string> 1140 <string name="multinetwork_connectivity_turn_wifi_negative">Cancel</string> 1141 <!-- Strings for NfcTestActivity --> 1142 <string name="nfc_test">NFC Test</string> 1143 <string name="nfc_test_info">The Peer-to-Peer Data Exchange tests require two devices with 1144 NFC enabled to exchange messages. One device must be the candidate device running the 1145 software build to be tested, while the other device must be an implementation already 1146 known to be compatible.\n\nThe Tag Verification tests check that your 1147 device can properly read and write to tags of different technologies. The MIFARE 1148 Ultralight test is only applicable for devices that support it. 1149 \n\nThe Host-based card emulation tests check that your device has properly implemented 1150 host-based card emulation. 1151 </string> 1152 1153 <string name="nfc_not_enabled">NFC is not enabled!</string> 1154 <string name="nfc_not_enabled_message">These tests require NFC to be enabled. Click the 1155 button below to goto Settings and enable it.</string> 1156 <string name="nfc_settings">NFC Settings</string> 1157 <string name="secure_nfc_enabled">\"Require device unlock for NFC\" is enabled!</string> 1158 <string name="secure_nfc_enabled_message">These tests require \"Require device unlock for NFC\" 1159 to be disabled. Click the button below to goto Settings and disable it.</string> 1160 1161 <string name="ndef_push_not_enabled">NDEF Push is not enabled!</string> 1162 <string name="ndef_push_not_enabled_message">These tests require Android Beam to be enabled. 1163 Click the button below to goto NFC Sharing Settings and enable it.</string> 1164 <string name="ndef_push_settings">NFC Sharing Settings</string> 1165 1166 <string name="nfc_pee_2_pee">Peer-to-Peer Data Exchange</string> 1167 <string name="nfc_ndef_push_sender">NDEF Push Sender</string> 1168 <string name="nfc_ndef_push_receiver">NDEF Push Receiver</string> 1169 <string name="nfc_llcp_version_check">LLCP version check</string> 1170 1171 <string name="nfc_tag_verification">Tag Verification</string> 1172 <string name="nfc_ndef">NDEF</string> 1173 <string name="nfc_mifare_ultralight">MIFARE Ultralight</string> 1174 1175 <string name="nfc_ndef_push_sender_info">Start the \"CTS Verifier NDEF Receiver\" test on 1176 another device and touch the devices back to back. The receiver should show a 1177 dialog indicating it has successfully received the correct message!</string> 1178 <string name="nfc_ndef_push_sender_instructions">Touch this device to the back of another 1179 device running the \"CTS Verifier NDEF Receiver\"...</string> 1180 1181 <string name="nfc_ndef_push_receiver_info">Start the \"CTS Verifier NDEF Sender\" test on 1182 another device and touch the devices back to back. The receiver should show a 1183 dialog indicating it has successfully received the correct message!</string> 1184 <string name="nfc_ndef_push_receiver_instructions">Touch this device to the back of another 1185 device running the \"CTS Verifier NDEF Sender\"...</string> 1186 <string name="nfc_ndef_push_receive_success">Successfully received the correct NDEF push 1187 message.</string> 1188 <string name="nfc_ndef_push_receive_failure">Failed to receive the correct NDEF push 1189 message.</string> 1190 1191 <string name="nfc_llcp_version_check_info">This test requires two candidate devices 1192 with NFC enabled to exchange P2P messages. Start the \"LLCP version check\" test on 1193 the other candidate device also, and touch the devices back to back. This test 1194 then verifies that the candidate device correctly advises the LLCP version as 1.2</string> 1195 <string name="nfc_llcp_version_check_failure">The candidate devices does not report LLCP 1196 version 1.2 or higher.</string> 1197 <string name="nfc_llcp_version_check_success">The candidate device has a valid LLCP version.</string> 1198 <string name="nfc_tag_verifier">NFC Tag Verifier</string> 1199 <string name="nfc_tag_verifier_info">Follow the on-screen instructions to write and read 1200 a tag of the chosen technology.</string> 1201 1202 <string name="nfc_scan_tag">Place device on a writable %s tag...</string> 1203 <string name="nfc_write_tag_title">Writable tag discovered!</string> 1204 <string name="nfc_write_tag_message">Press OK to write to this tag...</string> 1205 <string name="nfc_scan_tag_again">Tap the same %s tag again to confirm that its contents match...</string> 1206 <string name="nfc_wrong_tag_title">Wrong type of tag scanned</string> 1207 <string name="nfc_no_tech">No tag technologies detected...</string> 1208 1209 <string name="nfc_writing_tag">Writing NFC tag...</string> 1210 <string name="nfc_writing_tag_error">Error writing NFC tag...</string> 1211 <string name="nfc_reading_tag">Reading NFC tag...</string> 1212 <string name="nfc_reading_tag_error">Error reading NFC tag...</string> 1213 1214 <string name="nfc_result_message">Written data:\n%1$s\n\nRead data:\n%2$s</string> 1215 <string name="nfc_ndef_content">Id: %1$s\nMime: %2$s\nPayload: %3$s</string> 1216 1217 <string name="nfc_hce">Host-based card emulation</string> 1218 <string name="nfc_hce_f">Host-based Felica card emulation</string> 1219 <string name="nfc_hce_reader_tests">HCE reader tests</string> 1220 <string name="nfc_hce_f_reader_tests">HCE Felica reader tests</string> 1221 <string name="nfc_hce_emulator_tests">HCE emulator tests</string> 1222 <string name="nfc_hce_f_emulator_tests">HCE Felica emulator tests</string> 1223 <string name="nfc_hce_f_emulator">HCE Felica emulator</string> 1224 <string name="nfc_hce_f_reader">HCE Felica reader</string> 1225 <string name="nfc_hce_emulator_test_info">The host-based card emulation 1226 tests require two devices to be completed. The HCE emulator tests are used 1227 to actually test the host-based card emulation feature of the device-under-test. So the 1228 device running the emulator tests must be the candidate device running the software 1229 to be tested. \n\nFor each emulator test, there is a corresponding "reader test" 1230 in the "HCE reader tests" section. The "reader test" acts as a NFC terminal/POS 1231 and makes sure the device-under-test implements card emulation correctly.</string> 1232 <string name="nfc_hce_reader_test_info">The host-based card emulation 1233 tests require two devices to be completed. The HCE emulator tests are used 1234 to actually test the host-based card emulation feature of the device-under-test. So the 1235 device running the emulator tests must be the candidate device running the software 1236 to be tested. \n\nFor each emulator test, there is a corresponding "reader test" 1237 in the "HCE reader tests" section. The "reader test" acts as a NFC terminal/POS 1238 and makes sure the device-under-test implements card emulation correctly. 1239 </string> 1240 <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> 1241 <string name="nfc_hce_please_wait">Please wait</string> 1242 <string name="nfc_hce_setting_up">Setting up card emulation services...</string> 1243 1244 <string name="nfc_hce_default_route_emulator">Default route (Emulator)</string> 1245 <string name="nfc_hce_default_route_reader">Default route (Reader)</string> 1246 <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> 1247 1248 <string name="nfc_hce_protocol_params_emulator">Protocol parameters (Emulator)</string> 1249 <string name="nfc_hce_protocol_params_reader">Protocol parameters (Reader)</string> 1250 <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> 1251 1252 <string name="nfc_hce_single_payment_emulator">Single payment (Emulator)</string> 1253 <string name="nfc_hce_single_payment_reader">Single payment (Reader)</string> 1254 1255 <string name="nfc_hce_dual_payment_emulator">Two payment services (Emulator)</string> 1256 <string name="nfc_hce_dual_payment_reader">Two payment services (Reader)</string> 1257 1258 <string name="nfc_hce_change_default_emulator">Change default payment service (Emulator)</string> 1259 <string name="nfc_hce_change_default_reader">Change default payment service (Reader)</string> 1260 1261 <string name="nfc_hce_tap_reader_title">Tap reader</string> 1262 <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> 1263 1264 <string name="nfc_hce_single_non_payment_emulator">Single non-payment (Emulator)</string> 1265 <string name="nfc_hce_single_non_payment_reader">Single non-payment (Reader)</string> 1266 1267 <string name="nfc_hce_dual_non_payment_emulator">Two non-payment services (Emulator)</string> 1268 <string name="nfc_hce_dual_non_payment_reader">Two non-payment services (Reader)</string> 1269 1270 <string name="nfc_hce_conflicting_non_payment_emulator">Two conflicting non-payment services (Emulator)</string> 1271 <string name="nfc_hce_conflicting_non_payment_reader">Two conflicting non-payment services (Reader)</string> 1272 1273 <string name="nfc_hce_foreground_non_payment_emulator">Foreground override non-payment services (Emulator)</string> 1274 <string name="nfc_hce_foreground_non_payment_reader">Foreground override non-payment services (Reader)</string> 1275 <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> 1276 1277 <string name="nfc_hce_foreground_payment_emulator">Foreground override payment services (Emulator)</string> 1278 <string name="nfc_hce_foreground_payment_reader">Foreground override payment services (Reader)</string> 1279 <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> 1280 <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> 1281 <string name="nfc_hce_offhost_service_emulator">Off-host service (Emulator)</string> 1282 <string name="nfc_hce_offhost_service_reader">Off-host service (Reader)</string> 1283 <string name="nfc_hce_offhost_emulator_help">This test 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> 1284 1285 <string name="nfc_hce_on_and_offhost_service_emulator">On and off-host services (Emulator)</string> 1286 <string name="nfc_hce_on_and_offhost_service_reader">On and off-host services (Reader)</string> 1287 <string name="nfc_hce_on_and_offhost_emulator_help">This test 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> 1288 1289 <string name="nfc_hce_tap_test_emulator">50 successful taps test (Emulator)</string> 1290 <string name="nfc_hce_tap_test_reader">50 successful taps test (Reader)</string> 1291 <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> 1292 <string name="nfc_hce_throughput_emulator">HCE throughput test (Emulator)</string> 1293 <string name="nfc_hce_throughput_reader">HCE throughput test (Reader)</string> 1294 <string name="nfc_hce_throughput_emulator_help">This test 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> 1295 <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> 1296 <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> 1297 <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> 1298 1299 <string name="nfc_hce_payment_dynamic_aids_emulator">Dynamic payment AIDs (Emulator)</string> 1300 <string name="nfc_hce_payment_dynamic_aids_reader">Dynamic payment AIDs (Reader)</string> 1301 <string name="nfc_hce_payment_dynamic_aids_help">This test tries to register dynamic AIDs for a payment service.</string> 1302 1303 <string name="nfc_hce_large_num_aids_emulator">Large number of AIDs (Emulator)</string> 1304 <string name="nfc_hce_large_num_aids_reader">Large number of AIDs (Reader)</string> 1305 <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> 1306 1307 <string name="nfc_hce_payment_prefix_aids_emulator">Payment prefix AIDs (Emulator)</string> 1308 <string name="nfc_hce_payment_prefix_aids_reader">Payment prefix AIDs (Reader)</string> 1309 <string name="nfc_hce_payment_prefix_aids_help">This test statically registers prefix AIDs for a payment service.</string> 1310 1311 <string name="nfc_hce_payment_prefix_aids_emulator_2">Payment prefix AIDs 2 (Emulator)</string> 1312 <string name="nfc_hce_payment_prefix_aids_reader_2">Payment prefix AIDs 2 (Reader)</string> 1313 1314 <string name="nfc_hce_other_prefix_aids_emulator">Other prefix AIDs (Emulator)</string> 1315 <string name="nfc_hce_other_prefix_aids_reader">Other prefix AIDs (Reader)</string> 1316 <string name="nfc_hce_other_prefix_aids_help">This test dynamically registers prefix AIDs for a non-payment service.</string> 1317 1318 <string name="nfc_hce_other_conflicting_prefix_aids_emulator">Conflicting non-payment prefix AIDs (Emulator)</string> 1319 <string name="nfc_hce_other_conflicting_prefix_aids_reader">Conflicting non-payment prefix AIDs (Reader)</string> 1320 <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> 1321 1322 <string name="nfc_screen_on_only_offhost_emulator">Screen on only Off-host Service (Emulator)</string> 1323 <string name="nfc_screen_on_only_offhost_reader">Screen on only Off-host Service (Reader)</string> 1324 <string name="nfc_screen_on_only_offhost_help">This test 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. 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. The expected behavior is the AID can be selected only when the device is in screen on state.</string> 1325 1326 <string name="nfc_screen_off_hce_payment_emulator">Screen off HCE Payment (Emulator)</string> 1327 <string name="nfc_screen_off_hce_payment_reader">Screen off HCE Payment (Reader)</string> 1328 <string name="nfc_screen_off_hce_payment_help">This test verifies emulator responds when device is in screen off state. Please put the emulator to screen off state.</string> 1329 1330 <string name="nfc_payment_service_desc">NFC Payment service</string> 1331 <string name="ppse">PPSE</string> 1332 <string name="mastercard">MasterCard</string> 1333 <string name="visa">Visa</string> 1334 <string name="paymentService1">Payment Service #1</string> 1335 <string name="paymentService2">Payment Service #2</string> 1336 <string name="transportService1">TransportService #1</string> 1337 <string name="transportService2">TransportService #2</string> 1338 <string name="accessService">AccessService</string> 1339 <string name="offhostService">OffhostService</string> 1340 <string name="felicaservice">Felica Service</string> 1341 <string name="UiccTransactionEventService">Uicc Transaction Event Service</string> 1342 <string name="screenOffPaymentService">Screen Off Payment Service</string> 1343 <string name="screenOnOnlyOffHostService">Screen On Only OffHost Service</string> 1344 1345 <string name="nfc_offhost_uicc">Offhost UICC-based card emulation</string> 1346 <string name="nfc_offhost_uicc_emulator_tests">Offhost card emulation emulator tests</string> 1347 <string name="nfc_offhost_uicc_reader_tests">Offhost card emulation reader tests</string> 1348 <string name="nfc_offhost_uicc_transaction_event1_emulator">Offhost transaction event-field off (Emulator)</string> 1349 <string name="nfc_offhost_uicc_transaction_event1_reader">Offhost transaction event-field off (Reader)</string> 1350 <string name="nfc_offhost_uicc_transaction_event2_emulator">Offhost transaction event-deselect (Emulator)</string> 1351 <string name="nfc_offhost_uicc_transaction_event2_reader">Offhost transaction event-deselect (Reader)</string> 1352 <string name="nfc_offhost_uicc_transaction_event3_emulator">Offhost transaction event-HCI CMD (Emulator)</string> 1353 <string name="nfc_offhost_uicc_transaction_event3_reader">Offhost transaction event-HCI CMD (Reader)</string> 1354 1355 <string name="nfc_offhost_uicc_emulator_test_info">The offhost-based card emulation 1356 tests require two devices to be completed. The emulator tests are used 1357 to actually test the off-based card emulation feature of the device-under-test. So the 1358 device running the emulator tests must be the candidate device running the software 1359 to be tested. \n\nFor each emulator test, there is a corresponding "reader test" 1360 in the "Offhost reader tests" section. The "reader test" acts as a NFC terminal/POS 1361 and makes sure the device-under-test implements card emulation correctly 1362 </string> 1363 <string name="nfc_offhost_uicc_reader_test_info">The offhost-based card emulation 1364 tests require two devices to be completed. The emulator tests are used 1365 to actually test the off-based card emulation feature of the device-under-test. So the 1366 device running the emulator tests must be the candidate device running the software 1367 to be tested. \n\nFor each emulator test, there is a corresponding "reader test" 1368 in the "Offhost card emulation reader tests" section. The "reader test" acts as a NFC terminal/POS 1369 and makes sure the device-under-test implements card emulation correctly. 1370 </string> 1371 <string name="nfc_offhost_uicc_type_selection">By default Offhost card emulation applications run on type A. 1372 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> 1373 <string name="nfc_offhost_please_wait">Please wait</string> 1374 <string name="nfc_offhost_setting_up">Setting up card emulation services...</string> 1375 <string name="nfc_offhost_uicc_transaction_event_emulator_help"> This is an optional test for Android version beofre S. This is okay to set this test to passed and continue. Switch application to background before starting tests. Successful transaction event will switch application to foreground with transaction event data.</string> 1376 1377 <!-- Strings for Sensor Test Activities --> 1378 <string name="snsr_device_admin_receiver">Sensor Tests Device Admin Receiver</string> 1379 <string name="snsr_test_summary">Tests passed: %1$d, Tests skipped: %2$d, Tests failed: %3$d</string> 1380 <string name="snsr_test_complete">Test completed without errors.</string> 1381 <string name="snsr_test_complete_with_errors">Test completed with errors which indicates 1382 the device does not meet Android compatibility requirement. 1383 This will degrade user experience and cause applications to misbehave. 1384 To help debugging, please take a bug report and back up contents under 1385 /sdcard/sensorTests of the device under test. 1386 </string> 1387 <string name="snsr_test_pass">PASS</string> 1388 <string name="snsr_test_skipped">SKIPPED</string> 1389 <string name="snsr_test_fail">FAIL</string> 1390 <string name="snsr_execution_time">Test execution time %1$s sec</string> 1391 <string name="snsr_rvcvxchk_test">Rotation Vector CV Crosscheck</string> 1392 <string name="snsr_rvcvxchk_test_rec">Rotation Vector CV Recording</string> 1393 1394 <!-- Strings to interact with users in Sensor Tests --> 1395 <string name="snsr_test_play_sound">A sound will be played once the verification is complete...</string> 1396 <string name="snsr_no_interaction">Leave the device on top of a flat surface.</string> 1397 <string name="snsr_interaction_needed">Once the test begins, you will have to wave your hand over the front of the device.</string> 1398 <string name="snsr_interaction_needed_prox">Once the test begins, if possible, flip the device so it is face down on a surface, then flip back to face up after a second or two. Otherwise, wave your hand over the front of the device.</string> 1399 <string name="snsr_device_steady">Keep the device steady.</string> 1400 <string name="snsr_keep_device_rotating_clockwise">Once the test begins, you will have to keep rotating the device clockwise.</string> 1401 <string name="snsr_wait_for_user">Press \'Next\' to continue.</string> 1402 <string name="snsr_wait_to_begin">Press \'Next\' to begin.</string> 1403 <string name="snsr_wait_to_retry">Press \'Retry\' to rerun or \'Fail and Next\' to skip to next.</string> 1404 <string name="snsr_wait_to_finish">Press \'Retry\' to rerun or \'Finish\' to end.</string> 1405 <string name="snsr_on_complete_return">After completing the task, go back to this test.</string> 1406 <string name="snsr_movement_expected">Movement was expected during the test. Found=%1$b.</string> 1407 <string name="snsr_sensor_feature_deactivation">IMPORTANT NOTE: Please also turn off any special features in the 1408 device that use sensors (wake up gestures, motion triggered events, moves, etc). 1409 Not doing so is expected to cause test failures. Once you are done, you can begin the test.</string> 1410 <string name="snsr_setting_mode_request">You will be redirected to set \'%1$s\' to: %2$s.</string> 1411 <string name="snsr_setting_mode_set">\'%1$s\' set to: %2$s.</string> 1412 <string name="snsr_setting_mode_not_set">\'%1$s\' not set to: %2$s.</string> 1413 <string name="snsr_setting_airplane_mode">Airplane mode</string> 1414 <string name="snsr_setting_screen_brightness_mode">Adaptive Brightness</string> 1415 <string name="snsr_setting_auto_rotate_screen_mode">Auto-rotate screen</string> 1416 <string name="snsr_setting_keep_screen_on">Stay awake</string> 1417 <string name="snsr_setting_location_mode">Location</string> 1418 <string name="snsr_setting_ambient_display">Ambient Display</string> 1419 <string name="snsr_pass_on_error">Pass Anyway</string> 1420 <string name="snsr_run_automated_tests">The screen will be turned off to execute the tests, 1421 when tests complete, the device will vibrate and the screen will be turned back on.</string> 1422 1423 <!-- Accelerometer --> 1424 <string name="snsr_accel_test">Accelerometer Test</string> 1425 <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> 1426 <string name="snsr_accel_m_test">Accelerometer Measurement Tests</string> 1427 <string name="snsr_accel_test_face_up">Place the device on a flat surface with the screen 1428 facing the ceiling.</string> 1429 <string name="snsr_accel_test_face_down">Place the device on a flat surface with the screen 1430 facing it.</string> 1431 <string name="snsr_accel_test_right_side">Place the device in a flat surface resting vertically 1432 on its right side.</string> 1433 <string name="snsr_accel_test_left_side">Place the device in a flat surface resting vertically 1434 on its left side.</string> 1435 <string name="snsr_accel_test_top_side">Place the device in a flat surface resting vertically 1436 on its top side.</string> 1437 <string name="snsr_accel_test_bottom_side">Place the device in a flat surface resting vertically 1438 on its bottom side.</string> 1439 1440 <!-- Gyroscope --> 1441 <string name="snsr_gyro_test">Gyroscope Test</string> 1442 <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> 1443 <string name="snsr_gyro_test_progress">Test %1$d of %2$d</string> 1444 <string name="snsr_gyro_test_no_gyro_title">No gyroscope?</string> 1445 <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> 1446 <string name="snsr_gyro_test_degrees_title">Wrong units?</string> 1447 <string name="snsr_gyro_test_degrees_message">These values looks like degrees per second. These should be radians per second!</string> 1448 <string name="snsr_gyro_m_test">Gyroscope Measurement Test</string> 1449 <string name="snsr_gyro_device_placement">Place the device in a flat surface with the screen 1450 facing the ceiling. Read the instructions for each scenario, before you perform the 1451 test.</string> 1452 <string name="snsr_gyro_device_static">Leave the device static.</string> 1453 <string name="snsr_gyro_rotate_device">Once you begin the test, you will need to rotate the 1454 device 360deg (one time) in the direction show by the animation, then place it back on the 1455 flat surface.</string> 1456 1457 <!-- Heart Rate --> 1458 <string name="snsr_heartrate_test">Heart Rate Test</string> 1459 <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> 1460 <string name="snsr_heartrate_test_no_heartrate_title">No heart rate monitor?</string> 1461 <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> 1462 1463 <!-- Hinge Angle --> 1464 <string name="snsr_hinge_angle_test">Hinge Angle Test</string> 1465 <string name="snsr_hinge_angle_test_instructions">Place the device into its default position. Read the instructions for each scenario before you perform the test.</string> 1466 <string name="snsr_hinge_angle_test_exercise_hinge">Transition the device from its default position as far in one direction as the hinge sensor measures. 1467 Then, transition it in the other direction as far as it can measure. Lastly, return the device back to its default position. Once completed, press \"Next\" to finish the test.</string> 1468 1469 <!-- Magnetic Field --> 1470 <string name="snsr_mag_m_test">Magnetic Field Measurement Tests</string> 1471 <string name="snsr_mag_verify_norm">Verifying the Norm...</string> 1472 <string name="snsr_mag_verify_offset">Verifying the Offset...</string> 1473 <string name="snsr_mag_verify_std_dev">Verifying the Standard Deviation...</string> 1474 <string name="snsr_mag_verify_calibrated_uncalibrated">Verifying the relationship between 1475 calibrated and uncalibrated measurements...</string> 1476 <string name="snsr_mag_calibration_description">Please calibrate the Magnetometer by moving 1477 it in 8 shapes in different orientations. Click \"Next\" to start and click \"Next\" once again to end calibration.</string> 1478 <string name="snsr_mag_calibration_complete">When done, leave the device in a flat surface, far 1479 from all metallic objects (if the test does not pass, try re-running it outdoors).</string> 1480 <string name="snsr_mag_measurement">-> (%1$.2f, %2$.2f, %3$.2f) : %4$.2f uT</string> 1481 <string name="snsr_mag_move_outside">Unable to acquire location. Please move outside to allow a location fix.</string> 1482 <string name="snsr_mag_no_location">Failed to acquire location. Using default magnetic field of %1$.2f uT.</string> 1483 1484 <!-- Sensor Value Accuracy --> 1485 <string name="snsr_rot_vec_test">Rotation Vector Accuracy Test</string> 1486 <string name="snsr_event_length">Sensor(%3$s). Event values expected to have size=%1$d. Found=%2$d.</string> 1487 <string name="snsr_event_value">Sensor(%3$s). Event value[0] expected to be of value=%1$f. Found=%2$f.</string> 1488 <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> 1489 1490 <!-- Sensor Batching --> 1491 <string name="snsr_batch_test">Sensor Batching Manual Tests</string> 1492 <string name="snsr_batching_walking_needed">Once the test begins, you will have to take the 1493 device in your hand and walk.</string> 1494 1495 <!-- Sensor Synchronization --> 1496 <string name="snsr_synch_test">Sensor Synchronization Test</string> 1497 1498 <!-- Step Counter and Detector --> 1499 <string name="snsr_step_counter_test">Step Counter and Detector Tests</string> 1500 <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> 1501 <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> 1502 <string name="snsr_step_counter_expected_steps">At least %1$d steps are expected to be reported. Reported=%2$d.</string> 1503 <string name="snsr_step_counter_detected_reported">Steps reported by user=%1$d. Steps counted=%2$d. Delta=%3$d. Tolerance=%4$d.</string> 1504 <string name="snsr_step_detector_detected_reported">Steps reported by user=%1$d. Steps detected=%2$d. Delta=%3$d. Tolerance=%4$d.</string> 1505 <string name="snsr_step_counter_event_changed">Step counter expected to increase monotonically, with a delta > 0. Found=%1$d. Timestamp=%2$d.</string> 1506 <string name="snsr_step_reported">%1$d | User reported step.</string> 1507 <string name="snsr_step_counter_event">%1$d | Step Counter event. count=%2$d.</string> 1508 <string name="snsr_step_detector_event">%1$d | Step Detector event.</string> 1509 1510 <!-- Step Counter and Detector Permission --> 1511 <string name="snsr_step_permission_test">Step Permission Test</string> 1512 <string name="snsr_step_permission_disable">Please change the \'Physical Activity\' permission for CtsVerifier to \'Deny\'</string> 1513 <string name="snsr_step_permission_enable">Please change the \'Physical Activity\' permission for CtsVerifier to \'Allow\'</string> 1514 <string name="snsr_step_permission_walk">Please begin walking while holding the device. A sound will play when you may stop walking</string> 1515 1516 <!-- Device suspend tests --> 1517 <string name="snsr_device_suspend_test">Device Suspend Tests</string> 1518 <string name="snsr_device_did_not_go_into_suspend">Device did not go into suspend mode during test execution </string> 1519 <string name="snsr_batch_did_not_arrive_at_expected_time">Batch did not arrive at the expected time estimatedBatchArrivalMs=%1$d 1520 firstEventReceivedMs=%2$d diffMs=%3$d toleranceMs=%4$d </string> 1521 <string name="snsr_device_suspend_test_instr">One you begin the test, disconnect USB, turn off the display and allow 1522 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> 1523 <string name="snsr_device_suspend_service">Device Suspend Service</string> 1524 <string name="snsr_device_suspend_service_active">Device Suspend Test Active</string> 1525 <string name="snsr_device_suspend_service_notification">Device Suspend Test is using sensors.</string> 1526 1527 <!-- Significant Motion --> 1528 <string name="snsr_significant_motion_test">Significant Motion Tests</string> 1529 <string name="snsr_significant_motion_event_arrival">Event expected to trigger. Triggered=%1$s.</string> 1530 <string name="snsr_significant_motion_event_type">Event expected to be of type=%1$d. Found=%2$d.</string> 1531 <string name="snsr_significant_motion_event_unexpected">Event not expected to trigger. Triggered=%1$s.</string> 1532 <string name="snsr_significant_motion_disable_info">Significant Motion is expected to disable itself after it triggers once.</string> 1533 <string name="snsr_significant_motion_test_trigger">Once you begin the test, you will need to walk for Significant Motion to be detected.</string> 1534 <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> 1535 <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> 1536 <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> 1537 <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> 1538 <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> 1539 <string name="snsr_significant_motion_registration">Expected to be able to register for TriggerSensor. Found=%1$b.</string> 1540 <string name="snsr_significant_motion_cancelation">Expected to be able to cancel TriggerSensor. Found=%b.</string> 1541 <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. 1542 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> 1543 <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> 1544 1545 <!-- Event sanitization for idle UIDs --> 1546 <string name="snsr_event_sanitization_test">Event sanitization for idle UID test</string> 1547 <string name="snsr_event_sanitization_test_setup">Run the \'adb shell cmd sensorservice set-uid-state com.android.cts.verifier idle\' shell command 1548 to emulate the CtsVerifier UID being idle.</string> 1549 <string name="snsr_event_sanitization_test_cleanup">Run the \'adb shell cmd sensorservice reset-uid-state com.android.cts.verifier\' shell command 1550 to stop emulating the CtsVerifier UID being idle. Failing to do that would lead to other tests failing!</string> 1551 <string name="snsr_significant_motion_test_uid_idle">Move around with the device to try triggering significant motion</string> 1552 <string name="snsr_significant_motion_test_uid_idle_expectation">No trigger events should be generated while idle</string> 1553 <string name="snsr_proximity_test_uid_idle">Touch the proximity sensor to try triggering it</string> 1554 <string name="snsr_proximity_test_uid_idle_expectation">No on-change events should be generated while idle</string> 1555 1556 <!-- Low Latency Off-Body Detect --> 1557 <string name="snsr_offbody_sensor_test">Off Body Sensor Tests</string> 1558 <string name="snsr_offbody_sensor_registration">Registration failed for low latency offbody detect sensor.\n</string> 1559 <string name="snsr_offbody_event_arrival">Expected to receive a low latency offbody detect event. Found=%b.</string> 1560 <string name="snsr_offbody_event_type">Event expected to be of type=%1$d. Found=%2$d.</string> 1561 <string name="snsr_offbody_event_invalid_value">Invalid value received for offbody state; Expected value %1$d or %2$d. Found=%2$d.</string> 1562 <string name="snsr_offbody_event_wrong_value">Expected to receive an event having value=%1$d. Found=%2$d.</string> 1563 <string name="snsr_offbody_event_unexpected">Event not expected to trigger. Triggered=%1$s.</string> 1564 <string name="snsr_offbody_response_timing_violation">%1$s event maximum allowed latency is %2$d. Found=%3$d ms.</string> 1565 <string name="snsr_offbody_state_change">Offbody state changed to %1$d. Timestamp=%2$d.</string> 1566 <string name="snsr_start_offbody_sensor_test_instr">Put watch on your wrist and then click Next button.</string> 1567 <string name="snsr_start_onbody_sensor_test_instr">Remove the watch from your wrist and then click Next button.</string> 1568 <string name="snsr_offbody_detect_test_instr">Click Next button, then immediate remove the watch from your wrist after the countdown reaches 0.</string> 1569 <string name="snsr_offbody_detect_test_countdown">Countdown: %1$d.</string> 1570 <string name="snsr_onbody_detect_test_instr">Click Next button, then immediately attach the watch on your wrist.</string> 1571 <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> 1572 1573 <!-- Strings for Sensor CTS tests inside CtsVerifier --> 1574 <string name="snsr_single_sensor_tests">CTS Single Sensor Tests</string> 1575 <string name="snsr_sensor_integration_tests">CTS Sensor Integration Tests</string> 1576 <string name="snsr_sensor_test">CTS Sensor Test</string> 1577 <string name="snsr_sensor_batching_tests">CTS Sensor Batching Tests</string> 1578 1579 <!-- String for DynamicSensorDiscoveryTest --> 1580 <string name="snsr_dynamic_sensor_discovery_test">Dynamic Sensor Discovery Test</string> 1581 1582 <!-- Strings for Sample Test Activities --> 1583 <string name="share_button_text">Share</string> 1584 <string name="sample_framework_test">Sample Framework Test</string> 1585 <string name="sample_test">Sample Test</string> 1586 <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> 1587 1588 <!-- Strings for UsbDebuggingDialogTapjackingTest --> 1589 <string name="usb_tapjacking_button_text">Show overlay</string> 1590 <string name="usb_tapjacking_test">Usb Debugging Dialog Tapjacking Test</string> 1591 <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> 1592 <string name="usb_tapjacking_test_instructions"> 1593 1. Connect device via usb to computer.\n 1594 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 1595 3. Trigger USB debugging dialog (from computer terminal): \"adb shell am start -e fingerprints placeholder -e key placeholder %s\"\n 1596 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 1597 5. Try clicking OK. \n 1598 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 1599 Note: Fake message overlay may remain on screen until you leave the test. This is working as intended. \n 1600 </string> 1601 <string name="usb_tapjacking_usb_debugging_component">com.android.systemui/.UsbDebuggingActivityAlias</string> 1602 <string name="usb_tapjacking_overlay_message">This message covers the USB debugging RSA prompt</string> 1603 <string name="usb_tapjacking_error_toast">Please restart the application and try again.</string> 1604 <string name="usb_tapjacking_error_toast2">Please enable display over apps permission for this application before proceeding.</string> 1605 1606 <!-- Strings for Camera Orientation --> 1607 <string name="camera_orientation">Camera Orientation</string> 1608 <string name="co_info">This test verifies the orientation capabilities of 1609 camera preview and capture.\n - The left view shows a preview window rotated 1610 clockwise by a given magnitude of degrees.\n - The right view, after taking 1611 a photo, shows the captured image.\n - For each camera and orientation, both 1612 the left and right views should appear rotated clockwise by the amount of 1613 degrees specified. Choose \"Pass\" if this is the case. Otherwise, choose 1614 \"Fail\".\n - For front-facing cameras, the test will horizontally mirror 1615 the captured image prior to rotation, in attempt to make the left and right 1616 views appear the same.\n - The physical orientation of the device does not 1617 matter.\n - Read the message above the \"Take Photo\" button for 1618 step-by-step instructions. 1619 </string> 1620 <string name="co_preview_label">Camera preview</string> 1621 <string name="co_format_label">Oriented photo</string> 1622 <string name="co_camera_label">Camera:</string> 1623 <string name="co_orientation_label">Orientation</string> 1624 <string name="co_orientation_direction_label">clockwise</string> 1625 <string name="co_instruction_heading_label">Instruction:</string> 1626 <string name="co_instruction_text_photo_label">Take a photo</string> 1627 <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> 1628 <string name="co_instruction_text_extra_label">(mirrored horizontally prior to rotation, since camera is front-facing)</string> 1629 <string name="co_photo_button_caption">Take Photo</string> 1630 1631 <!-- Strings for Camera Intents --> 1632 <string name="camera_intents">Camera Intents</string> 1633 <string name="ci_info"> 1634 This test verifies that the default camera app is firing intents 1635 after pictures/videos are taken. It also verifies that when the 1636 default camera app is invoked via intents, the launch intents work, 1637 ,broadcast intents are received when appropriate per the SDK 1638 documentation and also, that the intent results do not have location 1639 information in them. Before starting with the tests, please go to the 1640 Settings app and deny location permissions to the CtsVerifier app, and 1641 after finishing with the camera intent tests, please go to the Settings app and 1642 restore location permissions, otherwise, other tests may fail.\n\n 1643 - Read the message above the \"Start Test\" button for 1644 step-by-step instructions. 1645 </string> 1646 <string name="ci_preview_label">Camera preview</string> 1647 <string name="ci_format_label">Oriented photo</string> 1648 <string name="ci_camera_label">Camera:</string> 1649 <string name="ci_intents_label">Intents Test</string> 1650 <string name="ci_intents_direction_label">clockwise</string> 1651 <string name="ci_instruction_heading_label">Instructions:</string> 1652 <string name="ci_location_permissions_error">Please give CTS Verifier location permissions before clicking on the pass / fail button</string> 1653 <string name="ci_location_permissions_fail_error">Please give CTS Verifier location permissions if the fail button needs to be clicked</string> 1654 <string name="ci_directory_creation_error">CTS Verifier debug directory could not be created, please try again</string> 1655 <string name="ci_instruction_text_photo_label">READ BEFORE STARTING TEST</string> 1656 <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> 1657 <string name="ci_instruction_text_app_picture_label">\n 1658 1659 1. Click Open Settings and deny location permissions to CTS Verifier and return. \n 1660 2. Click Start Test. \n 1661 3. Go to home screen (HOME key). \n 1662 4. Launch Camera application. \n 1663 5. Capture photo within 1 minute. \n 1664 6. Return to CTS verifier app. \n 1665 7. Pass button will light up if intent and URI triggers were fired.\n 1666 8. Click "Pass" if possible, otherwise open settings app, allow location again and click "Fail". 1667 </string> 1668 <string name="ci_instruction_text_app_video_label">\n 1669 1. Click Start Test. \n 1670 2. Go to home screen (HOME key). \n 1671 3. Launch Camera application. \n 1672 4. Capture video within 1 minute. \n 1673 5. Return to CTS verifier app. \n 1674 6. Pass button will light up if intent and URI triggers were fired.\n 1675 7. Click "Pass" if possible, otherwise open settings app, allow location again and click "Fail". 1676 </string> 1677 <string name="ci_instruction_text_intent_picture_label">\n 1678 1. Click Start Test.\n 1679 2. Camera app will launch, prompting to take photo.\n 1680 3. Capture/confirm photo using camera app controls within 1 minute.\n 1681 4. Pass button will light up if intent and URI trigger were NOT received.\n 1682 5. Click "Pass" if possible, otherwise open settings app, allow location again and click "Fail". 1683 </string> 1684 <string name="ci_instruction_text_intent_picture_secure_label">\n 1685 1. Click Start Test.\n 1686 2. Camera app will launch, prompting to take photo.\n 1687 3. Capture/confirm photo using camera app controls within 1 minute.\n 1688 4. Pass button will light up if intent and URI trigger were NOT received.\n 1689 5. Click "Pass" if possible, otherwise open settings app, allow location again and click "Fail". 1690 </string> 1691 <string name="ci_instruction_text_intent_video_label">\n 1692 1. Click Start Test.\n 1693 2. Camera app will launch, prompting to take video.\n 1694 3. Capture/confirm video using camera app controls within 1 minute.\n 1695 4. Return to the CTS Verifier app. Click Open Settings and give back CTS Verifier location permissions \n 1696 (Note this must be done before clicking on Pass / Fail).\n 1697 5. Click "Pass" if possible. 1698 </string> 1699 <string name="ci_start_test_button_caption">Start Test</string> 1700 <string name="ci_settings_button_caption">Open Settings</string> 1701 1702 <!-- Strings for Camera Formats --> 1703 <string name="camera_format">Camera Formats</string> 1704 <string name="cf_info">This test checks that all the supported 1705 output formats for camera preview callbacks work correctly, and 1706 that the mandatory formats are available. \n - The left view shows 1707 a standard preview window. \n - The right view shows the output 1708 processed from camera preview callbacks. \n - For each camera, 1709 resolution, and format combination in the dropdowns, the right 1710 view should look the same as the left, and neither should have 1711 streaks, lines, or other artifacts. \n - For front-facing cameras, 1712 the right view must be horizontally mirrored relative to the left 1713 view.\n - Note that the frame rate of the right view may be much 1714 lower than on the left; this is not an indication of a failed 1715 test.\n - The next button triggers the next resolution and format 1716 combination of the current camera to show; this is optional. 1717 </string> 1718 <string name="cf_preview_label">Normal preview</string> 1719 <string name="cf_format_label">Processed callback data</string> 1720 1721 <!-- Strings for Camera Video --> 1722 <string name="record_button_text">Test</string> 1723 <string name="camera_video">Camera Video</string> 1724 <string name="video_info"> This test checks video capture 1725 at different resolutions. \n - The left view window shows the preview. 1726 \n - Pressing the test button will trigger three 1727 seconds of video recording. Playback will show up in the right view 1728 window after recording is complete. \n - Use the spinners to choose 1729 camera and resolution combinations. The playback should be similar 1730 to what you saw in preview. \n - The next button triggers test for the next 1731 untested resolution of the currently selected camera. - After all possible 1732 combinations are tested, the pass button will be enabled. You may press the 1733 pass button to indicate a pass. \n - You may press fail button any time 1734 during the test to indicate failure. \n 1735 </string> 1736 <string name="video_capture_label">Video capture</string> 1737 <string name="video_playback_label">Video playback</string> 1738 <string name="dialog_fail_test">Test failed</string> 1739 <string name="fail_quit">Fail and quit</string> 1740 <string name="cancel">Cancel</string> 1741 <string name="status_ready">Ready</string> 1742 <string name="status_recording">Recording</string> 1743 <string name="status_playback">Playing back</string> 1744 1745 <!-- Strings for USB accessory test activity --> 1746 <string name="usb_accessory_test">USB Accessory Test</string> 1747 <string name="usb_accessory_test_info"> 1748 1. Install the Cts Verifier USB Companion app on a separate helper device. 1749 \n\n2. Start the accessory test companion in the Cts Verifier USB Companion. 1750 \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". 1751 \n\n4. Confirm access to the USB device on the helper device. 1752 \n\n5. Confirm access to the USB accessory on this device 1753 \n\n6. Confirm access to the USB device on the helper again. 1754 \n\n7. Test will run and complete automatically in less than 30 seconds. 1755 \n\n8. Cancel all further dialogs on this device 1756 </string> 1757 <string name="usb_accessory_test_step1"> 1758 In this specific order: 1759 \n1. Install the Cts Verifier USB Companion app on a separate helper device. 1760 \n2. Start the accessory test companion in the Cts Verifier USB Companion. 1761 \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". 1762 \n4. Confirm access to the USB device on the helper device. Only confirm once. 1763 \n5. Confirm access to the USB accessory on this device. 1764 \n6. Confirm access to the USB device on the helper device again. 1765 \n\nResult: A progress indicator should appear or test will finish. 1766 </string> 1767 <string name="usb_accessory_test_step2"> 1768 Test is running and will complete automatically in less than 30 seconds. 1769 </string> 1770 1771 <!-- String for the USB device test activity --> 1772 <string name="usb_device_test">USB Device Test</string> 1773 <string name="usb_device_test_info"> 1774 1. Install the Cts Verifier USB Companion app on a separate helper device. 1775 \n\n2. Start the device test companion in the Cts Verifier USB Companion. 1776 \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". 1777 \n\n4. Confirm access to the USB device on this device. Do <u>not</u> make this app the default app for the device. 1778 \n\n5. Confirm access to the USB accessory on the helper device. 1779 \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. 1780 \n\n7. Test will run and complete automatically in less than 30 seconds. 1781 \n\n8. Cancel all further dialogs on the helper device. 1782 </string> 1783 <string name="usb_device_test_step1"> 1784 In this specific order: 1785 \n1. Install the Cts Verifier USB Companion app on a separate helper device. 1786 \n2. Start the device test companion in the Cts Verifier USB Companion. 1787 \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". 1788 \n\nResult: A dialog should show up on this device asking for access to a USB device. 1789 </string> 1790 <string name="usb_device_test_step2"> 1791 Confirm access to the USB device on this device. Do <u>not</u> make this app the default app for the device. 1792 \n\nResult: Dialogs should show up on this device and on the helper device asking for access to a USB device/accessory. 1793 </string> 1794 <string name="usb_device_test_step3"> 1795 1. Confirm access to the USB accessory on the helper device. 1796 \n2. Confirm access to the USB device on this device again. Do <u>not</u> make this app the default app for the device. 1797 \n\nResult: A progress indicator should appear or test will finish. 1798 </string> 1799 <string name="usb_device_test_step4"> 1800 Test is running and will complete automatically in a less than 30 seconds. 1801 </string> 1802 <string name="usb_device_unexpected">Usb companion device is not as expected %1$s. Please retry test.</string> 1803 1804 <!-- Strings for MTP host test activity --> 1805 <string name="mtp_host_test">MTP Host Test</string> 1806 <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> 1807 <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> 1808 <string name="mtp_host_grant_permission_message">Grant permission.\nReply a dialog asking device permission.</string> 1809 <string name="mtp_host_test_read_event_message">Test MtpDevice#readEvent.\nTake a picture at the connected device.</string> 1810 <string name="mtp_host_test_send_object_message">Test MtpDevice#sendObject.</string> 1811 <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> 1812 <string name="mtp_app_settings">App Settings</string> 1813 1814 <!-- Strings for the Camera ITS test activity --> 1815 <string name="camera_its_test">Camera ITS Test</string> 1816 <string name="camera_its_test_info"> 1817 1. Connect your Android device to a computer with adb installed via a USB cable. 1818 \n\n2. Setup the CameraITS test environment by following the setup instructions in the 1819 README file found in the CameraITS directory included in the CTS Verifier bundle 1820 (cd CameraITS; source build/envsetup.sh;). 1821 \n\n3. Setup the test scene described in the CameraITS README file, and aim the camera 1822 at it. 1823 \n\n4. Run the full ITS test suite on all possible camera Ids. 1824 (cd CameraITS; python tools/run_all_tests.py). Once all 1825 of the tests have been run, the \'PASS\' button will be enabled if all of the tests have 1826 succeeded. Please note that these tests can take more than 2 hours to run on some devices. 1827 </string> 1828 <string name="no_camera_manager"> 1829 No camera manager exists! This test device is in a bad state. 1830 </string> 1831 <string name="all_exempted_devices"> 1832 All cameras on this device are exempted from ITS - Pass. 1833 </string> 1834 <string name="its_test_passed">All Camera ITS tests passed. Pass button enabled!</string> 1835 <string name="its_test_failed">Some Camera ITS tests failed.</string> 1836 <string name="its_version_mismatch"> 1837 CtsVerifier and ITS script version mismatch. Please update CtsVerifier and ITS script. 1838 </string> 1839 <string name="its_test_progress">ITS test progress will be shown here.</string> 1840 1841 <!-- Strings for the Camera Flashlight test activity --> 1842 <string name="camera_flashlight_test">Camera Flashlight</string> 1843 <string name="camera_flashlight_info"> 1844 This test checks the flashlight functionality. It will turn on and off the flashlight of 1845 each camera device that has a flash unit. Follow the instructions on screen and observe the 1846 flashlight status changing. 1847 </string> 1848 <string name="camera_flashlight_start_button">Start</string> 1849 <string name="camera_flashlight_next_button">Next</string> 1850 <string name="camera_flashlight_done_button">Done</string> 1851 <string name="camera_flashlight_on_button">On</string> 1852 <string name="camera_flashlight_off_button">Off</string> 1853 <string name="camera_flashlight_start_text">Press Start to start flashlight test.</string> 1854 <string name="camera_flashlight_question_text">Is Camera %1$s flashlight on or off?</string> 1855 <string name="camera_flashlight_next_text">Ok. Press next.</string> 1856 <string name="camera_flashlight_failed_text">Test failed. Press Done or Fail button.</string> 1857 <string name="camera_flashlight_passed_text">All tests passed. Press Done or Pass button. 1858 </string> 1859 1860 <!-- Strings for the Camera Performance test activity --> 1861 <string name="camera_performance_test">Camera Performance</string> 1862 <string name="camera_performance_test_info"> 1863 This activity will run performance test cases. For optimal and consistent results please 1864 make sure that all camera sensors are pointing in a direction with sufficiently bright 1865 light source. 1866 </string> 1867 <string name="camera_performance_spinner_text">Running CTS performance test case...</string> 1868 <string name="camera_performance_result_title">Test Result</string> 1869 1870 <!-- Strings for StreamingVideoActivity --> 1871 <string name="streaming_video">Streaming Video Quality Verifier</string> 1872 <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> 1873 <string name="sv_no_data">No videos.</string> 1874 <string name="sv_failed_title">Test Failed</string> 1875 <string name="sv_failed_message">Unable to play stream. See log for details.</string> 1876 1877 <!-- Strings for MediaCodecFlushActivity --> 1878 <string name="media_codec_flush">Video codec flushing in Tunnel Mode</string> 1879 1880 <!-- Strings for VolumeLevelChangesActivity --> 1881 <string name="volume_level_changes">Volume level changes</string> 1882 <string name="volume_level_changes_title">This test is for verifying that the Volume level 1883 changes are reflected when playback occurs with and without tunnel mode playback for 1884 PCM audio.</string> 1885 <string name="increase_volume_level"> Increase the volume until you can clearly recognize the 1886 audio, and then press OK button.</string> 1887 <string name="ok_button_volume_level">OK</string> 1888 <string name="decrease_volume_level"> Decrease the volume until you can no longer recognize the 1889 audio, and then press OK button.</string> 1890 <string name="yes_button_volume_level">Yes</string> 1891 <string name="no_button_volume_level">No</string> 1892 <string name="is_same_volume"> "Is the volume still the same as what you had set?"</string> 1893 <string name="volume_level_changes_failure_tunnel_to_non_tunnel"> 1894 "The volume change was not maintained when switching from tunnel mode to non-tunnel mode." 1895 </string> 1896 <string name="volume_level_changes_failure_non_tunnel_to_tunnel"> 1897 "The volume change was not maintained when switching from non-tunnel mode to tunnel mode." 1898 </string> 1899 1900 <!-- Strings for the Camera Bokeh mode test activity --> 1901 <string name="camera_bokeh_test">Camera Bokeh</string> 1902 <string name="camera_bokeh_test_info"> 1903 This test checks camera bokeh mode functionality. It enumerates supported bokeh modes, and 1904 makes sure each non-OFF bokeh mode works correctly. For optimal and consistent results, 1905 please make sure the camera device is pointing to a well-lit scene with a human face in 1906 the center at least 1 meter away, and the rest of the scene is further away in the 1907 background. 1908 </string> 1909 <string name="camera_bokeh_no_support"> 1910 None of the camera devices support bokeh modes. Please click the Test Passed button. 1911 </string> 1912 1913 <!-- Strings for TestListActivity --> 1914 <string name="wifi_test">Wi-Fi Test</string> 1915 <string name="wifi_test_info"> 1916 The Wi-Fi tests requires an open or PSK access point in the environment along with the DUT. 1917 \nPlease perform a network settings reset between each test to reset platform\'s internal state which 1918 might interfere with the test flow.\nNavigate to \"Settings -> System -> Reset Options -> Reset Wi-Fi, 1919 mobile & Bluetooth\" to perform a network settings reset. 1920 </string> 1921 <string name="wifi_location_not_enabled">Wi-Fi / Location Mode is not enabled</string> 1922 <string name="wifi_location_not_enabled_message">These tests require Wi-Fi and Location Mode to be enabled. 1923 Click the button below to go to system settings and enable Wi-Fi and Location Mode.</string> 1924 <string name="wifi_settings">Wi-Fi Settings</string> 1925 <string name="location_settings">Location Settings</string> 1926 <string name="wifi_setup_error">Test failed with set up error.</string> 1927 <string name="wifi_unexpected_error">Test failed with unexpected error. Check logcat.</string> 1928 1929 <string name="wifi_ssid_label">SSID for network</string> 1930 <string name="wifi_psk_label">Passphrase for network (leave empty for open network)</string> 1931 <string name="wifi_start_test_label">Start test</string> 1932 1933 <string name="wifi_status_need_psk">Need a psk network for this test.</string> 1934 <string name="wifi_status_initiating_scan">Initiating scan.</string> 1935 <string name="wifi_status_scan_failure">Unable to initiate scan or find matching network in scan results.</string> 1936 <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> 1937 <string name="wifi_status_initiating_network_request">Initiating network request.</string> 1938 <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> 1939 <string name="wifi_status_network_available">"Connected to network."</string> 1940 <string name="wifi_status_network_available_error">Connected to network unexpectedly.</string> 1941 <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> 1942 <string name="wifi_status_network_wait_for_unavailable_invalid_credential">"Ensuring device does not connect to the network. Please click the network in the dialog that pops up for approving the request."</string> 1943 <string name="wifi_status_network_unavailable">"Did not connect to any network."</string> 1944 <string name="wifi_status_network_wait_for_lost">Ensuring device does not disconnect from the network until the request is released.</string> 1945 <string name="wifi_status_network_lost">Disconnected from the network.</string> 1946 <string name="wifi_status_network_cb_timeout">Network callback timed out.</string> 1947 1948 <string name="wifi_status_suggestion_add">Adding suggestions to the device.</string> 1949 <string name="wifi_status_suggestion_add_failure">Failed to add suggestions.</string> 1950 <string name="wifi_status_suggestion_get_failure">Failed to get suggestions.</string> 1951 <string name="wifi_status_suggestion_remove">Removing suggestions from the device.</string> 1952 <string name="wifi_status_suggestion_remove_failure">Failed to remove suggestions.</string> 1953 <string name="wifi_status_suggestion_wait_for_connect">Waiting for network connection.</string> 1954 <string name="wifi_status_suggestion_ensure_no_connect">Ensuring no network connection.</string> 1955 <string name="wifi_status_suggestion_connect">Connected to the network.</string> 1956 <string name="wifi_status_suggestion_not_connected">Did not connect to the network.</string> 1957 <string name="wifi_status_suggestion_wait_for_post_connect_bcast">Waiting for post connection broadcast.</string> 1958 <string name="wifi_status_suggestion_post_connect_bcast">Received post connection broadcast.</string> 1959 <string name="wifi_status_suggestion_post_connect_bcast_failure">Failed to receive post connection broadcast.</string> 1960 <string name="wifi_status_suggestion_wait_for_connection_status">Waiting for connection status.</string> 1961 <string name="wifi_status_suggestion_connection_status">Received connection status.</string> 1962 <string name="wifi_status_suggestion_connection_status_failure">Failed to receive connection status.</string> 1963 <string name="wifi_status_suggestion_wait_for_disconnect">Ensuring device does disconnect from the network after removing suggestions.</string> 1964 <string name="wifi_status_suggestion_metered_change">Marking the network metered.</string> 1965 <string name="wifi_status_suggestion_metered_check_failed">Network meteredness check failed.</string> 1966 <string name="wifi_status_suggestion_metered_changed">Network marked metered successfully.</string> 1967 <string name="wifi_status_suggestion_capabilities_not_changed">Network capabilities did not change.</string> 1968 <string name="wifi_status_suggestion_not_disconnected">Did not disconnect from the network.</string> 1969 <string name="wifi_status_suggestion_disconnected">Disconnected from the network.</string> 1970 <string name="wifi_status_suggestion_add_user_approval_status_listener_failure">Failed to add user approval status listener</string> 1971 <string name="wifi_status_suggestion_wait_for_user_approval">Waiting for user approval. Please click \"Allow\" in the dialog that pops up for approving the app</string> 1972 <string name="wifi_status_suggestion_user_approval_status_failure">Failed to receive user approval status change</string> 1973 <string name="wifi_status_suggestion_user_approve_failure">Failed to get user approval</string> 1974 1975 <string name="wifi_status_test_success">Test completed successfully!</string> 1976 <string name="wifi_status_test_failed">Test failed!</string> 1977 1978 <string name="wifi_test_network_request">Network Request tests</string> 1979 <string name="wifi_test_network_request_specific">Network Request with a specific SSID and BSSID.</string> 1980 <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> 1981 <string name="wifi_test_network_request_pattern">Network Request with a SSID and BSSID pattern.</string> 1982 <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> 1983 <string name="wifi_test_network_request_unavailable">Network Request with a specific network that is unavailable.</string> 1984 <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> 1985 <string name="wifi_test_network_request_invalid_credential">Network Request with a specific network with wrong credential.</string> 1986 <string name="wifi_test_network_request_invalid_credential_info">Tests that the API fails to connect when a network with wrong credential is specified in the request.</string> 1987 1988 <string name="wifi_test_network_suggestion">Network Suggestion tests</string> 1989 <string name="wifi_test_network_suggestion_ssid">Network suggestion with SSID.</string> 1990 <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> 1991 <string name="wifi_test_network_suggestion_ssid_bssid">Network suggestion with SSID and BSSID.</string> 1992 <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> 1993 <string name="wifi_test_network_suggestion_ssid_post_connect">Network suggestion with SSID and post connection broadcast.</string> 1994 <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> 1995 <string name="wifi_test_network_suggestion_connection_failure">Network suggestion connection failure.</string> 1996 <string name="wifi_test_network_suggestion_connection_failure_info">Tests whether the SuggestionConnectionStatusListener API can be used to listen to connection failures for suggested networks.</string> 1997 <string name="wifi_test_network_suggestion_modification_in_place">Network suggestion modification in place.</string> 1998 <string name="wifi_test_network_suggestion_modification_in_place_info">Tests whether the suggested network params can be modified in place when connected to it.</string> 1999 2000 <!-- Strings for P2pTestActivity --> 2001 <string name="p2p_test">Wi-Fi Direct Test</string> 2002 <string name="p2p_test_info"> 2003 The Wi-Fi Direct tests require two devices with Wi-Fi Direct enabled to exchange 2004 messages. One device must be the candidate device running the software build to 2005 be tested, while the other device must be an implementation already known to be 2006 compatible.\n\nOne device should start the requester test, and the other should 2007 start the responder test. Your device must pass both requester and responder 2008 tests. 2009 </string> 2010 <string name="p2p_group_formation">Group Formation</string> 2011 <string name="p2p_join">Group Join</string> 2012 <string name="p2p_service_discovery">Service Discovery</string> 2013 2014 <string name="p2p_go_neg_responder_test">GO Negotiation Responder Test</string> 2015 <string name="p2p_go_neg_requester_test">GO Negotiation Requester Test</string> 2016 <string name="p2p_group_owner_test">Group Owner Test</string> 2017 <string name="p2p_join_with_config">Group Join with Config</string> 2018 <string name="p2p_join_with_config_2g_band">Group Join with Config 2G Band</string> 2019 <string name="p2p_join_with_config_fixed_frequency"> 2020 Group Join with Config Fixed Frequency</string> 2021 <string name="p2p_group_owner_with_config_test">Group Owner With Config Test</string> 2022 <string name="p2p_group_owner_with_config_2g_band_test"> 2023 Group Owner With Config 2G Band Test</string> 2024 <string name="p2p_group_owner_with_config_fixed_frequency_test"> 2025 Group Owner With Config Fixed Frequency Test</string> 2026 <string name="p2p_group_client_test">Group Client Test</string> 2027 <string name="p2p_group_client_with_config_test">Group Client With Config Test</string> 2028 <string name="p2p_group_client_with_config_2g_band_test"> 2029 Group Client With Config 2G Band Test</string> 2030 <string name="p2p_group_client_with_config_fixed_frequency_test"> 2031 Group Client With Config Fixed Frequency Test</string> 2032 <string name="p2p_service_discovery_responder_test"> 2033 Service Discovery Responder Test</string> 2034 <string name="p2p_service_discovery_requester_test"> 2035 Service Discovery Requester Test</string> 2036 2037 <string name="p2p_go_neg_responder">GO Negotiation Responder</string> 2038 <string name="p2p_go_neg_requester">GO Negotiation Requester</string> 2039 <string name="p2p_accept_client">Group Owner</string> 2040 <string name="p2p_join_go">Group Client</string> 2041 <string name="p2p_service_discovery_responder">Service Discovery Responder</string> 2042 <string name="p2p_service_discovery_requester">Service Discovery Requester</string> 2043 2044 <string name="p2p_go_neg_responder_info"> 2045 Go to the Security and Location settings and ensure that Location is enabled. Then go to the 2046 Wi-Fi settings and forget all remembered networks. Then start the \"GO Negotiation 2047 Requester Test\" on the other device and follow 2048 the instructions.</string> 2049 <string name="p2p_accept_client_info"> 2050 Go to the Security and Location settings and ensure that Location is enabled. Then go to the 2051 Wi-Fi settings and forget all remembered networks. Then start the \"Group Client Test\" on 2052 the other device and follow 2053 the instructions.</string> 2054 <string name="p2p_service_discovery_responder_info"> 2055 Start the \"Service Discovery Requester Test\" on the other device and follow 2056 the instructions.</string> 2057 2058 <string name="p2p_go_neg_requester_info"> 2059 Go to the Security and Location settings and ensure that Location is enabled. Then go to the 2060 Wi-Fi settings and forget all remembered networks. Then start the \"GO Negotiation 2061 Responder Test\" on the other device. 2062 Then run each test individually by clicking on its name.</string> 2063 <string name="p2p_join_go_info"> 2064 Go to the Security and Location settings and ensure that Location is enabled. Then go to the 2065 Wi-Fi settings and forget all remembered networks. Then start the \"Group Owner Test\" on 2066 the other device. 2067 Then run each test individually by clicking on its name.</string> 2068 <string name="p2p_service_discovery_requester_info"> 2069 Go to the Security and Location settings and ensure that Location is enabled. Then go to the 2070 Wi-Fi settings and forget all remembered networks. Then start the \"Service Discovery 2071 Responder Test\" on the other device. 2072 Then run each test individually by clicking on its name.</string> 2073 2074 <string name="p2p_not_enabled">Wi-Fi is not enabled</string> 2075 <string name="p2p_not_enabled_message">These tests require Wi-Fi to be enabled. 2076 Click the button below to go to system settings and enable Wi-Fi.</string> 2077 <string name="p2p_settings">Wi-Fi Direct Settings</string> 2078 2079 <string name="p2p_result_success">Test passed successfully.</string> 2080 2081 <string name="p2p_go_neg_responder_ready"> 2082 The go negotiation responder is now ready to start. 2083 Go to the Security and Location settings and ensure that Location is enabled. Then go to the 2084 Wi-Fi settings and forget all remembered networks. Then start the \"GO Negotiation 2085 Requester Test\" on the other device. 2086 Keep the screen here until all tests on the other device are 2087 finished.</string> 2088 <string name="p2p_go_ready"> 2089 The group owner is now ready to start. 2090 Go to the Security and Location settings and ensure that Location is enabled. Then go to the 2091 Wi-Fi settings and forget all remembered networks. Then start the \"Join Group Test\" on 2092 the other device. 2093 Keep the screen here until all tests on the other device are 2094 finished.</string> 2095 <string name="p2p_service_responder_ready"> 2096 The service responder is now ready to start. 2097 Go to the Security and Location settings and ensure that Location is enabled. Then go to the 2098 Wi-Fi settings and forget all remembered networks. Then start the \"Service Discovery 2099 Requester Test\" on the other device. 2100 Keep the screen here until all tests on the other device are 2101 finished.</string> 2102 2103 <string name="p2p_setup_error"> 2104 Test failed.\n\nSet up error. Check whether Wi-Fi can be enabled.</string> 2105 <string name="p2p_unexpected_error"> 2106 Test failed.\n\nUnexpected error. Check logcat.</string> 2107 <string name="p2p_add_local_service_error"> 2108 Test failed.\n\nFailed to add local service.</string> 2109 <string name="p2p_add_service_request_error"> 2110 Test failed.\n\nFailed to add service request.</string> 2111 <string name="p2p_remove_service_request_error"> 2112 Test failed.\n\nFailed to remove service request.</string> 2113 <string name="p2p_clear_service_requests_error"> 2114 Test failed.\n\nFailed to clear service requests.</string> 2115 <string name="p2p_connect_error"> 2116 Test failed.\n\nFailed to start a p2p connection to the target device.</string> 2117 <string name="p2p_remove_group_error"> 2118 Test failed.\n\nFailed to remove a p2p group.</string> 2119 <string name="p2p_discover_peers_error"> 2120 Test failed.\n\nFailed to discover peers.</string> 2121 <string name="p2p_discover_services_error"> 2122 Test failed.\n\nFailed to discover services.</string> 2123 <string name="p2p_ceate_group_error"> 2124 Test failed.\n\nFailed to start up group owner.</string> 2125 <string name="p2p_no_service_requests_error"> 2126 Test failed.\n\n\"NO_SERVICE_REQUESTS\" error did not occur.</string> 2127 <string name="p2p_receive_invalid_response_error"> 2128 Test failed.\n\nReceived an invalid message or could not receive 2129 the expected message.\n\n</string> 2130 <string name="p2p_target_not_found_error">Test failed.\n\n 2131 The target responder device was NOT found. Start up the responder 2132 test on the other device, then run the test again.</string> 2133 <string name="p2p_target_invalid_role_error">Test failed.\n\n 2134 The target responder must be p2p device. However, the target responder 2135 device was group owner. Check the test case on the other device.</string> 2136 <string name="p2p_target_invalid_role_error2">Test failed.\n\n 2137 The target responder must be group owner. However, the target responder 2138 device was p2p device. Check the test case on the other device.</string> 2139 <string name="p2p_connection_error"> 2140 Test failed.\n\nFailed to establish a p2p connection.</string> 2141 <string name="p2p_detect_disconnection_error"> 2142 Test failed.\n\nFailed to detect client disconnection.</string> 2143 <string name="p2p_disconnect_error"> 2144 Test failed.\n\nFailed to disconnect a p2p connection.</string> 2145 2146 <string name="p2p_search_target">Search Target</string> 2147 <string name="p2p_searching_target">Searching for target device ...</string> 2148 <string name="p2p_checking_serv_capab">Checking the service discovery 2149 capability ...</string> 2150 <string name="p2p_connecting_with_pbc">Trying to connect the target device ...\n\n 2151 Click the \"OK\" button on the other device to accept the connection 2152 request from this device.</string> 2153 <string name="p2p_connecting_with_pin">Trying to connect the target device ...\n\n 2154 Enter the pin number on the other device.</string> 2155 <string name="p2p_waiting_for_peer_to_connect">Waiting for peer to 2156 connect ...</string> 2157 <string name="p2p_waiting_for_peer_to_disconnect">Waiting for peer 2158 to disconnect ...</string> 2159 2160 <!-- Strings for TestListActivity --> 2161 <string name="aware_test">Wi-Fi Aware Test</string> 2162 <string name="aware_test_info"> 2163 The Wi-Fi Aware tests require two devices with Wi-Fi enabled. One device must 2164 be the candidate device running the software build to be tested, while the other 2165 device must be an implementation already known to be compatible.\n\nThere are 2166 tests for Publisher and Subscriber, Responder and Initiator. One device should 2167 start in a role, and the other should start in the complementary 2168 role. Your device must pass the tests in all roles. 2169 </string> 2170 <string name="aware_not_enabled">Wi-Fi / Location Mode is not enabled</string> 2171 <string name="aware_not_enabled_message">These tests require Wi-Fi and Location Mode to be enabled. 2172 Click the button below to go to system settings and enable Wi-Fi and Location Mode.</string> 2173 <string name="aware_settings">Wi-Fi Settings</string> 2174 <string name="aware_setup_error"> 2175 Test failed.\n\nSet up error. Check whether Wi-Fi is enabled.</string> 2176 <string name="aware_unexpected_error"> 2177 Test failed.\n\nUnexpected error. Check logcat.</string> 2178 2179 <string name="aware_dp_ib_open_unsolicited">Data Path: Open: Unsolicited/Passive</string> 2180 <string name="aware_dp_ib_passphrase_unsolicited">Data Path: Passphrase: Unsolicited/Passive</string> 2181 <string name="aware_dp_ib_pmk_unsolicited">Data Path: PMK: Unsolicited/Passive</string> 2182 <string name="aware_dp_ib_open_solicited">Data Path: Open: Solicited/Active</string> 2183 <string name="aware_dp_ib_passphrase_solicited">Data Path: Passphrase: Solicited/Active</string> 2184 <string name="aware_dp_ib_pmk_solicited">Data Path: PMK: Solicited/Active</string> 2185 <string name="aware_dp_ib_open_unsolicited_accept_any">Data Path: Open: Unsolicited/Passive: accept any peer</string> 2186 <string name="aware_dp_ib_passphrase_unsolicited_accept_any">Data Path: Passphrase: Unsolicited/Passive: accept any peer</string> 2187 <string name="aware_dp_ib_pmk_unsolicited_accept_any">Data Path: PMK: Unsolicited/Passive: accept any peer</string> 2188 <string name="aware_dp_ib_open_solicited_accept_any">Data Path: Open: Solicited/Active: accept any peer</string> 2189 <string name="aware_dp_ib_passphrase_solicited_accept_any">Data Path: Passphrase: Solicited/Active: accept any peer</string> 2190 <string name="aware_dp_ib_pmk_solicited_accept_any">Data Path: PMK: Solicited/Active: accept any peer</string> 2191 <string name="aware_dp_ib_force_channel_setup">Data Path: force channel setup</string> 2192 <string name="aware_discovery_ranging">Discovery with Ranging</string> 2193 <string name="aware_publish">Publish</string> 2194 <string name="aware_subscribe">Subscribe</string> 2195 2196 <string name="aware_dp_oob_open">Data Path (OOB): Open</string> 2197 <string name="aware_dp_oob_passphrase">Data Path (OOB): Passphrase</string> 2198 <string name="aware_responder">Responder</string> 2199 <string name="aware_initiator">Initiator</string> 2200 2201 <string name="aware_status_attached">Attached ...</string> 2202 <string name="aware_status_attach_fail">Attach failure!</string> 2203 <string name="aware_status_attach_timeout">Attach failure - timed out!</string> 2204 <string name="aware_status_identity">Discovery (Identity) MAC address: %1$s ...</string> 2205 <string name="aware_status_identity_fail">Identity listener failure - timed out!</string> 2206 <string name="aware_status_subscribe_started">Subscribe discovery session started ...</string> 2207 <string name="aware_status_subscribe_failed">Subscribe failure!</string> 2208 <string name="aware_status_subscribe_timeout">Subscribe failure - timed out!</string> 2209 <string name="aware_status_subscribe_null_session">Subscribe failure - null session!</string> 2210 <string name="aware_status_publish_started">Publish discovery session started ...</string> 2211 <string name="aware_status_publish_failed">Publish failure!</string> 2212 <string name="aware_status_publish_timeout">Publish failure - timed out!</string> 2213 <string name="aware_status_publish_null_session">Publish failure - null session!</string> 2214 <string name="aware_status_discovery">Service discovered ...</string> 2215 <string name="aware_status_discovery_with_info">Service discovered ... peer MAC : %1$s</string> 2216 <string name="aware_status_discovery_timeout">Service discovery failure - timed out!</string> 2217 <string name="aware_status_discovery_fail">Service discovery failure - parameter mismatch!</string> 2218 <string name="aware_status_send_success">Sent message successfully ...</string> 2219 <string name="aware_status_send_failed">Send message failure!</string> 2220 <string name="aware_status_send_timeout">Send message failure - timed out!</string> 2221 <string name="aware_status_send_fail_parameter">Send message failure - mismatched ids!</string> 2222 <string name="aware_status_received">Received message ...</string> 2223 <string name="aware_status_starting_rtt">Starting RTT operations ...</string> 2224 <string name="aware_status_waiting_for_peer_rtt">Pausing to let other device perform RTT ...</string> 2225 <string name="aware_status_received_peer_rtt_done">Other device done with RTT ...</string> 2226 <string name="aware_status_received_mac">Received peer MAC address: %1$s ...</string> 2227 <string name="aware_status_receive_timeout">Receive message failure - timed out!</string> 2228 <string name="aware_status_receive_failure">Receive message failure - didn\'t receive expected message!</string> 2229 <string name="aware_status_network_requested">Network requested ...</string> 2230 <string name="aware_status_network_success">Network formed ...</string> 2231 <string name="aware_status_network_failed">Network request failure - timed out!</string> 2232 <string name="aware_status_network_failed_leak">Failure: Network request success - but leaked information!</string> 2233 <string name="aware_status_sleeping_wait_for_responder">Pausing to let Responder time to set up ...</string> 2234 <string name="aware_status_ranging_peer_failure">Ranging to PeerHandle failure: %1$d failures of %2$d attempts!</string> 2235 <string name="aware_status_ranging_mac_failure">Ranging to MAC address failure: %1$d failures of %2$d attempts!</string> 2236 <string name="aware_status_ranging_peer_success">Ranging to PeerHandle success: %1$d successes of %2$d attempts!</string> 2237 <string name="aware_status_ranging_mac_success">Ranging to MAC address success: %1$d successes of %2$d attempts!</string> 2238 <string name="aware_status_lifecycle_failed">Discovery lifecycle FAILURE!</string> 2239 <string name="aware_status_lifecycle_ok">Discovery lifecycle validated!</string> 2240 2241 <string name="aware_status_socket_failure">Failure on socket connection setup!</string> 2242 <string name="aware_status_socket_server_socket_started">ServerSocket started on port %1$d!</string> 2243 <string name="aware_status_socket_server_info_rx">Peer server info: IPv6=%1$s @ port=%2$d!</string> 2244 <string name="aware_status_socket_server_message_from_peer">Message from peer: \'%1$s\'</string> 2245 2246 <string name="aware_data_path_open_unsolicited_publish">Data Path: Open: Unsolicited Publish</string> 2247 <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> 2248 <string name="aware_data_path_open_passive_subscribe">Data Path: Open: Passive Subscribe</string> 2249 2250 <string name="aware_data_path_passphrase_unsolicited_publish">Data Path: Passphrase: Unsolicited Publish</string> 2251 <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> 2252 <string name="aware_data_path_passphrase_passive_subscribe">Data Path: Passphrase: Passive Subscribe</string> 2253 2254 <string name="aware_data_path_pmk_unsolicited_publish">Data Path: PMK: Unsolicited Publish</string> 2255 <string name="aware_data_path_pmk_unsolicited_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Data Path: PMK: Unsolicited/Passive\' / \'Subscribe\' test.</string> 2256 <string name="aware_data_path_pmk_passive_subscribe">Data Path: PMK: Passive Subscribe</string> 2257 2258 <string name="aware_data_path_open_solicited_publish">Data Path: Open: Solicited Publish</string> 2259 <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> 2260 <string name="aware_data_path_open_active_subscribe">Data Path: Open: Active Subscribe</string> 2261 2262 <string name="aware_data_path_passphrase_solicited_publish">Data Path: Passphrase: Solicited Publish</string> 2263 <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> 2264 <string name="aware_data_path_passphrase_active_subscribe">Data Path: Passphrase: Active Subscribe</string> 2265 2266 <string name="aware_data_path_pmk_solicited_publish">Data Path: PMK: Solicited Publish</string> 2267 <string name="aware_data_path_pmk_solicited_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Data Path: PMK: Solicited/Active\' / \'Subscribe\' test.</string> 2268 <string name="aware_data_path_pmk_active_subscribe">Data Path: PMK: Active Subscribe</string> 2269 2270 <string name="aware_data_path_oob_open_responder">Data Path (OOB): Open: Responder</string> 2271 <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> 2272 <string name="aware_data_path_oob_open_initiator">Data Path (OOB): Open: Initiator</string> 2273 2274 <string name="aware_data_path_oob_passphrase_responder">Data Path (OOB): Passphrase: Responder</string> 2275 <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> 2276 <string name="aware_data_path_oob_passphrase_initiator">Data Path (OOB): Passphrase: Initiator</string> 2277 2278 <string name="aware_discovery_ranging_publish">Discovery with Ranging: Publish</string> 2279 <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> 2280 <string name="aware_discovery_ranging_subscribe">Discovery with Ranging: Subscribe</string> 2281 2282 <string name="aware_data_path_force_channel_setup_publish">Data Path: force channel setup Publish</string> 2283 <string name="aware_data_path_force_channel_setup_publish_info">The publisher is now ready.\n\nOn the other device: start the \'Data Path: force channel setup\' / \'Subscribe\' test.</string> 2284 <string name="aware_data_path_force_channel_setup_subscribe">Data Path: force channel setup Subscribe</string> 2285 2286 <string name="camera_fov_calibration">Camera FOV Calibration</string> 2287 <string name="camera_fov_calibration_done">Done</string> 2288 <string name="camera_fov_general_settings">General settings</string> 2289 <string name="camera_fov_label_options">Settings</string> 2290 <string name="camera_fov_tap_to_take_photo">Tap to calibrate</string> 2291 <string name="camera_fov_marker_distance">Marker distance (in cm)</string> 2292 <string name="camera_fov_marker_distance_description">The distance in centimeters between 2293 the solid lines on the target pattern.</string> 2294 <string name="camera_fov_target_distance">Target distance (in cm)</string> 2295 <string name="camera_fov_target_distance_description">The distance in centimeters from the 2296 device to the target pattern.</string> 2297 <string name="camera_fov_settings_button_text">Setup</string> 2298 <string name="camera_fov_change_preview_sizes_button_text">Preview Sizes</string> 2299 <string name="camera_fov_choose_preview_size_for_camera">Choose preview size for camera %1$s</string> 2300 <string name="camera_fov_displayed_fov_label">Displayed FOV : </string> 2301 <string name="camera_fov_reported_fov_label">Reported FOV : </string> 2302 <string name="camera_fov_reported_fov_problem">Reported FOV problem</string> 2303 <string name="camera_fov_reported_fov_problem_message">The reported FOV before takePicture() is 2304 different from when onPictureTaken() is called.\nAs picture size has not been changed, the 2305 reported FOV should be identical at both times.\n\nFOV before/after: %1$f / %2$f</string> 2306 2307 <string name="camera_fov_panorama_wallpaper_title">Photo Sphere Live Wallpaper</string> 2308 <string name="camera_fov_panorama_wallpaper_description">This live wallapper displays photo 2309 spheres.</string> 2310 <string name="camera_fov_select_panorama">Select panorama</string> 2311 <string name="camera_fov_select_panorama_description">Select a panorama to display in the 2312 live wallpaper.</string> 2313 <string name="camera_fov_reset_panorama">Reset panorama</string> 2314 <string name="camera_fov_reset_panorama_description">Resets the panorama to show the demo 2315 file.</string> 2316 <string name="camera_fov_enable_compass_mode">Enable compass mode</string> 2317 <string name="camera_fov_enable_compass_mode_description">If enabled, the panorama orients 2318 itself according to the current rotation of the device.</string> 2319 2320 <string name="test_category_notifications">Notifications</string> 2321 <string name="test_category_tiles">Tiles</string> 2322 <string name="package_priority_test">Notification Package Priority Test</string> 2323 <string name="package_priority_info">This test checks that the NotificationManagerService respects 2324 user preferences about relative package priorities. 2325 </string> 2326 <string name="package_priority_bot">Verifying that the CTS Robot helper package is installed.</string> 2327 <string name="package_priority_high">Find \"%s\" in the \"Notifications\" settings panel, and allow it to Override Do Not Disturb.</string> 2328 <string name="package_priority_default">Find \"%s\" in the \"Notifications\" settings panel, and disallow it to Override Do Not Disturb.</string> 2329 <string name="package_priority_user_order">Check that ranker respects user priorities.</string> 2330 2331 <string name="shortcut_reset_test">Shortcut Reset Rate-limiting Test</string> 2332 <string name="shortcut_reset_info">This test checks that when an inline-reply happens, ShortcutManager\'s rate-limiting 2333 is reset. Please grant access to show notification when prompted.</string> 2334 <string name="shortcut_reset_bot">Verifying that the CTS Robot helper package is installed.</string> 2335 <string name="shortcut_reset_start">Showing the notification.</string> 2336 <string name="shortcut_reset_prompt_inline_reply">Open the notification shade, 2337 find the \"Shortcut Reset Rate-limiting Test\" notification, type something in the inline-reply field and 2338 press the send button.</string> 2339 <string name="shortcut_reset_check_result">Check ShortcutManager rate-limit has been reset.</string> 2340 2341 <string name="attention_test">Notification Attention Management Test</string> 2342 <string name="attention_info">This test checks that the NotificationManagerService is 2343 respecting user preferences about notification ranking and filtering. 2344 </string> 2345 <string name="ringer_mode_tests">Ringer Mode Tests</string> 2346 <string name="ringer_mode_info">This test checks that Audio manager functionality that requires 2347 particular ringer mode states works properly. 2348 </string> 2349 <string name="ringer_mode_pass_test">These tests are handled by CTS.</string> 2350 <string name="test_sound_effects">Test touch sound</string> 2351 <string name="test_vibrate_notification">Test vibrate notification</string> 2352 <string name="test_vibrate_ringer">Test vibrate ringer</string> 2353 <string name="test_access_ringer_mode">Test access ringer mode</string> 2354 <string name="test_ringer_mode_policy_access">Test ringer mode policy access</string> 2355 <string name="test_volume_dnd_affected_stream">Test volume change</string> 2356 <string name="test_mute_dnd_affected_streams">Test mute streams</string> 2357 <string name="test_ringer_manager">Test RingtoneManager</string> 2358 <string name="enable_sound_effects">Please enable touch sound in Sound settings.</string> 2359 <string name="attention_ready">I\'m done</string> 2360 <string name="attention_filter_any">Please enable \"Do not disturb\" by tapping the Quick Settings tile.</string> 2361 <string name="attention_filter_all">Please disable \"Do not disturb\" by tapping the Quick Settings tile.</string> 2362 <string name="attention_filter_priority">Please enable \"Do not disturb\" by tapping the Quick 2363 Settings tile. Then, long press the same tile and customize the setting to allow messages 2364 from starred contacts only.</string> 2365 <string name="attention_filter_priority_mimic_alarms_only">Please enable Priority-Only \"Do not disturb\" 2366 by tapping the Quick Settings tile. Then, long press the same tile and customize the setting to allow sounds 2367 from Alarms and Media (if applicable) only.</string> 2368 <string name="attention_create_contacts">Create contacts for notification annotations.</string> 2369 <string name="attention_delete_contacts">Delete test contacts.</string> 2370 <string name="attention_default_order">Check that ranker defaults to time order.</string> 2371 <string name="attention_priority_order">Check that ranker respects developers priorities.</string> 2372 <string name="attention_ambient_bit">Check that the ambient bit is set appropriately.</string> 2373 <string name="attention_lookup_order">Check that ranker respects Lookup URIs for contacts.</string> 2374 <string name="attention_email_order">Check that ranker respects mailto URIs for contacts.</string> 2375 <string name="attention_phone_order">Check that ranker respects telephone URIs for contacts.</string> 2376 <string name="attention_interruption_order">Check that ranker temporarily boosts interruptions. 2377 This test takes 30 seconds to complete.</string> 2378 <string name="attention_none_are_filtered_messages">Check that \"All\" mode doesn\'t filter any notifications (messages).</string> 2379 <string name="attention_none_are_filtered_diff_categories">Check that \"All\" mode doesn\'t filter any notifications (event, reminder, alarm).</string> 2380 <string name="attention_some_are_filtered_messages">Check that \"Priority\" mode doesn\'t filter priority notifications (messages from starred contacts).</string> 2381 <string name="attention_some_are_filtered_alarms">Check that \"Priority\" mode doesn\'t filter priority notifications (alarms).</string> 2382 <string name="attention_some_are_filtered_media_system_other">Check that \"Priority\" mode doesn\'t filter priority notifications (media, system, other).</string> 2383 <string name="attention_all_are_filtered">Check that \"None\" mode filters all notifications.</string> 2384 <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> 2385 <string name="nls_test">Notification Listener Test</string> 2386 <string name="nas_test">Notification Assistant Test</string> 2387 <string name="nls_service_name">Notification Listener for CTS Verifier</string> 2388 <string name="nls_info">This test checks that a NotificationListenerService can be enabled 2389 and disabled, and that once enabled the service is able to receive notifications and 2390 dismiss them. 2391 </string> 2392 <string name="nas_service_name">Notification Assistant for CTS Verifier</string> 2393 <string name="nas_info">This test checks that a NotificationAssistantService can be enabled 2394 and disabled, and that once enabled the service is able to receive notifications and 2395 dismiss them. 2396 </string> 2397 <string name="nls_anr">This test checks that notifications are not sent with content that is 2398 too long. If this test causes the test app to ANR, the test has failed. 2399 </string> 2400 <string name="action_not_sent">SecureActionOnLockScreenTest</string> 2401 <string name="action_received">Action Sent - SecureActionOnLockScreenTest</string> 2402 <string name="action_test_title">Action</string> 2403 <string name="nls_visibility">Please change the lock screen setting to hide sensitive content 2404 on the lockscreen</string> 2405 <string name="nls_restore_visibility">Please change the lock screen setting to show all 2406 content on the lockscreen</string> 2407 <string name="add_screen_lock">Add a secure screen lock of any type.\nLet all notification content be shown.</string> 2408 <string name="set_global_visibility_public">Update notification settings to ensure that all notification content is shown.</string> 2409 <string name="set_global_visibility_private">Update notification settings to ensure that sensitive notification content is shown only when unlocked.</string> 2410 <string name="set_global_visibility_secret">Update notification settings to ensure that all notifications are hidden on the lock screen.</string> 2411 <string name="remove_screen_lock">Remove the added screen lock</string> 2412 <string name="secure_action_lockscreen">Lock the screen and find the SecureActionOnLockScreenTest 2413 notification. Tap on its action. Verify that the keyguard displays on tap, and that the 2414 notification text does not update until the passcode is entered. Ensure that the notification 2415 text does update once the device is unlocked.</string> 2416 <string name="np_start_channel_settings">Launch Channel Settings</string> 2417 <string name="np_start_security_settings">Launch Security Settings</string> 2418 <string name="np_start_notif_settings">Launch Notification Settings</string> 2419 <string name="np_when_locked_see_redacted">Lock the screen and find the NotifPrivacyTest notification.\n 2420 Pass the test if the notification content is REDACTED.</string> 2421 <string name="np_when_locked_see_private">Lock the screen and find the NotifPrivacyTest notification.\n 2422 Pass the test if the notification content is EXPOSED.</string> 2423 <string name="np_when_locked_hidden">Lock the screen and look for the NotifPrivacyTest notification.\n 2424 Fail the test if it can be found without unlocking the device.</string> 2425 <string name="np_start_occluding">Launch CallSimulator</string> 2426 <string name="np_occluding_instructions">Launch the CallSimulator and follow the instructions on that screen.</string> 2427 <string name="np_occluding_see_redacted">CallSimulator 2428 \n\n(Like a call, this screen will be visible even when the device is locked.) 2429 \n\nLock the screen, then come back here without unlocking. 2430 \nPull down the notification shade and find the NotifPrivacyTest notification. 2431 \nPass the test if the notification content is REDACTED. 2432 \n\nGo back when ready to Pass/Fail the step.</string> 2433 <string name="np_occluding_see_private">CallSimulator 2434 \n\n(Like a call, this screen will be visible even when the device is locked.) 2435 \n\nLock the screen, then come back here without unlocking. 2436 \nPull down the notification shade and find the NotifPrivacyTest notification. 2437 \nPass the test if the notification content is EXPOSED. 2438 \n\nGo back when ready to Pass/Fail the step.</string> 2439 <string name="np_occluding_hidden">CallSimulator 2440 \n\n(Like a call, this screen will be visible even when the device is locked.) 2441 \n\nLock the screen, then come back here without unlocking. 2442 \nPull down the notification shade and look for the NotifPrivacyTest notification. 2443 \nFail the test if it can be found without unlocking the device. 2444 \n\nGo back when ready to Pass/Fail the step.</string> 2445 <string name="np_public_version_text">NotifPrivacyTest: REDACTED</string> 2446 <string name="np_private_version_text">NotifPrivacyTest: EXPOSED</string> 2447 <string name="notif_privacy_test">Notification Privacy Test</string> 2448 <string name="notif_privacy_info">This test checks that Notification privacy is correctly 2449 handled on the insecure and secure lockscreen. 2450 </string> 2451 <string name="msg_extras_preserved">Check that Message extras Bundle was preserved.</string> 2452 <string name="conversation_section_ordering">If this device supports conversation notifications, 2453 and groups them into a separate section from alerting and silent non-conversation 2454 notifications, fully expand the notification display and verify that the \"Person A\" 2455 notification appears before the "\Non-Person Notification\". 2456 If this device does not support conversation notifications or does not group them together, press Pass.</string> 2457 <string name="hun_display">If this device supports heads-up notifications, 2458 verify that a notification just peeked on screen, displaying all of the following: small 2459 icon, large icon, notification title, notification text, and two action buttons. 2460 If this device does not support heads-up notifications, press Pass.</string> 2461 <string name="action">Action %1$d</string> 2462 <string name="tile_service_name">Tile Service for CTS Verifier</string> 2463 <string name="tiles_test">Tile Service Test</string> 2464 <string name="tiles_info">This test checks that a Tile Service added by a third party 2465 application is not immediately added to the current Quick Settings tiles but can be added 2466 by the user. 2467 </string> 2468 <string name="tiles_adding_tile">Check that Tile Service is enabled</string> 2469 <string name="tiles_not_added">Open Quick Settings and check that the Tile Service for CTS 2470 Verifier is not visible in any page</string> 2471 <string name="tiles_in_customizer">Open Quick Settings and click the button to customize Quick 2472 Settings. Check that the Tile Service for CTS Verifier is available to be added</string> 2473 <string name="tiles_removing_tile">Check that Tile Service is disabled</string> 2474 <string name="tile_request_service_name">Request Tile Service</string> 2475 <string name="tile_request_helper_app_name">CtsTileServiceApp</string> 2476 <string name="tiles_request_test">Tile Service Request Test</string> 2477 <string name="tiles_request_info">This test checks that a request to add a TileService is 2478 shown correctly to the user and the correct answer is relayed to the app.</string> 2479 <string name="tiles_request_uninstall">This will verify that the helper app is not installed. 2480 If that is correct, the test will pass automatically. If the app is installed, press the button 2481 and you will be prompted for confirmation to uninstall the app.</string> 2482 <string name="tiles_request_install">You should have received a helper app apk with this CTS 2483 Verifier package. Its name is \"CtsTileServiceApp\". Install the test app, by running\n 2484 \"adb install /path/to/CtsTileServiceApp.apk\".\n 2485 Pass the test if the install was successful. Fail it otherwise. 2486 </string> 2487 <string name="tiles_request_install_verify">This will automatically verify that the helper app 2488 is correctly installed.</string> 2489 <string name="tiles_request_tile_not_present">Open Quick Settings and pass this test 2490 if there are no tiles named %1$s in any page.</string> 2491 <string name="tiles_request_dismissed">After pressing \"Start request\", a dialog will appear 2492 requesting to add a quick settings tile. When it appears, dismiss it by tapping outside of 2493 it, or going back.</string> 2494 <string name="tiles_request_correct_info">After pressing \"Start request\", a dialog will appear 2495 requesting to add a quick settings tile. When it appears, verify the following information 2496 in the dialog:\n 2497 1. The name of the app requesting to add the tile is %1$s.\n 2498 2. The label in the tile is %2$s.\n 2499After verifying, tap the option in the dialog to not add the tile.\n 2500When the buttons are enabled, pass this test if the information in the dialog was correct. 2501 </string> 2502 <string name="tiles_request_answer_yes">After pressing \"Start request\", a dialog will appear 2503 requesting to add a quick settings tile. When it appears, tap the option in the dialog to 2504 add the tile. 2505 </string> 2506 <string name="tiles_request_tile_present">Open Quick Settings and pass this test if a tile named 2507 %1$s is visible in some page. 2508 </string> 2509 <string name="tiles_request_check_tile_already_added">Checking tile already added response 2510 </string> 2511 <string name="vr_tests">VR Tests</string> 2512 <string name="test_category_vr">VR</string> 2513 <string name="vr_test_title">VR Listener Test</string> 2514 <string name="vr_service_name">VR Listener for CTS Verifier</string> 2515 <string name="vr_info">This test checks that a VrListenerService can be enabled and disabled, and 2516 and that it receives the correct lifecycle callbacks when entering and exiting VR mode. 2517 </string> 2518 <string name="vr_start_settings">Launch Settings</string> 2519 <string name="vr_start_vr_activity">Launch VR mode activity</string> 2520 <string name="vr_start_double_vr_activity">Launch Two VR mode activities</string> 2521 <string name="vr_start_vr_activity_desc">Click the button to launch the VR mode activity.</string> 2522 <string name="vr_start_vr_double_activity_desc">Click the button to launch two consecutive VR mode activities.</string> 2523 <string name="vr_check_disabled">Check that the CTS VR helper service is disabled by default.</string> 2524 <string name="vr_enable_service">Please enable \"VR Listener for CTS Verifier\" 2525 under Apps > Gear Icon > Special Access > VR Helper Services and return here.</string> 2526 <string name="vr_disable_service">Please disable \"VR Listener for CTS Verifier\" 2527 under Apps > Gear Icon > Special Access > VR Helper Services and return here.</string> 2528 <string name="nas_enable_service">Please enable \"Notification Assistant for CTS Verifier\" 2529 under Apps > Gear Icon > Default > Notification Assistant and return here.</string> 2530 <string name="nas_disable_service">Please disable \"Notification Assistant for CTS Verifier\" 2531 under Apps > Gear Icon > Default > Notification Assistant and return here.</string> 2532 <string name="nls_enable_service">Please enable \"Notification Listener for CTS Verifier\" 2533 under Apps > Gear Icon > Special Access > Notification Access and return here.</string> 2534 <string name="nls_block_app">Please block the linked application and return here.</string> 2535 <string name="nls_unblock_app">Please unblock the linked application and return here.</string> 2536 <string name="nls_block_channel">Please block the linked notification channel and return here.</string> 2537 <string name="nls_block_group">Please block the linked notification channel group and return here.</string> 2538 <string name="nls_disable_service">Please disable \"Notification Listener for CTS Verifier\" 2539 under Apps > Gear Icon > Special Access > Notification Access and return here.</string> 2540 <string name="nls_start_settings">Launch Settings</string> 2541 <string name="nls_service_started">Service should start once enabled.</string> 2542 <string name="nas_note_enqueued_received">Check that notification was enqueued.</string> 2543 <string name="nls_note_received">Check that notification was received.</string> 2544 <string name="nls_payload_intact">Check that notification payload was intact.</string> 2545 <string name="nls_audibly_alerted">Check that notification audibly alerting was reported correctly.</string> 2546 <string name="nas_adjustment_payload_intact">Check that the Assistant can adjust notifications.</string> 2547 <string name="nas_adjustment_enqueue_payload_intact">Check that the Assistant can adjust notifications on enqueue.</string> 2548 <string name="nas_create_channel">Check that the Assistant can create a Notification Channel for another app.</string> 2549 <string name="nas_update_channel">Check that the Assistant can update a Notification Channel for another app.</string> 2550 <string name="nas_block_channel">Check that the Assistant can block a Notification Channel.</string> 2551 <string name="nas_delete_channel">Check that the Assistant can delete a Notification Channel for another app.</string> 2552 <string name="nas_snooze_context">Check that the Assistant can snooze a notification until a given context.</string> 2553 <string name="nls_clear_one">Check that service can clear a notification.</string> 2554 <string name="nls_clear_one_reason">Check that service can clear a notification and receive the correct reason for dismissal.</string> 2555 <string name="nls_clear_one_stats">Check that service does not receive notification stats.</string> 2556 <string name="nls_clear_all">Check that service can clear all notifications.</string> 2557 <string name="nls_service_stopped">Service should stop once disabled.</string> 2558 <string name="nls_note_missed">Check that notification was not received.</string> 2559 <string name="nls_snooze">Check the service can be snoozed.</string> 2560 <string name="nls_unsnooze">Check the service can be unsnoozed.</string> 2561 <string name="nls_hints">Check that the listener can set hints.</string> 2562 <string name="nls_snooze_one">Check that service can snooze a notification.</string> 2563 <string name="nls_snooze_one_time">Check that service can snooze a notification for a given time.</string> 2564 <string name="nls_get_snoozed">Check that service can retrieve snoozed notifications.</string> 2565 <string name="nls_unsnooze_one">Check that service can unsnooze a notification.</string> 2566 <string name="nls_change_type_filter">Click this button to launch the settings page for this app\'s notification listener in settings. Note what types were checked and which were disabled before you make any changes. View the list of apps and note any that are not allowed. Change the filter types to allow everything except ongoing and silent notifications, and then return to this screen</string> 2567 <string name="nls_original_filter_verification">Were only alerting and silent notifications allowed? Was the Settings app not allowed? Was the ongoing option disabled? Are all only conversations and alerting notification types allowed now?</string> 2568 <string name="nls_filter_test">Checking that an alerting notification is received and a silent one is not</string> 2569 <string name="nls_reset_type_filter">Go to settings and allow all notification types, and then return here.</string> 2570 <string name="nas_note_missed_enqueued">Check that notification was not enqueued.</string> 2571 <string name="cp_test">Condition Provider test</string> 2572 <string name="cp_service_name">Condition Provider for CTS Verifier</string> 2573 <string name="cp_info">This test checks that ConditionProviderService can be enabled 2574 and disabled, and that once enabled the service is able to create, query, edit, and delete 2575 automatic zen rules. 2576 </string> 2577 <string name="cp_enable_service">Please enable \"CTS Verifier\" under Do Not Disturb access and return here.</string> 2578 <string name="cp_disable_service">Please disable \"CTS Verifier\" under Do Not Disturb access and return here.</string> 2579 <string name="cp_start_settings">Launch Settings</string> 2580 <string name="cp_create_rule">Creating Automatic Zen Rule</string> 2581 <string name="cp_create_rule_with_zen_policy">Creating Automatic Zen Rule with Zen Policy</string> 2582 <string name="cp_update_rule">Updating Automatic Zen Rule</string> 2583 <string name="cp_update_rule_use_zen_policy">Updating Automatic Rule to Use Zen Policy</string> 2584 <string name="cp_subscribe_rule">Subscribing to Automatic Zen Rule</string> 2585 <string name="cp_service_started">Service should start once enabled.</string> 2586 <string name="cp_service_stopped">Service should stop once disabled.</string> 2587 <string name="cp_unsubscribe_rule">Unsubscribing to Automatic Zen Rule</string> 2588 <string name="cp_delete_rule">Deleting Automatic Zen Rule via api</string> 2589 <string name="cp_get_rules">Retrieving Automatic Zen Rules</string> 2590 <string name="cp_get_rule">Retrieving Automatic Zen Rule</string> 2591 <string name="cp_show_rules">Click this button to launch the Automatic Zen Rule listing page in settings, and then return to this screen</string> 2592 <string name="cp_show_rules_verification">Was the automatic rule screen shown?</string> 2593 <string name="cp_disable_rule">Please disable rule "123" and return here.</string> 2594 <string name="cp_enable_rule">Please enable rule "123" and return here.</string> 2595 <string name="cp_delete_rule_broadcast">Please delete rule "123" and return here.</string> 2596 <string name="cp_rule_type">CTS rule</string> 2597 <string name="iva_pass">Pass</string> 2598 <string name="iva_fail">Fail</string> 2599 2600 <string name="cacert_test">CA Cert Notification Test</string> 2601 <string name="cacert_info">This test checks that when a CA Certificate is installed, the user is notified.</string> 2602 <string name="cacert_do_something">Do it</string> 2603 <string name="cacert_done">Done</string> 2604 <string name="cacert_install_cert_title">Tap to install a CA certificate</string> 2605 <string name="cacert_install_cert">Press the button to open Security settings. Navigate to \"Install a certificate\" (normally under \"Encryptions & credentials\") and select \"CA certificate\". Pick \"MyCA.cer\" from device storage and proceed with the installation. If this button does nothing, pass the test and move on.</string> 2606 <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> 2607 <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> 2608 <string name="cacert_check_notification">Look at the system notifications. Confirm that:\n 26091. There is a notification saying a certificate authority is installed.\n 26102. Tapping that notification brings up a more detailed explanation and a button to check trusted credentials.\n 26113. Tapping that button brings up the Trusted Credentials page you just visited.</string> 2612 <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> 2613 2614 <string name="caboot_test">CA Cert Notification on Boot test</string> 2615 <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> 2616 <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> 2617 <string name="caboot_check_creds">Check Credentials</string> 2618 <string name="caboot_if_not_installed">Only if there is no credential currently installed, install one.</string> 2619 <string name="caboot_install_cert">Install credential</string> 2620 <string name="caboot_remove_screen_lock">Remove screen lock</string> 2621 <string name="caboot_reboot_desc">Please reboot the device and return to this test.</string> 2622 <string name="caboot_after_boot">AFTER REBOOTING: Check that there is a notification saying a certificate authority is installed. 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> 2623 2624 <!-- Strings for KeyChain --> 2625 <string name="keychain_test">KeyChain Storage Test</string> 2626 <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> 2627 <string name="keychain_reset">Reset</string> 2628 <string name="keychain_skip">Skip</string> 2629 <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 2630 Tap \'Next\' to begin.</string> 2631 <string name="keychain_install_desc">Credentials generated. Tap \'Next\' to install them to the system keychain.\n\n 2632The container for the credentials will not be protected with a password; if prompted for one, leave that field blank.\n\n 2633During installation you may be prompted for a name - accept the default suggestion.\n\n 2634In the case that these credentials were already installed, you may skip this step.</string> 2635 <string name="keychain_https_desc">The last test involves setting up an HTTPS connection using credentials from the KeyChain.\n\n 2636You should be prompted to select credentials; choose the ones you just installed in the previous step.</string> 2637 <string name="keychain_reset_desc">Before marking this test as passed, tap \'Next\' to open security settings to clear credentials:\n 2638 1. Open Encryption and credentials.\n 2639 2. Tap Clear credentials.</string> 2640 2641 <!-- Strings for CA cert installation via intent test --> 2642 <string name="cacert_install_via_intent">CA Cert install via intent</string> 2643 <string name="cacert_install_via_intent_title">This test attempts to install a CA certificate via an intent.</string> 2644 <string name="cacert_install_via_intent_info">Attempt installing a CA certificate via an intent, which should not be possible. Tapping Go should show a dialog telling the user that CA certificates can put their privacy at risk and must be installed via Settings. If a any other dialog comes up, the test failed.</string> 2645 2646 <!-- Strings for credential management test --> 2647 <string name="credential_management_app_test">Credential Management App Test</string> 2648 <string name="credential_management_app_info">This test requests to manage the user\'s KeyChain credentials and become the credential management app.</string> 2649 <string name="request_manage_credentials">Request to manage credentials</string> 2650 <string name="is_credential_management_app">Check is credential management app</string> 2651 <string name="credential_management_app_policy">Check correct authentication policy is set</string> 2652 <string name="generate_key_pair">Generate key pair</string> 2653 <string name="create_and_install_certificate">Create and install certificate</string> 2654 <string name="request_certificate_authentication">Request certificate for authentication</string> 2655 <string name="sign_data_with_key">Sign data with the private key</string> 2656 <string name="verify_signature">Verify signature with the public key</string> 2657 <string name="remove_credential_management_app">Remove credential management app</string> 2658 2659 <!-- Strings for Widget --> 2660 <string name="widget_framework_test">Widget Framework Test</string> 2661 <string name="widget_framework_test_info">This test checks some basic features of the widget 2662 framework. In order to perform the test, press the Home button. Add the widget 2663 titled "CTS Verifier" to the home screen. Follow the instructions in the widget.</string> 2664 <string name="widget_name">Widget Framework Test</string> 2665 <string name="widget_pass">Pass</string> 2666 <string name="widget_fail">Fail</string> 2667 2668 <string name="provisioning_byod_non_market_apps">Non-market app installation restrictions</string> 2669 <string name="provisioning_byod_non_market_apps_info"> 2670 This test exercises user restrictions on installation of non-market apps. Follow 2671 instructions in each test. 2672 </string> 2673 2674 <string name="provisioning_byod_nonmarket_allow">Enable non-market apps</string> 2675 <string name="provisioning_byod_nonmarket_allow_info"> 2676 This test verifies that non-market apps can be installed if permitted.\n 2677 1. A package installation UI should appear.\n 2678 2. If \'Cts Verifier\' is not allowed to install apps, a warning dialog will appear 2679 blocking the install. In this case go to step 3, else skip to step 4.\n 2680 3. Allow \'Cts Verifier\' to install apps. Return to package installer.\n 2681 4. Accept the installation and verify that it succeeds (no error message is displayed). 2682 </string> 2683 2684 <string name="provisioning_byod_nonmarket_deny">Disable non-market apps</string> 2685 <string name="provisioning_byod_nonmarket_deny_info"> 2686 This test verifies that non-market apps cannot be installed unless permitted.\n 2687 1. A package installation UI should appear.\n 2688 2. Verify that the installation of the package is refused. 2689 </string> 2690 2691 <string name="provisioning_byod_nonmarket_allow_global">Enable non-market apps (global restriction)</string> 2692 <string name="provisioning_byod_nonmarket_allow_global_info"> 2693 This test verifies that non-market apps can be installed if permitted by device-wide block.\n 2694 1. A package installation UI should appear.\n 2695 2. If \'Cts Verifier\' is not allowed to install apps, a warning dialog will appear 2696 blocking the install. In this case go to step 3, else skip to step 4.\n 2697 3. Allow \'Cts Verifier\' to install apps. Return to package installer.\n 2698 4. Accept the installation and verify that it succeeds (no error message is displayed). 2699 </string> 2700 2701 <string name="provisioning_byod_nonmarket_deny_global">Disable non-market apps (global restriction)</string> 2702 <string name="provisioning_byod_nonmarket_deny_global_info"> 2703 This test verifies that non-market apps cannot be installed unless permitted by device-wide block.\n 2704 1. A package installation UI should appear.\n 2705 2. Verify that the installation of the package is refused. 2706 </string> 2707 2708 <string name="provisioning_byod_nonmarket_allow_global_primary">Enable primary user non-market apps (global restriction)</string> 2709 <string name="provisioning_byod_nonmarket_allow_global_primary_info"> 2710 This test verifies that non-market apps from the primary user can be installed if permitted.\n 2711 1. You should have received NotificationBot.apk together with the CTS verifier. If you built 2712 the CTS verifier yourself, build the NotificationBot.apk by issuing the following command on 2713 the host:\n 2714 make NotificationBot\n 2715 2. Upload the NotificationBot.apk to your device by issuing the following command on the 2716 host:\n 2717 adb push /path/to/NotificationBot.apk /data/local/tmp/\n 2718 3. Press \"Go\" to install NotificationBot.apk in your personal profile. A package 2719 installation UI should appear.\n 2720 4. If \'Cts Verifier\' is not allowed to install apps, a warning dialog will appear 2721 blocking the install. In this case go to step 5, else skip to step 6.\n 2722 5. Allow \'Cts Verifier\' to install apps. Return to package installer.\n 2723 6. Accept the installation and verify that it succeeds (no error message is displayed). 2724 </string> 2725 2726 <string name="provisioning_byod_nonmarket_deny_global_primary">Disable primary user non-market apps (global restriction)</string> 2727 <string name="provisioning_byod_nonmarket_deny_global_primary_info"> 2728 This test verifies that non-market apps from the primary user cannot be installed unless permitted.\n 2729 1. You should have received NotificationBot.apk together with the CTS verifier. If you built 2730 the CTS verifier yourself, build the NotificationBot.apk by issuing the following command on 2731 the host:\n 2732 make NotificationBot\n 2733 2. Upload the NotificationBot.apk to your device by issuing the following command on the 2734 host:\n 2735 adb push /path/to/NotificationBot.apk /data/local/tmp/\n 2736 3. Press \"Go\" to install NotificationBot.apk in your personal profile. A package 2737 installation UI should appear.\n 2738 4. Verify that the installation of the package is refused. 2739 </string> 2740 2741 <string name="provisioning_byod_capture_image_support">Camera support cross profile image capture</string> 2742 <string name="provisioning_byod_capture_image_support_info"> 2743 This test verifies that images can be captured from the managed profile using the primary profile camera.\n 2744 If prompted, accept the camera permission after pressing go.\n 2745 1. Capture a picture using the camera.\n 2746 2. Verify that the captured picture is shown.\n 2747 3. Click on the close button. 2748 </string> 2749 <string name="provisioning_byod_capture_video_support_with_extra_output">Camera support cross profile video capture (with extra output path)</string> 2750 <string name="provisioning_byod_capture_video_support_info"> 2751 This test verifies that videos can be captured from the managed profile using the primary profile camera.\n 2752 If prompted, accept the camera permission after pressing go.\n 2753 1. Capture a video using the camera.\n 2754 2. Click on the play button.\n 2755 3. Verify that the captured video is played.\n 2756 4. Click on the close button. 2757 </string> 2758 <string name="provisioning_byod_capture_video_support_without_extra_output">Camera support cross profile video capture (without extra output path)</string> 2759 <string name="provisioning_byod_capture_audio_support">Sound recorder support cross profile audio capture</string> 2760 <string name="provisioning_byod_capture_audio_support_info"> 2761 This test verifies that audio can be captured from the managed profile using the primary profile sound recorder.\n 2762 1. Capture audio.\n 2763 2. Click on the play button.\n 2764 3. Verify that the captured audio is played.\n 2765 4. Click on the close button.\n 2766 If this device does not support audio recording, please skip this test and mark it passing.\n 2767 </string> 2768 <string name="provisioning_byod_dismiss_result_dialog">Close</string> 2769 <string name="provisioning_byod_play">Play</string> 2770 <string name="provisioning_byod_verify_image_title">Verify captured image</string> 2771 <string name="provisioning_byod_verify_video_title">Verify captured video</string> 2772 <string name="provisioning_byod_verify_audio_title">Verify captured audio</string> 2773 <string name="provisioning_byod_no_image_capture_resolver">No image capture app present. Skip test.</string> 2774 <string name="provisioning_byod_no_video_capture_resolver">No video capture app present. Skip test.</string> 2775 <string name="provisioning_byod_no_audio_capture_resolver">No audio capture app present. Skip test.</string> 2776 <string name="provisioning_byod_capture_media_error">Error while capturing media from managed profile.</string> 2777 <string name="provisioning_byod_capture_image_error">Error while capturing image from managed profile.</string> 2778 2779 <string name="provisioning_byod_auth_bound_key">Authentication-bound keys</string> 2780 <string name="provisioning_byod_auth_bound_key_info"> 2781 This test verifies keystore cryptographic keys can be bound to device credentials. 2782 These keys should only be available if there was a recent enough authentication. 2783 </string> 2784 <string name="provisioning_byod_auth_bound_key_instruction"> 2785 This test verifies keystore cryptographic keys can be bound to device lockscreen challenge or fingerprints (if available). 2786 These keys should only be available if there was a recent enough authentication. \n 2787 2788 1. Press "Set up" to open Security settings. (If this device has a separate app for work 2789 settings, ignore this button and open that app manually from the launcher.) Create a 2790 lockscreen password and if available, enroll a fingerprint under "Work profile security".\n 2791 2. Go through the list of tests.\n 2792 3. Mark the overall test pass or fail.\n 2793 4. Once the set of tests are completed, remove the lockscreen challenge. 2794 </string> 2795 <string name="provisioning_byod_auth_bound_key_set_up">Set up</string> 2796 <string name="provisioning_byod_lockscreen_bound_key">Lockscreen-bound key test</string> 2797 <string name="provisioning_byod_fingerprint_bound_key">Fingerprint-bound key test</string> 2798 <string name="provisioning_byod_vpn">VPN test</string> 2799 <string name="provisioning_byod_always_on_vpn">Always-on VPN Settings</string> 2800 <string name="provisioning_byod_always_on_vpn_info"> 2801 In this test, you\'ll verify that the Settings UI for always-on VPN is correct for different 2802 VPN apps. 2803 </string> 2804 <string name="provisioning_byod_always_on_vpn_instruction"> 2805 In this test, you\'ll verify the Settings UI for always-on VPN for different VPN apps. 2806 You should have received three VPN app apks with this CTS Verifier package. 2807 They\'re named in the form of \"CtsVpnFirewallApp*.apk\".\n 2808 2809 1. Before the test, make sure CtsVpnFirewallApp isn\'t installed on your device. You can 2810 uninstall either by UI, or by\n 2811 \"adb uninstall com.android.cts.vpnfirewall\"\n 2812 2813 2. Install the first test app, by running\n 2814 \"adb install /path/to/CtsVpnFirewallAppApi23.apk\"\n 2815 2816 3. Tap \"Prepare VPN\" button below and consent to the VPN connection.\n 2817 2818 4. Once connected, verify that the system shows disclosure (on some devices this is shown in 2819 the notification area) that network traffic is being routed through the VPN app.\n 2820 2821 5. Finish all three test cases listed below.\n 2822 2823 6. Repeat step 1 to remove CtsVpnFirewallApp. 2824 </string> 2825 <string name="provisioning_byod_always_on_vpn_prepare_button">Prepare VPN</string> 2826 <string name="provisioning_byod_always_on_vpn_vpn_not_found_note"> 2827 Can\'t find VPN app. Did you install it correctly? 2828 </string> 2829 <string name="provisioning_byod_always_on_vpn_api23">VPN app targeting SDK 23</string> 2830 <string name="provisioning_byod_always_on_vpn_api23_instruction"> 2831 1. Re-install CtsVpnFirewallAppApi23.apk (skip this if you already have the correct version 2832 installed):\n 2833 \"adb install -r /path/to/CtsVpnFirewallAppApi23.apk\"\n 2834 2. Tap \"Go\" button below to go to the VPN settings page.\n 2835 3. Open configuration details page for CtsVpnFirewallApp.\n 2836 4. Confirm the \"Always-on VPN\" and \"Block connections without VPN\" switches are both off 2837 and disabled.\n 2838 </string> 2839 <string name="provisioning_byod_always_on_vpn_api24">VPN app targeting SDK 24</string> 2840 <string name="provisioning_byod_always_on_vpn_api24_instruction"> 2841 1. Re-install CtsVpnFirewallAppApi24.apk (skip this if you already have the correct version 2842 installed):\n 2843 \"adb install -r /path/to/CtsVpnFirewallAppApi24.apk\"\n 2844 2. Tap \"Go\" button below to go to the VPN settings page.\n 2845 3. Open configuration details page for CtsVpnFirewallApp.\n 2846 4. Confirm\n 2847 4.1. \"Always-on VPN\" switch is enabled and in off position\n 2848 4.2. \"Block connections without VPN\" switch is disabled and in off position\n 2849 4.3. \"Block connections without VPN\" becomes enabled once the \"Always-on VPN\" switch 2850 is turned on\n 2851 </string> 2852 <string name="provisioning_byod_always_on_vpn_not_always_on">VPN app with opt-out</string> 2853 <string name="provisioning_byod_always_on_vpn_not_always_on_instruction"> 2854 1. Re-install CtsVpnFirewallAppNotAlwaysOn.apk (skip this if you already have the correct 2855 version installed):\n 2856 \"adb install -r /path/to/CtsVpnFirewallAppNotAlwaysOn.apk\"\n 2857 2. Tap \"Go\" button below to go to the VPN settings page.\n 2858 3. Open configuration details page for CtsVpnFirewallApp.\n 2859 4. Confirm the \"Always-on VPN\" and \"Block connections without VPN\" switches are both off 2860 and disabled.\n 2861 </string> 2862 <string name="provisioning_byod_select_work_challenge">Select work lock test</string> 2863 <string name="provisioning_byod_select_work_challenge_description"> 2864 This test verifies that a work lock can be chosen.\n 2865 2866 1. Verify that you get sent to the page for Choosing a new work lock.\n 2867 2. Set a new work lock. 2868 </string> 2869 <string name="provisioning_byod_confirm_work_credentials">Confirm work lock test</string> 2870 <string name="provisioning_byod_confirm_work_credentials_description"> 2871 This test verifies that work lock is shown when opening a work app, 2872 the work lock was set correctly and it is customized according to 2873 the policies set. You can only do this test after you have done the previous test.\n 2874 Before running this test press the power button to turn the screen off and then back on and 2875 swipe to unlock.\n 2876 2877 1. Open a work app.\n 2878 2. Verify that a screen asking you for your work credentials is shown.\n 2879 3. Verify that the icon is a briefcase.\n 2880 4. Verify that the header text says \"CtsVerifier\".\n 2881 5. Confirm your credentials and verify that the credentials you entered previously work.\n 2882 6. The work app should be launched. 2883 </string> 2884 <string name="provisioning_byod_confirm_work_credentials_header"> 2885 CtsVerifier 2886 </string> 2887 <string name="provisioning_byod_pattern_work_challenge">Confirm pattern lock test</string> 2888 <string name="provisioning_byod_pattern_work_challenge_description"> 2889 This test verifies that when a work pattern lock is set, a work app can open correctly.\n 2890 2891 1. Verify that you get sent to the page for Choosing a new work lock.\n 2892 2. Set a pattern lock.\n 2893 Some devices have the pattern lock option disabled and it will not show up in the list.\n 2894 If that\'s the case then mark the test as passed.\n 2895 3. Press the power button to turn the screen off and then back on and swipe to unlock.\n 2896 4. Open a work app.\n 2897 5. Verify that a screen asking you for your work credentials is shown.\n 2898 6. Confirm your credentials and verify that the credentials you entered previously work.\n 2899 7. The work app should be launched. 2900 </string> 2901 <string name="provisioning_byod_recents">Recents redaction test</string> 2902 <string name="provisioning_byod_recents_info"> 2903 This test verifies that if a work profile is locked with a separate password, Recents views 2904 for applications in the work profile are redacted. 2905 </string> 2906 <string name="provisioning_byod_recents_instructions"> 2907 This test verifies that if a work profile is locked with a separate password, Recents views 2908 for applications in the work profile are redacted.\n 2909 Some devices may not lock as soon as the screen is turned off by default. On such devices, 2910 use the button below when requested to lock the work profile. Please skip these tests if 2911 "Recents" is absent. 2912 </string> 2913 <string name="provisioning_byod_recents_lock_now">Lock now</string> 2914 2915 <string name="provisioning_byod_recents_verify_redacted"> 2916 Verify recents are redacted when locked. 2917 </string> 2918 <string name="provisioning_byod_recents_verify_redacted_instruction"> 2919 1) Follow the instructions on-screen to set a work password.\n 2920 2) Turn the screen off and on again, or use the "lock now" button, to lock the work profile.\n 2921 3) Go to home screen and then open Recents.\n 2922 4) Confirm that this "CTS Verifier" activity is shown in Recents.\n 2923 5) Confirm that the contents of the activity <b>are</b> hidden.\n 2924 6) Return to this page and pass the test. 2925 </string> 2926 <string name="provisioning_byod_recents_verify_not_redacted"> 2927 Verify recents are not redacted when unlocked. 2928 </string> 2929 <string name="provisioning_byod_recents_verify_not_redacted_instruction"> 2930 1) Press the Go button to go to security settings.\n 2931 2) Make work profile use one lock with personal profile.\n 2932 3) Open Recents.\n 2933 4) Confirm that this "CTS Verifier" activity is shown in Recents.\n 2934 5) Confirm that the contents of the activity <b>are not</b> hidden.\n 2935 6) Return to this page and pass the test. 2936 </string> 2937 <string name="provisioning_byod_recents_remove_password"> 2938 The work profile still has a separate password. Please make it use one lock with the 2939 personal profile. 2940 </string> 2941 2942 <string name="provisioning_byod_keychain">KeyChain test</string> 2943 <string name="provisioning_byod_keychain_info_start"> 2944 In this test, you\'ll verify that keys generated by KeyChain keys are as usable as keys 2945 installed into KeyChain and that they can be hidden from users.\n 2946 The test has two parts:\n 2947 1) Testing that a generated key can be selectable by the user.\n 2948 2) Testing that a generated key can be hidden from users.\n 2949 \n 2950 Tap \"Prepare Test\" button below to begin.\n 2951 </string> 2952 <string name="provisioning_byod_keychain_info_first_test"> 2953 Once you press \'Go\', a prompt titled \"Choose certificate\" should appear.\n 2954 Verify that the list in this dialog has one item, starting with \'cts-verifier-gen\'. 2955 Press \'Select\' to select it.\n 2956 If the test passes, you\'ll see the text \"Second test ready\" at the bottom.\n 2957 \n 2958 Press \'Go\'.\n 2959 </string> 2960 <string name="provisioning_byod_keychain_info_second_test"> 2961 Once you press \'Run 2nd test\', the prompt should NOT appear.\n 2962 Verify that the prompt does not appear at all.\n 2963 Mark the test as passed if the text at the bottom shows \"PASSED (2/2)\"\n 2964 </string> 2965 2966 <!-- Strings for DeskClock --> 2967 <string name="deskclock_tests">Alarms and Timers Tests</string> 2968 <string name="deskclock_tests_info"> 2969 The Alarms and Timers tests verify that the Clock app implements the AlarmClock API properly. 2970 </string> 2971 <string name="deskclock_group_alarms">Alarms</string> 2972 <string name="deskclock_group_timers">Timers</string> 2973 2974 <string name="dc_show_alarms_test">Show Alarms Test</string> 2975 <string name="dc_show_alarms_test_info"> 2976 This test verifies that the SHOW_ALARMS API works.\n 2977 1. Press the "Show Alarms" button.\n 2978 2. Verify that a UI of the clock app is launched and displays the list of alarms\n 2979 </string> 2980 <string name="dc_show_alarms_button">Show Alarms</string> 2981 2982 <string name="dc_set_alarm_with_ui_test">Set Alarm Test</string> 2983 <string name="dc_set_alarm_with_ui_test_info"> 2984 This test verifies that the ACTION_SET_ALARM with no parameters API works.\n 2985 1. Press the "Set Alarm" button.\n 2986 2. Verify that the clock app is launched and displays a UI to manage alarms.\n 2987 </string> 2988 <string name="dc_set_alarm_button">Set Alarm</string> 2989 <string name="dc_set_alarm_verify_button">Verify</string> 2990 2991 <string name="dc_start_alarm_test">Start Alarm Test</string> 2992 <string name="dc_start_alarm_test_info"> 2993 This test verifies that the ACTION_SET_ALARM API actually starts an alarm.\n 2994 1. Press the "Start Alarm" button.\n 2995 2. Make sure the alarms UI is NOT shown\n 2996 3. Wait for the alarm to fire (may take up to 2 minutes)\n 2997 4. Verify that the alarm title is: "Start Alarm Test",\n 2998 the alarm is silent and vibrating (if the device supports vibrate).\n 2999 5. Dismiss the alarm.\n 3000 6. Verify that the alarm is not in the Clock\'s alarms list. The Verify button opens 3001 the alarm view.\n 3002 </string> 3003 <string name="dc_start_alarm_button">Start Alarm</string> 3004 3005 <string name="dc_full_alarm_test">Full Alarm Test</string> 3006 <string name="dc_full_alarm_test_info"> 3007 This test verifies that the ACTION_SET_ALARM API supports all extras.\n 3008 1. Press the "Create Alarm" button.\n 3009 2. Verify that you see one alarm with the following information:\n 3010 Name of alarm: Create Alarm Test. \n 3011 Vibrate: on. (if the device supports vibrate).\n 3012 Ringtone: silent. (if the device has a speaker).\n 3013 Time: 01:23. \n 3014 Repeating on: Monday and Wednesday. \n 3015 </string> 3016 <string name="dc_full_alarm_button">Create Alarm</string> 3017 3018 <string name="dc_set_timer_with_ui_test">Set Timer Test</string> 3019 <string name="dc_set_timer_with_ui_test_info"> 3020 This test verifies that the ACTION_SET_TIMER API with no paramters open the UI\n 3021 1. Press the "Set Timer" button.\n 3022 2. Verify that the an app is launched and displays a UI to manage timers.\n 3023 </string> 3024 <string name="dc_set_timer_with_ui_button">Set Timer</string> 3025 3026 <string name="dc_start_timer_test">Start Timer Test</string> 3027 <string name="dc_start_timer_test_info"> 3028 This test verifies that the ACTION_SET_TIMER API actually starts a timer\n 3029 1. Press the "Start Timer" button.\n 3030 2. Verify that a timer is started and NO timers UI is shown.\n 3031 3. Verify that the timer named "Start Timer Test" rings after 30 seconds. Dismiss it.\n 3032 4. Verify that the timer is deleted after the dismissal.\n 3033 </string> 3034 <string name="dc_start_timer_button">Start Timer</string> 3035 3036 <string name="dc_start_timer_with_ui_test">Start Timer With UI Test</string> 3037 <string name="dc_start_timer_with_ui_test_info"> 3038 This test verifies that the ACTION_SET_TIMER API actually starts a timer with UI\n 3039 1. Press the "Start Timer" button.\n 3040 2. Verify that a timer is started and the timers UI is shown with a timer named "Start Timer Test".\n 3041 3. Verify that the timer rings after 30 seconds.\n 3042 </string> 3043 <!-- Strings for LockConfirmBypassTest --> 3044 <string name="lock_confirm_test_title">Keyguard Password Verification</string> 3045 <string name="lock_set_button_text">Set password</string> 3046 <string name="lock_change_button_text">Change password</string> 3047 <string name="lock_confirm_message"> 3048 This test verifies that the user is prompted for the current keyguard password before prompting for a new password.\n 3049 \nClick the \"Set password\" button if you currently don\'t have a password set.\n 3050 \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. 3051 </string> 3052 3053 <!-- String for Projection Tests --> 3054 <string name="test_category_projection">Projection Tests</string> 3055 <string name="projection_service_name">Projection Service</string> 3056 <string name="pca_info">This tests whether or not OpenGL projection works.\n 3057 You should see two "tumbling cubes." Tapping the screen should cause the cubes to explode.</string> 3058 <string name="pca_test">Projection Cube Test</string> 3059 <string name="pwa_info">This tests whether or displaying widgets and keyfocus navigation works.\n 3060 You should see four buttons on the bottom of the screen.\n 3061 Pressing the "up" and "down" buttons should highlight different buttons.\n 3062 Furthermore, the highlight should disappear when any button is touched, and the touched button should behave as usual.\n</string> 3063 <string name="pwa_test">Projection Widget Test</string> 3064 <string name="pwa_button_up">Up</string> 3065 <string name="pwa_button_down">Down</string> 3066 <string name="pwa_button">Button</string> 3067 <string name="pla_test">Projection Scrolling List Test</string> 3068 <string name="pla_info">This tests whether a projected list view will scroll properly\n 3069 You should see 50 list items and be able to scroll up and down the list</string> 3070 <string name="pva_test">Projection Video Playback Test</string> 3071 <string name="pva_info">This tests whether video playback works when projected.\n 3072 You should see a blinking white box and here a beep that is synchronized with each blink</string> 3073 <string name="pta_test">Projection Multitouch Test</string> 3074 <string name="pta_info">This tests whether multitouch works.\n 3075 Touching the screen should render a dot at the location you touched.\n 3076 Touching with additional fingers will render additoinal dots and you should be able to drag them around.</string> 3077 <string name="poa_test">Projection Offscreen Activity</string> 3078 <string name="poa_info">This tests whether a virtual display will continue to respond to and render even when the screen is off.\n 3079 Simply follow the instructions and the test will detect the pass conditions.\n 3080 Note that turning on the screen too early will result in a failure.</string> 3081 3082 <!-- Strings for RotationVectorTest and GameRotationVectorTest --> 3083 <string name="rotation_vector_test">Rotation Vector Accuracy Test</string> 3084 <string name="snsr_rotation_vector_set_reference"> 3085 Place the mobile device in a reference position. Note: to provide an accurate reference, 3086 align the device along one edge of a notebook laying on a table.</string> 3087 <string name="snsr_rotation_vector_reference_set">Reference position set.</string> 3088 <string name="snsr_rotation_vector_move_info">Move, shake, and rotate the device.</string> 3089 <string name="snsr_rotation_vector_set_final">Place the device back to the reference position.</string> 3090 <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> 3091 3092 <!-- Strings for device admin tests --> 3093 <string name="device_admin_notification">This is device admin notification</string> 3094 <string name="device_admin_keyguard_disable_camera">Disable camera</string> 3095 <string name="device_admin_keyguard_disable_camera_instruction"> 3096 Please press the Go button to lock the screen. Expected result is you cannot 3097 see the camera icon on the lower right corner of the screen, or if there is one, you cannot 3098 open the camera using it before you are asked for a password.\n 3099 Also, it shouldn\'t be possible to open the camera on the lockscreen by 3100 any other device specific gesture (such as double press on power button). 3101 </string> 3102 <string name="device_admin_disable_notifications">Disable notifications</string> 3103 <string name="device_admin_disable_notifications_instruction"> 3104 Please press the Go button to lock the screen. Wait a few seconds to see 3105 if a notification appears. Expected result is no notifications appear. 3106 You should be able to see one after unlocking. 3107 </string> 3108 <string name="device_admin_disable_unredacted_notifications">Disable unredacted notifications</string> 3109 <string name="device_admin_disable_unredacted_notifications_instruction"> 3110 Please press the Go button to lock the screen. Wait a few seconds to see 3111 if a notification appears. Expected result is a notification appear with 3112 its content hidden. You should be able to see the content after unlocking. 3113 </string> 3114 3115 <!-- Strings common for BYOD and DO managed provisioning tests. --> 3116 <string name="afw_device_admin">CTS Verifier</string> 3117 3118 <string name="provisioning_tests_byod">BYOD Provisioning tests</string> 3119 3120 <string name="provisioning_tests_byod_custom_terms">Custom terms</string> 3121 <string name="provisioning_tests_byod_custom_terms_instructions"> 3122 1. Please press the Go button to start the provisioning.\n 3123 2. Click \"View Terms\" button\n 3124 3. Expand \"Company ABC\" section. Verify the section content is \"Company Terms Content.\"\n 3125 4. Then hit back twice and stop the provisioning. 3126 </string> 3127 <string name="provisioning_tests_byod_custom_term_header1">Company ABC</string> 3128 3129 <!-- Strings for BYOD managed provisioning (ByodFlowTestActivity) --> 3130 <string name="test_category_managed_provisioning">Managed Provisioning</string> 3131 <string name="provisioning_byod">BYOD Managed Provisioning</string> 3132 <string name="provisioning_byod_info"> 3133 This test exercises the BYOD managed provisioning flow. 3134 Start by pressing the button on screen and follow instructions to finish the managed provisioning process. 3135 If your device has not been encrypted before, it will be encrypted and rebooted. 3136 After the provisioning process completes, return to this page and carry out further verifications. 3137 Note: the device will remain encrypted after the test which can only be disabled by factory reset. 3138 </string> 3139 <string name="provisioning_byod_start">Start BYOD provisioning flow</string> 3140 <string name="provisioning_byod_instructions"> 3141 1. Press the button below to start the managed provisioning flow. 3142 If your device has not been encrypted before, it will reboot to apply encryption. 3143 After reboot follow instructions in the notification area to complete the provisioning.\n 3144 2. After successful provisioning, come back to this page. You might need to press a button on the final provisioning screen. 3145 Please press through the following verification steps. 3146 Allow a few seconds after returning from provisioning, as the profile owner test should automatically pass.\n 3147 \n 3148 If the device is being encrypted during step 1, it will remain encrypted After this test. 3149 The only way to disable the encryption is to factory reset the device. 3150 </string> 3151 <string name="provisioning_byod_profileowner">Profile owner installed</string> 3152 <string name="provisioning_byod_disk_encryption">Full disk encryption enabled</string> 3153 <string name="provisioning_byod_disk_encryption_default_key_toast"> 3154 Cannot secure device with screen lock. Please re-run the test if you forgot to select 3155 the \"require PIN to boot\" option. 3156 </string> 3157 <string name="provisioning_byod_disk_encryption_no_pin_toast"> 3158 No PIN is detected. Please re-run the test if you forgot to set a PIN. 3159 </string> 3160 <string name="provisioning_byod_set_screen_lock_dialog_message"> 3161 Next, you will be asked to set a screen lock for the device.\n 3162 \n 3163 Please set \"1111\" as the new PIN (or any other PIN that you can memorize). 3164 You have to enter this PIN again later in order to finish the test.\n 3165 \n 3166 You may be asked whether the PIN should be required to boot the device. Please answer yes.\n 3167 \n 3168 Tap Go button to set a new screen lock. 3169 </string> 3170 <string name="provisioning_byod_remove_screen_lock_dialog_message"> 3171 The test is almost finished. \n 3172 \n 3173 Next, you will be asked to remove the screen lock that you just set. Please enter \"1111\" 3174 (or your own PIN) when prompted for the old PIN, and do not set any new screen lock. This 3175 is to make sure that the device returns to the initial state after this test.\n 3176 \n 3177 Tap Go button to remove existing screen lock. 3178 </string> 3179 <string name="provisioning_byod_profile_visible">Profile-aware accounts settings</string> 3180 <string name="provisioning_byod_admin_visible">Profile-aware device administrator settings</string> 3181 <string name="provisioning_byod_workapps_visible">Badged work apps visible in Launcher</string> 3182 <string name="provisioning_byod_cross_profile_from_personal">Open app cross profiles from the personal side</string> 3183 <string name="provisioning_byod_cross_profile_from_work">Open app cross profiles from the work side</string> 3184 <string name="provisioning_app_linking">App links from the work side</string> 3185 <string name="provisioning_byod_cross_profile_app_personal">You selected the personal option.</string> 3186 <string name="provisioning_byod_cross_profile_app_work">You selected the Work option.</string> 3187 <string name="provisioning_byod_cross_profile_app_ctsverifier"> You selected the ctsverifier option </string> 3188 <string name="provisioning_byod_cross_profile_from_personal_instruction"> 3189 Please press the Go button to start an action.\n 3190 \n 3191 You should be asked to choose either \"CTS Verifier\" or \"Work\" to complete the action. 3192 Pressing either should bring up a page stating your choice.\n 3193 \n 3194 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly. 3195 </string> 3196 <string name="provisioning_byod_cross_profile_from_work_instruction"> 3197 Please press the Go button to start an action.\n 3198 \n 3199 You should be asked to choose either \"CTS Verifier\" or \"Personal\" to complete the action. 3200 Pressing either should bring up a page stating your choice.\n 3201 \n 3202 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly. 3203 </string> 3204 <string name="provisioning_byod_cross_profile_permission_control">Cross profile permission control</string> 3205 <string name="provisioning_byod_cross_profile_permission_control_info"> 3206 This test exercises cross profile permission controls. Follow instructions above. 3207 </string> 3208 <string name="provisioning_byod_cross_profile_permission_control_instruction"> 3209 For this test you need to install CrossProfileTestApp.apk by running 3210 adb install -r -t /path/to/CrossProfileTestApp.apk. Make sure the app is installed 3211 on both the personal and work profiles.\n 3212 Press the \"Prepare test\" button to enable configuring cross profile for the test app.\n 3213 Then press through the following verification steps.\n 3214 Mark the test as passed if all the following test cases are verified. 3215 </string> 3216 <string name="provisioning_byod_cross_profile_permission_control_prepare_button">Prepare test</string> 3217 <string name="provisioning_byod_cross_profile_permission_disabled_by_default">Cross profile permission disabled by default</string> 3218 <string name="provisioning_byod_cross_profile_permission_disabled_by_default_instruction"> 3219 Press the Go button to go to Settings > Apps & notifications > Special app access >\n 3220 Connected work and personal apps.\n 3221 Choose the \"Cross profile test app\" from the list and check that the switch is disabled.\n 3222 Go back to CTS Verifier and mark the test as \"Pass\" or \"Fail\". 3223 </string> 3224 <string name="provisioning_byod_cross_profile_permission_enabled">Cross profile permission enabled</string> 3225 <string name="provisioning_byod_cross_profile_permission_enabled_instruction"> 3226 Press the Go button to open the \"Cross Profile Test App\".\n 3227 Press the \"Open Settings\" button to go to Settings > Apps & notifications > Special app access > 3228 Connected work and personal apps > Cross profile test app, then enable the switch.\n 3229 Verify that when you go back it takes you to the \"Cross Profile Test App\".\n 3230 Now verify that it shows \"INTERACTING ACROSS PROFILES ALLOWED\" message.\n 3231 Go back to CTS Verifier and mark the test as \"Pass\" or \"Fail\". 3232 </string> 3233 <string name="provisioning_byod_cross_profile_permission_disabled">Cross profile permission disabled</string> 3234 <string name="provisioning_byod_cross_profile_permission_disabled_instruction"> 3235 Press the Go button to open the \"Cross Profile Test App\".\n 3236 Press the \"Open Settings\" button to go to Settings > Apps & notifications > Special app access > 3237 Connected work and personal apps > Cross profile test app, then disable the switch.\n 3238 Verify that when you go back it takes you to the \"Cross Profile Test App\".\n 3239 Now verify that it shows \"INTERACTING ACROSS PROFILES NOT ALLOWED\" message.\n 3240 Go back to CTS Verifier and mark the test as \"Pass\" or \"Fail\". 3241 </string> 3242 <string name="provisioning_byod_app_linking_instruction"> 3243 Please press the Go button to start an action.\n 3244 \n 3245 You should be asked to choose either \"CTS Verifier\" or \"Personal\" to complete the action.\n 3246 - If you choose \"CTS Verifier\", you should see a page stating your chose \"CTS Verifier\".\n 3247 - If you choose \"Personal\", you should be presented with another dialog between \"CTS Verifier\" 3248 and some other apps. In this case, you should choose \"CTS verifier\".\n 3249 You should then see a page stating you chose \"Personal\".\n 3250 \n 3251 Verify that you are prompted with the above choices and both options work as intended. Then mark this test accordingly. 3252 </string> 3253 <string name="provisioning_byod_keyguard_disabled_features">Keyguard disabled features</string> 3254 <string name="provisioning_byod_keyguard_disabled_features_info"> 3255 This test exercises Keyguard Disabled Features. Follow instructions above. 3256 </string> 3257 <string name="provisioning_byod_keyguard_disabled_features_instruction"> 3258 Please go to Settings > Security > Device administrators and set 3259 \"CTS Verifier\" as active admin.\n 3260 After that please go to Settings > Security > Screen lock and set 3261 your screen lock password to \"testpassword\".\n 3262 Then please press the \"Prepare test\" button to disable trust agents.\n 3263 Then please press through the following verification steps.\n 3264 Note: After leaving the screen active admin status will be cleared. 3265 Please go to Settings > Security > Screen lock and set your 3266 password type to \"None\". 3267 </string> 3268 <string name="provisioning_byod_keyguard_disabled_features_prepare_button">Prepare test</string> 3269 <string name="provisioning_byod_keyguard_disabled_features_not_admin">CtsVerifier is not active admin. Please follow instructions.</string> 3270 <string name="provisioning_byod_disable_trust_agents">Disable trust agents</string> 3271 <string name="provisioning_byod_disable_trust_agents_instruction"> 3272 Please press the Go button to go to Settings > Security. Then go to Trusted agents and\n 3273 check if the agents are shown as disabled by the administrator. 3274 Then please press Back and mark the test as \"Pass\" or \"Fail\". 3275 </string> 3276 <string name="provisioning_byod_fingerprint_disabled_in_settings">Fingerprint is disabled in Settings</string> 3277 <string name="provisioning_byod_fingerprint_disabled_in_settings_instruction"> 3278 Please press the Go button to go to Settings > Security. Then go to Fingerprint and\n 3279 check if the disclaimer at the bottom of screen is altered to warn the users for\n 3280 fingerprint being disabled in lock screen. Then please press Back and mark the \n 3281 test as \"Pass\" or \"Fail\". 3282 </string> 3283 <string name="provisioning_byod_disable_fingerprint">Fingerprint disabled on keyguard</string> 3284 <string name="provisioning_byod_disable_fingerprint_instruction"> 3285 Please press the Go button to lock the screen. Then try to log in using the fingerprint reader.\n 3286 Expected result is you cannot log in using your fingerprint.\n 3287 After you log back in, please navigate back to CtsVerifier and mark the test as \"Pass\" or \"Fail\". 3288 </string> 3289 <string name="provisioning_byod_disable_unredacted_notifications">Unredacted notifications disabled on keyguard</string> 3290 <string name="provisioning_byod_disable_unredacted_notifications_instruction"> 3291 Please press the Go button to lock the screen. Wait a couple of seconds and look out for a 3292 notification from CtsVerifier.\n 3293 Expected result is the notification is shown as \"Contents hidden by policy\", you can not see the contents 3294 (Which would read \"This is a notification\"). You should be seeing a work badge.\n 3295 After you log back in, please navigate back to CtsVerifier and mark the test as \"Pass\" or \"Fail\". 3296 </string> 3297 <string name="provisioning_byod_work_notification">Work notification is badged</string> 3298 <string name="provisioning_byod_work_notification_instruction"> 3299 Please press the Go button to trigger a notification.\n 3300 \n 3301 If a permission is requested, grant it and press the Go button again.\n 3302 \n 3303 Verify that the notification is badged (see sample badge below). Then mark this test accordingly. 3304 </string> 3305 <string name="provisioning_byod_notification_title">This is a notification</string> 3306 <string name="provisioning_byod_notification_public_title">Contents hidden by policy</string> 3307 3308 <string name="provisioning_byod_disallow_apps_control">Disallow apps control</string> 3309 <string name="provisioning_byod_disallow_apps_control_info"> 3310 This test exercises Disallow Apps Control. Follow instructions above. 3311 </string> 3312 <string name="provisioning_byod_disallow_apps_control_instruction"> 3313 Please press the \"Prepare test\" button to disallow apps control for managed apps.\n 3314 Then please press through the following verification steps.\n 3315 Note: After leaving the screen disallow apps control restriction will be cleared. 3316 </string> 3317 <string name="provisioning_byod_disallow_apps_control_prepare_button">Prepare test</string> 3318 <string name="provisioning_byod_disabled_uninstall_button">Disabled uninstall button</string> 3319 <string name="provisioning_byod_disabled_uninstall_button_instruction"> 3320 Please press the Go button to go to Settings > Apps. 3321 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n 3322 Choose a managed app. Check that performing either \"Uninstall\" or \"Disable\" is not possible and triggers a support message when trying to do so. 3323 Then please press Back (or navigate back to this app using Recents) and mark the test as \"Pass\" or \"Fail\". 3324 </string> 3325 <string name="provisioning_byod_disabled_force_stop_button">Disabled force stop button</string> 3326 <string name="provisioning_byod_disabled_force_stop_button_instruction"> 3327 Please press the Go button to go to Settings > Apps. 3328 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n 3329 Choose a managed app. Check that performing \"Force stop\" is not possible and triggers a support message when trying to do so. 3330 Then please press Back (or navigate back to this app using Recents) and mark the test as \"Pass\" or \"Fail\". 3331 </string> 3332 <string name="provisioning_byod_disabled_app_storage_buttons">Disabled app storage buttons</string> 3333 <string name="provisioning_byod_disabled_app_storage_buttons_instruction"> 3334 Please press the Go button to go to Settings > Apps. 3335 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n 3336 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. 3337 Note: if an app has no data then tapping the clear data button has no effect anyway. Make sure you have selected 3338 the badged version of app with non-zero app data. Badged \"Settings\" may be a good candidate. 3339 Then please press Back (or navigate back to this app using Recents) and mark the test as \"Pass\" or \"Fail\". 3340 </string> 3341 3342 <string name="provisioning_byod_work_status_icon">Work status icon is displayed</string> 3343 <string name="provisioning_byod_work_status_icon_instruction"> 3344 Verify that the current status bar does not have a work status icon (see sample icon below). 3345 \n\n 3346 Please press the Go button to launch a work activity. 3347 \n\n 3348 Verify that the status bar now has a work status icon. Then mark this test accordingly. 3349 </string> 3350 <string name="provisioning_byod_work_status_icon_activity"> 3351 Verify that the current status bar has a work status notification. 3352 \n\n 3353 Please press finish to return to the tests and then mark this test accordingly. 3354 </string> 3355 <string name="provisioning_byod_work_status_toast">Work status toast is displayed</string> 3356 <string name="provisioning_byod_work_status_toast_instruction"> 3357 Please press the Go button to launch a work activity. 3358 \n\n 3359 Follow instructions and then return and mark this test accordingly. 3360 </string> 3361 <string name="provisioning_byod_work_status_toast_activity"> 3362 Turn off the screen and wait a few seconds then turn on the screen again. 3363 \n\n 3364 Verify that a toast was displayed saying you are in the work profile. 3365 \n\n 3366 Please press finish to return to the tests and then mark this test accordingly. 3367 </string> 3368 <string name="provisioning_byod_profile_visible_instruction"> 3369 Please press the Go button to open the Settings page. 3370 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n 3371 Navigate to Accounts and confirm that:\n 3372 \n 3373 - Both Personal and Work categories(or Personal and Work tabs) exist.\n 3374 - \"Remove work profile\" or \"Uninstall\" exists under the Work category(or Work tab).\n 3375 \n 3376 Use the Back button (or navigate back to this app using Recents) to return to this page. 3377 </string> 3378 <string name="provisioning_byod_user_settings">Profile-aware user settings</string> 3379 <string name="provisioning_byod_user_settings_instruction"> 3380 Please press the Go button to open the Settings page. 3381 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher.)\n 3382 Navigate to Accounts and confirm that:\n 3383 - There are two auto-sync options present, one for personal and one for work data (on the screen or in the overflow menu or in different tab).\n 3384 - De-selecting either option prompts a warning dialog.\n 3385 \n 3386 Use the Back button (or navigate back to this app using Recents) to return to this page. 3387 </string> 3388 <string name="provisioning_byod_admin_visible_instruction"> 3389 Please press the Go button to open the Security page in Settings. 3390 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n 3391 Navigate to Device admin apps and confirm that:\n 3392 \n 3393 - Device administrators outside of the work profile (if any) appear in the list, and the managed profile administrators are badged correctly.\n 3394 - A badged \"CTS Verifier\" exists, and is activated.\n 3395 - There is no option to deactivate the badged \"CTS Verifier\" version, only an option to \"Remove work profile\".\n 3396 \n 3397 Use the Back button (or navigate back to this app using Recents) to return to this page. 3398 </string> 3399 <string name="provisioning_byod_workapps_visible_instruction"> 3400 Please press the Go button to start the launcher. 3401 Go to All Apps screen and scroll through it to confirm that:\n 3402 \n 3403 - A new set of work apps including CTS Verifier appear in the list.\n 3404 - Work badge overlay appears on work app\'s icon (see example icon below, color and style may vary).\n 3405 - The work badge overlay has the same size and position on each work app\'s icon. 3406 \n 3407 Then navigate back to this screen using Recents button. 3408 </string> 3409 3410 <string name="provisioning_byod_app_settings">Profile-aware app settings</string> 3411 <string name="provisioning_byod_app_settings_instruction"> 3412 Please press the Go button to open Apps page in settings. 3413 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n 3414 \n 3415 Verify that Personal and Work exists in the dropdown list(or UI has Personal and Work tab). When selecting Work it will 3416 bring up apps setting in the work profile.\n 3417 \n 3418 Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly. 3419 </string> 3420 3421 <string name="provisioning_byod_location_settings">Profile-aware location settings</string> 3422 <string name="provisioning_byod_location_settings_instruction"> 3423 Please press the Go button to open Location page in settings. 3424 (If this device has a separate app for work settings, ignore the Go button and navigate to that app manually, if necessary).\n 3425 \n 3426 Verify that work profile entry exists in the page(or in Work tab) and it has a toggleable switch.\n 3427 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 3428 Then switch the main location switch on again. You should see the work profile location switch go enabled and into its previous state.\n 3429 \n 3430 Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly. 3431 </string> 3432 <string name="provisioning_byod_location_failed">Failed to obtain location from any provider</string> 3433 <string name="provisioning_byod_location_no_provider">Cannot obtain location: no providers available.</string> 3434 <string name="provisioning_byod_location_trying">Trying to obtain location using providers: %1$s</string> 3435 <string name="provisioning_byod_location_obtained">Location has been obtained.</string> 3436 <string name="provisioning_byod_pass_message">PASS: %1$s</string> 3437 <string name="provisioning_byod_fail_message">FAIL: %1$s</string> 3438 <string name="provisioning_byod_location_test_activity">Location listener</string> 3439 <string name="provisioning_byod_location_checker_activity">Location checker</string> 3440 3441 3442 <string name="provisioning_byod_wifi_data_usage_settings">Profile-aware data usage settings (Wi-Fi)</string> 3443 <string name="provisioning_byod_wifi_data_usage_settings_instruction"> 3444 Please press the Go button to open the Settings page. 3445 (If this device has a separate app for work settings, ignore the Go button and navigate to that app manually).\n 3446 \n 3447 Navigate to the \"Network & Internet\" page and then click on \"Wi-Fi\" and then \"Wi-Fi data usage\".\n 3448 Confirm that \"All work apps\" section is present and that it is possible to see the data usage for work (badged) apps.\n 3449 (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 3450 \n 3451 Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly. 3452 </string> 3453 3454 <string name="provisioning_byod_cellular_data_usage_settings">Profile-aware data usage settings (Mobile)</string> 3455 <string name="provisioning_byod_cellular_data_usage_settings_instruction"> 3456 Please disable Wi-Fi connection on your device.\n 3457 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 3458 Please carry out operations that will use mobile data using both badged and unbadged apps (e.g. visit a page in a browser).\n 3459 \n 3460 Please press the Go button to open the Settings page. 3461 (If this device has a separate app for work settings, ignore the Go button and navigate to that app manually).\n 3462 \n 3463 Navigate to the \"Network & Internet\" page and then click on \"Mobile network\" and then \"App data usage\".\n 3464 Confirm that \"All work apps\" section is present and that it is possible to see the data usage for work (badged) apps.\n 3465 \n 3466 Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly. 3467 </string> 3468 3469 <string name="provisioning_byod_cred_settings">Profile-aware trusted credential settings</string> 3470 <string name="provisioning_byod_cred_settings_instruction"> 3471 Please press the Go button to open the Security settings. 3472 Navigate to "Trusted credentials" and wait for the UI to load. 3473 After the list is loaded, confirm that:\n 3474 \n 3475 The page list credentials for both "Personal" and "Work" profiles.\n 3476 \n 3477 Then use the Back button to return to this test and mark accordingly. 3478 </string> 3479 3480 <string name="provisioning_byod_print_settings">Profile-aware printing settings</string> 3481 <string name="provisioning_byod_print_settings_instruction"> 3482 Please press the Go button to open the Printing settings. 3483 (If this device has a separate app for work settings, ignore the Go button and open that app manually from the launcher).\n 3484 \n 3485 Verify that work profile exists in the dropdown list and selecting it will 3486 bring up printing setting in the work profile.\n 3487 \n 3488 Then use the Back button (or navigate back to this app using Recents) to return to this test and mark accordingly. 3489 </string> 3490 3491 <string name="provisioning_byod_cross_profile_intent_filters">Cross profile intent filters are set</string> 3492 3493 <string name="provisioning_byod_nfc_beam">Disable Nfc beam</string> 3494 <string name="provisioning_byod_nfc_beam_allowed_instruction"> 3495 Please press the Go button to test if Nfc beam can be triggered in the work profile.\n 3496 \n 3497 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 3498 \n 3499 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 3500 \n 3501 Then use the Back button to return to this test and mark accordingly. 3502 </string> 3503 <string name="provisioning_byod_nfc_beam_disallowed_instruction"> 3504 Please press the Go button to test if Nfc beam is disallowed by policy 3505 \n 3506 Verify that Nfc beam is not triggered when pressing the button.\n 3507 \n 3508 Then use the Back button to return to this test and mark accordingly. 3509 </string> 3510 <string name="provisioning_byod_send_manual_beam">Send manual beam</string> 3511 <string name="provisioning_byod_send_share_intent">Send share intent</string> 3512 <string name="provisioning_byod_cannot_resolve_beam_activity">Cannot find beam activity</string> 3513 3514 <string name="test_failed_cannot_start_intent">Cannot start the given intent.</string> 3515 <string name="provisioning_byod_no_activity">Cannot communicate with activity in the work profile.</string> 3516 <string name="provisioning_byod_delete_profile">Initiate deletion of work profile.</string> 3517 <string name="provisioning_byod_profile_deleted">Work profile deleted.</string> 3518 <string name="provisioning_byod_disabled">Device provisioning is not enabled.</string> 3519 <string name="provisioning_button_finish">Finish</string> 3520 <string name="provisioning_cross_profile_chooser">Choose an app to complete action</string> 3521 3522 <string name="provisioning_byod_no_gps_location_feature">No GPS feature present. Skip test.</string> 3523 <string name="provisioning_byod_location_mode_enable">Enable location</string> 3524 <string name="provisioning_byod_location_mode_enable_missing_permission">Permission missing</string> 3525 <string name="provisioning_byod_location_mode_enable_instruction"> 3526 This test verifies that the location can be enabled for the managed profile apps.\n 3527 1. Press the \"Prepare Test\" button to go to the location settings page, set both the main location switch and the work profile location switch enabled.\n 3528 2. Return using back button and press Go button to check if location is available. If prompted, accept the location permission.\n 3529 3. Check the result message below and mark the test accordingly.\n 3530 \n 3531 If the test fails to obtain location, try to enable as many location services as possible and move outside to make GPS work. 3532 </string> 3533 3534 <string name="provisioning_byod_location_mode_disable">Disable location</string> 3535 <string name="provisioning_byod_location_mode_time_out_toast">Timeout waiting for gps location change</string> 3536 <string name="provisioning_byod_location_mode_disable_instruction"> 3537 This test verifies that the location can be disabled for the managed profile apps through the main location switch.\n 3538 1. Press the \"Prepare Test\" button to go to the location settings page, set the main location switch disabled.\n 3539 2. Return using back button and press Go button to check if location is available. If prompted, accept the location permission.\n 3540 3. Check the result message below and mark the test accordingly.\n 3541 </string> 3542 3543 <string name="provisioning_byod_work_location_mode_disable">Disable location for work profile</string> 3544 <string name="provisioning_byod_work_location_mode_disable_instruction"> 3545 This test verifies that the location can be disabled for the managed profile apps through work profile location switch.\n 3546 1. Press the \"Prepare Test\" button to go to the location settings page, set the work location switch disabled while the main location switch is still enabled.\n 3547 2. Return using back button and press Go button to check if location is available. If prompted, accept the location permission.\n 3548 3. Check the result message below and mark the test accordingly.\n 3549 </string> 3550 <string name="provisioning_byod_primary_location_when_work_disabled">Primary receives updates while work location is disabled</string> 3551 <string name="provisioning_byod_primary_location_when_work_disabled_instruction"> 3552 This test verifies that location is still available by primary profile when location updates are disabled for managed profile apps through work profile location switch.\n 3553 1. Press the \"Prepare Test\" button to go to the location settings page, set the work location switch disabled while the main location switch is still enabled.\n 3554 2. Return using back button and press Go button to check if location is available. If prompted, accept the location permission.\n 3555 3. Check the result message below and mark the test accordingly.\n 3556 \n 3557 If the test fails to obtain location, try to enable as many location services as possible and move outside to make GPS work. 3558 </string> 3559 3560 <string name="provisioning_byod_personal_ringtones">Personal ringtones</string> 3561 <string name="provisioning_byod_personal_ringtones_instruction"> 3562 This test verifies that personal ringtones can be changed independently of work profile ringtones.\n 3563 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 3564 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 3565 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 3566 corresponding work profile setting."\n 3567 4. Verify that the work sounds are different to the personal values just set.\n 3568 5. Go back to the cts-verifier tests using the back button, then mark the test accordingly.\n 3569 </string> 3570 3571 <string name="provisioning_byod_uninstall_work_app">Uninstall work app from launcher</string> 3572 <string name="provisioning_byod_uninstall_work_app_instruction"> 3573 This test verifies that work profile apps can be uninstalled.\n 3574 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 3575 make NotificationBot\n 3576 2. Upload the NotificationBot.apk to your device by issuing the following command on the host:\n 3577 adb push /path/to/NotificationBot.apk /data/local/tmp/\n 3578 3. Pres \"Go\" to install NotificationBot.apk on your work profile.\n 3579 4. If you are presented with a dialog to allow installing of unknown apps, enable that option.\n 3580 5. Go to home screen.\n 3581 6. Verify that the newly installed app, \"CTS Robot\", can successfully be uninstalled from the launcher.\n 3582 </string> 3583 <string name="provisioning_byod_uninstall_work_app_install_work_app">Install work app</string> 3584 3585 <string name="provisioning_byod_launch_work_tab">Launch work tab in launcher</string> 3586 <string name="provisioning_byod_launch_work_tab_instruction"> 3587 This test verifies that the work tab (if tabs are supported) can be launched.\n 3588 1. Press \"Go\".\n 3589 2. If this device supports tabs, verify that you have landed on the work tab.\n 3590 3. If this device doesn\'t support tabs, verify that you have landing on the all apps page .\n 3591 </string> 3592 3593 <string name="provisioning_byod_turn_off_work">Turn off work profile</string> 3594 <string name="provisioning_byod_turn_off_work_info">This test verifies device behaviors when turning off work profile.</string> 3595 <string name="provisioning_byod_turn_off_work_instructions"> 3596 This test verifies the device behavior when work profile is turned off.\n 3597 Please exercise the following tests in sequence.\n 3598 The button below can be used to open the Settings page where you can toggle work profile.\n 3599 (If this device has a separate app for work settings, ignore the button and open that app manually from the launcher).\n 3600 </string> 3601 <string name="provisioning_byod_turn_off_work_prepare_button">Open Settings to toggle work profile</string> 3602 3603 <string name="provisioning_byod_turn_off_work_prepare_notifications">Prepare a work notification</string> 3604 <string name="provisioning_byod_turn_off_work_prepare_notifications_instruction"> 3605 This is a test setup step.\n 3606 1. Press the go button to send a work notification. (if a permission is requested, grant it and press the go button again). \n 3607 2. Verify that the notification is displayed and mark this test as passed.\n 3608 (Note: in the following test, you will be asked to verify the notification disappears after work profile is turned off.) 3609 </string> 3610 3611 <string name="provisioning_byod_turn_off_work_turned_off">Please turn off work profile</string> 3612 <string name="provisioning_byod_turn_off_work_turned_off_toast">Open settings to turn off work profile, using the button above.</string> 3613 3614 <string name="provisioning_byod_turn_off_work_notifications">Notifications when work profile is off</string> 3615 <string name="provisioning_byod_turn_off_work_notifications_instruction"> 3616 Verify that the previously-shown work notification has now disappeared. 3617 </string> 3618 3619 <string name="provisioning_byod_turn_off_work_launcher">Starting work apps when work profile is off</string> 3620 <string name="provisioning_byod_turn_off_work_launcher_instruction"> 3621 This test verifies that work applications cannot be started if work profile is off.\n 3622 1. Open settings to turn work profile back on, either manually or using the "Open Settings to toggle work" on the previous page.\n 3623 2. Add a work app to your home screen.\n 3624 3. Turn work profile off from Settings.\n 3625 4. Press home to go to the launcher.\n 3626 5. Verify that the work app is greyed out.\n 3627 6. Tap on the work app.\n 3628 7. Verify that the application does not start.\n 3629 </string> 3630 3631 <string name="provisioning_byod_turn_off_work_turned_on">Please turn work profile back on</string> 3632 <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> 3633 3634 <string name="provisioning_byod_turn_on_work_icon">Status bar icon when work profile is on</string> 3635 <string name="provisioning_byod_turn_on_work_icon_instruction"> 3636 Now that work profile is back on, please verify that the status bar icon for work profile off is no longer visible. 3637 </string> 3638 3639 <string name="provisioning_byod_turn_on_work_launcher">Starting work apps when work profile is on</string> 3640 <string name="provisioning_byod_turn_on_work_launcher_instruction"> 3641 Now that work profile is back on, please go to the launcher and verify that you can start a work application. 3642 </string> 3643 3644 <string name="provisioning_byod_organization_info">Organization Info</string> 3645 <string name="provisioning_byod_organization_name_hint">Name</string> 3646 <string name="provisioning_byod_set_organization_info_button_text">Set</string> 3647 <string name="provisioning_byod_organization_info_instructions"> 3648 This test verifies that the Organization Info was set correctly. 3649 You can only do this test after you have done "select work lock" test.\n 3650 1. Enter your organization name.\n 3651 2. Press the Set button to set organization Info.\n 3652 3. Press the Go button to open a dialog to confirm work credentials.\n 3653 (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 3654 4. Verify that the header text has organization name as set by you.\n 3655 </string> 3656 3657 <string name="provisioning_byod_no_secure_lockscreen">No work lockscreen password set. Please run \"Select work lock test\" and rerun this test</string> 3658 3659 <string name="provisioning_byod_parent_profile_password">Personal password test</string> 3660 <string name="provisioning_byod_parent_profile_password_description"> 3661 This test verifies that the password on the personal side can be chosen from within a managed profile.\n 3662 3663 1. Press the Go button to set a new password for the personal side.\n 3664 2. Lock and unlock the screen to verify that the personal side password was set correctly.\n 3665 </string> 3666 <string name="provisioning_byod_work_profile_widget">Work profile widget</string> 3667 <string name="provisioning_byod_work_profile_widget_info">Verify that work profile widget can be added into launcher</string> 3668 <string name="provisioning_byod_work_profile_widget_description"> 3669 This test verifies that the widget in work profile can be added into Launcher.\n 3670 3671 1. Go to home screen.\n 3672 2. Add the widget titled \"CTS Verifier\" and badged with work profile briefcase to the home screen.\n 3673 3. If you can add the widget to the home screen, please select \"pass\". Otherwise, select \"fail\". 3674 </string> 3675 3676 <!-- Strings for DeviceOwnerNegativeTestActivity --> 3677 <string name="negative_device_owner">No Device Owner Tests</string> 3678 <string name="device_owner_negative_category">No Device Owner Tests</string> 3679 <string name="device_owner_provisioning_negative">Device owner provisioning</string> 3680 <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> 3681 <string name="start_device_owner_provisioning_button">Start provisioning</string> 3682 <string name="enterprise_privacy_quick_settings_negative">Quick settings disclosure</string> 3683 <string name="enterprise_privacy_quick_settings_negative_info"> 3684 Please do the following:\n 3685 1) Open and fully expand Quick Settings.\n 3686 2) Verify that at the bottom of Quick Settings, you are not told the device is managed.\n 3687 3) Close Quick Settings.\n 3688 \n 3689 If this device does not have quick settings, please skip this test and mark it passing 3690 </string> 3691 <string name="enterprise_privacy_keyguard_negative">Keyguard disclosure</string> 3692 <string name="enterprise_privacy_keyguard_negative_info"> 3693 Please do the following:\n 3694 1) Press the Go button to open Settings.\n 3695 2) Navigate to \"Security\" > \"Screen lock\" and select the first screen lock type that is not \"None\".\n 3696 3) Use the Back button to return to this page.\n 3697 4) Lock the device.\n 3698 5) Verify that on the lock screen, you are not told the device is managed.\n 3699 6) Unlock the device.\n 3700 7) Repeat steps (1) through (6) for each screen lock type other than \"None\". 3701 </string> 3702 <string name="enterprise_privacy_add_account_negative">Add account disclosure</string> 3703 <string name="enterprise_privacy_add_account_negative_info"> 3704 Please do the following:\n 3705 1) Press the Go button to open Settings.\n 3706 2) In the screen that opens, verify that you are not told that the device is managed.\n 3707 3) Use the Back button to return to this page. 3708 </string> 3709 3710 <!-- Strings for DeviceOwnerPositiveTestActivity --> 3711 <string name="positive_device_owner">Device Owner Tests</string> 3712 <string name="device_owner_positive_tests">Device Owner positive tests</string> 3713 <string name="device_owner_positive_tests_instructions"> 3714 The positive device owner tests verify policies on a corporate owned device.\n 3715 Press below button first, follow steps described in the dialog that pops up, 3716 then proceed to the test cases.\n 3717 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n 3718 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should 3719 be run last so that it does not interfere with other tests. 3720 </string> 3721 <string name="device_owner_positive_tests_info"> 3722 The positive device owner tests verify policies on a corporate owned device.\n 3723 Press below button first, follow steps described in the dialog that pops up, 3724 then proceed to the test cases.\n 3725 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n 3726 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should 3727 be run last so that it does not interfere with other tests. 3728 </string> 3729 <string name="device_owner_positive_category">Device Owner Tests</string> 3730 <string name="set_device_owner_button_label">Set up device owner</string> 3731 <string name="set_device_owner_dialog_title">Set up device owner</string> 3732 <string name="grant_headless_system_user_permissions"> 3733 For this test you need to grant some permissions to CtsVerifier by running\n 3734 adb shell pm grant --user current com.android.cts.verifier android.permission.INTERACT_ACROSS_USERS\n 3735 adb shell pm grant --user 0 com.android.cts.verifier android.permission.INTERACT_ACROSS_USERS\n 3736 adb shell am compat enable ALLOW_TEST_API_ACCESS com.android.cts.verifier\n\n 3737 </string> 3738 <string name="set_device_owner_dialog_text"> 3739 For this test you need to install CtsEmptyDeviceOwner.apk by running\n 3740 adb install -r -t /path/to/CtsEmptyDeviceOwner.apk\n 3741 Then you need to set this app as the device owner by running\n 3742 adb shell dpm set-device-owner --user 0 com.android.cts.emptydeviceowner/.EmptyDeviceAdmin 3743 </string> 3744 <string name="set_device_owner_headless_dialog_text"> 3745 For this test you need to set the device owner by running\n 3746 adb shell dpm set-device-owner --user 0 com.android.cts.verifier/.managedprovisioning.DeviceAdminTestReceiver 3747 </string> 3748 <string name="device_owner_remove_device_owner_test">Remove device owner</string> 3749 <string name="device_owner_remove_device_owner_test_info"> 3750 Please press the Go button to check whether CTSVerifier is Device Owner. Then press the Remove Device Owner button, 3751 and check that CTSVerifier is NOT Device Owner anymore. 3752 </string> 3753 <string name="remove_device_owner_button">Remove device owner</string> 3754 <string name="device_owner_check_device_owner_test">Check device owner</string> 3755 <string name="device_owner_check_profile_owner_test">Check profile owner</string> 3756 <string name="device_owner_check_user_affiliation_test">Check user affiliation</string> 3757 <string name="device_owner_incorrect_device_owner">Missing or incorrect device owner: CTSVerifier is not DO for user %1$d!</string> 3758 <string name="device_owner_incorrect_profile_owner">Missing or incorrect profile owner: CTSVerifier is not PO for user %1$d!</string> 3759 <string name="device_owner_user_not_affiliated">User %1$d! is not affiliated</string> 3760 <string name="device_owner_wifi_lockdown_test">WiFi configuration lockdown</string> 3761 <string name="device_owner_wifi_lockdown_info"> 3762 Please enter the SSID and auth method of an available WiFi Access Point and press the button to create a 3763 WiFi configuration. This configuration must NOT EXIST yet (you can use Settings > WiFi to verify - if it exists, 3764 then select the option to forget it). If the Wifi requires a password, wait for the \'Could not connect to the wifi network\' 3765 notification, tap the notification, set the password and connect to the network. 3766 The test cases are going to use this config. Please go through test cases in order (from top to bottom). 3767 </string> 3768 <string name="switch_wifi_lockdown_off_button">WiFi config lockdown off</string> 3769 <string name="switch_wifi_lockdown_on_button">WiFi config lockdown on</string> 3770 <string name="wifi_lockdown_go_settings_wifi_button">Go to WiFi Settings</string> 3771 <string name="device_owner_wifi_key_management_none_button">None</string> 3772 <string name="device_owner_wifi_key_management_wpa_button">WPA</string> 3773 <string name="device_owner_wifi_key_management_wep_button">WEP</string> 3774 <string name="create_wifi_config_button_label">Create WiFi configuration</string> 3775 <string name="wifi_lockdown_add_network_failed_dialog_title">WiFi configuration could not be created</string> 3776 <string name="wifi_lockdown_add_network_failed_dialog_text"> 3777 There was an error during creation of WiFi configuration. Check if WiFi is switched on. 3778 </string> 3779 <string name="device_owner_wifi_config_unlocked_modification_test">Unlocked config is modifiable in Settings</string> 3780 <string name="device_owner_wifi_config_unlocked_modification_test_info"> 3781 Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to 3782 Settings > WiFi and see if the CTSVerifier created WiFi configuration can be edited. 3783 Please make sure you can connect to it. The test is successful if the config is editable 3784 and can be connected to. 3785 </string> 3786 <string name="device_owner_wifi_config_unlocked_modification_test_info" product="automotive"> 3787 Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to 3788 Settings > WiFi and see if the CTSVerifier created WiFi configuration is editable 3789 (it\'s ok if it\'s not editable, but then take note so the next test can be skipped). 3790 Please make sure you can connect to it. The test is successful if the config can be 3791 connected to. 3792 </string> 3793 <string name="device_owner_wifi_config_locked_modification_test">Locked config is not modifiable in Settings</string> 3794 <string name="device_owner_wifi_config_locked_modification_test_info"> 3795 Please press the button to ensure WiFi config lockdown is in effect. Then go to 3796 Settings > WiFi and see if the CTSVerifier created WiFi configuration can NOT be edited 3797 or removed. The test is successful if the config is NOT modifiable. 3798 </string> 3799 <string name="device_owner_wifi_config_locked_modification_test_info" product="automotive"> 3800 NOTE: if the WiFi was not editable in the previous step, please skip this test. 3801 Please press the button to ensure WiFi config lockdown is in effect. Then go to 3802 Settings > WiFi and see if the CTSVerifier created WiFi configuration can NOT be edited 3803 or removed. The test is successful if the config is NOT modifiable. 3804 </string> 3805 <string name="device_owner_wifi_config_locked_connection_test">Locked config can be connected to</string> 3806 <string name="device_owner_wifi_config_locked_connection_test_info"> 3807 Please press the button to ensure WiFi config lockdown is in effect. Then go to 3808 Settings > WiFi and see if the CTSVerifier created WiFi configuration can be connected 3809 to manually. The test is successful if the connection can be established. 3810 </string> 3811 <string name="device_owner_wifi_config_unlocked_removal_test">Unlocked config can be forgotten in Settings</string> 3812 <string name="device_owner_wifi_config_unlocked_removal_test_info"> 3813 Please press the button to ensure WiFi config lockdown is NOT in effect. Then go to 3814 Settings > WiFi and see if the CTSVerifier created WiFi configuration can be forgotten. 3815 The test is successful if the config could be forgotten and is removed from the list of saved configs. 3816 </string> 3817 <string name="device_owner_disable_statusbar_test">Disable status bar</string> 3818 <string name="device_owner_disable_statusbar_test_info"> 3819 Please press the below button to disable the status bar and verify that quick settings and notifications 3820 are no longer available.\n 3821 Next, press the button to reenable the status bar and verify that quick settings and notifications 3822 are available again.\n 3823 Please mark the test accordingly. 3824 </string> 3825 <string name="device_owner_disable_statusbar_button">Disable status bar</string> 3826 <string name="device_owner_reenable_statusbar_button">Reenable status bar</string> 3827 <string name="device_owner_disable_keyguard_test">Disable keyguard</string> 3828 <string name="device_owner_disable_keyguard_test_info"> 3829 Before running this test, please make sure you have not set any device lockscreen password.\n 3830 Please press the below button to disable the keyguard. Press the power button on your device to 3831 switch off the screen. Then press the power button to switch the screen back on and verify that 3832 no keyguard was shown.\n 3833 Next, press the button to reenable the keyguard and repeat the above steps, this time verifying that 3834 a keyguard was shown.\n 3835 Please mark the test accordingly. 3836 </string> 3837 <string name="device_owner_disable_keyguard_button">Disable keyguard</string> 3838 <string name="device_owner_reenable_keyguard_button">Reenable keyguard</string> 3839 <string name="device_owner_lock_task_ui_test">LockTask UI</string> 3840 <string name="device_owner_lock_task_ui_test_info"> 3841 The following tests verify the configurable UI during LockTask, a special mode that 3842 prevents the user from leaving the current application.\n\n 3843 Please make sure the lock screen is turned on before the test. Press the button below to 3844 start LockTask mode. Then mark each item as \'pass\' or \'fail\' according to the 3845 instructions.\n\n 3846 Finally, execute the last test item to leave LockTask mode. 3847 </string> 3848 <string name="start_lock_task_button_label">Start LockTask mode</string> 3849 <string name="device_owner_lock_task_ui_default_test">Default LockTask UI</string> 3850 <string name="device_owner_lock_task_ui_default_test_info"> 3851 Press the button below to reset to default LockTask UI. 3852 Observe the following UI restrictions. Mark the test as \'pass\' only if ALL of the 3853 requirements below are met.\n\n 3854 1) If the device under test (DUT) has a status bar: nothing is shown in the status bar, 3855 including notification icons, connectivity icons, battery status, clock, etc.\n 3856 2) If the device under test (DUT) has a status bar: the status bar can\'t be expanded. 3857 That is, the \'swipe-down\' gesture doesn\'t work for the status bar.\n 3858 3) The software Home button is hidden.\n 3859 4) If the device under test (DUT) supports Overview: the software Overview button is 3860 hidden and the Overview gesture (swipe-up) does not work.\n 3861 5) Long-press the power button. The power button menu, which usually shows the power-off 3862 button, etc., isn\'t shown.\n 3863 6) Press the power button to turn off the screen, and press it again to turn the screen 3864 back on. Lock screen shouldn\'t be shown.\n 3865 7) The assistant gesture isn\'t available.\n\n 3866 </string> 3867 <string name="device_owner_lock_task_ui_system_info_test">Enable system info</string> 3868 <string name="device_owner_lock_task_ui_system_info_test_info"> 3869 Press the button below to enable system info. Observe the system info area of the status 3870 bar is now enabled. This includes the clock, connectivity info, battery info, etc.\n\n 3871 The rest of the UI restrictions should still apply:\n 3872 1) If the device under test (DUT) has a status bar: notification icons are still hidden 3873 on the status bar.\n 3874 2) If the device under test (DUT) has a status bar: the status bar can\'t be expanded. 3875 That is, the \'swipe-down\' gesture doesn\'t work for the status bar.\n 3876 3) The software Home button is hidden.\n 3877 4) If the device under test (DUT) supports Overview: the software Overview button is 3878 hidden and the Overview gesture (swipe-up) does not work.\n 3879 5) Long-press the power button. The power button menu, which usually shows the power-off 3880 button, etc., isn\'t shown.\n 3881 6) Press the power button to turn off the screen, and press it again to turn the screen 3882 back on. Lock screen shouldn\'t be shown.\n 3883 7) The assistant gesture isn\'t available.\n\n 3884 Mark the test as \'pass\' only if ALL of the above requirements are met.\n 3885 </string> 3886 <string name="device_owner_lock_task_ui_notifications_test">Enable notifications</string> 3887 <string name="device_owner_lock_task_ui_notifications_test_info"> 3888 Press the button below to enable notifications. Observe the notification icons on the 3889 status bar are now enabled and the Home button is shown. The status bar can also be 3890 expanded to show the notifications. However, all Settings UI should remain invisible, 3891 including Quick Settings and any link to the Settings app.\n\n 3892 The rest of the UI restrictions should still apply:\n 3893 1) If the device under test (DUT) has a status bar: system info area is still hidden on 3894 the status bar.\n 3895 2) If the device under test (DUT) supports Overview: the software Overview button is 3896 hidden and the Overview gesture (swipe-up) does not work.\n 3897 3) Holding the Home button and swiping to the right does not bring up other tasks.\n 3898 4) Long-press the power button. The power button menu, which usually shows the power-off 3899 button, etc., isn\'t shown.\n 3900 5) Press the power button to turn off the screen, and press it again to turn the screen 3901 back on. Lock screen shouldn\'t be shown.\n 3902 6) The assistant gesture isn\'t available.\n\n 3903 Mark the test as \'pass\' only if ALL of the above requirements are met.\n 3904 </string> 3905 <string name="device_owner_lock_task_ui_home_test">Enable Home button</string> 3906 <string name="device_owner_lock_task_ui_home_test_info"> 3907 Press the button below to enable the Home button. Observe the Home button is now 3908 enabled.\n\n 3909 The rest of the UI restrictions should still apply:\n 3910 1) If the device under test (DUT) has a status bar: nothing is shown in the status bar, 3911 including notification icons, connectivity icons, battery status, clock, etc.\n 3912 2) If the device under test (DUT) has a status bar: the status bar can\'t be expanded. 3913 That is, the \'swipe-down\' gesture doesn\'t work for the status bar.\n 3914 3) If the device under test (DUT) supports Overview: the software Overview button is 3915 hidden and the Overview gesture (swipe-up) does not work.\n 3916 4) Holding the Home button and swiping to the right does not bring up other tasks.\n 3917 5) Long-press the power button. The power button menu, which usually shows the power-off 3918 button, etc., isn\'t shown.\n 3919 6) Press the power button to turn off the screen, and press it again to turn the screen 3920 back on. Lock screen shouldn\'t be shown.\n 3921 7) The assistant gesture isn\'t available.\n\n 3922 Mark the test as \'pass\' only if ALL of the above requirements are met.\n 3923 </string> 3924 <string name="device_owner_lock_task_ui_recents_test">Enable Overview button</string> 3925 <string name="device_owner_lock_task_ui_recents_test_info"> 3926 If the device under test (DUT) does not support Overview: mark this test as \'pass\'.\n 3927 Otherwise:\n 3928 Press the button below to enable the Overview button. Observe the Home button is now 3929 enabled. Press the Overview button or perform the Overview gesture 3930 (swipe up) and verify the Overview view can be opened.\n\n 3931 The rest of the UI restrictions should still apply:\n 3932 1) Nothing is shown in the status bar, including notification icons, connectivity icons, 3933 battery status, clock, etc.\n 3934 2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work 3935 for the status bar.\n 3936 3) Long-press the power button. The power button menu, which usually shows the power-off 3937 button, etc., isn\'t shown.\n 3938 4) Press the power button to turn off the screen, and press it again to turn the screen 3939 back on. Lock screen shouldn\'t be shown.\n 3940 5) The assistant gesture isn\'t available.\n\n 3941 Mark the test as \'pass\' only if ALL of the above requirements are met.\n 3942 </string> 3943 <string name="device_owner_lock_task_ui_global_actions_test">Enable global actions</string> 3944 <string name="device_owner_lock_task_ui_global_actions_test_info"> 3945 If the device under test (DUT) does not support global actions: mark this 3946 test as \'pass\'.\n 3947 Otherwise:\n 3948 Press the button below to enable global actions (a.k.a. power button menu). Long-press 3949 the power button and verify a menu containing power-off and restart buttons is shown. 3950 This menu can\'t contain any UI that allows the user to change system settings (such as 3951 airplane mode switch) or access the Settings app.\n\n 3952 The rest of the UI restrictions should still apply:\n 3953 1) Nothing is shown in the status bar, including notification icons, connectivity icons, 3954 battery status, clock, etc.\n 3955 2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work 3956 for the status bar.\n 3957 3) The software Home button is hidden.\n 3958 4) The software Overview button is hidden and the Overview gesture (swipe-up) does not 3959 work.\n 3960 5) Press the power button to turn off the screen, and press it again to turn the screen 3961 back on. Lock screen shouldn\'t be shown.\n 3962 6) The assistant gesture isn\'t available.\n\n 3963 Mark the test as \'pass\' only if ALL of the above requirements are met.\n 3964 </string> 3965 <string name="device_owner_lock_task_ui_keyguard_test">Enable keyguard</string> 3966 <string name="device_owner_lock_task_ui_keyguard_test_info"> 3967 Press the button below to enable keyguard. Press the power button to turn off the screen 3968 and press it again to turn the screen back on. Verify that the lock screen is shown.\n\n 3969 The rest of the UI restrictions should still apply, both on the lock screen and after 3970 the lock screen is dismissed:\n 3971 1) Nothing is shown in the status bar, including notification icons, connectivity icons, 3972 battery status, clock, etc.\n 3973 2) The status bar can\'t be expanded. That is, the \'swipe-down\' gesture doesn\'t work 3974 for the status bar, even on the lock screen.\n 3975 3) The software Home button is hidden.\n 3976 4) The software Overview button is hidden and the Overview gesture (swipe-up) does not 3977 work.\n 3978 5) Long-press the power button. The power button menu, which usually shows the power-off 3979 button, etc., isn\'t shown.\n 3980 6) The assistant gesture isn\'t available.\n\n 3981 Mark the test as \'pass\' only if ALL of the above requirements are met. 3982 </string> 3983 <string name="device_owner_lock_task_ui_stop_lock_task_test">Stop LockTask mode</string> 3984 <string name="device_owner_lock_task_ui_stop_lock_task_test_info"> 3985 Press the button below to exit LockTask mode.\n\n 3986 Observe that the UI has returned to the normal, unrestricted state, and is no longer 3987 subject to any LockTask restriction.\n\n 3988 Mark the test as \'pass\' or \'fail\' accordingly. 3989 </string> 3990 <string name="device_owner_lockscreen_secure">Please remove lockscreen password</string> 3991 <string name="device_profile_owner_permission_lockdown_test">Permissions lockdown</string> 3992 <string name="device_profile_owner_permission_lockdown_test_instructions"> 3993 Select each of the three grant states for the permission shown below in turn.\n 3994 Now open application settings, select Permissions, and verify if the following behavior is observed.\n 3995 <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 3996 <b>Let user decide:</b> Permission state can be changed through the settings UI.\n 3997 <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 3998 Please mark the test accordingly. 3999 </string> 4000 <string name="device_owner_permission_lockdown_test_info"> 4001 This test checks if the permissions state in settings UI is locked down according to the state set by the device owner. 4002 </string> 4003 <string name="device_owner_disallow_usb_file_transfer_test">Disallow USB file transfer</string> 4004 <string name="device_owner_disallow_usb_file_transfer_test_info"> 4005 Please press below button to set the \"disallow USB file transfer\" restriction.\n 4006 If a USB notification appears, open the notification and check that the 4007 \"Transfer files (MTP)\" and \"Transfer photos (PTP)\" options either are not displayed, 4008 or they trigger a support message when trying to select them.\n 4009 Check if you can mount the device as a USB drive on your desktop computer. The test is 4010 successful if you cannot mount the device, and files from your phone cannot be 4011 downloaded through USB.\n 4012 Please mark the test accordingly. 4013 </string> 4014 <string name="device_owner_set_user_icon">Setting the user icon</string> 4015 <string name="device_owner_set_user_icon_instruction"> 4016 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 4017 1. Press the \"Set user icon 1\" button.\n 4018 2. Press the \"Go\" button to go to Settings.\n 4019 3. If there is no \"users\" section, mark this test as passed.\n 4020 4. If the icon of the user \"owner\" is not \"1\", mark this test as failed.\n 4021 5. Press the \"Disallow set user icon\" button.\n 4022 6. Press the \"Set user icon 2\" button.\n 4023 7. Press the \"Go\" button to go to Settings. Verify that the icon can\'t be changed manually.\n 4024 8. Check that the icon of the user \"owner\" is \"2\", and mark this test accordingly. 4025 </string> 4026 <string name="device_owner_set_user_icon_button">Set user icon 1</string> 4027 <string name="device_owner_set_user_icon2_button">Set user icon 2</string> 4028 4029 <string name="profile_owner_permission_lockdown_test_info"> 4030 <b> 4031 Before proceeding, check if com.android.cts.permissionapp (aka CtsPermissionApp) is installed in work profile by going to Settings > Apps. If not, please install the app before proceeding.\n\n 4032 </b> 4033 This test checks if the permissions state in settings UI is locked down correctly depending on the state set by the profile owner. 4034 </string> 4035 <string name="package_not_found">You must install %s (aka CtsPermissionApp).</string> 4036 <string name="permission_allow">Grant</string> 4037 <string name="permission_default">Let user decide</string> 4038 <string name="permission_deny">Deny</string> 4039 <string name="not_profile_owner">%s is not profile owner.</string> 4040 <string name="not_device_owner">%s is not device owner.</string> 4041 <string name="activity_not_found">No activity found to handle intent: %s</string> 4042 <string name="open_settings_button_label">Open Application Settings</string> 4043 <string name="finish_button_label">Finish</string> 4044 <string name="device_owner_device_admin_visible">Device administrator settings</string> 4045 <string name="device_owner_device_admin_visible_info"> 4046 Please press the Go button to open the Security page in Settings. 4047 Navigate to Device administrators and confirm that:\n 4048 \n 4049 - \"CTS Verifier\" exists and is activated.\n 4050 - \"CTS Verifier\" cannot be disabled.\n 4051 \n 4052 Use the Back button to return to this page. 4053 </string> 4054 <string name="device_owner_disallow_config_bt">Disallow configuring Bluetooth</string> 4055 <string name="device_owner_disallow_config_bt_info"> 4056 Please press the Set restriction button to set the user restriction. 4057 Then press Go, you should either see (a) the Bluetooth settings page or (b) trigger a support message directly.\n 4058 In the case of (a), confirm that:\n 4059 - You cannot view Bluetooth devices in range.\n 4060 - Trying to edit, add or remove any already paired devices triggers a support message.\n 4061 \n 4062 In the case of (b) this step is successful.\n 4063 \n 4064 Use the Back button to return to this page. 4065 </string> 4066 <string name="device_owner_disallow_config_wifi">Disallow configuring WiFi</string> 4067 <string name="device_owner_disallow_config_wifi_info"> 4068 Please press the Set restriction button to set the user restriction. 4069 Then press Go to open the WiFi page in Settings. 4070 Confirm that:\n\n 4071 - You cannot view WiFi networks in range.\n 4072 - Trying to edit, add or remove any existing WiFi configs triggers a support message.\n 4073 \n 4074 Use the Back button to return to this page. 4075 </string> 4076 <string name="device_owner_disallow_add_wifi_config">Disallow adding WiFi config</string> 4077 <string name="device_owner_disallow_add_wifi_config_info"> 4078 Please press the Set restriction button to set the user restriction. 4079 Then press Go to open the WiFi page in Settings. 4080 Confirm that:\n\n 4081 - You cannot add a new WiFi configuration.\n 4082 - The UI indicates that this is disabled due to admin policy.\n 4083 \n 4084 Use the Back button to return to this page. 4085 </string> 4086 <string name="device_owner_disallow_sharing_admin_configure_wifi">Disallow sharing admin configured WiFi config</string> 4087 <string name="device_owner_disallow_sharing_admin_configure_wifi_info"> 4088 Please press the Set restriction button to set the user restriction. 4089 Then press Go to open the WiFi page in Settings. 4090 Confirm that:\n\n 4091 - You cannot share an admin configured WiFi config.\n 4092 - Sharing option is disabled in Settings.\n 4093 \n 4094 Use the Back button to return to this page. 4095 </string> 4096 <string name="device_owner_wifi_security_level_restriction">Set WiFi security level restriction</string> 4097 <string name="device_owner_wifi_security_level_restriction_info"> 4098 This test verifies that minimum WiFi security level restriction can be set by the device owner. 4099 The levels below are listed in an increasing order of security.\n 4100 1. Connect to any network.\n 4101 2. Pick a security level greater than the currently connected network (if unsure pick Enterprise 192).\n 4102 3. Verify that current network gets disconnected.\n 4103 4. Press Go to open the WiFi page in Settings.\n 4104 5. Confirm that you cannot connect to any network that does not meet the security level restriction.\n 4105 6. Use the Back button to return to this page.\n 4106 7. Set the security level to Open to remove the restriction.\n 4107 8. Press Go to open the WiFi page in Settings.\n 4108 9. Confirm that you can connect to any network. 4109 </string> 4110 <string name="set_wifi_security_level_open">Set WiFi security level to Open</string> 4111 <string name="set_wifi_security_level_personal">Set WiFi security level to Personal</string> 4112 <string name="set_wifi_security_level_enterprise_eap">Set WiFi security level to Enterprise EAP</string> 4113 <string name="set_wifi_security_level_enterprise_192">Set WiFi security level to Enterprise 192</string> 4114 <string name="device_owner_ssid_restriction">Set WiFi SSID restriction</string> 4115 <string name="device_owner_ssid_restriction_info"> 4116 This test verifies that WiFi SSID restriction can be set by the device owner.\n 4117 1. Connect to any network.\n 4118 2. Enter the SSID of the network you are currently connected to.\n 4119 3. Set the SSID denylist.\n 4120 4. Verify that current network gets disconnected.\n 4121 5. Press Go to open the WiFi page in Settings.\n 4122 6. Confirm that only the SSID from the denylist is restricted from connection.\n 4123 7. Use the Back button to return to this page.\n 4124 8. Enter the same SSID and set the SSID allowlist.\n 4125 9. Press Go to open the WiFi page in Settings.\n 4126 10. Confirm that you can only connect to the SSID from the allowlist.\n 4127 11. Use the Back button to return to this page.\n 4128 12. Leave the SSID field blank and set the allowlist to remove restriction.\n 4129 13. Press Go to open the WiFi page in Settings.\n 4130 14. Confirm that you can connect to any network. 4131 </string> 4132 <string name="device_owner_ssid_restriction_hint">Enter SSID</string> 4133 <string name="device_owner_set_ssid_allowlist_button">Set SSID allowlist</string> 4134 <string name="device_owner_set_ssid_denylist_button">Set SSID denylist</string> 4135 <string name="device_owner_ssid_restriction_removing_toast">Removing SSID restriction</string> 4136 <string name="device_owner_disallow_ambient_display">Disallow ambient display</string> 4137 <string name="device_owner_disallow_ambient_display_info"> 4138 Please press the Set restriction button to set the user restriction. 4139 Then press Go to open the Display page in Settings. 4140 Mark this test as passed if one of the following:\n\n 4141 - There is no ambient display setting in Display Settings.\n 4142 - Ambient display setting is disabled with an info icon on it. Clicking on it triggers a support dialog.\n 4143 \n 4144 Use the Back button to return to this page. 4145 </string> 4146 <string name="device_owner_disallow_data_roaming">Disallow data roaming</string> 4147 <string name="device_owner_disallow_data_roaming_info"> 4148 Device should have a sim card to perform this test. 4149 Please press the Set restriction button to set the user restriction. 4150 Then press Go to open the Mobile network page in Settings. 4151 Confirm that:\n\n 4152 - Data roaming is disabled.\n 4153 - Enabling data roaming is not possible and triggers a support message.\n\n 4154 Use the Back button to return to this page. 4155 </string> 4156 <string name="device_owner_disallow_factory_reset">Disallow factory reset</string> 4157 <string name="device_owner_disallow_factory_reset_info"> 4158 Please press the Set button to set the user restriction.\n 4159 1. Go to the factory reset settings. It is often located in \"Backup & reset\" settings.\n 4160 Confirm that:\n 4161 - Factory data reset is disabled.\n 4162 - Pressing factory data reset is not possible and triggers a support message.\n\n 4163 2. Go to OEM unlocking settings, if this device has this Settings option. It is often located under \"Developer options\".\n 4164 Confirm that:\n 4165 - Oem Unlocking is disabled.\n 4166 - Enabling Oem unlocking is not possible and triggers a support message.\n\n 4167 Return back to this page. 4168 </string> 4169 <string name="device_owner_user_restriction_set">Set restriction</string> 4170 <string name="device_owner_user_restriction_unset">Clear restriction (before leaving test)</string> 4171 <string name="device_owner_settings_go">Go</string> 4172 4173 <string name="device_owner_vpn_connection"> 4174 VPN connection has been established.\n 4175 This is not as expected.\n 4176 Mark this test as failed.\n 4177 </string> 4178 <string name="device_owner_vpn_connection_close_failed"> 4179 Established vpn connection cannot be closed.\n 4180 This is not as expected.\n 4181 Mark this test as failed.\n 4182 </string> 4183 <string name="device_owner_no_vpn_connection"> 4184 Cannot establish a VPN connection.\n 4185 This was expected.\n 4186 Mark this test as passed.\n 4187 </string> 4188 <string name="device_owner_vpn_test">Check VPN</string> 4189 <string name="device_owner_vpn_info_default">VPN test message</string> 4190 4191 <string name="device_owner_disallow_config_vpn">Disallow configuring VPN</string> 4192 <string name="device_owner_disallow_config_vpn_info"> 4193 Please press the Set VPN restriction button to set the VPN restriction. 4194 Perform tests in order. Mark test as passed if both test cases pass\n\n 4195 1. Press Go to attempt to open the VPN settings page.\n 4196 You should either see (a) the VPN settings page or (b) that the Intent 4197 android.settings.VPN_SETTINGS fails to resolve.\n 4198 In the case of (a), confirm that:\n 4199 - Trying to perform any of the above actions will trigger a support message.\n 4200 In the case of (b) this step is successful.\n\n 4201 2. Press Check VPN to check programmatic Vpn test.\n 4202 - Check Vpn setup is not allowed\n 4203 - If prompted to allow a VPN connection, press OK.\n\n 4204 Use the Back button to return to this page. 4205 </string> 4206 <string name="device_owner_user_vpn_restriction_set">Set VPN restriction</string> 4207 4208 <!-- Strings for DeviceOwnerBugreportTest --> 4209 <string name="device_owner_requesting_bugreport_tests">Device Owner Requesting Bugreport Tests</string> 4210 <string name="device_owner_requesting_bugreport_category">Device Owner Requesting Bugreport Tests</string> 4211 <string name="device_owner_requesting_bugreport_tests_info"> 4212 The device owner requesting bugreport tests verify that a bugreport can be requested on a corporate owned device.\n 4213 Press below button first, follow steps described in the dialog that pops up, 4214 then proceed to the test cases.\n 4215 Pressing \'back\', \'pass\' or \'fail\' on this test page will remove the device owner.\n 4216 Alternatively, you can run the \'Remove device owner\' test. Ideally, that test should 4217 be run last so that it does not interfere with other tests. 4218 </string> 4219 <string name="device_owner_request_bugreport">Request bugreport</string> 4220 <string name="bugreport_sharing_declined">Bugreport sharing declined</string> 4221 <string name="bugreport_shared_successfully">Bugreport shared successfully</string> 4222 <string name="bugreport_already_in_progress">Bugreport is already being collected on this device</string> 4223 <string name="bugreport_failed_completing">Bugreport collection operation failed</string> 4224 <string name="device_owner_bugreport_sharing_declined_while_being_taken">Sharing of requested bugreport declined while being taken</string> 4225 <string name="device_owner_bugreport_sharing_declined_while_being_taken_info"> 4226 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation. 4227 Open the notifications panel and verify that:\n 4228 \n 4229 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n 4230 \n 4231 Press the \"Request bugreport\" button again to try to invoke a second bugreport sharing operation. 4232 Open the notifications panel and verify that:\n 4233 \n 4234 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport is already being collected on this device\" is present. Dismiss that notification.\n 4235 - 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 4236 \n 4237 Tap the \"DECLINE\" button and verify that:\n 4238 \n 4239 - \"Taking bugreport...\" notification with an indefinite progress bar is no longer present.\n 4240 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport sharing declined\" is present.\n 4241 \n 4242 Dismiss the notifications and mark test as passed or failed. 4243 </string> 4244 <string name="device_owner_bugreport_sharing_accepted_while_being_taken">Sharing of requested bugreport accepted while being taken</string> 4245 <string name="device_owner_bugreport_sharing_accepted_while_being_taken_info"> 4246 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation. 4247 Open the notifications panel and verify that:\n 4248 \n 4249 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n 4250 - 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 4251 \n 4252 Tap the \"SHARE\" button and verify that:\n 4253 \n 4254 - \"Taking bugreport...\" notification with an indefinite progress bar is no longer present.\n 4255 - Notification titled \"Sharing bugreport...\" with an indefinite progress bar is present.\n 4256 - 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 4257 \n 4258 Dismiss the notifications and mark test as passed or failed. 4259 </string> 4260 <string name="device_owner_bugreport_sharing_declined_after_having_been_taken">Sharing of requested bugreport declined after having been taken</string> 4261 <string name="device_owner_bugreport_sharing_declined_after_having_been_taken_info"> 4262 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation. 4263 Open the notifications panel and verify that:\n 4264 \n 4265 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n 4266 \n 4267 Wait for a few minutes (time necessary for bugreport to be collected) and verify that:\n 4268 \n 4269 - \"Taking bugreport...\" notification with an indefinite progress bar is dismissed.\n 4270 - 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 4271 \n 4272 Tap the \"DECLINE\" button and verify that:\n 4273 \n 4274 - Notification titled \"Share bug report?\" is dismissed.\n 4275 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport sharing declined\" is present.\n 4276 \n 4277 Dismiss the notifications and mark test as passed or failed. 4278 </string> 4279 <string name="device_owner_bugreport_sharing_accepted_after_having_been_taken">Sharing of requested bugreport accepted after having been taken</string> 4280 <string name="device_owner_bugreport_sharing_accepted_after_having_been_taken_info"> 4281 Please press the \"Request bugreport\" button to invoke the bugreport sharing operation. 4282 Open the notifications panel and verify that:\n 4283 \n 4284 - Notification titled \"Taking bugreport...\" with an indefinite progress bar is present.\n 4285 \n 4286 Wait for a few minutes (time necessary for bugreport to be collected) and verify that:\n 4287 \n 4288 - \"Taking bugreport...\" notification with an indefinite progress bar is dismissed.\n 4289 - 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 4290 \n 4291 Tap the \"SHARE\" button and verify that:\n 4292 \n 4293 - Notification titled \"Share bug report?\" is dismissed.\n 4294 - Notification titled \"Device Owner Requesting Bugreport Tests\" with message \"Bugreport shared successfully\" is present.\n 4295 \n 4296 Dismiss the notifications and mark test as passed or failed. 4297 </string> 4298 4299 <!-- Strings used for policy transparency test --> 4300 <string name="device_profile_owner_policy_transparency_test">Policy transparency test</string> 4301 <string name="device_profile_owner_policy_transparency_test_info"> 4302 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. 4303 </string> 4304 <string name="policy_transparency_open_settings_label">Open settings</string> 4305 <string name="policy_transparency_short_support_msg_label">Set short support message</string> 4306 <string name="policy_transparency_long_support_msg_label">Set long support message</string> 4307 <string name="policy_transparency_set_msg">Set message</string> 4308 <string name="policy_transparency_clear_msg">Clear message</string> 4309 <string name="policy_transparency_set_default_msg">Set default message</string> 4310 <string name="policy_transparency_default_short_msg"> 4311 This action is disabled by your administrator. Contact someone@example.com for support. 4312 </string> 4313 <string name="policy_transparency_default_long_msg"> 4314 This profile or device is managed by CtsVerifier. You can contact tech 4315 support on:\n\n 4316 America: +1 555-0100\n\n 4317 APAC: +1 555-0100\n\n 4318 Europe: +1 555-0100\n\n 4319 Email: someone@example.com 4320 </string> 4321 <string name="policy_transparency_update_button_label">Update</string> 4322 <string name="test_input_method_label">Test input method</string> 4323 <string name="test_accessibility_service_label">Test accessibility service</string> 4324 <string name="policy_transparency_test_instructions"> 4325 1. <xliff:g id="set_step" example="Set policy by turning the switch on">%1$s</xliff:g>\n 4326 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 4327 3. Verify that performing the following action will trigger a support dialog:\n 4328 <xliff:g id="user_action" example="Adding an account">%2$s</xliff:g>.<xliff:g id="exception_node" example="NOTE: if the device doesn't support the action...">%3$s</xliff:g>\n 4329 4. Verify that the support dialog displays the short support message set earlier.\n 4330 5. Verify that clicking the "Learn more" link will either launch a help web page with more 4331 information or redirect to Device administrators page in Settings app which displays the 4332 long support message set earlier.\n 4333 6. If in step 5. the help web page was launched, navigate to the Device administrators page 4334 from Settings -> Security, open the work profile \'CTS Verifier\' enabled admin and 4335 verify that the page displays the long support message set earlier.\n 4336 </string> 4337 <string name="optional_policy_transparency_test_note">\n\t<b>NOTE</b>: if the device doesn\'t support this action please skip this test and mark it as passing.</string> 4338 <string name="user_restriction_set_step"> 4339 Set \'%s\' user restriction by turning on the switch below. 4340 </string> 4341 <string name="disallow_add_user">Disallow add user</string> 4342 <string name="disallow_add_user_action">Adding a new user</string> 4343 <string name="disallow_adjust_volume">Disallow adjust volume</string> 4344 <string name="disallow_adjust_volume_action">Adjusting the volume\n 4345 NOTE: If the device does not support volume adjustment in Settings app please skip this test and mark it as passing.\n</string> 4346 <string name="disallow_config_date_time">Disallow config date time</string> 4347 <string name="disallow_config_date_time_action">Configuring auto time, time, auto date or date</string> 4348 <string name="disallow_config_location">Disallow config location</string> 4349 <string name="disallow_config_location_action">Enabling or disabling location, \'Bluetooth Scanning\' or \'WiFi Scanning\' in settings or quick settings</string> 4350 <string name="disallow_airplane_mode">Disallow airplane mode</string> 4351 <string name="disallow_airplane_mode_action">Toggling airplane mode switch bar or changing airplane mode state in quick settings</string> 4352 <string name="disallow_config_screen_timeout">Disallow config screen timeout</string> 4353 <string name="disallow_config_screen_timeout_action">Configuring sleep options in Display settings</string> 4354 <string name="disallow_config_brightness">Disallow config brightness</string> 4355 <string name="disallow_config_brightness_action">Configuring brightness level or adaptive brightness in Display settings, or toggling brightness slider in quick settings</string> 4356 <string name="disallow_apps_control">Disallow controlling apps</string> 4357 <string name="disallow_apps_control_action">DISABLE/UNINSTALL/FORCE STOP-ing any app in the managed device/profile other than CtsVerifier</string> 4358 <string name="disallow_config_cell_broadcasts">Disallow config cell broadcasts</string> 4359 <string name="disallow_config_cell_broadcasts_action">Configuring emergency alerts(cell broadcasts)</string> 4360 <string name="disallow_config_credentials">Disallow config credentials</string> 4361 <string name="disallow_config_credentials_action">Configuring user credentials</string> 4362 <string name="disallow_config_mobile_networks">Disallow config mobile networks</string> 4363 <string name="disallow_config_mobile_networks_action">Configuring mobile networks</string> 4364 <string name="disallow_config_tethering">Disallow config tethering</string> 4365 <string name="disallow_config_tethering_action"> 4366 Configuring tethering and portable hotspots.\n 4367 NOTE: If the device does not support tethering please skip this test and mark it as passing.\n 4368 </string> 4369 <string name="disallow_config_wifi">Disallow config Wi-Fi</string> 4370 <string name="disallow_config_wifi_action">Modifying Wi-Fi configuration</string> 4371 <string name="disallow_debugging_features">Disallow debugging features</string> 4372 <string name="disallow_debugging_features_action">Enabling developer options</string> 4373 <string name="disallow_factory_reset">Disallow factory reset</string> 4374 <string name="disallow_factory_reset_action">Factory resetting the device</string> 4375 <string name="disallow_fun">Disallow fun</string> 4376 <string name="disallow_fun_action">Opening android easter egg game by tapping repeatedly on the \'Android version\' option</string> 4377 <string name="disallow_install_unknown_sources">Disallow install unknown sources</string> 4378 <string name="disallow_install_unknown_sources_action">Enabling \'Cts Verifier\' to install apps</string> 4379 <string name="disallow_install_unknown_sources_globally">Disallow install unknown sources globally</string> 4380 <string name="disallow_install_unknown_sources_globally_action">Enabling \'Cts Verifier\' to install apps device-wide</string> 4381 <string name="disallow_modify_accounts">Disallow modify accounts</string> 4382 <string name="disallow_modify_accounts_action">Adding an account, and also removing an account (after you have previously added one)</string> 4383 <string name="disallow_network_reset">Disallow network reset</string> 4384 <string name="disallow_network_reset_action">Resetting network settings\n 4385 NOTE: If the device does not support network reset please skip this test and mark it as passing.\n</string> 4386 <string name="disallow_outgoing_beam">Disallow outgoing beam</string> 4387 <string name="disallow_outgoing_beam_action">Switching on android beam</string> 4388 <string name="disallow_remove_user">Disallow remove user</string> 4389 <string name="check_new_user_disclaimer">Check new user disclaimer</string> 4390 <string name="check_new_user_disclaimer_info"> 4391 Please do the following: \n\n 4392 1. Check persistent notification for managed device \n\n 4393 a). Open the notification UI, verify that there is a notification saying the device is managed.\n 4394 b). Tap the notification\n 4395 c). It should show a dialog explaining the device is managed and asking the user to accept \n 4396 d). Don\'t accept initially and tap outside the dialog \n 4397 e). Open the notification UI again, verify that the managed device notification is still shown \n 4398 \n 4399 f). Click \"Set Org\", and open the notification UI again, verify that the organization name 4400 \"Foo, Inc\" is shown on the dialog \n 4401 \n\n 4402 2. Check adding account is restricted\n\n 4403 a) Click \"Go\" to launch the \"Profiles & accounts\" setting \n 4404 b) navigate to \"Add account\" \n 4405 \n 4406 Expected: \n 4407 - \"Add account\" is disabled \n 4408 - Click the button will launch the new user disclaimer dialog\n 4409 \n 4410 c) Click accept button\n 4411 \n 4412 Expected: \n 4413 - the screen will be dismissed \n 4414 - \"Add account\" will be enabled\n 4415 - Click the button will take user to the screen to add account \n 4416 </string> 4417 <string name="device_owner_disallow_remove_user_info"> 4418 Please press \'Create uninitialized user\' to create a user that is not set up. Then press the 4419 \'Set restriction\' button to set the user restriction. 4420 Then press \'Go\' to open \'Multiple users\' setting. \n 4421 Click the managed user to open settings.\n\n 4422 4423 Mark this test as passed if:\n\n 4424 - \"Delete User\" is disabled.\n 4425 - Tapping \"Delete user\" shows an \"Action not allowed\" dialog.\n 4426 \n 4427 Use the Back button to return to this page. 4428 </string> 4429 <string name="managed_user_disallow_remove_user_info"> 4430 Please press the \'Set restriction\' button to set the user restriction. 4431 Then press \'Go\' to open \'Multiple users\' setting. \n\n 4432 4433 Mark this test as passed if all of the following conditions are met:\n\n 4434 - The \"Delete managed user from this device\" option in the overflow menu is disabled\n 4435 - Clicking \"Delete managed user from this device\" in the overflow menu results in an \"Action not allowed\" dialog.\n 4436 \n 4437 Use the Back button to return to this page. 4438 </string> 4439 <string name="device_owner_disallow_remove_user_create_user">Create uninitialized user</string> 4440 <string name="device_owner_remove_secondary_user">Remove uninitialized user</string> 4441 <string name="disallow_remove_managed_profile">Disallow remove managed profile</string> 4442 <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> 4443 <string name="disallow_share_location">Disallow share location</string> 4444 <string name="disallow_share_location_action">Turning on location sharing</string> 4445 <string name="disallow_set_user_icon">Disallow set user icon</string> 4446 <string name="disallow_uninstall_apps">Disallow uninstall apps</string> 4447 <string name="disallow_uninstall_apps_action"> 4448 a. If testing in work profile: uninstall applications from the work profile (badged applications) other than CtsVerifier and system apps. \n 4449 b. Otherwise: uninstall applications other than CtsVerifier and system apps 4450 </string> 4451 <string name="disallow_unified_challenge">Disallow unified challenge</string> 4452 <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> 4453 <string name="disallow_keyguard_unredacted_notifications">Disallow lockscreen unredacted notification</string> 4454 <string name="disallow_keyguard_unredacted_notifications_set_step">Disallow unredacted notifications when device is locked by turning on the switch below</string> 4455 <string name="disallow_keyguard_unredacted_notifications_action">Selecting show all notification content when device is locked</string> 4456 <string name="disallow_keyguard_unredacted_notifications_widget_label">@string/disallow_keyguard_unredacted_notifications</string> 4457 <string name="set_auto_time_required">Set auto (network) time required</string> 4458 <string name="auto_time_required_set_step">Set auto time required policy by turning on the switch below</string> 4459 <string name="set_auto_time_required_action">Modifying date and time</string> 4460 <string name="set_auto_time_required_widget_label">@string/set_auto_time_required</string> 4461 <string name="set_lock_screen_info">Set lock screen info</string> 4462 <string name="lock_screen_info_set_step">Select a lock screen info by setting a non-empty message in the edittext below.</string> 4463 <string name="set_lock_screen_info_action">Modifying lock screen message</string> 4464 <string name="set_lock_screen_info_widget_label">@string/set_lock_screen_info</string> 4465 <string name="set_maximum_time_to_lock">Set maximum time to lock</string> 4466 <string name="maximum_time_to_lock_set_step"> 4467 Select a non-zero maximum time to lock value by setting a value in the edittext box below. 4468 </string> 4469 <string name="set_maximum_time_to_lock_action">Selecting maximum time to lock greater than the set value below</string> 4470 <string name="set_maximum_time_to_lock_widget_label">Set maximum time to lock (in Sec):</string> 4471 <string name="set_permitted_accessibility_services">Set permitted accessibility services</string> 4472 <string name="permitted_accessibility_services_set_step"> 4473 Check that \'Test Accessibility service\' is not enabled in Settings and disallow \'Test Accessibility service\' from permitted accessibility services by turning on 4474 the switch below. 4475 </string> 4476 <string name="set_permitted_accessibility_services_action"> 4477 Enabling \'Test Accessibility service\' in the list of accessibility services 4478 </string> 4479 <string name="set_permitted_accessibility_services_widget_label"> 4480 Allow only system accessibility services: 4481 </string> 4482 <string name="set_permitted_input_methods">Set permitted input methods</string> 4483 <string name="permitted_input_methods_set_step"> 4484 Check that \'Test 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 \'Test Input method\' from permitted input methods by turning on the switch below. 4485 </string> 4486 <string name="set_permitted_input_methods_action"> 4487 Enabling \'Test Input method\' in the list of input methods (make sure you are enabling it for the managed profile, not primary profile) 4488 </string> 4489 <string name="set_permitted_input_methods_widget_label"> 4490 Allow only system input methods: 4491 </string> 4492 4493 <!-- Strings used for enterprise privacy tests --> 4494 <string name="enterprise_privacy_test">Managed device info tests</string> 4495 <string name="enterprise_privacy_page">Managed device info page</string> 4496 <string name="enterprise_privacy_page_info"> 4497 Please press the Go button to open Settings. Verify that:\n 4498 1) One of the Settings screens contains an entry for managed device information.\n 4499 2) Tapping that entry opens a screen.\n 4500 3) In this screen, at a minimum, you are told your organization can:\n 4501 * Change settings on this device.\n 4502 * See data associated with your work account.\n 4503 * See the list of all apps on your device.\n 4504 * See usage of each app on your device.\n 4505 * Lock the device and change the password.\n 4506 * Wipe the device.\n 4507 \n 4508 Use the Back button to return to this page. 4509 </string> 4510 <string name="enterprise_privacy_open_settings">Open Settings</string> 4511 <string name="enterprise_privacy_network_logging">Retrieve traffic logs</string> 4512 <string name="enterprise_privacy_network_logging_info"> 4513 Please do the following:\n 4514 1) Press the Retrieve Traffic Logs button and record the time at which you did this.\n 4515 2) Wait one minute.\n 4516 3) Press the Open Settings button.\n 4517 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 4518 \n 4519 Use the Back button to return to this page. 4520 </string> 4521 <string name="enterprise_privacy_retrieve_network_logs">Retrieve Traffic Logs</string> 4522 <string name="enterprise_privacy_bug_report">Request bug report</string> 4523 <string name="enterprise_privacy_bug_report_info"> 4524 Please do the following:\n 4525 1) Press the Request Bug Report button and record the time at which you did this.\n 4526 2) Wait one minute.\n 4527 3) Press the Open Settings button.\n 4528 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 4529 \n 4530 Use the Back button to return to this page. 4531 </string> 4532 <string name="enterprise_privacy_request_bug_report">Request Bug Report</string> 4533 <string name="enterprise_privacy_security_logging">Retrieve security logs</string> 4534 <string name="enterprise_privacy_security_logging_info"> 4535 Please do the following:\n 4536 1) Press the Retrieve Security Logs button and record the time at which you did this.\n 4537 2) Wait one minute.\n 4538 3) Press the Open Settings button.\n 4539 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 4540 \n 4541 Use the Back button to return to this page. 4542 </string> 4543 <string name="enterprise_privacy_retrieve_security_logs">Retrieve Security Logs</string> 4544 <string name="enterprise_privacy_clear_organization">Clear Org</string> 4545 <string name="enterprise_privacy_set_organization">Set Org</string> 4546 <string name="enterprise_privacy_enterprise_installed_apps">Enterprise-installed apps</string> 4547 <string name="enterprise_privacy_enterprise_installed_apps_info"> 4548 Please do the following:\n 4549 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 4550 make NotificationBot\n 4551 2) Grant MANAGE_EXTERNAL_STORAGE by issuing the following command on the host:\n 4552 adb shell appops set com.android.cts.verifier MANAGE_EXTERNAL_STORAGE 0\n 4553 3) Upload the NotificationBot.apk to your device by issuing the following command on the host:\n 4554 adb push /path/to/NotificationBot.apk /sdcard\n 4555 4) Press the Uninstall button.\n 4556 5) Press the Open Settings button.\n 4557 6) In the screen that opens, verify that you are not told that your administrator installed any apps.\n 4558 7) Use the Back button to return to this page.\n 4559 8) Press the Install button.\n 4560 9) Press the Open Settings button.\n 4561 10) In the screen that opens, verify that you are told now that your administrator installed at least one app.\n 4562 11) Tap on that information. Verify that a list of apps installed shows.\n 4563 12) Verify that the list contains the CTS Robot app.\n 4564 13) Use the Back button to return to this page.\n 4565 14) Press the Uninstall button.\n 4566 15) Issue the following command on the host:\n 4567 adb shell rm /sdcard/NotificationBot.apk 4568 </string> 4569 <string name="enterprise_privacy_enterprise_installed_apps_info_headless_system_user"> 4570 Please do the following:\n 4571 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 4572 \tmake NotificationBot\n 4573 2) Install the NotificationBot for <b>user 0 only</b>. For example:\n 4574 \tadb install --user 0 $ANDROID_PRODUCT_OUT/testcases/NotificationBot/*/NotificationBot.apk\n 4575 3) Make sure the app is <b>not</b> installed for the current user:\n 4576 \tadb shell pm list packages --user cur |grep com.android.cts.robot || echo \'Not installed\'\n 4577 4) Press the Open Settings button.\n 4578 5) In the screen that opens, verify that you are not told that your administrator installed any apps (other than CtsVerifier itself).\n 4579 6) Use the Back button to return to this page.\n 4580 7) Press the Install button.\n 4581 8) Press the Open Settings button.\n 4582 9) In the screen that opens, verify that you are told now that your administrator installed at least one app.\n 4583 10) Tap on that information. Verify that a list of apps installed shows.\n 4584 11) Verify that the list contains the CTS Robot app.\n 4585 12) Use the Back button to return to this page.\n 4586 13) Press the Uninstall button.\n 4587 14) Issue the following command on the host:\n 4588 \tadb uninstall --user all com.android.cts.robot\n 4589 </string> 4590 <string name="enterprise_privacy_install">Install</string> 4591 <string name="enterprise_privacy_uninstall">Uninstall</string> 4592 <string name="enterprise_privacy_admin_granted_location_access">Location access permission</string> 4593 <string name="enterprise_privacy_admin_granted_location_access_info"> 4594 Please do the following:\n 4595 1) Press the Reset button.\n 4596 2) Press the Open Settings button.\n 4597 3) In the screen that opens, verify that you are not told that your administrator has granted location access to any apps.\n 4598 4) Use the Back button to return to this page.\n 4599 5) Press the Grant button.\n 4600 6) Press the Open Settings button.\n 4601 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 4602 8) Tap on that information. Verify that a list of apps which have location access shows.\n 4603 9) Verify that the list contains the CTS Verifier app.\n 4604 10) Use the Back button to return to this page.\n 4605 11) Press the Reset button. 4606 </string> 4607 <string name="enterprise_privacy_reset">Reset</string> 4608 <string name="enterprise_privacy_grant">Grant</string> 4609 <string name="enterprise_privacy_admin_granted_microphone_access">Microphone access permission</string> 4610 <string name="enterprise_privacy_admin_granted_microphone_access_info"> 4611 Please do the following:\n 4612 1) Press the Reset button.\n 4613 2) Press the Open Settings button.\n 4614 3) In the screen that opens, verify that you are not told that your administrator has granted microphone access to any apps.\n 4615 4) Use the Back button to return to this page.\n 4616 5) Press the Grant button.\n 4617 6) Press the Open Settings button.\n 4618 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 4619 8) Tap on that information. Verify that a list of apps that have microphone access shows.\n 4620 9) Verify that the list contains the CTS Verifier app.\n 4621 10) Use the Back button to return to this page.\n 4622 11) Press the Reset button. 4623 </string> 4624 <string name="enterprise_privacy_admin_granted_camera_access">Camera access permission</string> 4625 <string name="enterprise_privacy_admin_granted_camera_access_info"> 4626 Please do the following:\n 4627 1) Press the Reset button.\n 4628 2) Press the Open Settings button.\n 4629 3) In the screen that opens, verify that you are not told that your administrator has granted camera access to any apps.\n 4630 4) Use the Back button to return to this page.\n 4631 5) Press the Grant button.\n 4632 6) Press the Open Settings button.\n 4633 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 4634 8) Tap on that information. Verify that a list of apps that have camera access shows.\n 4635 9) Verify that the list contains the CTS Verifier app.\n 4636 10) Use the Back button to return to this page.\n 4637 11) Press the Reset button. 4638 </string> 4639 <string name="enterprise_privacy_default_apps">Default apps</string> 4640 <string name="enterprise_privacy_default_apps_info"> 4641 Please do the following:\n 4642 1) Press the Reset button.\n 4643 2) Press the Open Settings button.\n 4644 3) In the screen that opens, verify that you are not told that your administrator set any default apps.\n 4645 4) Use the Back button to return to this page.\n 4646 5) Press the Set Default Apps button.\n 4647 6) Press the Open Settings button.\n 4648 7) In the screen that opens, verify that you are now told that your administrator has set 6 default apps.\n 4649 8) Tap on that information. Verify that a list of default apps shows, with 6 elements in it.\n 4650 9) Verify that each element shows the CTS Verifier is the default app.\n 4651 10) Use the Back button to return to this page.\n 4652 11) Press the Reset button. 4653 </string> 4654 <string name="enterprise_privacy_set_default_apps">Set Default Apps</string> 4655 <string name="enterprise_privacy_default_ime">Default keyboard</string> 4656 <string name="enterprise_privacy_default_ime_info"> 4657 Please do the following:\n 4658 1) Press the Open Settings button.\n 4659 2) In the screen that opens, verify that you are not told the default keyboard has been set.\n 4660 3) Use the Back button to return to this page.\n 4661 4) Press the Set Keyboard button to set the default keyboard.\n 4662 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 4663 6) Press the Finish button to clear the default keyboard. 4664 </string> 4665 <string name="enterprise_privacy_set_keyboard">Set Keyboard</string> 4666 <string name="enterprise_privacy_finish">Finish</string> 4667 <string name="enterprise_privacy_always_on_vpn">Always-on VPN</string> 4668 <string name="enterprise_privacy_always_on_vpn_info"> 4669 Please do the following:\n 4670 1) Press the Open Settings button.\n 4671 2) In the screen that opens, verify that you are not told that an always-on VPN is set.\n 4672 3) Use the Back button to return to this page.\n 4673 4) Press the Set VPN button to set an always-on VPN.\n 4674 5) Repeat steps (1) through (3), verifying that in step (2), you are told now that an always-on VPN is set.\n 4675 6) Press the Finish button to clear the always-on VPN. 4676 </string> 4677 <string name="enterprise_privacy_set_always_on_vpn">Set VPN</string> 4678 <string name="enterprise_privacy_start">Start</string> 4679 <string name="enterprise_privacy_global_http_proxy">Global HTTP Proxy</string> 4680 <string name="enterprise_privacy_global_http_proxy_info"> 4681 Please do the following:\n 4682 1) Press the Open Settings button.\n 4683 2) In the screen that opens, verify that you are not told that a global HTTP proxy has been set.\n 4684 3) Use the Back button to return to this page.\n 4685 4) Press the Set Proxy button.\n 4686 5) Repeat steps (1) through (3), verifying that in step (2), you are told now that a global HTTP proxy has been set.\n 4687 6) Press the Clear Proxy button. 4688 </string> 4689 <string name="enterprise_privacy_ca_certs">Trusted CA certs</string> 4690 <string name="enterprise_privacy_ca_certs_info"> 4691 Please do the following:\n 4692 1) Press the Open Settings button.\n 4693 2) In the screen that opens, verify that you are not told that your administrator installed trusted CA certs.\n 4694 3) Use the Back button to return to this page.\n 4695 4) Press the Install Cert button to install a trusted CA cert.\n 4696 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 4697 6) Press the Finish button to clear the cert. 4698 </string> 4699 <string name="enterprise_privacy_install_cert">Install Cert</string> 4700 <string name="enterprise_privacy_settings">Settings</string> 4701 <string name="enterprise_privacy_set_proxy">Set Proxy</string> 4702 <string name="enterprise_privacy_clear_proxy">Clear Proxy</string> 4703 <string name="enterprise_privacy_failed_password_wipe">Wipe on authentication failure</string> 4704 <string name="enterprise_privacy_failed_password_wipe_info"> 4705 Please do the following:\n 4706 1) Press the Open Settings button.\n 4707 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 4708 3) Use the Back button to return to this page.\n 4709 4) Press the Set Limit button to set the maximum number of password attempts.\n 4710 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 4711 6) Press the Finish button to clear the maximum number of password attempts. 4712 </string> 4713 <string name="enterprise_privacy_set_limit">Set Limit</string> 4714 <string name="enterprise_privacy_quick_settings">Quick settings disclosure</string> 4715 <string name="enterprise_privacy_quick_settings_info"> 4716 Please do the following:\n 4717 1) Press the Clear Org button.\n 4718 2) Open and fully expand Quick Settings.\n 4719 3) Verify that at the bottom of Quick Settings, you are told the device is managed.\n 4720 4) Close Quick Settings.\n 4721 5) Press the Set Org button.\n 4722 6) Open and fully expand Quick Settings.\n 4723 7) Verify that at the bottom of Quick Settings, you are told the device is managed by \"Foo, Inc.\".\n 4724 8) Tap on the information.\n 4725 9) Verify that a dialog informing you about device monitoring opens.\n 4726 10) Tap the \"View Policies\" button.\n 4727 11) Verify that a screen informing you what your managing organization can do is shown.\n 4728 \n 4729 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. 4730 </string> 4731 <string name="enterprise_privacy_keyguard">Keyguard disclosure</string> 4732 <string name="enterprise_privacy_keyguard_info"> 4733 Please do the following:\n 4734 1) Press the Open Settings button to open Settings.\n 4735 2) Navigate to \"Security\" > \"Screen lock\" and select the first screen lock type that is not \"None\".\n 4736 3) Use the Back button to return to this page.\n 4737 4) Press the Clear Org button.\n 4738 5) Lock the device.\n 4739 6) Verify that on the lock screen, you are told the device is managed.\n 4740 7) Unlock the device.\n 4741 8) Press the Set Org button.\n 4742 9) Lock the device.\n 4743 10) Verify that on the lock screen, you are told the device is managed by \"Foo, Inc.\".\n 4744 11) Unlock the device.\n 4745 12) Repeat steps (1) through (11) for each screen lock type other than \"None\". 4746 </string> 4747 <string name="enterprise_privacy_add_account">Add account disclosure</string> 4748 <string name="enterprise_privacy_add_account_info"> 4749 Please do the following:\n 4750 1) Press the Clear Org button.\n 4751 2) Press the Open Settings button.\n 4752 3) In the screen that opens, verify that you are told that the device is managed.\n 4753 4) Use the Back button to return to this page.\n 4754 5) Press the Set Org button.\n 4755 6) Press the Open Settings button.\n 4756 7) In the screen that opens, verify that you are told that the device is managed by \"Foo, Inc.\".\n 4757 8) Tap the \"Learn more\" link.\n 4758 9) Verify that a screen informing you what your managing organization can do is shown.\n 4759 11) Use the Back button to return to this page. 4760 </string> 4761 <string name="enterprise_privacy_default_app">CTS Verifier Test</string> 4762 4763 <!-- Strings for Network Logging Tests --> 4764 <string name="device_owner_network_logging_ui">Network Logging UI</string> 4765 <string name="device_owner_network_logging_ui_info">Please do the following:\n 4766 1) Open and fully expand Quick Settings.\n 4767 2) Check that you are told that your device is managed.\n 4768 3) Close Quick Settings.\n 4769 4) Enable network logging by tapping on the left button below.\n 4770 5) Open Quick Settings again. Check that an icon appeared next to the text about device management.\n 4771 6) Verify that a notification including the same icon popped up, informing you that network logging has been enabled.\n 4772 7) Tap the notification.\n 4773 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 4774 9) Close the dialog.\n 4775 10) Tap the right button below to disable network logging.\n 4776 11) Verify that the notification disappeared.\n 4777 \n 4778 If this device does not have quick settings, please skip this test and mark it passing. 4779 </string> 4780 <string name="device_owner_enable_network_logging_button">Enable Network Logging</string> 4781 <string name="device_owner_disable_network_logging_button">Disable Network Logging</string> 4782 4783 <!-- Strings for Customize Lock Screen Message --> 4784 <string name="device_owner_customize_lockscreen_message">Customize Lock Screen Message</string> 4785 <string name="device_owner_customize_lockscreen_message_info">Please do the following:\n 4786 1) Press the \"Go\" button to go to Settings\n 4787 2) Find the \"Screen lock\" option and set it to \"Swipe\"\n 4788 3) Use the Back button to return to this page\n 4789 4) In the field below, write a lock screen message.\n 4790 5) Press the \"Set lock screen message\" button\n 4791 6) Press Power button once to lock the screen.\n 4792 7) Press Power button again to reveal the lock screen.\n 4793 8) Verify that the message from step 1) appears on the lock screen.\n 4794 9) Unlock the screen and return to this page.\n 4795 10) Press the \"Go\" button to go to Settings\n 4796 11) Find the \"Lock screen message\" option\n 4797 12) Verify that you cannot modify the setting.\n 4798 13) Use the Back button to return to this page.\n 4799 14) Press the \"Go\" button to go to Settings\n 4800 15) Find the \"Screen lock\" option and set it to \"None\"\n 4801 16) Use the Back button to return to this page 4802 </string> 4803 <string name="device_owner_set_lockscreen_message_button">Set lock screen message</string> 4804 <string name="device_owner_set_lockscreen_message_hint">My lock screen message</string> 4805 <string name="device_owner_lockscreen_message_cannot_be_empty">Lock screen message cannot be empty.</string> 4806 4807 <string name="device_owner_disable_usb_data_signaling_test">Disable USB data signaling</string> 4808 <string name="device_owner_disable_usb_data_signaling_test_info"> 4809 This test verifies that USB data signaling can be disabled by the device owner.\n 4810 1. Press the \"Go\" button to go to Settings. Go to Connected devices > USB and select use 4811 USB for \"File transfer/Android Auto\". Verify that you can mount the device as a USB drive 4812 on your desktop computer and access files from your phone through USB.\n 4813 2. Press the \"Disable USB data signaling\" button to disable USB data signaling on 4814 the device. When disabled, all USB data connections (except from charging functions) 4815 are prohibited.\n 4816 3. Press the \"Go\" button to go to Settings and confirm that the "USB" preferences in 4817 \"System > Developer Options\" cannot be selected and "USB" preference in 4818 \"Connected devices\" has disappeared.:\n 4819 - Connected devices > USB\n 4820 - System > Developer Options > USB debugging\n 4821 - System > Developer Options > Default USB configuration\n 4822 - System > Developer Options > Disable USB audio routing\n 4823 4. Verify that you cannot mount the device as a USB drive on your desktop computer and 4824 cannot access files from your phone through USB.\n 4825 5. Press the \"Enable USB data signaling\" button to re-enable USB data signaling and 4826 replug USB cable in the device. After that the "USB" preferences in 4827 \"System > Developer Options\" can be selected and "USB" preference in 4828 \"Connected devices\" has appeared.\n 4829 Please mark the test accordingly. 4830 </string> 4831 <string name="device_owner_enable_usb_data_signaling_test">Enable USB data signaling</string> 4832 4833 <string name="device_owner_required_password_complexity_test">Set required password complexity</string> 4834 <string name="device_owner_required_password_complexity_test_info"> 4835 This test verifies that required password complexity can be set by the device owner.\n 4836 1. Press the \"Set low required password complexity\" button.\n 4837 2. Press the \"Go\" button to go to Settings > Security > Screen lock. Verify that 4838 you have to set a pattern, PIN or password.\n 4839 3. Press the \"Set medium required password complexity\" button.\n 4840 4. Press the \"Go\" button to go to Settings > Security > Screen lock. Verify that 4841 you have to set a PIN without repeating (4444) or ordered (1234, 4321, 2468) sequences 4842 with a length of at least 4; or you have to set an alphabetic or alphanumeric password with 4843 a length of at least 4.\n 4844 5. Press the \"Set high required password complexity\" button.\n 4845 6. Press the \"Go\" button to go to Settings > Security > Screen lock. Verify that 4846 you have to set a PIN without repeating (4444) or ordered (1234, 4321, 2468) sequences 4847 with a length of at least 8; or you have to set an alphabetic or alphanumeric password with 4848 a length of at least 6.\n 4849 7. Press the \"Remove required password complexity\" button.\n 4850 8. Press the \"Go\" button to go to Settings > Security > Screen lock. Verify that 4851 you don\'t have to set a pattern, PIN or password.\n 4852 Please mark the test accordingly. 4853 </string> 4854 <string name="set_low_required_password_complexity">Set low required password complexity</string> 4855 <string name="set_medium_required_password_complexity">Set medium required password complexity</string> 4856 <string name="set_high_required_password_complexity">Set high required password complexity</string> 4857 <string name="remove_required_password_complexity">Remove required password complexity</string> 4858 4859 <string name="managed_user_test">Managed User</string> 4860 <string name="managed_user_positive_tests">Managed User positive tests</string> 4861 <string name="managed_user_positive_tests_instructions"> 4862 The positive managed user tests verify policies on a managed user created by a device owner. 4863 \n 4864 Press Go button to create a managed user, and you will be switched to the managed user 4865 automatically. Dismiss the keyguard and a \'Managed User Tests\' should launch.\n 4866 Follow the test instructions and press \'pass\' or \'fail\' to return to this screen.\n 4867 </string> 4868 <string name="managed_user_positive_tests_instructions" product="automotive"> 4869 The positive managed user tests verify policies on a managed user created by a device owner. 4870 \n 4871 Press Go button to create a managed user, and you will be switched to the managed user 4872 automatically; a \'Managed User Tests\' should launch.\n 4873 Follow the test instructions and press \'pass\' or \'fail\' to return to this screen.\n 4874 </string> 4875 <string name="managed_user_positive_tests_info"> 4876 The positive managed user tests verify policies on a managed user created by a device owner. 4877 Proceed to the test cases, then press \'pass\' or \'fail\' to finish this test. 4878 </string> 4879 <string name="managed_user_positive_category">Managed User Tests</string> 4880 <string name="managed_user_check_managed_user_test">Check affiliated profile owner</string> 4881 <string name="managed_user_incorrect_managed_user">Missing or incorrect affiliated profile owner: CTSVerifier is not affilaited PO!</string> 4882 4883 <string name="device_owner_disallow_user_switch">Disallow user switch</string> 4884 <string name="device_owner_disallow_user_switch_info"> 4885 Press \'Create uninitialized user\' to create a user that is not setup. 4886 Then press \'Set restriction\' button to set the user restriction. 4887 Then press \'Go\' to open multiple users settings. 4888 Confirm that:\n 4889 \n 4890 - Main switch is disabled and in off position\n 4891 \n 4892 In additional, if quick settings is available, confirm that user switcher is hidden or 4893 disabled. 4894 Use the Back button to return to this page. 4895 </string> 4896 <string name="device_owner_disallow_user_switch_create_user">Create uninitialized user</string> 4897 4898 <string name="device_owner_user_switcher_message">User switcher message</string> 4899 <string name="device_owner_user_switcher_message_info"> 4900 1. Please press the \'With user switcher message\' button to set the user switcher message. 4901 You will then be automatically switched to a secondary user. If a user switcher dialog shows 4902 up, it should read \'Start user session\'. Wait until you are automatically switched back to 4903 primary, if a user switcher dialog shows up, it should read \'End user session\'. 4904 4905 \n 4906 2. Please press the \'Without user switcher message\' button to clear the user switcher 4907 message. You will then be automatically switched to a secondary user. If a user switcher 4908 dialog shows up, it should read \'Switching to managed user\'. Wait until you are 4909 automatically switched back to primary, if a user switcher dialog shows up, it should read 4910 \'Switching to (name of primary user)\'. 4911 </string> 4912 <string name="device_owner_with_user_switcher_message">With user switcher message</string> 4913 <string name="device_owner_without_user_switcher_message">Without user switcher message</string> 4914 4915 <string name="device_owner_enable_logout">Logout</string> 4916 <string name="device_owner_enable_logout_info"> 4917 Please press the Go button to enable logout. You will then be switched to a newly created 4918 user. 4919 Look for a way to logout the current user without unlocking the lock screen. The control is 4920 usually named \'End session\'.\n 4921 The location may vary depending on manufacturer, typical locations are:\n 4922 - In power button menu by long pressing power button.\n 4923 - On the lock screen.\n 4924 \n 4925 When successfully logout and switched back to primary user, confirm that the logout control 4926 is not available in primary user. 4927 </string> 4928 4929 <!-- Strings for JobScheduler Tests --> 4930 <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> 4931 4932 <string name="js_idle_test">Idle Mode Constraints</string> 4933 <string name="js_start_test_text">Start test</string> 4934 <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> 4935 <string name="js_idle_description_1">Turn the screen off and then back on in order to begin.</string> 4936 <string name="js_idle_continue_instruction"> 4937 Switch off screen and wait for it to turn on to continue. 4938 </string> 4939 <string name="js_idle_item_idle_off">Idle job does not execute when device is not idle.</string> 4940 <string name="js_idle_item_idle_on">Idle job does execute when device is forced into idle.</string> 4941 4942 <string name="js_charging_test">Charging Constraints</string> 4943 <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> 4944 <string name="js_charging_description_1">Plug in the charger if it isn\'t already plugged in.</string> 4945 <string name="js_charging_off_test">Device not charging will not execute a job with a charging constraint.</string> 4946 <string name="js_charging_on_test">Device when charging will execute a job with a charging constraint.</string> 4947 <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> 4948 <string name="js_charging_description_3">Device is plugged in. Please wait while it gets into stable charging state.</string> 4949 <string name="js_charging_description_4">There seems to be a problem with your charger. Please try again.</string> 4950 4951 <string name="js_connectivity_test">Connectivity Constraints</string> 4952 <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> 4953 <string name="js_connectivity_description_1">Disable WiFi and Mobile data to begin.</string> 4954 <string name="js_unmetered_connectivity_test">Device with no connectivity will not execute a job with an unmetered connectivity constraint.</string> 4955 <string name="js_any_connectivity_test">Device with no connectivity will not execute a job with an unmetered connectivity constraint.</string> 4956 <string name="js_no_connectivity_test">Device with no connectivity will still execute a job with no connectivity constraints.</string> 4957 4958 <!-- String for the bundled TV app Tests --> 4959 4960 <string name="tv_input_discover_test">3rd-party TV input test</string> 4961 <string name="tv_input_discover_test_info"> 4962 Verify that the bundled TV app launches via Intent and calls the proper API to discover 4963 3rd-party TV inputs. 4964 </string> 4965 <string name="tv_input_discover_test_third_party_tif_input_support"> 4966 Does the bundled TV app support third-party TV inputs? 4967 </string> 4968 <string name="tv_input_discover_test_go_to_setup"> 4969 Select the \"Launch TV app\" button and set up the newly installed TV input: 4970 \"CTS Verifier\". 4971 </string> 4972 <string name="tv_input_discover_test_verify_setup"> 4973 Setup activity must have been started. 4974 </string> 4975 <string name="tv_input_discover_test_tune_to_channel"> 4976 Select the \"Launch TV app\" button and tune to the \"Placeholder\" channel from \"CTS Verifier\" 4977 input. If necessary, configure the channel to be visible. 4978 </string> 4979 <string name="tv_input_discover_test_verify_tune"> 4980 Tune command must be called. 4981 </string> 4982 <string name="tv_input_discover_test_verify_overlay_view"> 4983 Verify that the overlay appears and displays the text \"Overlay View Placeholder Text\" when you tune 4984 to the \"Placeholder\" channel. 4985 </string> 4986 <string name="tv_input_discover_test_verify_size_changed"> 4987 Verify that video layout changes correctly according to the provided video track information, 4988 including pixel aspect ratio. 4989 </string> 4990 <string name="tv_input_discover_test_verify_global_search"> 4991 Verify the TV app provides query results for 3rd-party input\'s channels and programs in 4992 global search results. 4993 </string> 4994 <string name="tv_input_discover_test_go_to_epg"> 4995 Select the \"Launch EPG\" button and locate the \"Placeholder\" channel. 4996 </string> 4997 <string name="tv_input_discover_test_verify_epg"> 4998 Do you see the programs named \"Placeholder Program\" and their descriptions 4999 "Placeholder Program Description" in the EPG? 5000 </string> 5001 <string name="tv_input_discover_test_trigger_setup"> 5002 Select the \"Launch setup\" button and verify if the bundled TV app shows the list of installed 5003 TV inputs for setup. 5004 </string> 5005 <string name="tv_input_discover_test_verify_trigger_setup"> 5006 Do you see the \"CTS Verifier\" input in the list? 5007 </string> 5008 5009 <string name="tv_parental_control_test">TV app parental controls test</string> 5010 <string name="tv_parental_control_test_info"> 5011 Verify that the bundled TV app calls the parental controls API. 5012 </string> 5013 <string name="tv_parental_control_test_turn_on_parental_control"> 5014 Select the \"Launch TV app\" button and turn on the parental controls. If parental controls are 5015 on already, turn it off and on again. 5016 </string> 5017 <string name="tv_parental_control_test_verify_receive_broadcast1"> 5018 TV input service must have received ACTION_PARENTAL_CONTROLS_ENABLED_CHANGED broadcast. 5019 </string> 5020 <string name="tv_parental_control_test_check_parental_controls_switch"> 5021 Is there an option to turn off parental controls on this device? 5022 </string> 5023 <string name="tv_parental_control_test_block_tv_ma"> 5024 Select the \"Launch TV app\" button and block the \"Custom Rating\" for \"CtsVerifier\" rating 5025 system in the parental control settings. If the rating system is disabled by default, enable it. 5026 If the \"Custom Rating\" is already blocked, unblock it, save, and then block again. 5027 </string> 5028 <string name="tv_parental_control_test_verify_receive_broadcast2"> 5029 TV input service must have received ACTION_BLOCKED_RATINGS_CHANGED broadcast. 5030 </string> 5031 <string name="tv_parental_control_test_block_unblock"> 5032 Select the \"Launch TV app\" button; verify that the channel is blocked. 5033 Try to unblock the screen by entering PIN; verify that it\'s unblocked. 5034 </string> 5035 5036 <string name="tv_yes">Yes</string> 5037 <string name="tv_no">No</string> 5038 <string name="tv_none">None</string> 5039 <string name="tv_launch_tv_app">Launch TV app</string> 5040 <string name="tv_launch_epg">Launch EPG</string> 5041 <string name="tv_launch_setup">Launch setup</string> 5042 <string name="tv_channel_not_found"> 5043 CtsVerifier channel is not set up. Please set up before proceeding. 5044 </string> 5045 5046 <string name="tv_multiple_tracks_test">TV app closed captions and multi-audio test</string> 5047 <string name="tv_multiple_tracks_test_info"> 5048 Verify that the bundled TV app calls the multi-track API. 5049 </string> 5050 <string name="tv_multiple_tracks_test_select_subtitle"> 5051 Select the \"Launch TV app\" button. Verify that closed captions are off by default. Set closed 5052 caption language to English. 5053 </string> 5054 <string name="tv_multiple_tracks_test_verify_set_caption_enabled"> 5055 Captions are enabled. 5056 </string> 5057 <string name="tv_multiple_tracks_test_verify_select_subtitle"> 5058 The English closed caption track should be selected. 5059 </string> 5060 <string name="tv_multiple_tracks_test_select_audio"> 5061 Select the \"Launch TV app\" button. Verify that the audio track is English by default. 5062 Select Spanish audio track. 5063 </string> 5064 <string name="tv_multiple_tracks_test_verify_select_audio"> 5065 The Spanish audio track should be selected. 5066 </string> 5067 5068 <string name="tv_time_shift_test">TV app time shift test</string> 5069 <string name="tv_time_shift_test_info"> 5070 This test verifies that the TV app invokes proper time shift APIs in the framwork. 5071 </string> 5072 <string name="tv_time_shift_test_pause_resume"> 5073 Press the \"Launch TV app\" button. Verify that the playback control is available. 5074 Pause the playback and then resume it. 5075 </string> 5076 <string name="tv_time_shift_test_verify_resume_after_pause"> 5077 The playback should resume after pause. 5078 </string> 5079 <string name="tv_time_shift_test_verify_position_tracking"> 5080 The playback position tracking should be activated. 5081 </string> 5082 <string name="tv_time_shift_test_speed_rate"> 5083 Press the \"Launch TV app\" button. Verify that the playback control is available. 5084 Rewind the playback and in a few seconds fast-forward it. 5085 </string> 5086 <string name="tv_time_shift_test_verify_rewind"> 5087 The playback should rewind. 5088 </string> 5089 <string name="tv_time_shift_test_verify_fast_forward"> 5090 The playback should fast-forward. 5091 </string> 5092 <string name="tv_time_shift_test_seek"> 5093 Press the \"Launch TV app\" button. Verify that the playback control is available. 5094 Seek to previous and then seek to next. 5095 </string> 5096 <string name="tv_time_shift_test_verify_seek_to_previous"> 5097 The playback position should be moved to the previous position. 5098 </string> 5099 <string name="tv_time_shift_test_verify_seek_to_next"> 5100 The playback position should be moved to the next position. 5101 </string> 5102 5103 <string name="tv_app_link_test">TV app app-link test</string> 5104 <string name="tv_app_link_test_info"> 5105 Verify that the bundled TV app supports linking to channel apps. If a TV input service provides 5106 links for its specific channels, the TV app should show the links in a proper format. 5107 </string> 5108 <string name="tv_app_link_test_select_app_link"> 5109 Select the \"Launch TV app\" button, then check if you can see a menu with \"Cts App-Link Text\" 5110 text in red background. If you see the link, select it to follow the link. 5111 </string> 5112 <string name="tv_app_link_test_verify_link_clicked"> 5113 The app-link must have been clicked and the activity should be changed correctly. 5114 </string> 5115 <string name="tv_input_link_test_verify_link_interface"> 5116 Do you see the app-link card similar to the image on the left?\n 5117 1) You should see the poster art image, but the color may be different.\n 5118 2) You should see the text \"Cts App-Link Text\".\n 5119 </string> 5120 5121 <string name="tv_microphone_device_test">Microphone device test</string> 5122 <string name="tv_microphone_device_test_info"> 5123 This test checks if InputDevice.hasMicrophone of the Media API reports a 5124 correct value on every input device (including remote controls). 5125 </string> 5126 <string name="tv_microphone_device_test_prep_question"> 5127 Before continuing, please make sure that you pair all primary input 5128 devices intended to be used by the device, including bluetooth 5129 remotes and companion remote-control apps such as the Android TV Remote Control. 5130 Have you paired every primary input device with the device under test (DUT)? 5131 </string> 5132 <string name="tv_microphone_device_test_mic_question"> 5133 Does input device \"%1$s\" have a microphone? 5134 </string> 5135 <string name="tv_microphone_device_test_negative_mismatch"> 5136 InputDevice.hasMicrophone reports that this input device DOES have a 5137 microphone whereas you selected that it does not. Please correct it by 5138 declaring \"audio.mic = 0\" in the device\'s input device configuration 5139 (.idc) file. 5140 </string> 5141 <string name="tv_microphone_device_test_positive_mismatch"> 5142 InputDevice.hasMicrophone reports that this input device does NOT have a 5143 microphone whereas you selected that it does. Please correct it by 5144 declaring \"audio.mic = 1\" in the device\'s input device configuration 5145 (.idc) file and make sure that relevant files such as key layout (.kl) 5146 and key character map (.kcm) files are found by the system accordingly. 5147 </string> 5148 <string name="tv_microphone_device_test_no_input_devices">No input devices found.</string> 5149 5150 <!-- Common strings for the TV Display tests --> 5151 <string name="tv_start_test">Start Test</string> 5152 <string name="tv_done">Done</string> 5153 5154 <!-- Audio Capabilities test --> 5155 <string name="tv_audio_capabilities_test">Audio Capabilities Test</string> 5156 <string name="tv_audio_capabilities_test_info">This test checks if AudioDeviceInfo and 5157 AudioTrack#isDirectPlaybackSupported APIs correctly report the Audio capabilities 5158 of the connected audio devices.</string> 5159 <string name="tv_audio_capabilities_no_receiver_connected">Disconnect all receivers or 5160 soundbars which are connected. </string> 5161 <string name="tv_audio_capabilities_receiver_connected">Connect a receiver or 5162 soundbar which can play Dolby Atmos. </string> 5163 <string name="tv_audio_capabilities_atmos_supported">Does your Android TV device support Dolby 5164 Atmos (either passthrough or decode)? </string> 5165 <string name="tv_audio_capabilities_skip_test"> This test is only applicable to OTT and STB 5166 devices. Is your device a soundbar or panel TV? 5167 </string> 5168 5169 <!-- Hotplug Test --> 5170 <string name="tv_hotplug_test">Hotplug Test</string> 5171 <string name="tv_hotplug_test_info">This test checks whether DisplayManager responds correctly 5172 to plugging and unplugging the HDMI cable. 5173 </string> 5174 <string name="tv_hotplug_disconnect_display"> 5175 Press the "%1$s" button, disconnect the HDMI cable, wait 2 seconds and then connect the HDMI 5176 cable again. 5177 </string> 5178 5179 <!-- Mode Switching Test --> 5180 <string name="tv_mode_switching_test">Mode switching test</string> 5181 <string name="tv_mode_switching_test_step_instruction"> 5182 Click "Start Test" and then observe the video below. Testing transition from %1$s to %2$s. 5183 </string> 5184 <string name="tv_mode_switching_test_black_screen_question"> 5185 Did the video playback experience an interruption, for example, a black or solid color 5186 screen? 5187 </string> 5188 <string name="tv_mode_switching_test_is_video_ok"> 5189 Does the video look okay? Click "No" if the video is not playing, there was a snow screen, 5190 audio static, wrong colors, the video is displaced compared to before running the test or 5191 if the video is not playing. Keep in mind that some stutter is expected when the video does 5192 not match the refresh rate. 5193 </string> 5194 <string name="tv_mode_switching_test_mode_switch_step">Mode switch step</string> 5195 5196 <string name="overlay_view_text">Overlay View Placeholder Text</string> 5197 <string name="custom_rating">Example of input app specific custom rating.</string> 5198 5199 <!-- A list of fully-qualified test classes that should not be run. --> 5200 <string-array name="disabled_tests"> 5201 <item>com.android.cts.verifier.telecom.CtsVerifierInCallUi</item> 5202 <item>com.android.cts.verifier.car.CarDockActivity</item> 5203 <item>com.android.cts.verifier.car.CarDockTestActivity</item> 5204 </string-array> 5205 5206 <!-- Strings for screen pinning test --> 5207 <string name="screen_pinning_test">Screen Pinning Test</string> 5208 <string name="screen_pin_instructions">Pressing next will prompt you to enter screen pinning, allow this app to enter screen pinning.</string> 5209 <string name="screen_pin_check_pinned">Press Next to verify the app is pinned.</string> 5210 <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> 5211 <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> 5212 5213 <string name="error_screen_no_longer_pinned">The screen was no longer pinned.</string> 5214 <string name="error_screen_already_pinned">Cannot start the test with the screen already pinned.</string> 5215 <string name="error_screen_pinning_did_not_start">Screen was not pinned.</string> 5216 <string name="error_screen_pinning_did_not_exit">Screen was not unpinned.</string> 5217 <string name="error_screen_pinning_couldnt_exit">Could not exit screen pinning through API.</string> 5218 5219 <!-- Audio Devices Notifications Tests --> 5220 <string name="audio_devices_notification_instructions"> 5221 Connect and disconnect a wired headset. 5222 Note if the appropriate notification messages appear below. 5223 The \"Pass\" button will be enabled if device connect and disconnect messages are received. 5224 </string> 5225 <string name="audio_dev_notification_clearmsgs">Clear Messages</string> 5226 <string name="audio_dev_notification_connectMsg">CONNECT DETECTED</string> 5227 <string name="audio_dev_notification_disconnectMsg">DISCONNECT DETECTED</string> 5228 5229 <string name="audio_out_devices_notifications_test">Audio Output Devices Notifications Test</string> 5230 <string name="audio_out_devices_infotext">Tests whether wired output peripheral 5231 connect/disconnect notifications are correctly sent when output peripherals are 5232 connected or disconnected. A \"wired output peripheral\" can be a headset or headphones 5233 connected to an analog 3.5mm jack or the USB port or a USB audio interface connected to 5234 the USB port. 5235 \n\nTest Setup: 5236 \nDisconnect any wired audio peripherals. 5237 \n\nTest Process: 5238 \n1. Verify that the DUT supports USB or Analog audio peripherals. 5239 \n2. Press the \"Clear Messages\" button to clear any previously sent \"sticky\" notifications. 5240 \n3. Connect a wired output peripheral. A connect message should appear. Disconnect the 5241 audio peripheral. A disconnect message should appear. 5242 \n\nTest Criteria: 5243 \nThe test passes if either the device DOES NOT support wired output peripherals, or both 5244 the connect and disconnect notifications are received. 5245 </string> 5246 5247 <string name="audio_in_devices_notifications_test">Audio Input Devices Notifications Test</string> 5248 <string name="audio_in_devices_infotext">Tests whether wired input peripheral 5249 connect/disconnect notifications are correctly sent when input peripherals are 5250 connected or disconnected. A \"wired input peripheral\" can be a headset connected to an 5251 analog 3.5mm jack or the USB port or a USB audio interface connected to the USB port. 5252 \n\nTest Setup: 5253 \nDisconnect any wired audio peripherals. 5254 \n\nTest Process: 5255 \n1. Verify that the DUT supports USB or Analog audio peripherals. 5256 \n2. Press the \"Clear Messages\" button to clear any previously sent \"sticky\" notifications. 5257 \n3. Connect a wired output peripheral. A connect message should appear. Disconnect the 5258 audio peripheral. A disconnect message should appear. 5259 \n\nTest Criteria: 5260 \nThe test passes if either the device DOES NOT support wired output peripherals, or both 5261 the connect and disconnect notifications are received. 5262 </string> 5263 5264 <string name="audio_input_routingnotifications_test">Audio Input Routing Notifications Test</string> 5265 <string name="audio_input_routingnotification_instructions"> 5266 Test whether appropriate routing notifications are sent when audio input peripherals are 5267 connected to the device. 5268 \n\nTest Setup: 5269 \nDisconnect any wired audio peripherals. 5270 \n\nTest Process: 5271 \n1. Verify that the DUT supports USB or Analog audio peripherals. 5272 \n2. Press the \"Record\" button. 5273 \n3. Connect a wired input peripheral. A connect routing message should appear. 5274 \n4. Press the \"Stop\" button. 5275 \n\nTest Criteria: 5276 \nThe test passes if either the device DOES NOT support wired input peripherals, or 5277 the routing notifications are received. 5278 </string> 5279 <string name="audio_output_routingnotifications_test">Audio Output Routing Notifications Test</string> 5280 <string name="audio_output_routingnotification_instructions"> 5281 Test whether appropriate output routing notifications are sent when audio output peripherals are 5282 connected to the device. 5283 \n\nTest Setup: 5284 \nDisconnect any wired audio peripherals. 5285 \n\nTest Process: 5286 \n1. Verify that the DUT supports USB or Analog audio peripherals. 5287 \n2. Press the \"Play\" button. 5288 \n3. Connect a wired output peripheral. A connect routing message should appear. 5289 \n4. Press the \"Stop\" button. 5290 \n\nTest Criteria: 5291 \nThe test passes if either the device DOES NOT support wired output peripherals, or 5292 the routing notifications are received. 5293 </string> 5294 <string name="audio_routingnotification_playHeader">AudioTrack Routing Notifications</string> 5295 <string name="audio_routingnotification_recHeader">AudioRecord Routing Notifications</string> 5296 <string name="audio_routingnotification_trackRoutingMsg">AudioTrack rerouting</string> 5297 <string name="audio_routingnotification_recordRoutingMsg">AudioRecord rerouting</string> 5298 5299 <!-- USB Audio Peripheral Tests --> 5300 <string name="profileLabel">Profile</string> 5301 <string name="connectedPeripheral">Connected Peripheral</string> 5302 <string name="audio_uap_attribs_test">USB Audio Peripheral Attributes Test</string> 5303 <string name="audio_uap_notifications_test">USB Audio Peripheral Notifications Test</string> 5304 <string name="uapPeripheralProfileAttributes">USB Audio Peripheral Attributes</string> 5305 <string name="audio_uap_play_test">USB Audio Peripheral Play Test</string> 5306 <string name="uapPlayTestInstructions">Connect the USB Audio Interface Peripheral and press the 5307 PLAY button below. Verify that a tone is correctly played.</string> 5308 <string name="audio_uap_play_playBtn">Play</string> 5309 <string name="audio_uap_play_stopBtn">Stop</string> 5310 5311 <string name="audio_uap_record_test">USB Audio Peripheral Record Test</string> 5312 <string name="uapRecordTestInstructions">Connect the USB Audio Peripheral and press the RECORD or 5313 RECORD LOOPBACK button below. Verify that a tone is correctly played.</string> 5314 <string name="audio_uap_record_recordBtn">Record</string> 5315 <string name="audio_uap_record_recordLoopbackBtn">Record Loopback</string> 5316 <string name="audio_uap_record_stopBtn">Stop</string> 5317 5318 <string name="audio_uap_buttons_test">USB Audio Peripheral Buttons Test</string> 5319 <string name="uapButtonTestInstructions">Connect the USB Audio headset with buttons 5320 and press each transport/media button in turn.</string> 5321 5322 <string name="uapNotificationsTestInfo"> 5323 This test verifies that the correct notifications and Intents are sent when a USB audio 5324 peripheral is connected to the Android device. First USB headset peripheral should be 5325 connected and the test will acknowledge the USB headset device notifications and plug intent. 5326 Next a non-headset / headphones USB peripheral should be connected and the test will 5327 acknowlege the USB device notifications. If all notifications and Intents are received 5328 the test passes. 5329 </string> 5330 5331 <string name="audio_usb_restrict_record_test">USB Audio Restrict Record Access Test</string> 5332 <string name="audio_usb_restrict_record_entry"> 5333 This test checks that the appropriate warning message is displayed when an app which has 5334 not been granted RECORD permission could potentially record audio through the raw USB 5335 API. To test, connect a USB peripheral with CAPTURE capability and press the "Test" button. 5336 The access permission API should contain a warning message about potential dangerous 5337 access. If so, the test passes. 5338 </string> 5339 5340 <string name="audio_usb_restrict_permission_info"> 5341 The test can only be run with Microphone permission DENIED.\n\n 5342 To run this test:\n 5343   Exit CTS-Verifier\n 5344   Go to Android Settings\n 5345   Select Apps & notifications\n 5346   Select CTS Verifier\n 5347   Select Permissions\n 5348   Deny Microphone permission\n 5349   Run this test\n 5350 When complete:\n 5351   Exit CTS-Verifier\n 5352   Return to Permissions Settings for CTS Verifier\n 5353   grant Microphone permission 5354 </string> 5355 <string name="usb_restrictrecord_instructions"> 5356 Permissions for CTS Verifier are correctly set to run this test.\n\n 5357 Connect a USB peripheral with CAPTURE capability. Press the "Test" button and verify that 5358 a warning is shown in the device access UI. 5359 </string> 5360 5361 <string name="uapButtonsBtnALbl">Button A - play/pause</string> 5362 <string name="uapButtonsBtnBLbl">Button B - volume up (+)</string> 5363 <string name="uapButtonsBtnCLbl">Button C - volume down (-)</string> 5364 <string name="uapButtonsBtnDLbl">Button D - voice assist</string> 5365 <string name="uapButtonsRecognized">Recognized</string> 5366 <string name="uapButtonsNotRecognized">Not Recognized</string> 5367 <string name="uapButtonsDisableAssistantTitle">Disable Google Assistant</string> 5368 <string name="uapButtonsDisableAssistant">For this test to succeed it may be necessary 5369 to disable the Google Assistant (Settings / Google / Search / Google Assistant Settings / 5370 Devices / <device name> / Google Assistant)</string> 5371 5372 <!-- Pro Audio Tests --> 5373 <string name="pro_audio_latency_test">Pro Audio Test</string> 5374 5375 <string name="proAudioHasProAudiolbl">Has Pro Audio:</string> 5376 <string name="proAudioHasLLAlbl">Has Low-Latency Audio:</string> 5377 <string name="audioLoopbackInputLbl">Audio Input:</string> 5378 <string name="audioLoopbackOutputLbl">Audio Output:</string> 5379 <string name="proAudioMidiHasMIDILbl">Has MIDI Support:</string> 5380 <string name="proAudioMidiHasUSBHostLbl">USB Host Mode:</string> 5381 <string name="proAudioMidiHasUSBPeripheralLbl">USB Peripheral Mode:</string> 5382 <string name="proAudioHDMISupportLbl">HDMI Support:</string> 5383 <string name="proAudioHasHDMICheckBox">Has HDMI Support</string> 5384 5385 <string name="audio_proaudio_NA">N/A</string> 5386 <string name="audio_proaudio_hdmiPending">pending...</string> 5387 <string name="audio_proaudio_hdmiNotFound">No HDMI detected.</string> 5388 5389 <string name="audio_proaudio_nopa_title">Pro Audio Test</string> 5390 <string name="audio_proaudio_nopa_message">This device does not set the FEATURE_AUDIO_PRO 5391 flag and therefore does not need to run this test.</string> 5392 5393 <string name="hdmi_insufficient">The Connected HDMI device does not meet CDD requirements</string> 5394 5395 <!-- Various test status strings --> 5396 <string name="audio_proaudio_pass">Pass</string> 5397 <string name="audio_proaudio_latencytoohigh">Latency is too high</string> 5398 <string name="audio_proaudio_confidencetoolow">"Insufficient Confidence value"</string> 5399 <string name="audio_proaudio_midinotreported">"No MIDI support reported"</string> 5400 <string name="audio_proaudio_usbhostnotreported">"No USB Host Mode support reported"</string> 5401 <string name="audio_proaudio_usbperipheralnotreported">"No USB Peripheral Mode support reported"</string> 5402 5403 <!-- MIDI Test --> 5404 <string name="midi_test">MIDI Test</string> 5405 <string name="midi_java_test">Java MIDI Test</string> 5406 <string name="midi_native_test">Native MIDI Test</string> 5407 <string name="midi_info"> 5408 For the USB MIDI interface test it is required that you have connected a supported USB 5409 Audio Peripheral device with standard MIDI 5-pin, DIN (round) connectors and a standard 5410 MIDI cable. The cable must be connected to the MIDI input and output plugs on the 5411 peripheral. 5412 \nFor the USB Bluetooth test it is required that you connect a Yamaha MD-BT01 to the 5413 correct MIDI plugs on the USB peripheral, the BT01 output jack to the USB interface 5414 input jack and BT01 input plug to the USB interface output jack. 5415 \nThe Virtual MIDI test does not require any MIDI interface hardware. 5416 </string> 5417 <string name="analog_headset_test_info_tv">This test tests the following functionality with respect to wired analog headsets.\n 5418 1. Correct audio playback.\n 5419 2. Plug intents.\n 5420 \nTo execute test:\n 5421 1. Plug in an Android-compatible, analog headset. Verify connection/recognition.\n 5422 2. Play test tone and verify correct behavior.\n 5423 \nTo run this test it is necessary to have an Android device with a 3.5mm analog headset jack and a compatible analog headset.\n 5424 \n(see <a href="https://source.android.com/devices/accessories/headset/plug-headset-spec">3.5 mm Headset: Accessory Specification</a> and 5425 <a href="https://source.android.com/compatibility/android-cdd#7_8_2_1_analog_audio_ports">Android CDD § 7.8.2.1. Analog Audio Ports</a>) 5426 </string> 5427 5428 <string name="midiHasMIDILbl">Has MIDI Support</string> 5429 5430 <string name="midiUSBTestLbl">USB MIDI Loopback Test:</string> 5431 <string name="usbMidiInputLbl">USB Input:</string> 5432 <string name="usbMidiOutputLbl">USB Output:</string> 5433 <string name="midiTestUSBInterfaceBtn">Test USB MIDI Interface</string> 5434 5435 <string name="midiVirtTestLbl">Virtual MIDI Loopback Test:</string> 5436 <string name="midiVirtInputLbl">Virtual Input:</string> 5437 <string name="midiVirtOutputLbl">Virtual Output:</string> 5438 <string name="midiTestVirtInterfaceBtn">Test Virtual MIDI Interface</string> 5439 5440 <string name="midiBTTestLbl">Bluetooth MIDI Loopback Test:</string> 5441 <string name="midiBTInputLbl">Bluetooth Input:</string> 5442 <string name="midiBTOutputLbl">Bluetooth Output:</string> 5443 <string name="midiTestBTInterfaceBtn">Test Bluetooth MIDI Interface</string> 5444 5445 <string name="midiStatusLbl">Status</string> 5446 <string name="midiNotRunLbl">Not Run.</string> 5447 <string name="midiPassedLbl">Passed.</string> 5448 <string name="midiFailedMismatchLbl">Failed - Data Mismatch.</string> 5449 <string name="midiFailedTimeoutLbl">Failed - Timeout.</string> 5450 <string name="midiFailedOverrunLbl">Failed - Data Overrun.</string> 5451 <string name="midiFailedDeviceLbl">Failed - Device Error.</string> 5452 <string name="midiFailedJNILbl">Failed - JNI Error.</string> 5453 5454 <!-- Audio general text --> 5455 <string name="audio_wired_exists">Does this device support wired USB or Analog audio peripherals?</string> 5456 <string name="audio_wired_no">No</string> 5457 <string name="audio_wired_yes">Yes</string> 5458 <string name="audio_general_deficiency_found">WARNING: Some results show potential deficiencies on the system. 5459 Please consider addressing them for a future release.</string> 5460 <string name="audio_general_test_passed">Test Result: Successful</string> 5461 <string name="audio_general_test_failed">Test Result: Not Optimal</string> 5462 <string name="audio_general_default_false_string">false</string> 5463 <string name="audio_general_default_true_string">true</string> 5464 <string name="audio_general_warning">Warning</string> 5465 <string name="audio_general_level_not_max">Audio Level is not maximum. Please check your device 5466 is set to max level for audio playback.</string> 5467 5468 <string name="audio_general_no">No</string> 5469 <string name="audio_general_yes">Yes</string> 5470 <string name="audio_general_info">Info</string> 5471 <string name="audio_general_ok">Ok</string> 5472 <string name="audio_general_start">Start</string> 5473 <string name="audio_general_stop">Stop</string> 5474 <string name="audio_general_status">Status</string> 5475 <string name="audio_general_pass">PASS</string> 5476 <string name="audio_general_fail">FAIL</string> 5477 <string name="audio_general_not_tested">Not Tested</string> 5478 <string name="audio_general_not_required">Please Test If Supported</string> 5479 <string name="audio_general_required">Required</string> 5480 5481 <string name="audio_general_Input">Input</string> 5482 <string name="audio_general_Output">Output</string> 5483 5484 <string name="audio_general_record">Record</string> 5485 <string name="audio_general_play">Play</string> 5486 5487 <string name="audio_general_JavaApi">Java API</string> 5488 <string name="audio_general_NativeApi">Native API</string> 5489 5490 <string name="audio_general_clear_results">Clear Results</string> 5491 5492 <string name="audio_general_test_not_run">Test Not Run</string> 5493 <string name="audio_general_testnotcompleted">Test not completed.</string> 5494 5495 <string name="audio_general_reportlogtest">[Can\'t Write ReportLog]</string> 5496 5497 <!-- Audio Loopback Latency Test --> 5498 <string name="audio_loopback_latency_test">Audio Loopback Latency Test</string> 5499 <string name="audio_loopback_info">This test verifies that the DUT can achieve the required or 5500 recommended loopback latency as defined by CDD § 5.6 (Audio Latency) and 5501 § 5.10 (Professional Audio). 5502 \nTo pass the test, the DUT needs to meet the latency requirement on ALL 3 of the 5503 following audio paths (if present): 5504 \n- the internal speaker and microphone. 5505 \n- a <a href="https://source.android.com/devices/audio/latency/loopback">Loopback Plug</a> connected to a 3.5mm headset jack. 5506 \n- a <a href="https://source.android.com/devices/audio/latency/loopback">Loopback Plug</a> connected to a USB audio adapter. 5507 (or alternatively USB interface with patch cords connecting the input and output jacks). 5508 \nPlease connect these Loopback mechanisms (the same Loopback Plug can be used at different times 5509 for the headset jack and USB audio adapter) and proceed with the instructions 5510 on the screen. The volume may need to be adjusted for each audio path. 5511 \nNote that for the Speaker/Microphone path, it may be necessary to remove any phone case on the device. 5512 \nThe system will measure the input-output audio latency by injecting an audio signal into 5513 the output and compute the time between generating the signal and recording it back. 5514 You can vary the Audio Level slider to ensure the pulse will feed back at adequate levels. 5515 Repeat until a sufficient confidence is achieved. When each route test is completed, the 5516 measured and required latencies will be displayed. 5517 \nWhen all test routes have passed, the test as a whole can be passed. 5518 </string> 5519 <string name="audio_loopback_instructions"> 5520 Please connect a "Loopback Plug" and press "Loopback Plug Ready". 5521 </string> 5522 <string name="audio_loopback_plug_ready_btn">Loopback Plug Ready</string> 5523 <string name="audio_loopback_instructions2"> 5524 Set the audio level to a suitable value, then press Test button. 5525 It might require multiple tries until a sufficient confidence is achieved. 5526 </string> 5527 <string name="audio_loopback_level_text">Audio Level</string> 5528 <string name="audio_loopback_test_btn">Test</string> 5529 <string name="audio_loopback_results_text">Results...</string> 5530 <string name="audio_loopback_test_all_paths">Please test all supported paths.</string> 5531 5532 <string name="audio_loopback_speakermicpath_instructions">Place the DUT flat on a table 5533 in a quiet room. Press the Start button and allow the test to proceed.</string> 5534 5535 <string name="audio_loopback_headsetpath_instructions">Insert the loopback plug in the 5536 headset jack. Press the Start button and allow the test to proceed.</string> 5537 5538 <string name="audio_loopback_usbpath_instructions">Connect the USB port to an appropriate 5539 USB audio test peripheral with loopback set up. Press the Start button and 5540 allow the test to proceed.</string> 5541 5542 <string name="audio_loopback_failure">FAILURE - Could not allocate analyzer thread.</string> 5543 5544 <!-- Audio Cold-Start Latency Test --> 5545 <string name="audio_coldstart_out_latency_test">Audio Cold Start Output Latency Test</string> 5546 <string name="audio_coldstart_in_latency_test">Audio Cold Start Input Latency Test</string> 5547 5548 <string name="audio_coldstart_output_info"> 5549 This test measures the time required to play audio from a suspended \"cold\" audio system. 5550 This time is defined as the \"cold start latency\". To pass this test, a maximum 5551 cold start latency time of 500ms or less is REQUIRED, while a time of 100ms or less 5552 is STRONGLY RECOMMENDED. (See <a href="https://source.android.com/compatibility/android-cdd#5_6_audio_latency">Android CDD § 5.6. Audio Latency</a>) 5553 \n\nTo run this test, it is required to have touch-sounds disabled in the device 5554 \"Sound & Vibration\" settings 5555 panel. 5556 \n\nThe \"Java API\" and \"Native API\" allow for capturing performance data from the 5557 two streaming APIs. The cold start latency measurement need only pass for one API. 5558 The Native API generally gives the best performance. 5559 \n\nAlthough not part of the pass criteria, the test will also report \"open\" & 5560 \"start\" times. Open time is the time taken to allocate and prepare the player for the 5561 specified stream attributes. Start time is the time taken to start playing audio on an 5562 open stream. 5563 </string> 5564 <string name="audio_coldstart_input_info"> 5565 This test measures the time required to record audio from a suspended \"cold\" audio system. 5566 This time is defined as the \"cold start latency\". To pass this test, a maximum 5567 cold start latency time of 500ms or less is REQUIRED, while a time of 100ms or less 5568 is STRONGLY RECOMMENDED. (See <a href="https://source.android.com/compatibility/android-cdd#5_6_audio_latency">Android CDD § 5.6. Audio Latency</a>) 5569 \n\nThe \"Java API\" and \"Native API\" allow for capturing performance data from the 5570 two streaming APIs. The cold start latency measurement need only pass for one API. 5571 The Native API generally gives the best performance. 5572 \n\nAlthough not part of the pass criteria, the test will also report \"open\" & 5573 \"start\" times. Open time is the time taken to allocate and prepare the recorder for the 5574 specified stream attributes. Start time is the time taken to start recording audio on an 5575 open stream. 5576 </string> 5577 <string name="audio_coldstart_outputlbl">Output Cold Start Latency</string> 5578 <string name="audio_coldstart_inputlbl">Input Cold Start Latency</string> 5579 <string name="audio_coldstart_touchsounds_message"> 5580 Touch sounds are ENABLED. Please DISABLE touch sounds in the \"Sound & Vibration\" settings panel. 5581 </string> 5582 <string name="audio_coldstart_notouchsounds_message">Touch sound are DISABLED.</string> 5583 5584 <!-- Audio Frequency Line Test --> 5585 <string name="audio_frequency_line_test">Audio Frequency Line Test</string> 5586 <string name="audio_frequency_line_info"> 5587 The system will measure the frequency response of the left and right line outputs, 5588 by feeding them back thru the microphone conection with the loopback jack. 5589 This test requires the Loopback Plug. Please connect a Loopback Plug on the headset 5590 connector, and proceed with the instructions on the screen. 5591 </string> 5592 <string name="audio_frequency_line_instructions"> 5593 Please connect a "Loopback Plug" and press "Loopback Plug Ready". 5594 </string> 5595 <string name="audio_frequency_line_plug_ready_btn">Loopback Plug Ready</string> 5596 5597 <string name="audio_frequency_line_test_btn">Test</string> 5598 <string name="audio_frequency_line_results_text">Results...</string> 5599 5600 <!-- Audio Frequency Speaker Test --> 5601 <string name="audio_frequency_speaker_test">Audio Frequency Speaker Test</string> 5602 <string name="audio_frequency_speaker_info"> 5603 This test requires an external USB reference microphone. Please connect the USB microphone and proceed with the instructions on the screen. 5604 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. 5605 </string> 5606 <string name="audio_frequency_speaker_instructions"> 5607 Please connect an USB reference microphone and press "USB Reference microphone ready" 5608 </string> 5609 <string name="audio_frequency_speaker_usb_status">Waiting for USB microphone...</string> 5610 <string name="audio_frequency_speaker_mic_ready_btn">USB Reference microphone ready</string> 5611 <string name="audio_frequency_speaker_mic_ready_text">USB Audio device detected\n\nPlease set up Device Under test 5612 in quiet room, and Microphone 20 cms perpendicular to center of screen, then press TEST</string> 5613 <string name="audio_frequency_speaker_mic_not_ready_text">"No USB Audio device detected. Please reconnect."</string> 5614 <string name="audio_frequency_speaker_test_btn">Test</string> 5615 <string name="audio_frequency_speaker_results_text">Results...</string> 5616 5617 <!-- Audio Frequency Microphone Test --> 5618 <string name="audio_frequency_mic_test">Audio Frequency Microphone Test</string> 5619 <string name="frequency_mic_info"> 5620 This test requires an external USB reference microphone and external speakers. 5621 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). 5622Follow the instructions on the screen to measure the frequency response for the built in microphone. 5623 </string> 5624 5625 <string name="frequency_mic_play">Play</string> 5626 <string name="frequency_mic_stop">Stop</string> 5627 <string name="frequency_mic_noise_instructions">TEST NOISE: Position speakers 40 cms from device under test. 5628 Press [PLAY] to play broadband white noise. Press [TEST] 5629 </string> 5630 <string name="frequency_mic_test_noise_btn">Test</string> 5631 <string name="frequency_mic_test_noise_result">Results...</string> 5632 5633 <string name="frequency_mic_test_usb_background_instructions">TEST USB BACKGROUND: Connect USB microphone and position it right next to microphone under test. 5634 No source of noise should be active during this test. Press [TEST]</string> 5635 <string name="frequency_mic_test_usb_background_btn">Test</string> 5636 <string name="frequency_mic_test_usb_background_result">Results...</string> 5637 5638 <string name="frequency_mic_test_usb_noise_instructions">TEST USB NOISE: Connect USB microphone and position it right next to microphone under test. 5639 Position speakers 40 cms from device under test. Press [PLAY] to play broadband white noise. Press [TEST]</string> 5640 <string name="frequency_mic_test_usb_noise_btn">Test</string> 5641 <string name="frequency_mic_test_usb_noise_result">Results...</string> 5642 5643 <string name="frequency_mic_test_global_result">Global Results...</string> 5644 5645 <!-- Audio Frequency Unprocessed Test --> 5646 <string name="audio_frequency_unprocessed_test">Audio Frequency Unprocessed Test</string> 5647 <string name="audio_frequency_unprocessed_info"> 5648 This test requires an external USB reference microphone, external speakers and a Sound Pressure Level meter. 5649 You can play the test signals from the device under test or from a secondary device. 5650 Follow the instructions on the screen to measure the frequency response for the built in microphone 5651 using UNPROCESSED audio source. 5652 If the Audio Frequency Unprocessed feature is defined in this system, success in all tests is mandatory to pass. 5653 If the feature is not defined, measurements are still needed, but success in all of them is not mandatory to pass. 5654 </string> 5655 <string name="audio_frequency_unprocessed_defined">Audio Frequency Unprocessed feature is defined. Success in all tests is mandatory to pass</string> 5656 <string name="audio_frequency_unprocessed_not_defined">Audio Frequency Unprocessed feature is NOT defined. Success in all test is NOT mandatory to pass</string> 5657 5658 <string name="unprocessed_play">Play</string> 5659 <string name="unprocessed_stop">Stop</string> 5660 5661 <string name="unprocessed_test_tone_instructions">TEST TONE: Press [PLAY] to play tone at 1 Khz. Measure sound SPL to be 94 dB 5662 right next to microphone under test. Press [TEST]</string> 5663 <string name="unprocessed_test_tone_btn">Test</string> 5664 <string name="unprocessed_test_tone_result">Results...</string> 5665 5666 <string name="unprocessed_test_noise_instructions">TEST NOISE: Position speakers 40 cms from device under test. 5667 Press [PLAY] to play broadband white noise. Press [TEST]</string> 5668 <string name="unprocessed_test_noise_btn">Test</string> 5669 <string name="unprocessed_test_noise_result">Results...</string> 5670 5671 <string name="unprocessed_test_usb_background_instructions">TEST USB BACKGROUND: Connect USB microphone and position it right next to microphone under test. 5672 No source of noise should be active during this test. Press [TEST]</string> 5673 <string name="unprocessed_test_usb_background_btn">Test</string> 5674 <string name="unprocessed_test_usb_background_result">Results...</string> 5675 5676 <string name="unprocessed_test_usb_noise_instructions">TEST USB NOISE: Connect USB microphone and position it right next to microphone under test. 5677 Position speakers 40 cms from device under test. Press [PLAY] to play broadband white noise. Press [TEST]</string> 5678 <string name="unprocessed_test_usb_noise_btn">Test</string> 5679 <string name="unprocessed_test_usb_noise_result">Results...</string> 5680 5681 <string name="unprocessed_test_global_result">Global Results...</string> 5682 5683 <!-- Audio Frequency Voice_Recognition Test --> 5684 <string name="audio_frequency_voice_recognition_test">Audio Frequency Voice Recognition Test</string> 5685 <string name="audio_frequency_voice_recognition_info"> 5686 This test requires an external USB reference microphone, external speakers and a Sound Pressure Level meter. 5687 You can play the test signals from the device under test or from a secondary device. 5688 Follow the instructions on the screen to measure the frequency response for the built in microphone 5689 using VOICE_RECOGNITION audio source. 5690 </string> 5691 <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> 5692 <string name="vr_test_noise_instructions">TEST NOISE: Position speakers 40 cms from device under test. 5693 Press [PLAY] to play broadband white noise. Press [TEST]</string> 5694 <string name="vr_test_usb_background_instructions">TEST USB BACKGROUND: Connect USB microphone and position it right next to microphone under test. 5695 No source of noise should be active during this test. Press [TEST]</string> 5696 <string name="vr_test_usb_noise_instructions">TEST USB NOISE: Connect USB microphone and position it right next to microphone under test. 5697 Position speakers 40 cms from device under test. Press [PLAY] to play broadband white noise. Press [TEST]</string> 5698 5699 <!-- Analog Headset Test --> 5700 <string name="audio_headset_audio_test">Analog Headset Audio Test</string> 5701 <string name="analog_headset_query">Does this Android device have an analog headset jack?</string> 5702 <string name="analog_headset_play">Play</string> 5703 <string name="analog_headset_stop">Stop</string> 5704 <string name="analog_headset_playback_prompt">Play a test tone and verify correct playback</string> 5705 <string name="analog_headset_playback_query">Was the audio correctly played through the headset?</string> 5706 <string name="analog_headset_keycodes_label">Headset key codes</string> 5707 <string name="analog_headset_headsethook">HEADSETHOOK</string> 5708 <string name="analog_headset_volup">VOLUME_UP</string> 5709 <string name="analog_headset_voldown">VOLUME_DOWN</string> 5710 <string name="analog_headset_test">Analog Headset Test</string> 5711 <string name="analog_headset_pass_noheadset">"PASS. No headset port available."</string> 5712 <string name="analog_headset_pass">PASS.</string> 5713 <string name="analog_headset_port_detected">"Analog port detected."</string> 5714 <string name="analog_headset_press_buttons">Press headset buttons to verify recognition.</string> 5715 <string name="analog_headset_headset_connected">Headset connected.</string> 5716 <string name="analog_headset_no_headset">No Headset. Connect headset to 3.5mm analog jack.</string> 5717 <string name="analog_headset_action_received">ACTION_HEADSET_PLUG received - </string> 5718 <string name="analog_headset_unplugged">Unplugged</string> 5719 <string name="analog_headset_plugged">Plugged</string> 5720 <string name="analog_headset_mic"> [mic]</string> 5721 <string name="analog_headset_test_info">This test tests the following functionality with respect to wired analog headsets.\n 5722 1. Correct audio playback.\n 5723 2. Plug intents.\n 5724 3. Headset keycodes.\n 5725 \nTo execute test:\n 5726 1. Plug in an Android-compatible, analog headset. Verify connection/recognition.\n 5727 2. Play test tone and verify correct behavior.\n 5728 3. Press headset buttons until all are recognized on the test screen.\n 5729 \nTo run this test it is necessary to have an Android device with a 3.5mm analog headset jack and a compatible analog headset with Hook, Volume Up and Volume Down buttons.\n 5730 \n(see <a href="https://source.android.com/devices/accessories/headset/plug-headset-spec">3.5 mm Headset: Accessory Specification</a> and 5731 <a href="https://source.android.com/compatibility/android-cdd#7_8_2_1_analog_audio_ports">Android CDD § 7.8.2.1. Analog Audio Ports</a>) 5732 </string> 5733 <!-- Audio AEC Test --> 5734 <string name="audio_aec_test">Audio Acoustic Echo Cancellation (AEC) Test</string> 5735 <string name="audio_aec_info"> 5736 The recording source VOICE_COMMUNICATION will be tested with/without the Acoustic Echo Canceller effect engaged. 5737 The Acoustic Coupling Factor (ACF) will be computed for each case. A successful test expects ACF less than 0.4 for AEC ON, 5738 and ACF greater than 0.6 for AEC OFF. 5739 This test requires a quiet environment, and no headphones or similar connected. 5740 This test must pass in devices where AEC functionality is mandatory or any device which implements AEC. 5741 </string> 5742 <string name="audio_aec_instructions">Press [TEST] to play a voice recording twice with different parameters.</string> 5743 <string name="audio_aec_mandatory_test">Is AEC mandatory in this device?</string> 5744 5745 <!--Audio Frequency Global strings --> 5746 <string name="af_button_play">Play</string> 5747 <string name="af_button_stop">Stop</string> 5748 5749 <string name="af_button_test">Test</string> 5750 <string name="af_test_results">Results...</string> 5751 <string name="af_global_test_results">Global Results...</string> 5752 <string name="af_no">No</string> 5753 <string name="af_yes">Yes</string> 5754 5755 <!-- AudioTap2Tone test --> 5756 <string name="audio_tap2tone">Audio Tap To Tone Test</string> 5757 <string name="audio_tap2tone_info">This tests the latency from a screen interaction to a 5758 resulting tone. This time is a combination of touch screen latency and audio latency.\nThis 5759 test is best conducted in a quiet room with the device laying on a table. 5760 \n\nTo execute test: 5761 \n1. Select the Audio API to test (\"Native\" has the lowest latency) and press the \"Start\" button. 5762 The test needs to pass for ONLY ONE API. 5763 \n2. Use your fingernail to tap ONCE on the field below to trigger the test tone. DO NOT leave 5764 the finger resting on the test field. A strong "tick" sound from the fingernail striking 5765 the display is necessary to register the start of the test process. 5766 \n3. After tapping ONCE, wait until the results are displayed in the field above the 5767 waveform display before tapping for the next test run. 5768 \nFive successful tests runs are required to determine if the test as a whole succeeds. 5769 \n4. Press the \"Stop"\ button to conclude the test. The results will be displayed along with the passing/failing measurement and requirement. 5770 \n\n(see <a href="https://source.android.com/compatibility/12/android-12-cdd#56_audio_latency">Android CDD § 5.6. Audio Latency</a>) 5771 </string> 5772 <string name="audio_tap2tone_too_few">Not enough edges. Use fingernail.</string> 5773 <string name="audio_tap2tone_too_many">Too many edges. Use fingernail. Ensure there is 5774 no background noise.</string> 5775 <string name="audio_tap2tone_bad_streams">Can\'t open streams.</string> 5776 <string name="audio_tap2tone_noio">No mic and/or speaker. PASS</string> 5777 5778 <!-- Strings for 6DoF test --> 5779 <string name="six_dof_test">6DoF Test</string> 5780 <string name="action_settings">Settings</string> 5781 <string name="start">Start</string> 5782 <string name="motion_tracking_permission">"Motion Tracking permission needed!"</string> 5783 <string name="translations">Translations:</string> 5784 <string name="rotations">Rotations:</string> 5785 <string name="action_place_marker">Place Marker</string> 5786 <string name="markers">Markers:\n</string> 5787 <string name="title_activity_cts">CTSActivity</string> 5788 <string name="stop">Stop!</string> 5789 <string name="stop_message">Mark where you are standing with something like a piece of card and 5790 then press ready to record this waypoint 5791 </string> 5792 <string name="ready">Ready</string> 5793 <string name="initial">First Waypoint</string> 5794 <string name="phase1_initial_message">When you are ready to place your first waypoint, place a 5795 marker at the devices current location. Use something that will allow you to put the device 5796 in the exact same position and orientation on the second lap. Then, while the device is on 5797 the marker, click the turquoise action button to record the first waypoint.\n\nStart walking 5798 in a direction. The button will appear again when you have walked far enough. Place a marker 5799 at the device\'s location and press the button to record a waypoint. You cannot place 5800 waypoints in a straight line, so for your 3rd waypoint turn 90 degrees and walk in a 5801 direction that will make a triangle out of your 3 waypoints. 5802 </string> 5803 <string name="phase2_initial_message">You now need to visit each waypoint, clicking the 5804 turquoise action button at each one. You need to reach each waypoint in 20 seconds. While 5805 you are on your way to the waypoints, the camera preview will rotate. You will need to 5806 rotate the device to match the rotation of the camera preview. A box will be shown to help 5807 you. It shows the device\'s current rotation and will change color based on whether you are 5808 close enough to the required rotation. Red if you are failing, green if you are passing. 5809 When you have reached the next waypoint, the device can be returned to its original 5810 rotation. 5811 </string> 5812 <string name="last">Go back to the first waypoint</string> 5813 <string name="last_message">Now go back to the first waypoint and press ready to finish the 5814 first lap. 5815 </string> 5816 <string name="got_it">Got it!</string> 5817 <string name="lap2_instructions">Now, go to each waypoint (including your initial 5818 one) and click the turquoise action button. Then move on to the next waypoint and do the 5819 same.\nThe last waypoint should be the first waypoint again. 5820 </string> 5821 <string name="test1_pass2">Pass 2</string> 5822 <string name="results">Results</string> 5823 <string name="overall_instructions">These tests are designed to verify the correctness and 5824 accuracy of a 6DoF enabled device. There will be 3 phases to these tests, each testing a 5825 different part of 6DoF functionality. 5826 </string> 5827 <string name="phase1_description">This first test will test the accuracy of the device. It will 5828 ask you to mark out 4 waypoints and then return to the original waypoint to complete the 5829 lap. After this you will then need to do another lap without any HUD information. At the 5830 end, the pairs of waypoints and the path you travelled will be compared and you will be 5831 given a result. 5832 </string> 5833 <string name="phase2_description">This test will test the robustness of the device. Using the 5834 same 4 waypoints as before, you will need to do a lap, reaching each waypoint in the 5835 allotted time.\nWhile you are on your way to the waypoints, the camera preview will rotate. 5836 You will need to rotate the device to match the rotation of the camera preview. A box will 5837 be shown to help you. It shows the device\'s current rotation and will change color based 5838 on whether you are close enough to the required rotation. Red if you are failing, green if 5839 you are passing. When you have reached the next waypoint, the device can be returned to 5840 its original rotation. 5841 </string> 5842 <string name="phase3_description">Now we will test the AR capability of the device. Again, you 5843 will need to do a lap of the waypoints, but this time between each waypoint the device will 5844 overlay hoops that you must pass the device through as you go along. 5845 </string> 5846 <string name="distance">Distance from last waypoint:</string> 5847 <string name="obj_return_to_initial_waypoint">Return to initial waypoint</string> 5848 <string name="waypointPlaced">Waypoint placed!</string> 5849 <string name="undo">undo</string> 5850 <string name="distance_remaining">Distance Remaining:\n</string> 5851 <string name="waypoint_differences">Waypoints</string> 5852 <string name="path_differences">Paths</string> 5853 <string name="error_distance">Not far away enough from other waypoints!</string> 5854 <string name="error_area">Not enough area covered.</string> 5855 <string name="passed">Passed!</string> 5856 <string name="failed">Failed!</string> 5857 <string name="test_failed">Test Failed!</string> 5858 <string name="error_start_point">Not close enough to initial waypoint!</string> 5859 <string name="waypoint_distance">Waypoint %1$s: %2$s</string> 5860 <string name="total">Total %1$s</string> 5861 <string name="path">Path %1$s: %2$s</string> 5862 <string name="fail">Fail</string> 5863 <string name="pass">Pass</string> 5864 <string name="info">Info</string> 5865 <string name="coming_soon">Coming soon!</string> 5866 <string name="motion_tracking_invalid_state">Motion Tracking has entered an invalid state 5867 </string> 5868 <string name="action_xml">XML</string> 5869 <string name="error_null_fragment">UI fragment was null, couldn\'t do callback to listener 5870 </string> 5871 <string name="error_retained_fragment_null">DataFragment is null</string> 5872 <string name="time_remaining">%1$s seconds remaining to get to next waypoint</string> 5873 <string name="action_skip_to_2nd">Skip to 2nd Test</string> 5874 <string name="failed_pause_resume">Test Failed because Test Activity was paused</string> 5875 <string name="action_overlapping_outlines">Overlapping Outlines</string> 5876 <string name="action_overlapping_filled">Overlapping Filled</string> 5877 <string name="time">Time</string> 5878 <string name="rotation_result">Rotation</string> 5879 <string name="action_separate_outlines">Separate Outlines</string> 5880 <string name="action_separate_filled">Separate Filled</string> 5881 <string name="action_one">One Rectangle</string> 5882 <string name="rotation_mode">Change rotation mode</string> 5883 <string name="phase3_initial_message">Go through the rings as you visit waypoints.</string> 5884 <string name="rings">Rings</string> 5885 <string name="rings_entered">Rings collected %1$s/%2$s</string> 5886 <string name="error_rings_not_entered">You haven\'t collected all the rings in this path! 5887 </string> 5888 <string name="save">Save</string> 5889 5890 <string-array name="initial_waypoint"> 5891 <item>Find a place for your first waypoint</item> 5892 <item>Go to initial waypoint</item> 5893 </string-array> 5894 5895 <string-array name="next_waypoint"> 5896 <item>Find a suitable place for waypoint 0</item> 5897 <item>Go to waypoint 0</item> 5898 </string-array> 5899 5900 <string-array name="phase"> 5901 <item>Phase 1</item> 5902 <item>Phase 2</item> 5903 <item>Phase 3</item> 5904 </string-array> 5905 5906 <string-array name="phase_descriptions"> 5907 <item>@string/phase1_description</item> 5908 <item>@string/phase2_description</item> 5909 <item>@string/phase3_description</item> 5910 </string-array> 5911 5912 <!-- Strings for setting and restoring default dialer for voicemail tests --> 5913 <string name="voicemail_restore_default_dialer_description">Restore the default dialer setting by going to Default apps -> Phone app</string> 5914 <string name="voicemail_restore_default_dialer_button">Restore the default dialer"</string> 5915 <string name="voicemail_default_dialer_already_set">Default dialer already set</string> 5916 <string name="voicemail_default_dialer_already_restored">Default dialer already restored</string> 5917 <string name="voicemail_set_default_dialer_description">Before the test, the CTS verifier should be set to the default dialer</string> 5918 <string name="voicemail_set_default_dialer_button">Set CTS verifier as default dialer"</string> 5919 5920 <!-- Strings for voicemail broadcast test --> 5921 <string name="voicemail_broadcast_test">Voicemail Broadcast Test</string> 5922 <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> 5923 <string name="voicemail_broadcast_no_carrier_support">The carrier does not support voicemail, this test is not applicable.</string> 5924 <string name="voicemail_leave_voicemail">Send a voicemail to the device, CTS verifier should receive a voicemail notification broadcast</string> 5925 <string name="voicemail_broadcast_received">Voicemail broadcast Received</string> 5926 5927 <!-- Strings for VisualVoicemailService test --> 5928 <string name="visual_voicemail_service_test">VisualVoicemailService Test</string> 5929 <string name="visual_voicemail_service_instructions">This test verifies that the VisualVoicemailService can receive SIM inserted and removed events</string> 5930 <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> 5931 <string name="visual_voicemail_service_remove_sim_ok">Ok</string> 5932 <string name="visual_voicemail_service_remove_sim_not_applicable">Not applicable</string> 5933 <string name="visual_voicemail_service_insert_sim">Insert SIM</string> 5934 <string name="visual_voicemail_service_insert_sim_received">Service connection event received</string> 5935 <string name="visual_voicemail_service_remove_sim">Remove SIM</string> 5936 <string name="visual_voicemail_service_remove_sim_received">SIM removal event received</string> 5937 5938 <!-- Strings for CallSettingsCheck test --> 5939 <string name="call_settings_check_test">Hide voicemail in call settings test</string> 5940 <string name="call_settings_check_instructions">This test verifies that the default dialer can 5941 hide voicemail settings in the call settings menu by using 5942 TelephonyManager.METADATA_HIDE_VOICEMAIL_SETTINGS_MENU 5943 </string> 5944 <string name="open_call_settings_explanation">Tap the button, and verify that \"voicemail\" does 5945 not exist in the call settings 5946 </string> 5947 <string name="open_call_settings">Open call settings</string> 5948 <string name="voicemail_hidden">\"Voicemail\" does not exist</string> 5949 <string name="voicemail_not_hidden">\"Voicemail\" exists</string> 5950 5951 <!-- Strings for DialerIncomingCall test --> 5952 <string name="dialer_incoming_call_test">Dialer Receives Incoming Call</string> 5953 <string name="dialer_incoming_call_test_instructions">This test verifies that the default dialer 5954 can receive incoming calls after it has been set. 5955 </string> 5956 <string name="dialer_incoming_call_detected">Detected the incoming call. Activity passed.</string> 5957 <string name="dialer_check_incoming_call_explanation">Call the device and end the call in the 5958 pop up in-call UI.</string> 5959 <string name="dialer_check_incoming_call">Verify Call Received</string> 5960 5961 <!-- Strings for VoicemailSettingsCheck test --> 5962 <string name="ringtone_settings_check_test">Hide settings in voicemail test</string> 5963 <string name="ringtone_settings_check_instructions">This test verifies that voicemail settings 5964 accessible with public API can be hidden when launching 5965 TelephonyManager.ACTION_CONFIGURE_VOICEMAIL with EXTRA_HIDE_PUBLIC_SETTINGS. 5966 </string> 5967 <string name="open_voicemail_settings_explanation">Tap the button, ringtone and virbration 5968 settings does not exist in the voicemail settings. 5969 </string> 5970 <string name="open_voicemail_settings">Open voicemail settings</string> 5971 <string name="ringtone_hidden">Ringtone settings does not exist</string> 5972 <string name="ringtone_not_hidden">Ringtone settings exists</string> 5973 5974 <!-- Strings for DialerShowsHunOnIncomingCallActivity test --> 5975 <string name="dialer_shows_hun_test">Dialer Shows HUN on Incoming Call</string> 5976 <string name="dialer_shows_hun_test_instructions">This test verifies that the default dialer 5977 shows a heads up notification on incoming call, and that only one notification is shown. 5978 </string> 5979 <string name="dialer_shows_hun_explanation">Call the device. 5980 Check the box if the heads up notification was shown containing the text 5981 \"CTS Incoming Call Notification\", and only one incoming call notification was shown. 5982 Also a pop up CtsVerifier in call UI will show. 5983 </string> 5984 <string name="dialer_shows_hun_check_box">HUN shown and meets criteria specified above.</string> 5985 <string name="dialer_incoming_call_hun_teaser">Incoming Call</string> 5986 <string name="dialer_incoming_call_hun_desc">CTS Incoming Call Notification</string> 5987 5988 <!-- Strings for DialerImplementsTelecomIntentsActivity test --> 5989 <string name="dialer_telecom_intents_test">System Implements Telecom Intents</string> 5990 <string name="dialer_telecom_intents_test_instructions">This test verifies that the system handles 5991 the specified Telecom Intents. 5992 </string> 5993 <string name="dialer_check_intents_implemented_explanation">Press the buttons below to launch settings activities. 5994 Check the associated box if the activity loads and was launched succesfully.</string> 5995 <string name="dialer_telecom_intents_call_settings">Launch call settings</string> 5996 <string name="dialer_telecom_intents_short_sms">Launch short sms answer settings</string> 5997 <string name="dialer_telecom_intents_calling_accounts">Launch calling accounts settings</string> 5998 <string name="dialer_telecom_intents_accessibility_settings">Launch accessibility settings</string> 5999 <string name="dialer_check_intents_check_box">Setting Launched</string> 6000 6001 <!-- USB Audio Peripheral Tests --> 6002 <string name="usbaudio_results_text">Results...</string> 6003 6004 <!-- USB Audio Peripheral Attributes Test --> 6005 <string name="usbaudio_attribs_test"> USB Audio Peripheral Attributes Test</string> 6006 6007 <string name="usbaudio_attribs_info">This test tests that the USB Audio HAL returns the 6008 expected set of attributes for a well-known USB audio peripheral. See the 6009 <a href="https://source.android.com/compatibility/cts/usb-audio#recommended-peripherals"> 6010 Mandated Peripherals 6011 </a> 6012 section of the <a href="https://source.android.com/compatibility/cts/usb-audio"> 6013 USB Audio CTS Verifier Tests 6014 </a>. 6015 for a list of supported USB audio peripherals. The attributes of the supported 6016 peripherals are stored in the app in a set of \"Peripheral Profiles\".\n\n 6017 To execute the test:\n 6018 1. Specify whether or not the DUT supports USB host mode (CDD 5.10 C-1-3). If not the test 6019 simply passes. 6020 2. Plug in a supported USB Audio Peripheral.\nThe peripheral\'s attributes will be 6021 displayed along with the name of the associated profile. If the peripheral matches the 6022 profile, the test passes. If not, the mismatches are displayed. 6023 </string> 6024 6025 <!-- USB Audio Peripheral Play Test --> 6026 <string name="usbaudio_play_test"> USB Audio Peripheral Play Test</string> 6027 <string name="usbaudio_play_info"> 6028 This test requires that you have connected a USB Audio Interface peripheral and 6029 some way to monitor the output. Press the \"Play\" button and verify that a tone is produced. 6030 </string> 6031 6032 <!-- USB Audio Peripheral Record Test --> 6033 <string name="usbaudio_record_test"> USB Audio Peripheral Record Test</string> 6034 <string name="usbaudio_record_info"> 6035 This test requires that you have connected a USB Audio Interface peripheral. 6036 Connect the outputs to the inputs (with patch cables). Start playback by pressing the 6037 \"Record Loopback\" button and verify that the recorded signal is displayed in the wave 6038 display view. (It may be necessary to adjust the input controls on the peripheral). 6039 </string> 6040 6041 <!-- USB Audio Peripheral Buttons Test --> 6042 <string name="usbaudio_buttons_test"> USB Audio Peripheral Buttons Test</string> 6043 <string name="usbaudio_buttons_info"> 6044 This test requires that you have connected a USB Audio headset that supports the 6045 Android USB audio headset buttons specification. Press each 6046 \"transport\" button and verify that it is recognized by the test. When each of the 6047 buttons has been recognized the \"pass\" button will be enabled. 6048 </string> 6049 6050 <!-- Pro Audio Test --> 6051 <string name="proaudio_test">Pro Audio Test</string> 6052 <string name="proaudio_info">This tests that any device claiming \"Pro Audio\" meets the 6053 requirements specified in the 6054 <a href="https://source.android.com/compatibility/12/android-12-cdd#510_professional_audio"> 6055 CDD section 5.10. Professional Audio</a> 6056 \n\nTo execute the test: 6057 \n1. Note that all required flags report \"true\" 6058 \n2. If the DUT supports HDMI: 6059 \n a. Click the \"Has HDMI Support\" checkbox 6060 \n b. Connect an HDMI device to the DUT 6061 \n c. Verify that the reported HDMI attributes meet the specification. 6062 \n\nNote that the latency measurement for Pro Audio has been moved to the 6063 Audio Loopback Latency Test 6064 </string> 6065 <string name="proaudio_hdmi_infotitle">HDMI Support</string> 6066 <string name="proaudio_hdmi_message">Please connect an HDMI peripheral to validate 6067 HDMI output attributes. 6068 </string> 6069 6070 <!-- Telecom tests --> 6071 <string name="telecom_enable_phone_account_test"> Telecom Enable Phone Account Test</string> 6072 <string name="telecom_enable_phone_account_info"> 6073 This test verifies that a third party ConnectionService can be enabled by the user. 6074 </string> 6075 <string name="telecom_enable_phone_account_step_1"> 6076 Click the button below to register a test PhoneAccount and ConnectionService. 6077 </string> 6078 <string name="telecom_enable_phone_account_register_button">Register Phone Account</string> 6079 <string name="telecom_enable_phone_account_step_2"> 6080 In the Calling accounts settings, choose "All calling accounts" and enable the "CTS Verifier Test" account. 6081 On AOSP this is accessible from: Phone app > Settings > Calls > Calling Accounts. 6082 Once you have completed this step, return here and click the Confirm button. 6083 </string> 6084 <string name="telecom_enable_phone_account_confirm_button">Confirm</string> 6085 6086 <string name="telecom_outgoing_call_test">Telecom Outgoing Call Test</string> 6087 <string name="telecom_outgoing_call_test_info">This test verifies that the default 6088 dialer on the system is able to make a call using a third-party ConnectionService.</string> 6089 <string name="telecom_outgoing_call_step_1"> 6090 Click the button below to register a test PhoneAccount and ConnectionService. You will be 6091 taken to the phone account selection screen. Please enable the "CTS Verifier Test" 6092 account and select it as the default account for outgoing calls. Once you have completed 6093 this step, return here and click the "Confirm Phone Account" button. 6094 </string> 6095 <string name="telecom_outgoing_call_register_enable_phone_account_button"> 6096 Register and Enable Phone Account 6097 </string> 6098 <string name="telecom_outgoing_call_confirm_register_button">Confirm Phone Account</string> 6099 <string name="telecom_outgoing_call_step_2"> 6100 Click the button below to dial an outgoing call. This will populate the default dialer 6101 app with a dummy phone number. Initiate the phone call from the dialer app, then return 6102 to this screen while the call is still in progress. 6103 </string> 6104 <string name="telecom_outgoing_call_dial_button">Dial</string> 6105 <string name="telecom_outgoing_call_step_3"> 6106 Click the button below to confirm that the ongoing outgoing call was correctly made. 6107 </string> 6108 <string name="telecom_outgoing_call_confirm_button">Confirm</string> 6109 6110 <string name="telecom_incoming_call_test">Telecom Incoming Call Test</string> 6111 <string name="telecom_incoming_call_test_info">This test verifies that the default 6112 dialer on the system is able to receive a call from a third-party connection service. 6113 </string> 6114 <string name="telecom_incoming_call_step_1"> 6115 Click the button below to register a test PhoneAccount and ConnectionService. You will be 6116 taken to the phone account selection screen. Please enable the "CTS Verifier Test" 6117 account. Once you have completed this step, return here and click the 6118 "Confirm Phone Account" button. 6119 </string> 6120 <string name="telecom_incoming_call_register_enable_phone_account_button"> 6121 Register and Enable Phone Account 6122 </string> 6123 <string name="telecom_incoming_call_confirm_register_button">Confirm Phone Account</string> 6124 <string name="telecom_incoming_call_step_2"> 6125 Click the button below to initiate an incoming call. The phone should start ringing. 6126 Answer the call, confirm that you can hear an audio clip with Eisenhower\'s voice, then 6127 return to this screen while the call is still ongoing. 6128 </string> 6129 <string name="telecom_incoming_call_dial_button">Dial</string> 6130 <string name="telecom_incoming_call_step_3"> 6131 Click the button below to confirm that the ongoing incoming call was properly answered and 6132 that audio is audible. 6133 </string> 6134 <string name="telecom_incoming_call_confirm_button">Confirm</string> 6135 <string name="telecom_incoming_self_mgd_test"> Incoming Self-Managed Connection Test</string> 6136 <string name="telecom_incoming_self_mgd_info"> 6137 This test verifies that an incoming call from a Self-Managed Connection Service will trigger 6138 a Telecom-managed incoming call UI when it is not possible to hold an ongoing call on the 6139 device. 6140 </string> 6141 <string name="telecom_incoming_self_mgd_step_1"> 6142 Click the button below to register a test self-managed ConnectionService. 6143 </string> 6144 <string name="telecom_incoming_self_mgd_register_button">Register Self-Managed ConnectionService</string> 6145 <string name="telecom_incoming_self_mgd_step_2"> 6146 Start two phone calls on the device under test; this generates a scenario where calls cannot 6147 be held when the incoming self-managed call is received. Click "verify calls" to confirm 6148 that the calls were started. 6149 </string> 6150 <string name="telecom_incoming_self_mgd_verify_call_button">Verify Calls</string> 6151 <string name="telecom_incoming_self_mgd_step_3"> 6152 Click the button below to start a test incoming self-managed call. Answer the call in the 6153 UI when prompted. 6154 </string> 6155 <string name="telecom_incoming_self_mgd_place_call_button">Start Self-Managed Call</string> 6156 <string name="telecom_default_dialer_test_title">Default Dialer Test</string> 6157 <string name="telecom_default_dialer_test_info"> 6158 This test verifies that a third party dialer can show an incoming call screen when the 6159 device is locked. 6160 </string> 6161 <string name="telecom_default_dialer_step_1"> 6162 Click the button below to set CtsVerifier as the default dialer. 6163 </string> 6164 <string name="telecom_default_dialer_set_third_party_dialer_button"> 6165 Set third party dialer 6166 </string> 6167 <string name="telecom_default_dialer_step_2"> 6168 Click the button to make sure that this phone is secured with a lock screen. 6169 </string> 6170 <string name="telecom_confirm_lock_screen">Confirm lock screen</string> 6171 <string name="telecom_default_dialer_step_3"> 6172 Click the button below to lock the phone and then call this device. Answer the incoming call 6173 in the UI when prompted without unlock the phone. 6174 </string> 6175 <string name="telecom_default_dialer_lock_button">Lock phone and dail</string> 6176 <string name="telecom_default_dialer_step_4"> 6177 Click the button below to confirm that the ongoing incoming call was answered when the 6178 device is locked. 6179 </string> 6180 <string name="telecom_default_dialer_end_button">End call and confirm</string> 6181 <string name="telecom_default_dialer_confirm_button">Confirm</string> 6182 <string name="telecom_in_call_ui_label">CtsVerifierInCallUi</string> 6183 <!-- Strings for SetNewPasswordComplexityTest --> 6184 <string name="set_complexity_test_title">Set New Password Complexity Test</string> 6185 <string name="set_complexity_test_message"> 6186 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 6187 \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. 6188 </string> 6189 <string name="set_complexity_high_txt">High</string> 6190 <string name="set_complexity_medium_txt">Medium</string> 6191 <string name="set_complexity_low_txt">Low</string> 6192 <string name="set_complexity_none_txt">None</string> 6193 <string name="set_complexity_high_desc"> 6194 PIN without repeating (4444) or ordered (1234, 4321, 2468) sequences, length at least 8; Or 6195 \nAlphabetic, length at least 6; Or 6196 \nAlphanumeric, length at least 6</string> 6197 <string name="set_complexity_medium_desc"> 6198 PIN without repeating (4444) or ordered (1234, 4321, 2468) sequences, length at least 4; Or 6199 \nAlphabetic, length at least 4; Or 6200 \nAlphanumeric, length at least 4</string> 6201 <string name="set_complexity_low_desc">Any pattern, PIN or password</string> 6202 <string name="set_complexity_none_desc">No restrictions</string> 6203 <!-- Strings for UnlockedDeviceRequiredTest --> 6204 <string name="unlock_req_config_lock_screen">Secure lock screen has not been set up. Go to 6205 Settings -> Security to set up a lock screen.</string> 6206 <string name="unlock_req_config_lock_screen_and_biometrics">Secure lock screen has not been set 6207 up. Go to Settings -> Security to set up a lock screen and biometric unlock.</string> 6208 <string name="unlock_req_config_biometrics">Biometric unlock has not been set up. Go to Settings 6209 -> Security to set up biometric unlock.</string> 6210 <string name="unlock_req_biometric_lock">Lock the screen, wait 5 seconds, then unlock with 6211 biometrics.</string> 6212 <!-- This message should only be displayed briefly immediately after the user has unlocked 6213 the device; as soon as key access is verified this message will be updated. --> 6214 <string name="unlock_req_unlocked">Verifying the key is accessible after the unlock...</string> 6215 <string name="unlock_req_credential_lock">Lock the screen, wait 5 seconds, then unlock with 6216 credentials.</string> 6217 <string name="unlock_req_successful">Test completed successfully.</string> 6218 <string name="unlock_req_failed_key_available_when_locked">Test failed; the key was available 6219 when the device was locked.</string> 6220 <string name="unlock_req_failed_key_unavailable_when_unlocked">Test failed; the key was not 6221 available when the device was unlocked.</string> 6222 <!-- While this state should never be reached since all possible states are accounted for 6223 it is included just in case. --> 6224 <string name="unlock_req_unknown_state">The test is in an unexpected state; please dismiss 6225 this dialog and restart the test.</string> 6226 6227 <!-- Notification Bubble Tests--> 6228 <string name="bubbles_notification_title">Bubble Notification Tests</string> 6229 <string name="bubbles_test_title">Bubble Tests</string> 6230 <string name="bubbles_test_info">This set of tests checks the settings, UI, and behaviour of 6231 bubble notifications. Bubbles are special notifications that can appear as a floating button 6232 on the screen along with a notification in the notification shade. When the floating button 6233 is tapped an activity is opened in a contained view and the notification is hidden from the 6234 shade.</string> 6235 <!-- Default settings --> 6236 <string name="bubbles_test_check_defaults_title">Check Default Settings</string> 6237 <string name="bubbles_test_check_defaults_verify">This step verifies the default bubble 6238 settings on the device. \n\n 6239 Bubbles are enabled at a feature level and at a per-app level.\n\n 6240 By default, bubbles are enabled at a feature level, but off for apps until the user opts in. 6241 \n\nIf the default settings are correct, the test will indicate that the state is correct. 6242 </string> 6243 <!-- Bubble button --> 6244 <string name="bubbles_test_bubble_button_title">Bubble Button</string> 6245 <string name="bubbles_test_bubble_button_verify">1. Click the button below to send a bubble 6246 notification.\n\n 6247 2. Pull down the notification shade and press the bubble button on the bottom right of the 6248 notification.\n\n 6249 3. Pass this test if tapping the bubble button opens the bubble.</string> 6250 <string name="bubbles_test_bubble_button_button">Send notification</string> 6251 <!-- Bubble preference selected --> 6252 <string name="bubbles_test_app_selected_title">Check Settings After Bubble Button</string> 6253 <string name="bubbles_test_app_selected_verify">When a notification is turned into a bubble 6254 via the bubble button, the app setting for bubbles will change to allow selected 6255 notifications to bubble. If the settings are right, the test will indicate that the state 6256 is correct.</string> 6257 <!-- Disable at feature level --> 6258 <string name="bubbles_test_disable_title">Disable Bubbles Feature</string> 6259 <string name="bubbles_test_disable_verify">Click the button to open notification settings, 6260 find Bubbles and turn the feature off. When the setting is off, the test will indicate that 6261 the state is correct.</string> 6262 <string name="bubbles_test_disable_button">Open settings</string> 6263 <!-- App settings available when disabled --> 6264 <string name="bubbles_test_enable_title">Enable Bubbles for CTS Verifier</string> 6265 <string name="bubbles_test_enable_verify">1. Click the button below and enable bubbles for the 6266 verifier app on the resulting screen, select "All conversations can bubble".\n\n 6267 2. You will be prompted to turn on bubbles for the device, turn them on.\n\n 6268 Once this is done, the test will indicate that the state is correct.</string> 6269 <string name="bubbles_test_enable_button">Open bubble settings</string> 6270 <!-- Send bubble --> 6271 <string name="bubbles_test_send_bubble_title">Send bubble notification</string> 6272 <string name="bubbles_test_send_bubble_verify">Click the button below and verify that there is a 6273 bubble on the screen and a notification in the notification shade. 6274 </string> 6275 <string name="bubbles_test_send_bubble_button">Send bubble notification</string> 6276 <!-- Suppress notification --> 6277 <string name="bubbles_test_suppress_notif_title">Hide notification</string> 6278 <string name="bubbles_test_suppress_notif_verify">Click the button below and verify that the 6279 bubble is still on the screen, but the notification is now hidden from the notification 6280 shade. 6281 </string> 6282 <string name="bubbles_test_suppress_notif_button">Update bubble to hide notification</string> 6283 <!-- Add notification --> 6284 <string name="bubbles_test_add_notif_title">Show notification</string> 6285 <string name="bubbles_test_add_notif_verify">Click the button below and verify that the bubble 6286 is still on the screen, the notification is now visible in the notification shade, and the 6287 bubble has a dot indicating the new message. 6288 </string> 6289 <string name="bubbles_test_add_notif_button">Update bubble to show notification</string> 6290 <!-- Remove bubble metadata --> 6291 <string name="bubbles_test_remove_metadata_title">Remove bubble</string> 6292 <string name="bubbles_test_remove_metadata_verify">Click the button below and verify that the 6293 bubble is removed from the screen, and the notification is still visible in the notification 6294 shade.</string> 6295 <string name="bubbles_test_remove_metadata_button">Remove bubble</string> 6296 <!-- Add bubble metadata --> 6297 <string name="bubbles_test_add_metadata_title">Add bubble</string> 6298 <string name="bubbles_test_add_metadata_verify">Click the button below and verify that the 6299 bubble appears on the screen, and the notification is still visible in the notification 6300 shade.</string> 6301 <string name="bubbles_test_add_metadata_button">Add bubble</string> 6302 <!-- Expand bubble --> 6303 <string name="bubbles_test_expand_bubble_title">Open bubble</string> 6304 <string name="bubbles_test_expand_bubble_verify">Tap on the bubble to open it, then tap on the 6305 bubble again to collapse it and return to this screen. Verify that after opening the bubble, 6306 there is no longer a notification for it visible in the notification shade.</string> 6307 <!-- Dismiss bubble --> 6308 <string name="bubbles_test_dismiss_title">Drag and dismiss bubble</string> 6309 <string name="bubbles_test_dismiss_verify">Click the button below and verify that the bubble 6310 is still on screen, and the notification is visible in the notification shade.\n\n 6311 Drag the bubble, while dragging a UI affordance should show. Verify that: \n\n 6312 1. Dragging and dropping the bubble on that UI affordance removes it from the screen.\n\n 6313 2. The notification should remain in the notification shade.</string> 6314 <string name="bubbles_test_dismiss_button">Update bubble to show notification</string> 6315 <!-- Dismiss notification --> 6316 <string name="bubbles_test_dismiss_notif_title">Dismiss notification</string> 6317 <string name="bubbles_test_dismiss_notif_verify">Click the button below and verify that a bubble 6318 appears on screen, and the notification is visible in the notification shade.\n\n 6319 Dismiss the notification from the notification shade and verify that the bubble remains on 6320 screen.</string> 6321 <string name="bubbles_test_dismiss_notif_button">Send bubble notification</string> 6322 <!-- Auto expand bubble --> 6323 <string name="bubbles_test_autoexpand_title">Auto expand bubble</string> 6324 <string name="bubbles_test_autoexpand_verify">Click the button below and verify that a bubble 6325 appears on screen, auto-expanded.</string> 6326 <string name="bubbles_test_autoexpand_button">Send auto-expanded bubble notification</string> 6327 <!--Overflow exists --> 6328 <string name="bubbles_test_overflow_title">Bubble overflow (empty)</string> 6329 <string name="bubbles_test_overflow_verify">Tap the bubble to expand it and verify there is an 6330 affordance to see previous bubbles. It should be empty right now and show an empty state 6331 message.</string> 6332 <!-- Bubbles appear in overflow --> 6333 <string name="bubbles_test_bubbles_in_overflow_title">Bubble overflow (with bubbles)</string> 6334 <string name="bubbles_test_bubbles_in_overflow_verify">1. Press the button below to create 6335 several bubbles.\n\n 6336 2. Expand the stack and drag down two of the bubbles to dismiss them.\n\n 6337 3. Tap on the bubble overflow, pass this test if the two bubbles you dismissed are in 6338 the overflow. </string> 6339 <string name="bubbles_test_bubbles_in_overflow_button">Send several bubbles</string> 6340 <!-- Add bubble from overflow --> 6341 <string name="bubbles_test_add_from_overflow_title">Add bubble from overflow</string> 6342 <string name="bubbles_test_add_from_overflow_verify">1. Expand the stack and open the bubble 6343 overflow.\n\n 2. Tap on a bubble in the overflow, pass this test if that bubble is opened 6344 and removed from the overflow.</string> 6345 <!-- Cancel removes bubbles in overflow --> 6346 <string name="bubbles_test_cancel_overflow_title">Cancel removes overflowed bubbles</string> 6347 <string name="bubbles_test_cancel_overflow_verify">1. Press the button below, it will cancel all 6348 previous bubble notifications and post one more.\n\n 6349 2. Expand that bubble, navigate to the overflow and ensure that it is empty.</string> 6350 <string name="bubbles_test_cancel_overflow_button">Cancel previous bubbles and post a 6351 single bubble</string> 6352 <!-- Tap on notification with bubble in the overflow --> 6353 <string name="bubbles_test_tap_notif_with_overflow_title">Tap on notification opens bubble 6354 </string> 6355 <string name="bubbles_test_tap_notif_with_overflow_verify">1. Press the button to create a 6356 bubble.\n\n 6357 2. Dismiss the bubble without opening it.\n\n 6358 3. Tap on the notification. Pass this test if the notification opened as a bubble.</string> 6359 <string name="bubbles_test_tap_notif_with_overflow_button">Send bubble</string> 6360 <!-- Portrait & landscape positioning --> 6361 <string name ="bubbles_test_expanded_position_title">Portrait and landscape positioning</string> 6362 <string name="bubbles_test_expanded_position_phone_verify">1. While in portrait orientation, 6363 tap on the bubble to open it.\n\n 6364 2. Verify that the bubbles show at the top of the screen.\n\n 6365 3. Rotate the device to landscape orientation.\n\n 6366 3. Verify that the bubbles are aligned to the left or right edge of the screen.</string> 6367 <string name="bubbles_test_expanded_position_largescreen_verify"> 6368 1. Tap the bubble to open it.\n\n 6369 2. Verify that the bubbles are aligned to the left or right edge of the screen.\n\n 6370 3. Rotate the device.\n\n 6371 4. Verify that the bubbles are aligned to the left or right edge of the screen.</string> 6372 <!-- Expanded view scrim --> 6373 <string name="bubbles_test_expanded_scrim_title">Expanded state has scrim</string> 6374 <string name="bubbles_test_expanded_scrim_verify">Expand the bubble and pass this test if the 6375 area below the bubble is dimmed (like when a dialog is opened).</string> 6376 <!-- IME insets --> 6377 <string name="bubbles_test_ime_title">IME behavior</string> 6378 <string name="bubbles_test_ime_verify">1. Tap on the bubble to open it.\n\n 6379 2. Tap the edit text in the bubble to bring up the IME.\n\n 6380 3. Pass this test if the IME appears and the edit text is still visible.</string> 6381 <!-- Expanded view min height --> 6382 <string name="bubbles_test_min_height_title">Expanded view min height</string> 6383 <string name="bubbles_test_min_height_verify">1. Press the button below to update the bubble to 6384 have the smallest height.\n\n 6385 2. Open the bubble, it will tell you if the height is correct.</string> 6386 <string name="bubbles_test_min_height_button">Send small height bubble</string> 6387 <!-- Expanded view max height --> 6388 <string name="bubbles_test_max_height_title">Expanded view max height</string> 6389 <string name="bubbles_test_max_height_verify">1. Press the button below to update the bubble to 6390 have the maximum height.\n\n 6391 2. Open the bubble, it will tell you if the height is correct.</string> 6392 <string name="bubbles_test_max_height_button">Send max height bubble</string> 6393 <!-- Low ram --> 6394 <string name="bubbles_test_lowram_title">No bubbles on low memory device</string> 6395 <string name="bubbles_test_lowram_verify">Click the button below and verify that a 6396 bubble does NOT appear on screen. Verify that there is a notification in the notification 6397 shade.</string> 6398 <string name="bubbles_test_lowram_button">Add bubble</string> 6399 <!-- Disable bubbles by config_supportsBubble --> 6400 <string name="bubbles_test_disable_config_title">No bubbles on bubbles disabled device</string> 6401 <string name="bubbles_test_disable_config_verify">Click the button below and verify that a 6402 bubble does NOT appear on screen. Verify that there is a notification in the notification 6403 shade.</string> 6404 <string name="bubbles_test_disable_config_button">Add bubble</string> 6405 <!-- Bubbles end of test summary --> 6406 <string name="bubbles_test_summary_title">Test Complete</string> 6407 <string name="bubbles_test_summary">%1$d out of %2$d tests passed</string> 6408 <string name="bubble_activity_title">Bubble Activity</string> 6409 <string name="bubble_test_state_correct">State is correct, pass the test.</string> 6410 <string name="bubble_test_state_waiting">State is not correct, waiting for the correct state. 6411 </string> 6412 <string name="bubble_test_ime_hint">Tap for IME</string> 6413 <string name="bubble_test_expanded_view">Bubble expanded view</string> 6414 6415 <!-- Toast test --> 6416 <string name="toast_title">Toast test (may auto pass if CtsVerifier isn\'t targeting 6417 S+)</string> 6418 <string name="toast_info">This test checks the behavior for toasts for apps targeting 6419 sdk S+ (31). Toasts are short messages that appear as popups for a limited amount of time. 6420 </string> 6421 <string name="toast_instructions_pre_s">No cts requirement for toasts for apps targeting 6422 pre-s. Auto pass this test.</string> 6423 <string name="toast_instructions_s">Press the button below to post a toast. Pass this 6424 test if a toast appears and has:\n 6425 \n\t1. a maximum of two lines 6426 \n\t2. an application icon 6427 </string> 6428 <string name="toast_post_button_label">Post toast</string> 6429 <string name="toast_long_text">Lorem ipsum dolor sit amet, consectetur adipiscing elit. 6430 Nam luctus eros ac interdum tincidunt. Vestibulum dignissim, metus nec tempor mollis, 6431 tortor leo aliquam est, eget rutrum mi nisi ut ligula. Quisque enim justo, tempus at 6432 ligula ac, porta posuere odio. Proin et tortor tincidunt, tempus ligula id, 6433 vestibulum mauris. Vivamus blandit tristique tempus. Integer dignissim purus eu nibh 6434 faucibus, eget dignissim eros gravida. Sed sit amet erat quis leo pharetra euismod vel at 6435 purus. Duis blandit, diam eu imperdiet pulvinar, erat odio eleifend augue, nec luctus 6436 lectus erat ac nibh. Nullam id enim metus. 6437 </string> 6438 6439 <!-- Strings for Instant Apps --> 6440 <string name="ia_instruction_heading_label">Instructions:</string> 6441 <string name="ia_instruction_text_photo_label">READ BEFORE STARTING TEST</string> 6442 <string name="ia_start_test_button_caption">Start Test</string> 6443 <string name="ia_install_dialog_title">Install Instant App</string> 6444 <string name="ia_install_dialog_text"> 6445 For this test you need to install CtsVerifierInstantApp.apk by running \n 6446 adb install -r --instant /path/to/CtsVerifierInstantApp.apk \n\n 6447 CtsVerifierInstantApp.apk can be found in android-cts-verifier.zip that you have downloaded. 6448 </string> 6449 <string name="ia_notification">Instant Apps Notification Test</string> 6450 <string name="ia_notification_info"> 6451 This test verifies that Instant Apps notification is shown when an Instant App is at foreground.\n\n 6452 - Read the message above the \"Start Test\" button for 6453 step-by-step instructions. 6454 </string> 6455 <string name="ia_notification_instruction_label">\n 6456 1. Click Start Test. \n\n 6457 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 6458 3. Drag down the notification bar when the sample Instant App is at foreground. \n\n 6459 4. Check if Instant App is shown in notifciation area with the following (Please expand the notification if it is collapsed): \n 6460 \u0020\u0020\u0020a. It provides information about Instant Apps not requiring installation and an action that provides more information about the Instant App. \n 6461 \u0020\u0020\u0020b. It provides an action allowing the user to launch the associated link with web browser. \n\n 6462 5. Click Pass button if all checks in step 4 passed, otherwise click Fail button. 6463 </string> 6464 <string name="ia_notification_instruction_label_no_app_market_version">\n 6465 1. Click Start Test. \n\n 6466 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 6467 3. Drag down the notification bar when the sample Instant App is at foreground. \n\n 6468 4. Check if Instant App is shown in notification area with information about Instant Apps not requiring installation and an action that provides more information about the Instant App (Please expand the notification if it is collapsed) \n\n 6469 5. Click Pass button if all checks in step 4 passed, otherwise click Fail button. 6470 </string> 6471 <string name="ia_recents">Instant Apps Recents Test</string> 6472 <string name="ia_recents_info"> 6473 This test verifies that Instant App can be accessed in Recent Apps screen.\n\n 6474 - Read the message above the \"Start Test\" button for 6475 step-by-step instructions. 6476 </string> 6477 <string name="ia_recents_instruction_label">\n 6478 1. Click Start Test. \n\n 6479 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 6480 3. Tap Recents button, verify the sample Instant App is shown in Recent Apps screen. \n\n 6481 4. Tap the sample Instant App in Recent Apps screen, verify the Instant App is opened in the foreground. \n\n 6482 5. Click Pass button if checks in step 3 and 4 passed, otherwise click Fail button. 6483 </string> 6484 <string name="ia_app_info">View/Delete Instant Apps Test</string> 6485 <string name="ia_app_info_info"> 6486 This test verifies that Instant App can be viewed and deleted in Settings.\n\n 6487 - Read the message above the \"Start Test\" button for 6488 step-by-step instructions. 6489 </string> 6490 <string name="ia_app_info_instruction_label">\n 6491 1. Click Start Test. \n\n 6492 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 6493 3. Open Settings App. \n\n 6494 4. Tap Apps & Notifications. \n\n 6495 5. Verify the sample Instant App can be found and it is shown as \"Instant App\". \n\n 6496 6. Verify there is an action allowing user to clear/delete app. \n\n 6497 7. Click Pass button if checks in step 5 and 6 passed, otherwise click Fail button. 6498 </string> 6499 6500 <string name="uap_test_no">No</string> 6501 <string name="uap_test_yes">Yes</string> 6502 <string name="uap_test_info">Info</string> 6503 <string name="uap_test_question">Does this device allow for the connection of a USB audio peripheral?\nNote: phones and tablets generally do, watches and automobiles generally do not.</string> 6504 <string name="uap_refmic_question">Does this device allow for the connection of a USB reference microphone?</string> 6505 <string name="uap_test_hostmode_info_caption">USB Host Mode Audio Required</string> 6506 <string name="uap_test_hostmode_info_text">This test requires a USB audio peripheral be 6507 connected to the device. 6508 The DUT may not support USB Host Mode Audio, either because it does not have a 6509 USB port, or USB Host Mode Audio has been removed from the OS. In this case, the test can be 6510 passed by pressing the \"No\" button and indicating \"Test Pass\" at the bottom. 6511 \n\nNote: Handheld devices supporting USB host mode MUST support USB audio class (CDD 7.7 .2/H-1-1) 6512 \n\nNote: Devices declaring feature android.hardware.audio.pro MUST implement USB host mode (CDD 5.10 C-1-3). 6513 Devices that omit a 4 conductor 3.5mm audio jack MUST support USB audio class (CDD 5.10 C-3-1). 6514 </string> 6515 6516 <string name="refmic_test_no">No</string> 6517 <string name="refmic_test_yes">Yes</string> 6518 <string name="refmic_test_info">Info</string> 6519 <string name="refmic_test_question">Does this device allow for the connection of a USB reference microphone?</string> 6520 <string name="ref_mic_dlg_caption">Reference Mic Required</string> 6521 <string name="ref_mic_dlg_text">This test requires a USB Reference Mic to be connected to the device. 6522 If the device under test does not support USB Host Mode Audio (either because it does not have a 6523 USB port, or USB Host Mode Audio has been removed from the OS) you can be granted a provisional 6524 pass on this test by pressing the \"No\" button and indicating \"Test Pass\" at the bottom.\n 6525 Note: Handheld devices supporting USB host mode MUST support USB audio class (CDD 7.7 .2/H-1-1)\n 6526 Note: Devices declaring feature android.hardware.audio.pro MUST implement USB host mode (CDD 5.10 C-1-3) and if they omit a 4 conductor 3.5mm audio jack MUST support USB audio class (CDD 5.10 C-3-1) 6527 </string> 6528 6529 <string name="loopback_test_question">Does this device allow for the connection of a loopback audio peripheral?</string> 6530 <string name="loopback_dlg_caption">Loopback Peripheral Required</string> 6531 6532 <string name="display_cutout_test">DisplayCutout Test</string> 6533 <string name="display_cutout_test_instruction">\n 6534 This test is to make sure that the area inside the safe insets from the DisplayCutout should be:\n 6535 1. Visible\n 6536 2. Clickable.\n 6537 </string> 6538 6539 <!-- TTS Test Resources --> 6540 <string name="tts_test">TTS Test</string> 6541 <string name="tts_test_info"> 6542 1. Install the CtsTtsEngineSelectorTestHelper and CtsTtsEngineSelectorTestHelper2 apps on the device.\n 6543 2. Click on the "Go To Accessibility Settings" button.\n 6544 3. Go to Text-to-speech output > Preferred engine.\n 6545 4. Ensure that two engines are listed, both named "TTS CTS Test Helper App".\n 6546 5. Ensure that each engine can be selected. 6547 </string> 6548 <string name="tts_test_steps"> 6549 1. Install the CtsTtsEngineSelectorTestHelper and CtsTtsEngineSelectorTestHelper2 apps on the device.\n 6550 2. Click on the "Go To Accessibility Settings" button.\n 6551 3. Go to Text-to-speech output > Preferred engine.\n 6552 4. Ensure that two engines are listed, both named "TTS CTS Test Helper App".\n 6553 5. Ensure that each engine can be selected. 6554 </string> 6555 <string name="tts_accessibility_settings_button">Go To Accessibility Settings</string> 6556 6557 <!-- Strings for SecurityModeFeatureVerifierActivity test --> 6558 <string name="security_mode_feature_verifier_test">SecurityModeFeatureVerifier Test</string> 6559 <string name="security_mode_feature_verifier_instructions">This test verifies that the PackageManager.FEATURE_SECURITY_MODEL_COMPATIBLE feature is present.</string> 6560 <string name="handheld_or_tablet_text_before_test">Is this a handheld or tablet device?</string> 6561 <string name="handheld_or_tablet_yes">Yes</string> 6562 <string name="handheld_or_tablet_not_applicable">Not applicable</string> 6563 6564 <!-- AudioDescriptor Test --> 6565 <string name="audio_descriptor_test">Audio Descriptor Test</string> 6566 <string name="audio_descriptor_test_info"> 6567 This test tests if the reported AudioDescriptor is valid and necessary.\n 6568 AudioDescriptor must only be used to report audio device capabilities that are not able to 6569 describe by Android defined enums.\n 6570 \nTo execute test:\n 6571 1. Plug in HDMI cable if HDMI is supported on the device.\n 6572 2. The test will execute automatically and verify the reported AudioDescriptor when the 6573 activity is created and when audio device connection is changed. 6574 </string> 6575 <string name="audio_descriptor_HDMI_support_label">HDMI support:</string> 6576 <string name="audio_descriptor_has_hdmi_support">Has HDMI support</string> 6577 <string name="audio_descriptor_NA">N/A</string> 6578 <string name="audio_descriptor_hdmi_pending">No HDMI detected. Pending…</string> 6579 <string name="audio_descriptor_pass">Pass</string> 6580 <string name="audio_descriptor_hdmi_not_reported">No HDMI device connected</string> 6581 <string name="audio_descriptor_standard_none">Standard is none.</string> 6582 <string name="audio_descriptor_is_null">Audio descriptor is null.</string> 6583 <string name="audio_descriptor_unrecognized_standard">Standard %1$d is unrecognized.</string> 6584 <string name="audio_descriptor_length_error"> 6585 The length of short audio descriptor is %1$d, but it is expected to be 3. 6586 </string> 6587 <string name="audio_descriptor_cannot_get_hal_version">Cannot get audio HAL version</string> 6588 <string name="audio_descriptor_invalid_hal_version">Invalid audio HAL version %1$s</string> 6589 <string name="audio_descriptor_format_code_should_not_be_reported"> 6590 Format with format code as %1$d(%2$s) should not be reported by AudioDescriptor. 6591 Instead, it should be reported by Android defined enums. 6592 </string> 6593 <string name="audio_descriptor_format_extended_code_should_not_be_reported"> 6594 Format with format extended code as %1$d(%2$s) should not be reported by AudioDescriptor. 6595 Instead, it should be reported by Android defined enums. 6596 </string> 6597 <string name="audio_descriptor_format_extended_code_is_not_used"> 6598 Format extended code as %1$d is not used. 6599 </string> 6600 <string name="audio_descriptor_hdmi_info_title">HDMI Support</string> 6601 <string name="audio_descriptor_hdmi_message"> 6602 Please connect an HDMI peripheral to validate AudioDescriptor. 6603 </string> 6604 <string name="uwb">Uwb</string> 6605 <string name="presence_test">Presence Test</string> 6606 <string name="presence_test_info"> 6607 The Presence tests check whether or not a device is properly calibrated for BLE, NAN and UWB based on Presence requirements. 6608 \nAll tests are required to pass on every device, if the radio technology is supported 6609 </string> 6610 <string name="presence_test_tv_info"> 6611 The Presence tests check whether or not a device is properly calibrated for BLE, NAN and UWB based on Presence requirements. 6612 \nAll tests are required to pass on all Android T+ launched TV devices, if the radio technology is supported. 6613 \nIf the TV device is launched on older Android letters, all tests will be disabled. Press Pass to pass this case. 6614 </string> 6615 <string name="uwb_precision">Uwb Precision Test</string> 6616 <string name="uwb_short_range">Uwb Short Range Test</string> 6617 <string name="uwb_precision_instruction"> 6618 1. Take 1000 measurements with DUT at 1m distance from the reference device in a non-reflective chamber. 6619 \n2. Sort the 1000 measurements and compute the range as 975th measurement - 25th measurement 6620 \n3. Report the range below - Must be within 30cm (distance) for tests to pass. 6621 </string> 6622 <string name="report_distance_range_cm">Report Range (cm)</string> 6623 <string name="uwb_short_range_instruction"> 6624 1. Take 1000 measurements with DUT being 1m apart from the reference device, where ground truth distance is measured from the top edge of the DUT, held face up and tilted 45 degrees 6625 \n2. Sort the values. 6626 \n3. Report the median (500th value) (must be within 0.75m and 1.25m to pass). 6627 \n4. Report the reference device used. 6628 </string> 6629 <string name="report_distance_median_meters">Report Median (meters)</string> 6630 <string name="report_reference_device">Report Reference Device</string> 6631 <string name="uwb_not_supported">Uwb is not supported on device. Finishing activity. </string> 6632 <string name="ble">BLE</string> 6633 6634 <!-- Strings for BLE RSSI Precision Test --> 6635 <string name="ble_rssi_precision_name">BLE RSSI Precision Test</string> 6636 <string name="ble_rssi_precision_test_instructions"> 6637 1. Take 1000 scan measurements with the DUT at 1m distance from the reference device transmitting at ADVERTISE_TX_POWER_HIGH in line of sight environment 6638 \n2. Sort the measurements and compute the range as 975th measurement - 25th measurement 6639 \n3. Report the range below. Must be within 18dBm for tests to pass 6640 \n4. Report the reference device used 6641 </string> 6642 <string name="report_ble_rssi_range">Report RSSI Range (dBm)</string> 6643 6644 <!-- Strings for BLE Rx/Tx Calibration Test --> 6645 <string name="ble_rx_tx_calibration_name">BLE Rx/Tx Calibration Test</string> 6646 <string name="ble_rx_tx_calibration_test_instructions"> 6647 To verify this requirement, work with your chip vendor. The chip vendor can measure the 6648 channel flatness and identify the differences between cores and channels. 6649 \n1. Must include Rx/Tx corrections to reduce per-channel deviations so that the measurements on each of the 3 channels, on each of the antennas (if multiple are used), are within +/-3dBm of one another for 95% of the measurements. 6650 \n2. For 1000 sorted measurements, report the range as 975th measurement - 25th measurement. Must be within 6dBm to pass. 6651 </string> 6652 <string name="report_channels_ble_rssi_range">Report RSSI Range Across Channels (dBm)</string> 6653 <string name="report_cores_ble_rssi_range">[Optional] Report RSSI Range Across Cores (dBm)</string> 6654 6655 <string name="nan_precision_instruction"> 6656 1. Take 1000 ranging measurements at each of the ground truth points of 10cm, 1m, 3m, and 5m. The WifiNanScan app in Play Store is recommended for data collection. 6657 \n2. Report the bandwidth at which the data was collected. Must be either 160, 80, 40, 20 MHz. 6658 \n3. For each ground truth point: 6659 \n\t\ta. Sort the measurements, and report the range at the 68th percentile (840th measurement - 160th measurement), accurately to within: 6660 \n\t\t\ti. 2 meters at 160 MHz bandwidth 6661 \n\t\t\tii. 4 meters at 80 MHz bandwidth 6662 \n\t\t\tiii. 8 meters at 40 MHz bandwidth 6663 \n\t\t\tiv. 16 meters at 20 MHz bandwidth 6664 \n4. Following the same instructions above, it is strongly recommended (but not required), to report the range at the 90th percentile (950th measurement - 50th measurement) as calculated with the Cumulative Distribution Function. If the range at 90th percentile is inputted, it must be within the expected range, and inputted for all distance ranges. 6665 \n5. Report reference device used. All required fields must be filled before test can be passed. 6666 </string> 6667 <string name="report_nan_bandwidth_mhz">Bandwidth (MHz)</string> 6668 <string name="report_distance_range_10cm_gt_68p">Measurement Range at 10cm (68th percentile)</string> 6669 <string name="report_distance_range_1m_gt_68p">Measurement Range at 1m (68th percentile)</string> 6670 <string name="report_distance_range_3m_gt_68p">Measurement Range at 3m (68th percentile)</string> 6671 <string name="report_distance_range_5m_gt_68p">Measurement Range at 5m (68th percentile)</string> 6672 <string name="report_distance_range_10cm_gt_90p">Measurement Range at 10cm (90th percentile)</string> 6673 <string name="report_distance_range_1m_gt_90p">Measurement Range at 1m (90th percentile)</string> 6674 <string name="report_distance_range_3m_gt_90p">Measurement Range at 3m (90th percentile)</string> 6675 <string name="report_distance_range_5m_gt_90p">Measurement Range at 5m (90th percentile)</string> 6676 <string name="nan_precision">Nan Precision Test</string> 6677 <string name="wifi_nan">WiFi NAN</string> 6678 6679 <!-- Strings for AudioMicrophoneMuteToggleActivity --> 6680 <string name="audio_mic_toggle_test">Audio Microphone Hardware Toggle Mute Test</string> 6681 <string name="audio_mic_toggle_test_info"> 6682 This test verifies that devices which implement microphone hardware privacy toggles enforce sensor privacy when toggles are enabled. 6683 \nTo pass the test: 6684 \n - <a href="https://source.android.com/compatibility/android-cdd#9813_sensorprivacymanager">The audio stream should be muted</a>. 6685 \n - A dialog or notification should be shown that informs the user that the sensor privacy is enabled. 6686 </string> 6687 <string name="audio_mic_toggle_test_instruction1"> 6688 Mute the microphone using the hardware privacy toggle. 6689 \nPress the RECORD button. 6690 \nObserve a dialog with information regarding the microphone being blocked 6691 \nIgnore/cancel the dialog and wait for the recording to complete. 6692 \nThe pass button will be enabled if the test succeeded.</string> 6693 <string name="audio_mic_toggle_test_analyzing">Analyzing, please wait...\n</string> 6694 6695 <!-- Strings for CameraMuteToggleActivity --> 6696 <string name="camera_hw_toggle_test">Camera Hardware Toggle Mute Test</string> 6697 <string name="camera_hw_toggle_test_info"> 6698 This test verifies that devices which implement camera hardware privacy toggles enforce sensor privacy when toggles are enabled. 6699 \nTo pass the test: 6700 \n - <a href="https://source.android.com/compatibility/android-cdd#9813_sensorprivacymanager">The video stream should be muted</a>. 6701 \n - A dialog or notification should be shown that informs the user that the sensor privacy is enabled. 6702 </string> 6703 <string name="camera_hw_toggle_test_instruction"> 6704 Mute the camera using the hardware privacy toggle. 6705 \nObserve a dialog with information regarding the camera being blocked. 6706 \nCamera preview should show a blank feed. 6707 \nPress the Take Photo button. 6708 \nCaptured image should be black. 6709 \nMark the test as passing if the above conditions are met.</string> 6710 <string name="camera_hw_toggle_test_no_camera"> 6711 No available camera found. 6712 \nAdd or enable a camera and re-run this test. 6713 </string> 6714 6715</resources> 6716