44 lines
1.9 KiB
XML
44 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (C) 2022 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>
|
|
<string name="app_name">Transactional API test Activity</string>
|
|
<string name="in_call_activity_name">Transactional In Call Activity</string>
|
|
|
|
<!-- Main Activity -->
|
|
<string name="register_phone_account">Register Phone Account</string>
|
|
<string name="start_foreground_service">Start FGS (simulate MT + app in background)</string>
|
|
<string name="start_outgoing">Start Outgoing Call</string>
|
|
<string name="start_incoming">Start Incoming Call</string>
|
|
|
|
<!-- InCall Activity -->
|
|
<string name="get_call_id">call id not set</string>
|
|
<!-- control the call state -->
|
|
<string name="set_call_active">setActive</string>
|
|
<string name="answer">answer</string>
|
|
<string name="set_call_inactive">setInactive</string>
|
|
<string name="disconnect_call">disconnect</string>
|
|
<!-- control the call audio -->
|
|
<string name="request_earpiece_endpoint">Earpiece</string>
|
|
<string name="request_speaker_endpoint">Speaker</string>
|
|
<string name="request_bluetooth_endpoint">Bluetooth</string>
|
|
<!-- extra functionality -->
|
|
<string name="start_stream">start streaming</string>
|
|
<string name="crash_app">throw exception</string>
|
|
<string name="update_notification"> update notification to ongoing call style</string>
|
|
|
|
</resources> |