1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2016 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 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <string name="app_name" translatable="false">Android Services Library</string> 19 20 <string name="notification_assistant">Android Adaptive Notifications</string> 21 22 <string name="autofill_field_classification_default_algorithm" translatable="false">EDIT_DISTANCE</string> 23 <string-array name="autofill_field_classification_available_algorithms" translatable="false"> 24 <item>EDIT_DISTANCE</item> 25 <item>EXACT_MATCH</item> 26 <item>CREDIT_CARD</item> 27 </string-array> 28 29 <!-- [CHAR LIMIT=none] An array of words and short phrases that might be used in a message 30 containing a one time password (also known as a single use pin, one time code, 31 or transaction authorization number) --> 32 <string-array name="english_otp_context_words"> 33 <item>pin</item> 34 <item>password</item> 35 <item>passcode</item> 36 <item>two factor</item> 37 <item>two-factor</item> 38 <item>login</item> 39 <item>log-in</item> 40 <item>log in</item> 41 <item>authenticate</item> 42 <item>authentication</item> 43 <item>code</item> 44 <item>secret</item> 45 <item>verify</item> 46 <item>verification</item> 47 <item>confirm</item> 48 <item>confirmation</item> 49 <item>one time</item> 50 <item>access</item> 51 <item>validation</item> 52 <item>validate</item> 53 <item>single use</item> 54 <item>authorize</item> 55 <item>authorization</item> 56 <item>personal identification number</item> 57 <item>PIN</item> 58 </string-array> 59</resources> 60