1*90c8c64dSAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?> 2*90c8c64dSAndroid Build Coastguard Worker<resources> 3*90c8c64dSAndroid Build Coastguard Worker <string name="ok">OK</string> 4*90c8c64dSAndroid Build Coastguard Worker <string name="contacts_string">Total number of contacts: %1$,d\nFirst contact:<b>%2$s</b></string> 5*90c8c64dSAndroid Build Coastguard Worker <string name="contacts_none">No contacts stored on device.</string> 6*90c8c64dSAndroid Build Coastguard Worker <string name="contacts_empty">Contacts not loaded.</string> 7*90c8c64dSAndroid Build Coastguard Worker <string name="add_contact">Add a contact</string> 8*90c8c64dSAndroid Build Coastguard Worker <string name="show_contact">Show first contact</string> 9*90c8c64dSAndroid Build Coastguard Worker <string name="contacts_intro">This fragment demonstrates access to the contact database on the device.\n 10*90c8c64dSAndroid Build Coastguard Worker Clicking \"Add a contact\" adds a new contact named "__DUMMY ENTRY" directly into the database.\n 11*90c8c64dSAndroid Build Coastguard Worker Clicking \"Show first contact\" accesses the contact database to display the name of the first contact.</string> 12*90c8c64dSAndroid Build Coastguard Worker <string name="camera_unavailable"><b>Camera could not be opened.</b>\nThis occurs when the camera is not available (for example it is already in use) or if the system has denied access (for example when camera access has been disabled).</string> 13*90c8c64dSAndroid Build Coastguard Worker <string name="back">Back</string> 14*90c8c64dSAndroid Build Coastguard Worker <string name="show_camera">Show camera preview</string> 15*90c8c64dSAndroid Build Coastguard Worker <string name="show_contacts">Show and add contacts</string> 16*90c8c64dSAndroid Build Coastguard Worker <string name="main_introduction">Click the buttons below to show a camera preview or access the contacts database.\nNote that the contacts option is only available on Android M to illustrate the use of optional, M-only permissions that are not requested on lower SDK platforms.</string> 17*90c8c64dSAndroid Build Coastguard Worker <string name="permision_available_camera">Camera Permission has been granted. Preview can now be opened.</string> 18*90c8c64dSAndroid Build Coastguard Worker <string name="permision_available_contacts">Contacts Permissions have been granted. Contacts screen can now be opened.</string> 19*90c8c64dSAndroid Build Coastguard Worker <string name="permissions_not_granted">Permissions were not granted.</string> 20*90c8c64dSAndroid Build Coastguard Worker <string name="permission_camera_rationale">Camera permission is needed to show the camera preview.</string> 21*90c8c64dSAndroid Build Coastguard Worker <string name="permission_contacts_rationale">Contacts permissions are needed to demonstrate access.</string> 22*90c8c64dSAndroid Build Coastguard Worker</resources> 23