1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright (C) 2022 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
18<resources>
19    <string name="app_name">Transactional API test Activity</string>
20    <string name="in_call_activity_name">Transactional In Call Activity</string>
21
22    <!-- Main Activity -->
23    <string name="register_phone_account">Register Phone Account</string>
24    <string name="start_foreground_service">Start FGS (simulate MT + app in background)</string>
25    <string name="start_outgoing">Start Outgoing Call</string>
26    <string name="start_incoming">Start Incoming Call</string>
27
28    <!-- InCall Activity -->
29    <string name="get_call_id">call id not set</string>
30    <!--  control the call state -->
31    <string name="set_call_active">setActive</string>
32    <string name="answer">answer</string>
33    <string name="set_call_inactive">setInactive</string>
34    <string name="disconnect_call">disconnect</string>
35    <!-- control the call audio -->
36    <string name="request_earpiece_endpoint">Earpiece</string>
37    <string name="request_speaker_endpoint">Speaker</string>
38    <string name="request_bluetooth_endpoint">Bluetooth</string>
39    <!-- extra functionality -->
40    <string name="start_stream">start streaming</string>
41    <string name="crash_app">throw exception</string>
42    <string name="update_notification"> update notification to ongoing call style</string>
43
44</resources>