1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2017 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 16 --> 17<resources> 18 <string name="analyze_holmes">Analyze Sherlock Holmes!</string> 19 <string name="enqueue_periodic_work">Enqueue Periodic Work</string> 20 <string name="enqueue_periodic_work_flex">Enqueue Periodic Work (with Flex)</string> 21 <string name="enqueue_periodic_initial_delay">Enqueue Periodic Work (with Delay)</string> 22 <string name="loop_unique_work">Loop Unique Work</string> 23 <string name="enqueue_lots_of_work">Add Lots of Work</string> 24 <string name="exploding_work">Test Exploding Work</string> 25 <string name="replace_completed_work">Test Replacing Completed Work</string> 26 <string name="run_retry_worker">Run Retry Worker</string> 27 <string name="run_recursive_worker">Run Recursive Worker</string> 28 <string name="run_constraint_tracking_worker">Run Constraint Tracking Worker</string> 29 <string name="run_foreground_worker">Run Foreground Worker</string> 30 <string name="run_foreground_worker_network_request">Run Foreground Worker with Network request</string> 31 <string name="run_foreground_worker_location">Run Foreground Worker with Location</string> 32 <string name="cancel_foreground_worker">Cancel Foreground Worker</string> 33 <string name="cancel_foreground_worker_intent">Cancel Foreground Worker (Intent)</string> 34 <string name="enqueue_work_multi_process">Enqueue Work (Multi-process)</string> 35 <string name="enqueue_continuation_multi_process">Enqueue Continuation (Multi-process)</string> 36 <string name="cancel_work_tag_multiprocess">Cancel Work By Tag (Multi-process)</string> 37 <string name="cancel_all_work_multiprocess">Cancel All Work (Multi-process)</string> 38 <string name="query_work_multiprocess">Query Work (Multi-process)</string> 39 <string name="enqueue_periodic_work_multiprocess">Enqueue Unique Periodic Query Work (Multi-process)</string> 40 <string name="update_periodic_work_multiprocess">Update Unique Periodic Query Work (Multi-process)</string> 41 <string name="run_remote_worker_1">Run Remote Worker 1</string> 42 <string name="run_remote_worker_2">Run Remote Worker 2</string> 43 <string name="cancel_remote_workers">Cancel Remote Workers</string> 44 <string name="crash_app">Crash App</string> 45 <string name="create_hundred_job_exception">Create 100 Job Exception</string> 46 <string name="keep">Use KEEP</string> 47 <!-- Foreground service support --> 48 <string name="channel_id">10</string> 49 <integer name="channel_importance">3</integer> 50 <string name="channel_name">WorkManager</string> 51 <string name="channel_description">Foreground Work</string> 52 <integer name="notification_id">1</integer> 53 <string name="notification_title">Working</string> 54 <string name="cancel_constraint_tracking_worker">Cancel Constraint Tracking Worker</string> 55 <string name="stress_test">Stress Test</string> 56 <string name="enqueue_network_request">Enqueue with Network Request</string> 57</resources>