| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2016 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| <string name="app_name" translatable="false">Android Services Library</string> |
| |
| <string name="notification_assistant">Android Adaptive Notifications</string> |
| |
| <string name="autofill_field_classification_default_algorithm" translatable="false">EDIT_DISTANCE</string> |
| <string-array name="autofill_field_classification_available_algorithms" translatable="false"> |
| <item>EDIT_DISTANCE</item> |
| <item>EXACT_MATCH</item> |
| <item>CREDIT_CARD</item> |
| </string-array> |
| |
| <!-- [CHAR LIMIT=none] An array of words and short phrases that might be used in a message |
| containing a one time password (also known as a single use pin, one time code, |
| or transaction authorization number) --> |
| <string-array name="english_otp_context_words"> |
| <item>pin</item> |
| <item>password</item> |
| <item>passcode</item> |
| <item>two factor</item> |
| <item>two-factor</item> |
| <item>login</item> |
| <item>log-in</item> |
| <item>log in</item> |
| <item>authenticate</item> |
| <item>authentication</item> |
| <item>code</item> |
| <item>secret</item> |
| <item>verify</item> |
| <item>verification</item> |
| <item>confirm</item> |
| <item>confirmation</item> |
| <item>one time</item> |
| <item>access</item> |
| <item>validation</item> |
| <item>validate</item> |
| <item>single use</item> |
| <item>authorize</item> |
| <item>authorization</item> |
| <item>personal identification number</item> |
| <item>PIN</item> |
| </string-array> |
| </resources> |